2022-09-27T15:28:27.4239575Z Requested labels: linux.2xlarge 2022-09-27T15:28:27.4239669Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:28:27.4239695Z Waiting for a runner to pick up this job... 2022-09-27T15:28:49.7810560Z Job is about to start running on the runner: i-0d97a11386406dc08 (organization) 2022-09-27T15:28:54.0132174Z Current runner version: '2.296.2' 2022-09-27T15:28:54.0137568Z Runner name: 'i-0d97a11386406dc08' 2022-09-27T15:28:54.0138095Z Runner group name: 'Default' 2022-09-27T15:28:54.0138628Z Machine name: 'ip-10-0-5-44' 2022-09-27T15:28:54.0140685Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:28:54.0141344Z Actions: read 2022-09-27T15:28:54.0141703Z Checks: read 2022-09-27T15:28:54.0141969Z Contents: read 2022-09-27T15:28:54.0142287Z Deployments: read 2022-09-27T15:28:54.0142784Z Discussions: read 2022-09-27T15:28:54.0143057Z Issues: read 2022-09-27T15:28:54.0143388Z Metadata: read 2022-09-27T15:28:54.0143693Z Packages: read 2022-09-27T15:28:54.0143963Z Pages: read 2022-09-27T15:28:54.0144290Z PullRequests: read 2022-09-27T15:28:54.0144660Z RepositoryProjects: read 2022-09-27T15:28:54.0144965Z SecurityEvents: read 2022-09-27T15:28:54.0145284Z Statuses: read 2022-09-27T15:28:54.0145634Z ##[endgroup] 2022-09-27T15:28:54.0148561Z Secret source: None 2022-09-27T15:28:54.0149202Z Prepare workflow directory 2022-09-27T15:28:54.2436878Z Prepare all required actions 2022-09-27T15:28:54.2620183Z Getting action download info 2022-09-27T15:28:54.4651871Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:28:58.8132287Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:28:58.9391812Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:28:59.1787610Z Getting action download info 2022-09-27T15:28:59.3422403Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:28:59.5354079Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:28:59.5355794Z ##[group] Inputs 2022-09-27T15:28:59.5356119Z build-environment: linux-focal-py3.7-clang7-asan 2022-09-27T15:28:59.5356741Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.2xlarge" }, ]} 2022-09-27T15:28:59.5357445Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:59.5357826Z sync-tag: 2022-09-27T15:28:59.5358018Z ##[endgroup] 2022-09-27T15:28:59.5358512Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 5, 5, linux.2xlarge) 2022-09-27T15:28:59.6023963Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:28:59.6024286Z with: 2022-09-27T15:28:59.6024496Z submodules: recursive 2022-09-27T15:28:59.6024721Z fetch-depth: 0 2022-09-27T15:28:59.6024907Z env: 2022-09-27T15:28:59.6025110Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:59.6025340Z ##[endgroup] 2022-09-27T15:28:59.6235577Z ##[group]Run retry () { 2022-09-27T15:28:59.6235853Z retry () { 2022-09-27T15:28:59.6236110Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:28:59.6236339Z } 2022-09-27T15:28:59.6236559Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:28:59.6236808Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:28:59.6237052Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:28:59.6237286Z else 2022-09-27T15:28:59.6237515Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:28:59.6237724Z fi 2022-09-27T15:28:59.6237985Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:28:59.6253612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:59.6253868Z env: 2022-09-27T15:28:59.6254079Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:59.6254291Z NO_SUDO: 2022-09-27T15:28:59.6254594Z ##[endgroup] 2022-09-27T15:28:59.6417709Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:01.7152797Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:29:01.7153025Z with: 2022-09-27T15:29:01.7153216Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:01.7153420Z fetch-depth: 0 2022-09-27T15:29:01.7153587Z submodules: recursive 2022-09-27T15:29:01.7153772Z quiet-checkout: true 2022-09-27T15:29:01.7153972Z repository: pytorch/pytorch 2022-09-27T15:29:01.7154313Z token: *** 2022-09-27T15:29:01.7154477Z ssh-strict: true 2022-09-27T15:29:01.7154668Z persist-credentials: true 2022-09-27T15:29:01.7154858Z clean: true 2022-09-27T15:29:01.7155014Z lfs: false 2022-09-27T15:29:01.7155194Z set-safe-directory: true 2022-09-27T15:29:01.7155378Z env: 2022-09-27T15:29:01.7155534Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:01.7155717Z ##[endgroup] 2022-09-27T15:29:01.8252984Z Syncing repository: pytorch/pytorch 2022-09-27T15:29:01.8254309Z ##[group]Getting Git version info 2022-09-27T15:29:01.8254730Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:29:01.8255156Z [command]/usr/bin/git version 2022-09-27T15:29:01.8255361Z git version 2.37.1 2022-09-27T15:29:01.8265433Z ##[endgroup] 2022-09-27T15:29:01.8278802Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ee1c4386-7bbe-4f1c-aee2-84774b52417d' before making global git config changes 2022-09-27T15:29:01.8279446Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:29:01.8284365Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:01.8319210Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:29:01.8322523Z ##[group]Initializing the repository 2022-09-27T15:29:01.8326841Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:01.8449107Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:29:01.8449432Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:29:01.8449756Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:29:01.8449983Z hint: 2022-09-27T15:29:01.8450239Z hint: git config --global init.defaultBranch 2022-09-27T15:29:01.8450502Z hint: 2022-09-27T15:29:01.8450856Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:29:01.8451391Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:29:01.8451809Z hint: 2022-09-27T15:29:01.8452190Z hint: git branch -m 2022-09-27T15:29:01.8452581Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:29:01.8459152Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:29:01.8486766Z ##[endgroup] 2022-09-27T15:29:01.8487185Z ##[group]Disabling automatic garbage collection 2022-09-27T15:29:01.8490676Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:29:01.8516500Z ##[endgroup] 2022-09-27T15:29:01.8516918Z ##[group]Setting up auth 2022-09-27T15:29:01.8522968Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:29:01.8552547Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:29:01.8787109Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:29:01.8817166Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:29:01.9054016Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:29:01.9094552Z ##[endgroup] 2022-09-27T15:29:01.9094989Z ##[group]Fetching the repository 2022-09-27T15:29:01.9100191Z [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:29:46.3241109Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:29:46.3277710Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:47.4327933Z ##[endgroup] 2022-09-27T15:29:47.4328396Z ##[group]Determining the checkout info 2022-09-27T15:29:47.4329747Z ##[endgroup] 2022-09-27T15:29:47.4330238Z ##[group]Checking out the ref 2022-09-27T15:29:47.4335342Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:48.6431892Z ##[endgroup] 2022-09-27T15:29:48.6432532Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:29:48.6437744Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:29:48.6483106Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:29:48.6514075Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:29:48.6549601Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:29:48.6574506Z ##[endgroup] 2022-09-27T15:29:48.6574899Z ##[group]Fetching submodules 2022-09-27T15:29:48.6578446Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:29:48.6827801Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:29:48.7068834Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:29:48.7070616Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:29:48.7071577Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:29:48.7073804Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:29:48.7076112Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:29:48.7078803Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:29:48.7081049Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:29:48.7083678Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:29:48.7086463Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:29:48.7089407Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:29:48.7092306Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:29:48.7095260Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:29:48.7098348Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:29:48.7101548Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:29:48.7105120Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:29:48.7108492Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:29:48.7111991Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:29:48.7115608Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:29:48.7119317Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:29:48.7123174Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:29:48.7127132Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:29:48.7131247Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:29:48.7135273Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:29:48.7139545Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:29:48.7144044Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:29:48.7148462Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:29:48.7152908Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:29:48.7157437Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:29:48.7162248Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:29:48.7167163Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:29:48.7172069Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:29:48.7176944Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:29:48.7182068Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:29:48.7187644Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:29:48.7192837Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:29:48.7198480Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:29:48.7203967Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:29:48.7209611Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:29:48.7215319Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:29:48.7221322Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:29:48.7228322Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:29:48.7251591Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:29:49.0097518Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:29:49.1939816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:29:49.3970178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:29:49.7691606Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:29:50.0280641Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:29:52.1702300Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:29:57.6284529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:29:58.0006730Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:29:59.5044594Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:30:00.9121527Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:30:02.0441098Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:30:04.0681007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:30:12.2107361Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:30:12.8685147Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:30:13.9989018Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:30:15.1294633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:30:15.5994108Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:30:16.0715395Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:30:17.4392309Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:30:18.4447440Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:30:18.8707292Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:30:19.1120000Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:30:19.3914772Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:30:20.7080325Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:30:21.1593359Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:30:21.5115681Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:30:27.1296849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:30:28.6322718Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:30:29.0246762Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:30:29.2602087Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:30:34.3463729Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:30:34.6044804Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:30:35.2091705Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:30:35.9438660Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:30:36.1586632Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:30:36.4975281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:30:36.7774982Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:30:37.3281979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:30:39.2982792Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:30:39.7666102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:30:41.8840277Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:30:41.8934035Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:30:41.9007409Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:30:41.9205523Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:30:41.9400457Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:30:41.9736506Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:30:42.5172482Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:30:42.5362818Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:30:42.6259506Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:30:42.6562970Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:30:42.9167588Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:30:43.2852774Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:30:43.5068211Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:30:43.5489829Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:30:43.5503514Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:30:43.5505633Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:30:43.5507833Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:30:43.5510308Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:30:43.5532119Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:30:44.3538581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:30:44.8974927Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:30:45.8666888Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:30:46.1585387Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:30:46.2499389Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:30:46.3018885Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:30:46.3106359Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:30:46.3855517Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:30:46.4153158Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:30:46.4230704Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:30:46.4583265Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:30:46.4795958Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:30:46.5212941Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:30:46.5313995Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:30:46.5327418Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:30:46.5347947Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:30:53.1962784Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:30:53.1978815Z 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:30:53.2001068Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:30:59.9960931Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:31:00.0053854Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:31:00.0178478Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:31:00.1026186Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:31:00.1039190Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:00.1041086Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:00.1063490Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:31:01.2070156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:31:02.3006175Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:31:02.3489931Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:31:02.3665282Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:31:02.3788046Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:31:02.4742295Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:31:02.6934412Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:31:02.6960179Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:02.6962530Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:02.6986442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:03.1608964Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:04.1161618Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:31:04.1439029Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:31:04.1571882Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:31:04.1583966Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:04.1604173Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:31:05.7609143Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:31:05.7627423Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:05.7629696Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:05.7652164Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:06.1443781Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:06.9013304Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:31:06.9591881Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:31:06.9604114Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:06.9626087Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:31:07.1884260Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:07.1963939Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:31:07.4260328Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:31:07.4277696Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:07.4279478Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:07.4302865Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:31:09.7512665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:31:10.7673118Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:31:10.8285750Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:31:10.8360212Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:31:10.8454499Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:31:10.8750283Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:31:10.8828639Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:31:10.9080141Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:31:10.9162731Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:31:10.9552474Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:31:11.0516861Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:31:11.0749605Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:31:11.0762945Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:11.0764838Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:11.0767015Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:11.0769141Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:11.0790978Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:31:12.0455501Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:31:12.3344609Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:31:13.4245130Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:31:14.3808853Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:31:14.3937345Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:31:14.4517778Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:31:14.4757830Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:31:14.4771092Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:14.4792241Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:31:14.6889657Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:14.8097595Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:31:14.8125060Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:31:14.8378928Z Entering 'android/libs/fbjni' 2022-09-27T15:31:14.8411237Z Entering 'third_party/FP16' 2022-09-27T15:31:14.8446097Z Entering 'third_party/FXdiv' 2022-09-27T15:31:14.8479678Z Entering 'third_party/NNPACK' 2022-09-27T15:31:14.8513281Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:14.8546031Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:14.8579052Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:14.8623290Z Entering 'third_party/benchmark' 2022-09-27T15:31:14.8655771Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:14.8690655Z Entering 'third_party/cub' 2022-09-27T15:31:14.8724442Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:14.8764460Z Entering 'third_party/cutlass' 2022-09-27T15:31:14.8803973Z Entering 'third_party/eigen' 2022-09-27T15:31:14.8839196Z Entering 'third_party/fbgemm' 2022-09-27T15:31:14.8873761Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:14.8906673Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:14.8938575Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:14.8971968Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:14.9005006Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:14.9039630Z Entering 'third_party/fmt' 2022-09-27T15:31:14.9073697Z Entering 'third_party/foxi' 2022-09-27T15:31:14.9106407Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:14.9139425Z Entering 'third_party/gloo' 2022-09-27T15:31:14.9177296Z Entering 'third_party/googletest' 2022-09-27T15:31:14.9212348Z Entering 'third_party/ideep' 2022-09-27T15:31:14.9248678Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:14.9283390Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:14.9321230Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:14.9355049Z Entering 'third_party/ittapi' 2022-09-27T15:31:14.9388502Z Entering 'third_party/kineto' 2022-09-27T15:31:14.9421369Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:14.9454641Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:14.9489418Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:14.9522612Z Entering 'third_party/neon2sse' 2022-09-27T15:31:14.9555572Z Entering 'third_party/nlohmann' 2022-09-27T15:31:14.9591163Z Entering 'third_party/onnx' 2022-09-27T15:31:14.9637368Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:14.9671679Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:14.9708117Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:14.9741928Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:14.9780496Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:14.9815269Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:14.9848515Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:14.9887067Z Entering 'third_party/pocketfft' 2022-09-27T15:31:14.9921121Z Entering 'third_party/protobuf' 2022-09-27T15:31:14.9957777Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:14.9991843Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:15.0027477Z Entering 'third_party/psimd' 2022-09-27T15:31:15.0060545Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:15.0094567Z Entering 'third_party/pybind11' 2022-09-27T15:31:15.0129085Z Entering 'third_party/python-enum' 2022-09-27T15:31:15.0162868Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:15.0196528Z Entering 'third_party/python-six' 2022-09-27T15:31:15.0230260Z Entering 'third_party/sleef' 2022-09-27T15:31:15.0264306Z Entering 'third_party/tbb' 2022-09-27T15:31:15.0298961Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:15.0332163Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:15.0365230Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:15.0397398Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:15.0430551Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:15.0462504Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:15.0498445Z Entering 'third_party/zstd' 2022-09-27T15:31:15.0540464Z ##[endgroup] 2022-09-27T15:31:15.0541711Z ##[group]Persisting credentials for submodules 2022-09-27T15:31:15.0548231Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:31:15.0795642Z Entering 'android/libs/fbjni' 2022-09-27T15:31:15.0828875Z Entering 'third_party/FP16' 2022-09-27T15:31:15.0861995Z Entering 'third_party/FXdiv' 2022-09-27T15:31:15.0894892Z Entering 'third_party/NNPACK' 2022-09-27T15:31:15.0928021Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:15.0961151Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:15.0993958Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:15.1036449Z Entering 'third_party/benchmark' 2022-09-27T15:31:15.1068958Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:15.1101812Z Entering 'third_party/cub' 2022-09-27T15:31:15.1134402Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:15.1171192Z Entering 'third_party/cutlass' 2022-09-27T15:31:15.1209877Z Entering 'third_party/eigen' 2022-09-27T15:31:15.1244237Z Entering 'third_party/fbgemm' 2022-09-27T15:31:15.1276705Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:15.1308961Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:15.1340820Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:15.1372833Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:15.1406279Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:15.1440626Z Entering 'third_party/fmt' 2022-09-27T15:31:15.1473165Z Entering 'third_party/foxi' 2022-09-27T15:31:15.1505420Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:15.1538215Z Entering 'third_party/gloo' 2022-09-27T15:31:15.1571627Z Entering 'third_party/googletest' 2022-09-27T15:31:15.1605857Z Entering 'third_party/ideep' 2022-09-27T15:31:15.1637564Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:15.1671488Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:15.1709084Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:15.1741445Z Entering 'third_party/ittapi' 2022-09-27T15:31:15.1773621Z Entering 'third_party/kineto' 2022-09-27T15:31:15.1806158Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:15.1839159Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:15.1874200Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:15.1907871Z Entering 'third_party/neon2sse' 2022-09-27T15:31:15.1940212Z Entering 'third_party/nlohmann' 2022-09-27T15:31:15.1974562Z Entering 'third_party/onnx' 2022-09-27T15:31:15.2020465Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:15.2053376Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:15.2088634Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:15.2121101Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:15.2157375Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:15.2191279Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:15.2223517Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:15.2261283Z Entering 'third_party/pocketfft' 2022-09-27T15:31:15.2294303Z Entering 'third_party/protobuf' 2022-09-27T15:31:15.2331724Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:15.2362959Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:15.2399112Z Entering 'third_party/psimd' 2022-09-27T15:31:15.2431961Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:15.2463668Z Entering 'third_party/pybind11' 2022-09-27T15:31:15.2495424Z Entering 'third_party/python-enum' 2022-09-27T15:31:15.2529833Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:15.2562350Z Entering 'third_party/python-six' 2022-09-27T15:31:15.2593915Z Entering 'third_party/sleef' 2022-09-27T15:31:15.2626985Z Entering 'third_party/tbb' 2022-09-27T15:31:15.2660777Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:15.2693947Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:15.2726055Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:15.2759509Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:15.2793794Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:15.2824587Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:15.2858946Z Entering 'third_party/zstd' 2022-09-27T15:31:15.2903494Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:31:15.3151691Z Entering 'android/libs/fbjni' 2022-09-27T15:31:15.3181473Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:31:15.3195410Z Entering 'third_party/FP16' 2022-09-27T15:31:15.3226213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:31:15.3239480Z Entering 'third_party/FXdiv' 2022-09-27T15:31:15.3271672Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:31:15.3284728Z Entering 'third_party/NNPACK' 2022-09-27T15:31:15.3315664Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:31:15.3329156Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:15.3359585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:31:15.3372342Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:15.3404186Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:31:15.3417569Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:15.3448378Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:31:15.3472682Z Entering 'third_party/benchmark' 2022-09-27T15:31:15.3502760Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:15.3517064Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:15.3548087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:15.3561654Z Entering 'third_party/cub' 2022-09-27T15:31:15.3593238Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:31:15.3606538Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:15.3637642Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:31:15.3656267Z Entering 'third_party/cutlass' 2022-09-27T15:31:15.3687178Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:31:15.3707271Z Entering 'third_party/eigen' 2022-09-27T15:31:15.3737662Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:31:15.3753181Z Entering 'third_party/fbgemm' 2022-09-27T15:31:15.3784040Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:31:15.3797499Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:15.3827674Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:31:15.3841388Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:15.3872330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:15.3886015Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:15.3916020Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:15.3930040Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:15.3960054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:31:15.3974789Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:15.4006396Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:31:15.4021391Z Entering 'third_party/fmt' 2022-09-27T15:31:15.4051465Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:31:15.4066079Z Entering 'third_party/foxi' 2022-09-27T15:31:15.4096228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:31:15.4110045Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:15.4140307Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:31:15.4154810Z Entering 'third_party/gloo' 2022-09-27T15:31:15.4185824Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:31:15.4199898Z Entering 'third_party/googletest' 2022-09-27T15:31:15.4230014Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:15.4243977Z Entering 'third_party/ideep' 2022-09-27T15:31:15.4276157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:31:15.4289924Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:15.4322074Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:31:15.4336521Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:15.4367742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:31:15.4390512Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:15.4421326Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:31:15.4434658Z Entering 'third_party/ittapi' 2022-09-27T15:31:15.4465136Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:31:15.4478608Z Entering 'third_party/kineto' 2022-09-27T15:31:15.4509423Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:31:15.4523488Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:15.4554396Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:31:15.4568018Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:15.4597820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:31:15.4613261Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:15.4643608Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:31:15.4658186Z Entering 'third_party/neon2sse' 2022-09-27T15:31:15.4688588Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:31:15.4703531Z Entering 'third_party/nlohmann' 2022-09-27T15:31:15.4734507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:31:15.4749564Z Entering 'third_party/onnx' 2022-09-27T15:31:15.4779584Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:15.4805857Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:15.4834896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:15.4848729Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:15.4880121Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:15.4896109Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:15.4927133Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:31:15.4939786Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:15.4971801Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:15.4991470Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:15.5021881Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:15.5035652Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:15.5067624Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:15.5081254Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:15.5112595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:31:15.5131833Z Entering 'third_party/pocketfft' 2022-09-27T15:31:15.5163062Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:31:15.5176601Z Entering 'third_party/protobuf' 2022-09-27T15:31:15.5208114Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:31:15.5226454Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:15.5256794Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:15.5270671Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:15.5300508Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:15.5315995Z Entering 'third_party/psimd' 2022-09-27T15:31:15.5348176Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:31:15.5361796Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:15.5393400Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:31:15.5407209Z Entering 'third_party/pybind11' 2022-09-27T15:31:15.5437036Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:15.5451711Z Entering 'third_party/python-enum' 2022-09-27T15:31:15.5483159Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:31:15.5496151Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:15.5527135Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:31:15.5540450Z Entering 'third_party/python-six' 2022-09-27T15:31:15.5571020Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:31:15.5584697Z Entering 'third_party/sleef' 2022-09-27T15:31:15.5614660Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:31:15.5629052Z Entering 'third_party/tbb' 2022-09-27T15:31:15.5658844Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:31:15.5675095Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:15.5705320Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:31:15.5718832Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:15.5749194Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:15.5762506Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:15.5793243Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:31:15.5807591Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:15.5838138Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:31:15.5854044Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:15.5885065Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:15.5898173Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:15.5929577Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:31:15.5945758Z Entering 'third_party/zstd' 2022-09-27T15:31:15.5975859Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:31:15.7695834Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:31:15.7949225Z Entering 'android/libs/fbjni' 2022-09-27T15:31:15.7982851Z Entering 'third_party/FP16' 2022-09-27T15:31:15.8016004Z Entering 'third_party/FXdiv' 2022-09-27T15:31:15.8050238Z Entering 'third_party/NNPACK' 2022-09-27T15:31:15.8085283Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:15.8119521Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:15.8153404Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:15.8197283Z Entering 'third_party/benchmark' 2022-09-27T15:31:15.8230937Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:15.8265655Z Entering 'third_party/cub' 2022-09-27T15:31:15.8298586Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:15.8337722Z Entering 'third_party/cutlass' 2022-09-27T15:31:15.8404737Z Entering 'third_party/eigen' 2022-09-27T15:31:15.8439173Z Entering 'third_party/fbgemm' 2022-09-27T15:31:15.8474975Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:15.8507819Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:15.8540700Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:15.8573578Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:15.8608650Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:15.8643207Z Entering 'third_party/fmt' 2022-09-27T15:31:15.8676990Z Entering 'third_party/foxi' 2022-09-27T15:31:15.8710657Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:15.8743647Z Entering 'third_party/gloo' 2022-09-27T15:31:15.8776894Z Entering 'third_party/googletest' 2022-09-27T15:31:15.8810722Z Entering 'third_party/ideep' 2022-09-27T15:31:15.8844113Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:15.8879494Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:15.8918699Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:15.8952414Z Entering 'third_party/ittapi' 2022-09-27T15:31:15.8985414Z Entering 'third_party/kineto' 2022-09-27T15:31:15.9019008Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:15.9052626Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:15.9087746Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:15.9121336Z Entering 'third_party/neon2sse' 2022-09-27T15:31:15.9154518Z Entering 'third_party/nlohmann' 2022-09-27T15:31:15.9188352Z Entering 'third_party/onnx' 2022-09-27T15:31:15.9231716Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:15.9266946Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:15.9301462Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:15.9334054Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:15.9371563Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:15.9406275Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:15.9439437Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:15.9477441Z Entering 'third_party/pocketfft' 2022-09-27T15:31:15.9510781Z Entering 'third_party/protobuf' 2022-09-27T15:31:15.9546864Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:15.9579626Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:15.9613593Z Entering 'third_party/psimd' 2022-09-27T15:31:15.9646648Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:15.9679888Z Entering 'third_party/pybind11' 2022-09-27T15:31:15.9714535Z Entering 'third_party/python-enum' 2022-09-27T15:31:15.9747380Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:15.9780098Z Entering 'third_party/python-six' 2022-09-27T15:31:15.9813484Z Entering 'third_party/sleef' 2022-09-27T15:31:15.9847289Z Entering 'third_party/tbb' 2022-09-27T15:31:15.9882335Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:15.9916273Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:15.9949437Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:15.9981517Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:16.0014598Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:16.0048080Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:16.0083684Z Entering 'third_party/zstd' 2022-09-27T15:31:16.0128407Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:31:16.0373691Z Entering 'android/libs/fbjni' 2022-09-27T15:31:16.0407074Z Entering 'third_party/FP16' 2022-09-27T15:31:16.0440435Z Entering 'third_party/FXdiv' 2022-09-27T15:31:16.0475178Z Entering 'third_party/NNPACK' 2022-09-27T15:31:16.0508469Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:16.0542278Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:16.0574819Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:16.0618164Z Entering 'third_party/benchmark' 2022-09-27T15:31:16.0651835Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:16.0686576Z Entering 'third_party/cub' 2022-09-27T15:31:16.0720214Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:16.0757977Z Entering 'third_party/cutlass' 2022-09-27T15:31:16.0797104Z Entering 'third_party/eigen' 2022-09-27T15:31:16.0831842Z Entering 'third_party/fbgemm' 2022-09-27T15:31:16.0864977Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:16.0897007Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:16.0930831Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:16.0963791Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:16.0998033Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:16.1033961Z Entering 'third_party/fmt' 2022-09-27T15:31:16.1066806Z Entering 'third_party/foxi' 2022-09-27T15:31:16.1099929Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:16.1133543Z Entering 'third_party/gloo' 2022-09-27T15:31:16.1168569Z Entering 'third_party/googletest' 2022-09-27T15:31:16.1201963Z Entering 'third_party/ideep' 2022-09-27T15:31:16.1236393Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:16.1270165Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:16.1309484Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:16.1342802Z Entering 'third_party/ittapi' 2022-09-27T15:31:16.1376000Z Entering 'third_party/kineto' 2022-09-27T15:31:16.1409263Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:16.1442563Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:16.1476670Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:16.1510238Z Entering 'third_party/neon2sse' 2022-09-27T15:31:16.1543187Z Entering 'third_party/nlohmann' 2022-09-27T15:31:16.1577311Z Entering 'third_party/onnx' 2022-09-27T15:31:16.1621400Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:16.1655011Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:16.1690477Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:16.1723461Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:16.1759471Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:16.1792464Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:16.1824948Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:16.1861208Z Entering 'third_party/pocketfft' 2022-09-27T15:31:16.1893526Z Entering 'third_party/protobuf' 2022-09-27T15:31:16.1930357Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:16.1962807Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:16.1997190Z Entering 'third_party/psimd' 2022-09-27T15:31:16.2030681Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:16.2064119Z Entering 'third_party/pybind11' 2022-09-27T15:31:16.2096230Z Entering 'third_party/python-enum' 2022-09-27T15:31:16.2129215Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:16.2162143Z Entering 'third_party/python-six' 2022-09-27T15:31:16.2195447Z Entering 'third_party/sleef' 2022-09-27T15:31:16.2228314Z Entering 'third_party/tbb' 2022-09-27T15:31:16.2262796Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:16.2295948Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:16.2328659Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:16.2361157Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:16.2394328Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:16.2426219Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:16.2460996Z Entering 'third_party/zstd' 2022-09-27T15:31:16.2501683Z ##[endgroup] 2022-09-27T15:31:16.2539960Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:31:16.2564510Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:31:16.2687460Z Prepare all required actions 2022-09-27T15:31:16.2712926Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:31:16.2713122Z env: 2022-09-27T15:31:16.2713295Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:16.2713474Z ##[endgroup] 2022-09-27T15:31:16.2727863Z ##[group]Run set -euo pipefail 2022-09-27T15:31:16.2728092Z set -euo pipefail 2022-09-27T15:31:16.2728286Z function get_ec2_metadata() { 2022-09-27T15:31:16.2728533Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:31:16.2728884Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:31:16.2729167Z  category=$1 2022-09-27T15:31:16.2729409Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:31:16.2729636Z } 2022-09-27T15:31:16.2729834Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:31:16.2730104Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:31:16.2730365Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:31:16.2730611Z echo "system info $(uname -a)" 2022-09-27T15:31:16.2741512Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:16.2741817Z env: 2022-09-27T15:31:16.2741992Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:16.2742185Z ##[endgroup] 2022-09-27T15:31:16.2817384Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:31:16.2866032Z instance-id: i-0d97a11386406dc08 2022-09-27T15:31:16.2911633Z instance-type: c5.2xlarge 2022-09-27T15:31:16.2918274Z system info Linux ip-10-0-5-44.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:31:16.2933362Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:31:16.2933630Z if systemctl is-active --quiet docker; then 2022-09-27T15:31:16.2933874Z  echo "Docker daemon is running..."; 2022-09-27T15:31:16.2934083Z else 2022-09-27T15:31:16.2934304Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:31:16.2934532Z fi 2022-09-27T15:31:16.2945270Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:16.2945480Z env: 2022-09-27T15:31:16.2945657Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:16.2945849Z ##[endgroup] 2022-09-27T15:31:16.2984109Z Docker daemon is running... 2022-09-27T15:31:16.2999141Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:16.2999493Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:16.2999775Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:16.3000146Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:31:16.3000483Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:31:16.3010561Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:16.3010778Z env: 2022-09-27T15:31:16.3010941Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:16.3011136Z AWS_RETRY_MODE: standard 2022-09-27T15:31:16.3011328Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:31:16.3011509Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:31:16.3011696Z ##[endgroup] 2022-09-27T15:31:17.3001390Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:31:17.3001839Z Configure a credential helper to remove this warning. See 2022-09-27T15:31:17.3002302Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:31:17.3002504Z 2022-09-27T15:31:17.3002923Z Login Succeeded 2022-09-27T15:31:17.3034031Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:17.3034396Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:17.3034841Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:17.3045804Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:17.3046092Z env: 2022-09-27T15:31:17.3046374Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:17.3046592Z ##[endgroup] 2022-09-27T15:31:17.3107017Z Prepare all required actions 2022-09-27T15:31:17.3107279Z Getting action download info 2022-09-27T15:31:17.4650471Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:31:17.5954225Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:31:17.5954425Z with: 2022-09-27T15:31:17.5954750Z github-secret: *** 2022-09-27T15:31:17.5954905Z env: 2022-09-27T15:31:17.5955075Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:17.5955257Z ##[endgroup] 2022-09-27T15:31:17.5975236Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:31:17.5975442Z with: 2022-09-27T15:31:17.5975716Z GITHUB_TOKEN: *** 2022-09-27T15:31:17.5975897Z activate-with-label: false 2022-09-27T15:31:17.5976086Z label: with-ssh 2022-09-27T15:31:17.5976275Z remove-existing-keys: true 2022-09-27T15:31:17.5976442Z env: 2022-09-27T15:31:17.5976607Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:17.5976790Z ##[endgroup] 2022-09-27T15:31:18.0093978Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:31:18.1044361Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:31:18.1057064Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:31:18.1078780Z Login using: ssh ec2-user@ec2-44-201-94-218.compute-1.amazonaws.com 2022-09-27T15:31:18.1129415Z Prepare all required actions 2022-09-27T15:31:18.1147900Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:31:18.1148108Z with: 2022-09-27T15:31:18.1148458Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:18.1148777Z env: 2022-09-27T15:31:18.1148948Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:18.1149133Z ##[endgroup] 2022-09-27T15:31:18.1162154Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:18.1162422Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:18.1162694Z # ignore output since only exit code is used for conditional 2022-09-27T15:31:18.1162960Z # only pull docker image if it's not available locally 2022-09-27T15:31:18.1163255Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:31:18.1163558Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:31:18.1163742Z fi 2022-09-27T15:31:18.1174947Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:18.1175163Z env: 2022-09-27T15:31:18.1175322Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:18.1175693Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:18.1176036Z ##[endgroup] 2022-09-27T15:31:18.3832164Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-09-27T15:31:18.3839466Z 675920708c8b: Pulling fs layer 2022-09-27T15:31:18.3839910Z 9be88323b57e: Pulling fs layer 2022-09-27T15:31:18.3840589Z 768ba554451b: Pulling fs layer 2022-09-27T15:31:18.3840994Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:31:18.3841364Z d2aa085c5a19: Pulling fs layer 2022-09-27T15:31:18.3841573Z e36687f33369: Pulling fs layer 2022-09-27T15:31:18.3841769Z 2e2cc485c496: Pulling fs layer 2022-09-27T15:31:18.3841960Z 44206692de1d: Pulling fs layer 2022-09-27T15:31:18.3842138Z 2411f0d67de0: Pulling fs layer 2022-09-27T15:31:18.3845258Z 316750fef2e6: Pulling fs layer 2022-09-27T15:31:18.3845647Z d629593bf291: Pulling fs layer 2022-09-27T15:31:18.3845992Z 8bb03f91295d: Pulling fs layer 2022-09-27T15:31:18.3846337Z 751286b45698: Pulling fs layer 2022-09-27T15:31:18.3846663Z d57662a66814: Pulling fs layer 2022-09-27T15:31:18.3846964Z 44206692de1d: Waiting 2022-09-27T15:31:18.3847261Z 6d3bd32fa2b0: Pulling fs layer 2022-09-27T15:31:18.3847601Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:31:18.3847945Z d629593bf291: Waiting 2022-09-27T15:31:18.3848163Z e36687f33369: Waiting 2022-09-27T15:31:18.3848318Z 2411f0d67de0: Waiting 2022-09-27T15:31:18.3848496Z 989d82361022: Pulling fs layer 2022-09-27T15:31:18.3848673Z 8bb03f91295d: Waiting 2022-09-27T15:31:18.3848840Z b9aed142d082: Pulling fs layer 2022-09-27T15:31:18.3858508Z 316750fef2e6: Waiting 2022-09-27T15:31:18.3858890Z 2e2cc485c496: Waiting 2022-09-27T15:31:18.3859226Z 751286b45698: Waiting 2022-09-27T15:31:18.3859587Z bea7d1829a26: Pulling fs layer 2022-09-27T15:31:18.3860015Z 3bb376fdd203: Pulling fs layer 2022-09-27T15:31:18.3860322Z 0bb922a7286c: Pulling fs layer 2022-09-27T15:31:18.3860610Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:31:18.3860940Z 4f365ff02a2a: Pulling fs layer 2022-09-27T15:31:18.3861300Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:31:18.3861648Z 903ca36d4d71: Waiting 2022-09-27T15:31:18.3861975Z 000c23e724e2: Pulling fs layer 2022-09-27T15:31:18.3862323Z f41dc2afa465: Pulling fs layer 2022-09-27T15:31:18.3863017Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:31:18.3863322Z b9aed142d082: Waiting 2022-09-27T15:31:18.3863715Z ded8d870e722: Pulling fs layer 2022-09-27T15:31:18.3864115Z efeff9c74fbf: Waiting 2022-09-27T15:31:18.3864461Z c916a1e3e7f9: Pulling fs layer 2022-09-27T15:31:18.3864825Z bea7d1829a26: Waiting 2022-09-27T15:31:18.3865131Z 6d3bd32fa2b0: Waiting 2022-09-27T15:31:18.3865584Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:31:18.3865929Z d2aa085c5a19: Waiting 2022-09-27T15:31:18.3866337Z dec82f7cc338: Pulling fs layer 2022-09-27T15:31:18.3866698Z 000c23e724e2: Waiting 2022-09-27T15:31:18.3867063Z 4f365ff02a2a: Waiting 2022-09-27T15:31:18.3867459Z fcd1238efd6e: Pulling fs layer 2022-09-27T15:31:18.3867741Z a4ce2fdd9133: Waiting 2022-09-27T15:31:18.3867984Z 0bb922a7286c: Waiting 2022-09-27T15:31:18.3868209Z f41dc2afa465: Waiting 2022-09-27T15:31:18.3868528Z ec1e4816e4ff: Pulling fs layer 2022-09-27T15:31:18.3868868Z b9b9b9d06eef: Waiting 2022-09-27T15:31:18.3869213Z 96f2ea210f48: Pulling fs layer 2022-09-27T15:31:18.3869566Z c2fcfa2400df: Waiting 2022-09-27T15:31:18.3869920Z 0bb4b577d186: Pulling fs layer 2022-09-27T15:31:18.3870256Z a4dc1a78ad3b: Pulling fs layer 2022-09-27T15:31:18.3870480Z e8b4222e7a59: Waiting 2022-09-27T15:31:18.3870684Z fb6e5fc0e59e: Pulling fs layer 2022-09-27T15:31:18.3870904Z dec82f7cc338: Waiting 2022-09-27T15:31:18.3871111Z ded8d870e722: Waiting 2022-09-27T15:31:18.3871306Z c916a1e3e7f9: Waiting 2022-09-27T15:31:18.3871519Z 53fc05558967: Pulling fs layer 2022-09-27T15:31:18.3871731Z ec1e4816e4ff: Waiting 2022-09-27T15:31:18.3871934Z 9a5f8de0c5f7: Pulling fs layer 2022-09-27T15:31:18.3872179Z 96f2ea210f48: Waiting 2022-09-27T15:31:18.3872384Z fcd1238efd6e: Waiting 2022-09-27T15:31:18.3872580Z 0bb4b577d186: Waiting 2022-09-27T15:31:18.3872795Z c678dfb8b673: Pulling fs layer 2022-09-27T15:31:18.3873018Z 7a6743011661: Pulling fs layer 2022-09-27T15:31:18.3873233Z afdd32adb49f: Pulling fs layer 2022-09-27T15:31:18.3873458Z fb6e5fc0e59e: Waiting 2022-09-27T15:31:18.3873664Z 9a5f8de0c5f7: Waiting 2022-09-27T15:31:18.3873875Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:31:18.3874089Z 53fc05558967: Waiting 2022-09-27T15:31:18.3874292Z c678dfb8b673: Waiting 2022-09-27T15:31:18.3874491Z 5602e86d1d91: Pulling fs layer 2022-09-27T15:31:18.3874714Z e3930e246fe4: Pulling fs layer 2022-09-27T15:31:18.3874937Z b9c6f9c104fe: Pulling fs layer 2022-09-27T15:31:18.3875155Z aa4bb3ec24a7: Waiting 2022-09-27T15:31:18.3875360Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:31:18.3875585Z b7dcbb153a95: Pulling fs layer 2022-09-27T15:31:18.3875798Z 5602e86d1d91: Waiting 2022-09-27T15:31:18.3875987Z 752f98c7a6d7: Waiting 2022-09-27T15:31:18.3876196Z 61e935823f75: Pulling fs layer 2022-09-27T15:31:18.3876419Z 788ace045743: Pulling fs layer 2022-09-27T15:31:18.3876621Z e3930e246fe4: Waiting 2022-09-27T15:31:18.3876833Z b9c6f9c104fe: Waiting 2022-09-27T15:31:18.3877050Z 7f159b2249ec: Pulling fs layer 2022-09-27T15:31:18.3877251Z 61e935823f75: Waiting 2022-09-27T15:31:18.3877455Z 788ace045743: Waiting 2022-09-27T15:31:18.3877676Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:31:18.3877893Z 577da355ab1b: Pulling fs layer 2022-09-27T15:31:18.3878141Z e9d4c42bcf78: Pulling fs layer 2022-09-27T15:31:18.3878417Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:31:18.3878632Z 7f159b2249ec: Waiting 2022-09-27T15:31:18.3878850Z fb7b9d3b4458: Pulling fs layer 2022-09-27T15:31:18.3879078Z a231f0614b3d: Pulling fs layer 2022-09-27T15:31:18.3879288Z e9d4c42bcf78: Waiting 2022-09-27T15:31:18.3879499Z fb7b9d3b4458: Waiting 2022-09-27T15:31:18.3879741Z eadc05ea2cd3: Waiting 2022-09-27T15:31:18.3879938Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:31:18.3880146Z a231f0614b3d: Waiting 2022-09-27T15:31:18.3880349Z 577da355ab1b: Waiting 2022-09-27T15:31:18.4692019Z 9be88323b57e: Verifying Checksum 2022-09-27T15:31:18.4692443Z 9be88323b57e: Download complete 2022-09-27T15:31:18.5503615Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:31:18.5503859Z 903ca36d4d71: Download complete 2022-09-27T15:31:19.4314485Z 675920708c8b: Verifying Checksum 2022-09-27T15:31:19.4315078Z 675920708c8b: Download complete 2022-09-27T15:31:19.5323602Z e36687f33369: Verifying Checksum 2022-09-27T15:31:19.5323876Z e36687f33369: Download complete 2022-09-27T15:31:19.6239767Z 2e2cc485c496: Verifying Checksum 2022-09-27T15:31:19.6240240Z 2e2cc485c496: Download complete 2022-09-27T15:31:19.7206158Z 44206692de1d: Verifying Checksum 2022-09-27T15:31:19.7206762Z 44206692de1d: Download complete 2022-09-27T15:31:19.8046978Z 2411f0d67de0: Verifying Checksum 2022-09-27T15:31:19.8047280Z 2411f0d67de0: Download complete 2022-09-27T15:31:19.8085028Z d2aa085c5a19: Verifying Checksum 2022-09-27T15:31:19.8085458Z d2aa085c5a19: Download complete 2022-09-27T15:31:19.9002754Z d629593bf291: Verifying Checksum 2022-09-27T15:31:19.9003109Z d629593bf291: Download complete 2022-09-27T15:31:19.9070966Z 316750fef2e6: Verifying Checksum 2022-09-27T15:31:19.9071423Z 316750fef2e6: Download complete 2022-09-27T15:31:19.9814061Z 751286b45698: Download complete 2022-09-27T15:31:20.0113218Z 8bb03f91295d: Verifying Checksum 2022-09-27T15:31:20.0113758Z 8bb03f91295d: Download complete 2022-09-27T15:31:20.0923524Z 6d3bd32fa2b0: Verifying Checksum 2022-09-27T15:31:20.0924062Z 6d3bd32fa2b0: Download complete 2022-09-27T15:31:20.1199952Z 675920708c8b: Pull complete 2022-09-27T15:31:20.1685663Z efeff9c74fbf: Download complete 2022-09-27T15:31:20.2094613Z 9be88323b57e: Pull complete 2022-09-27T15:31:20.2609148Z 989d82361022: Verifying Checksum 2022-09-27T15:31:20.2609419Z 989d82361022: Download complete 2022-09-27T15:31:20.3468354Z b9aed142d082: Download complete 2022-09-27T15:31:20.6460502Z bea7d1829a26: Download complete 2022-09-27T15:31:20.7328151Z 3bb376fdd203: Verifying Checksum 2022-09-27T15:31:20.7328436Z 3bb376fdd203: Download complete 2022-09-27T15:31:20.8911542Z 0bb922a7286c: Download complete 2022-09-27T15:31:20.9666041Z c2fcfa2400df: Download complete 2022-09-27T15:31:21.0553637Z 4f365ff02a2a: Download complete 2022-09-27T15:31:21.1255334Z a4ce2fdd9133: Verifying Checksum 2022-09-27T15:31:21.1255801Z a4ce2fdd9133: Download complete 2022-09-27T15:31:23.0343187Z 768ba554451b: Download complete 2022-09-27T15:31:23.0673708Z 000c23e724e2: Verifying Checksum 2022-09-27T15:31:23.0674126Z 000c23e724e2: Download complete 2022-09-27T15:31:23.1189902Z f41dc2afa465: Download complete 2022-09-27T15:31:23.1414140Z b9b9b9d06eef: Download complete 2022-09-27T15:31:23.2123447Z ded8d870e722: Verifying Checksum 2022-09-27T15:31:23.2123792Z ded8d870e722: Download complete 2022-09-27T15:31:23.2424659Z c916a1e3e7f9: Verifying Checksum 2022-09-27T15:31:23.2425024Z c916a1e3e7f9: Download complete 2022-09-27T15:31:23.2966961Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:31:23.2967406Z e8b4222e7a59: Download complete 2022-09-27T15:31:23.3647302Z fcd1238efd6e: Download complete 2022-09-27T15:31:23.4457191Z ec1e4816e4ff: Verifying Checksum 2022-09-27T15:31:23.4457640Z ec1e4816e4ff: Download complete 2022-09-27T15:31:23.5140210Z 96f2ea210f48: Download complete 2022-09-27T15:31:23.5888835Z 0bb4b577d186: Verifying Checksum 2022-09-27T15:31:23.5889468Z 0bb4b577d186: Download complete 2022-09-27T15:31:23.6698272Z a4dc1a78ad3b: Verifying Checksum 2022-09-27T15:31:23.6698763Z a4dc1a78ad3b: Download complete 2022-09-27T15:31:23.7507392Z fb6e5fc0e59e: Download complete 2022-09-27T15:31:23.8498360Z 53fc05558967: Download complete 2022-09-27T15:31:23.9547891Z 9a5f8de0c5f7: Verifying Checksum 2022-09-27T15:31:23.9548616Z 9a5f8de0c5f7: Download complete 2022-09-27T15:31:24.0330264Z c678dfb8b673: Download complete 2022-09-27T15:31:24.1143159Z 7a6743011661: Verifying Checksum 2022-09-27T15:31:24.1143518Z 7a6743011661: Download complete 2022-09-27T15:31:24.1974498Z afdd32adb49f: Download complete 2022-09-27T15:31:24.2503180Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:31:24.2503529Z aa4bb3ec24a7: Download complete 2022-09-27T15:31:24.3108189Z 5602e86d1d91: Download complete 2022-09-27T15:31:24.3775753Z e3930e246fe4: Verifying Checksum 2022-09-27T15:31:24.3776015Z e3930e246fe4: Download complete 2022-09-27T15:31:24.4555264Z b9c6f9c104fe: Verifying Checksum 2022-09-27T15:31:24.4556213Z b9c6f9c104fe: Download complete 2022-09-27T15:31:24.5627450Z 752f98c7a6d7: Download complete 2022-09-27T15:31:24.8193596Z b7dcbb153a95: Verifying Checksum 2022-09-27T15:31:24.8193928Z b7dcbb153a95: Download complete 2022-09-27T15:31:24.9047861Z 61e935823f75: Verifying Checksum 2022-09-27T15:31:24.9048280Z 61e935823f75: Download complete 2022-09-27T15:31:24.9695145Z 788ace045743: Verifying Checksum 2022-09-27T15:31:24.9695414Z 788ace045743: Download complete 2022-09-27T15:31:27.2414871Z dec82f7cc338: Verifying Checksum 2022-09-27T15:31:27.2415146Z dec82f7cc338: Download complete 2022-09-27T15:31:27.3699785Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:31:27.5109700Z 577da355ab1b: Download complete 2022-09-27T15:31:27.6002422Z e9d4c42bcf78: Download complete 2022-09-27T15:31:27.6990510Z eadc05ea2cd3: Download complete 2022-09-27T15:31:27.7861654Z fb7b9d3b4458: Verifying Checksum 2022-09-27T15:31:27.7861966Z fb7b9d3b4458: Download complete 2022-09-27T15:31:29.3253366Z a231f0614b3d: Verifying Checksum 2022-09-27T15:31:29.3253664Z a231f0614b3d: Download complete 2022-09-27T15:31:29.4030399Z 768ba554451b: Pull complete 2022-09-27T15:31:29.5567705Z 903ca36d4d71: Pull complete 2022-09-27T15:31:30.8407191Z d2aa085c5a19: Pull complete 2022-09-27T15:31:31.0871648Z e36687f33369: Pull complete 2022-09-27T15:31:31.3454361Z 2e2cc485c496: Pull complete 2022-09-27T15:31:31.3547190Z 7f159b2249ec: Verifying Checksum 2022-09-27T15:31:31.3547472Z 7f159b2249ec: Download complete 2022-09-27T15:31:31.5894162Z 44206692de1d: Pull complete 2022-09-27T15:31:31.8446514Z 2411f0d67de0: Pull complete 2022-09-27T15:31:32.0981024Z 316750fef2e6: Pull complete 2022-09-27T15:31:32.3401451Z d629593bf291: Pull complete 2022-09-27T15:31:32.5643131Z 8bb03f91295d: Pull complete 2022-09-27T15:31:32.7799937Z 751286b45698: Pull complete 2022-09-27T15:31:59.6315572Z d57662a66814: Verifying Checksum 2022-09-27T15:31:59.6317215Z d57662a66814: Download complete 2022-09-27T15:32:17.7579172Z d57662a66814: Pull complete 2022-09-27T15:32:17.9499863Z 6d3bd32fa2b0: Pull complete 2022-09-27T15:32:18.0946026Z efeff9c74fbf: Pull complete 2022-09-27T15:32:18.2834292Z 989d82361022: Pull complete 2022-09-27T15:32:18.4800723Z b9aed142d082: Pull complete 2022-09-27T15:32:18.6701675Z bea7d1829a26: Pull complete 2022-09-27T15:32:18.8423208Z 3bb376fdd203: Pull complete 2022-09-27T15:32:19.0800395Z 0bb922a7286c: Pull complete 2022-09-27T15:32:19.2810841Z c2fcfa2400df: Pull complete 2022-09-27T15:32:19.4466963Z 4f365ff02a2a: Pull complete 2022-09-27T15:32:19.6146133Z a4ce2fdd9133: Pull complete 2022-09-27T15:32:22.3640857Z 000c23e724e2: Pull complete 2022-09-27T15:32:22.5315498Z f41dc2afa465: Pull complete 2022-09-27T15:32:22.6990134Z b9b9b9d06eef: Pull complete 2022-09-27T15:32:22.9297581Z ded8d870e722: Pull complete 2022-09-27T15:32:23.1640442Z c916a1e3e7f9: Pull complete 2022-09-27T15:32:23.3643258Z e8b4222e7a59: Pull complete 2022-09-27T15:32:27.8423487Z dec82f7cc338: Pull complete 2022-09-27T15:32:28.0785148Z fcd1238efd6e: Pull complete 2022-09-27T15:32:28.3071501Z ec1e4816e4ff: Pull complete 2022-09-27T15:32:28.5224647Z 96f2ea210f48: Pull complete 2022-09-27T15:32:28.7508997Z 0bb4b577d186: Pull complete 2022-09-27T15:32:28.9799830Z a4dc1a78ad3b: Pull complete 2022-09-27T15:32:29.2008493Z fb6e5fc0e59e: Pull complete 2022-09-27T15:32:29.3944422Z 53fc05558967: Pull complete 2022-09-27T15:32:29.6118945Z 9a5f8de0c5f7: Pull complete 2022-09-27T15:32:29.8458262Z c678dfb8b673: Pull complete 2022-09-27T15:32:30.1188904Z 7a6743011661: Pull complete 2022-09-27T15:32:30.3328372Z afdd32adb49f: Pull complete 2022-09-27T15:32:30.5752976Z aa4bb3ec24a7: Pull complete 2022-09-27T15:32:30.8331672Z 5602e86d1d91: Pull complete 2022-09-27T15:32:31.0826974Z e3930e246fe4: Pull complete 2022-09-27T15:32:31.2128978Z b9c6f9c104fe: Pull complete 2022-09-27T15:32:31.3132914Z 752f98c7a6d7: Pull complete 2022-09-27T15:32:31.7198503Z b7dcbb153a95: Pull complete 2022-09-27T15:32:31.9478637Z 61e935823f75: Pull complete 2022-09-27T15:32:32.1090205Z 788ace045743: Pull complete 2022-09-27T15:32:35.7796863Z 7f159b2249ec: Pull complete 2022-09-27T15:32:36.0079994Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:32:36.2380772Z 577da355ab1b: Pull complete 2022-09-27T15:32:36.4203175Z e9d4c42bcf78: Pull complete 2022-09-27T15:32:36.5094354Z eadc05ea2cd3: Pull complete 2022-09-27T15:32:36.6013795Z fb7b9d3b4458: Pull complete 2022-09-27T15:32:38.1731556Z a231f0614b3d: Pull complete 2022-09-27T15:32:38.2819201Z Digest: sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T15:32:38.3266996Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:38.3452439Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:38.3503370Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:32:38.3503646Z python3 -m pip install psutil==5.9.1 2022-09-27T15:32:38.3503894Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:32:38.3504154Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:32:38.3504420Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:32:38.3515334Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:38.3515551Z env: 2022-09-27T15:32:38.3515713Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:38.3515900Z ##[endgroup] 2022-09-27T15:32:38.5581982Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:38.5754837Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:32:38.9583662Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:38.9758624Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:32:39.1608932Z Prepare all required actions 2022-09-27T15:32:39.1609435Z Getting action download info 2022-09-27T15:32:39.3238293Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:32:39.7375118Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:32:41.2893471Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:32:41.2893696Z with: 2022-09-27T15:32:41.2893876Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:41.2894070Z env: 2022-09-27T15:32:41.2894240Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:41.2894410Z ##[endgroup] 2022-09-27T15:32:41.3063475Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:32:41.3063686Z with: 2022-09-27T15:32:41.3063877Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:41.3064087Z s3-bucket: gha-artifacts 2022-09-27T15:32:41.3064276Z region: us-east-1 2022-09-27T15:32:41.3064459Z env: 2022-09-27T15:32:41.3064626Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:41.3064800Z ##[endgroup] 2022-09-27T15:32:41.6955336Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-clang7-asan/ 2022-09-27T15:32:41.6955822Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.7803715Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.7803992Z 2022-09-27T15:32:54.7804834Z Artifact download has finished successfully 2022-09-27T15:32:54.7898930Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:32:54.7899165Z unzip -o artifacts.zip 2022-09-27T15:32:54.7910353Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:54.7910560Z env: 2022-09-27T15:32:54.7910738Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:54.7910930Z ##[endgroup] 2022-09-27T15:32:54.8233466Z Archive: artifacts.zip 2022-09-27T15:32:54.8234108Z creating: dist/ 2022-09-27T15:32:57.0289863Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:32:58.9766294Z inflating: dist/torch-1.13.0a0+git52424e2.tar.gz 2022-09-27T15:32:58.9766561Z creating: build/lib/ 2022-09-27T15:32:58.9768276Z inflating: build/lib/libclog.a 2022-09-27T15:32:58.9945401Z inflating: build/lib/libgtest.a 2022-09-27T15:32:58.9966423Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:32:58.9983598Z inflating: build/lib/libittnotify.a 2022-09-27T15:32:59.0240717Z inflating: build/lib/libbenchmark.a 2022-09-27T15:32:59.0416253Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:32:59.0479937Z inflating: build/lib/libfmt.a 2022-09-27T15:32:59.0589801Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:32:59.0936656Z inflating: build/lib/libasmjit.a 2022-09-27T15:32:59.0937727Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:32:59.1257968Z inflating: build/lib/libgloo.a 2022-09-27T15:32:59.2160291Z inflating: build/lib/libprotobuf.a 2022-09-27T15:32:59.2161132Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:32:59.2384501Z inflating: build/lib/libc10.so 2022-09-27T15:32:59.2410603Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:32:59.2435172Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:32:59.2443066Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:32:59.2490985Z inflating: build/lib/libgmock.a 2022-09-27T15:32:59.2492286Z inflating: build/lib/libgtest_main.a 2022-09-27T15:32:59.2493242Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:32:59.3598020Z inflating: build/lib/libprotoc.a 2022-09-27T15:32:59.5428304Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:32:59.5487682Z inflating: build/lib/libqnnpack.a 2022-09-27T15:33:00.3081348Z inflating: build/lib/libfbgemm.a 2022-09-27T15:33:00.3082225Z inflating: build/lib/libgmock_main.a 2022-09-27T15:33:00.3184663Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:33:00.4068880Z inflating: build/lib/libkineto.a 2022-09-27T15:33:00.4717324Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:33:00.4921043Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:33:00.5134922Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:33:00.7366842Z inflating: build/lib/libonnx.a 2022-09-27T15:33:00.7401433Z inflating: build/lib/libnnpack.a 2022-09-27T15:33:06.5175536Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:33:06.5176459Z inflating: build/lib/libtorch.so 2022-09-27T15:33:06.5255706Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:33:06.5444509Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:33:06.5547054Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:33:06.5557016Z inflating: build/lib/libshm.so 2022-09-27T15:33:07.2620213Z inflating: build/lib/libtorch_python.so 2022-09-27T15:33:07.2768324Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:33:07.2770175Z creating: build/bin/ 2022-09-27T15:33:07.2909608Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:33:07.3057493Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:33:07.3200772Z inflating: build/bin/c10_Device_test 2022-09-27T15:33:07.3339681Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:33:07.3505008Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:33:07.3647723Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:33:07.3799330Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:33:07.3953889Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:33:07.4111390Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:33:07.4250619Z inflating: build/bin/c10_Array_test 2022-09-27T15:33:07.4397899Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:33:07.4541592Z inflating: build/bin/c10_C++17_test 2022-09-27T15:33:07.4680890Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:33:07.4821892Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:33:07.4964147Z inflating: build/bin/c10_Half_test 2022-09-27T15:33:07.5120387Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:33:07.5303713Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:33:07.5456512Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:33:07.5598328Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:33:07.5976467Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:33:07.6121942Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:33:07.6267419Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:33:07.6406628Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:33:07.6554624Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:33:07.6709914Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:33:07.6862471Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:33:07.7017682Z inflating: build/bin/c10_complex_test 2022-09-27T15:33:07.7304436Z inflating: build/bin/c10_either_test 2022-09-27T15:33:07.7453501Z inflating: build/bin/c10_exception_test 2022-09-27T15:33:07.7603008Z inflating: build/bin/c10_flags_test 2022-09-27T15:33:07.7939282Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:33:07.8082521Z inflating: build/bin/c10_irange_test 2022-09-27T15:33:07.8240654Z inflating: build/bin/c10_logging_test 2022-09-27T15:33:07.8458824Z inflating: build/bin/c10_optional_test 2022-09-27T15:33:07.8644666Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:33:07.8799364Z inflating: build/bin/c10_registry_test 2022-09-27T15:33:07.8960818Z inflating: build/bin/c10_string_view_test 2022-09-27T15:33:07.9105772Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:33:07.9258277Z inflating: build/bin/c10_typeid_test 2022-09-27T15:33:07.9425676Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:33:08.0514616Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:33:08.1602970Z inflating: build/bin/protoc 2022-09-27T15:33:08.2735242Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:33:08.3908447Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:33:08.5085420Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:33:08.5236079Z inflating: build/bin/HashStoreTest 2022-09-27T15:33:08.5386251Z inflating: build/bin/FileStoreTest 2022-09-27T15:33:08.5555180Z inflating: build/bin/TCPStoreTest 2022-09-27T15:33:08.5749629Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:33:08.5757558Z inflating: build/bin/example_allreduce 2022-09-27T15:33:08.5905308Z inflating: build/bin/Dimname_test 2022-09-27T15:33:08.6094110Z inflating: build/bin/Dict_test 2022-09-27T15:33:08.6271157Z inflating: build/bin/apply_utils_test 2022-09-27T15:33:08.6458232Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:33:08.6617198Z inflating: build/bin/NamedTensor_test 2022-09-27T15:33:08.6782914Z inflating: build/bin/atest 2022-09-27T15:33:08.6956956Z inflating: build/bin/basic 2022-09-27T15:33:08.7107477Z inflating: build/bin/broadcast_test 2022-09-27T15:33:08.7264706Z inflating: build/bin/cpu_generator_test 2022-09-27T15:33:08.7415901Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:33:08.7558339Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:33:08.7890304Z inflating: build/bin/cpu_rng_test 2022-09-27T15:33:08.8033357Z inflating: build/bin/dlconvertor_test 2022-09-27T15:33:08.8206127Z inflating: build/bin/extension_backend_test 2022-09-27T15:33:08.8356362Z inflating: build/bin/half_test 2022-09-27T15:33:08.8641266Z inflating: build/bin/ivalue_test 2022-09-27T15:33:08.8783163Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:33:08.8932601Z inflating: build/bin/math_kernel_test 2022-09-27T15:33:08.9083393Z inflating: build/bin/memory_format_test 2022-09-27T15:33:08.9232071Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:33:08.9386186Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:33:08.9528957Z inflating: build/bin/operator_name_test 2022-09-27T15:33:08.9688567Z inflating: build/bin/native_test 2022-09-27T15:33:08.9832463Z inflating: build/bin/operators_test 2022-09-27T15:33:08.9981705Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:33:09.0175726Z inflating: build/bin/pow_test 2022-09-27T15:33:09.0333244Z inflating: build/bin/quantized_test 2022-09-27T15:33:09.0474898Z inflating: build/bin/reduce_ops_test 2022-09-27T15:33:09.0619887Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:33:09.0794365Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:33:09.0956066Z inflating: build/bin/scalar_test 2022-09-27T15:33:09.1105135Z inflating: build/bin/stride_properties_test 2022-09-27T15:33:09.1259340Z inflating: build/bin/test_parallel 2022-09-27T15:33:09.1492823Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:33:09.1497267Z inflating: build/bin/thread_init_test 2022-09-27T15:33:09.1646532Z inflating: build/bin/type_ptr_test 2022-09-27T15:33:09.1824915Z inflating: build/bin/type_test 2022-09-27T15:33:09.1974611Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:33:09.2116662Z inflating: build/bin/variant_test 2022-09-27T15:33:09.2118530Z inflating: build/bin/verify_api_visibility 2022-09-27T15:33:09.2315196Z inflating: build/bin/vmap_test 2022-09-27T15:33:09.2462248Z inflating: build/bin/weakref_test 2022-09-27T15:33:09.2608624Z inflating: build/bin/wrapdim_test 2022-09-27T15:33:09.2754834Z inflating: build/bin/xla_tensor_test 2022-09-27T15:33:09.2929133Z inflating: build/bin/IListRef_test 2022-09-27T15:33:09.3179387Z inflating: build/bin/List_test 2022-09-27T15:33:09.3362228Z inflating: build/bin/KernelFunction_test 2022-09-27T15:33:09.3722371Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:33:09.4000983Z inflating: build/bin/kernel_function_test 2022-09-27T15:33:09.4391336Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:33:09.4703067Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:33:09.4877669Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:33:09.5159913Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:33:09.5303938Z inflating: build/bin/CppSignature_test 2022-09-27T15:33:09.5464950Z inflating: build/bin/backend_fallback_test 2022-09-27T15:33:09.5604446Z inflating: build/bin/op_allowlist_test 2022-09-27T15:33:09.5752711Z inflating: build/bin/inline_container_test 2022-09-27T15:33:09.6705111Z inflating: build/bin/op_registration_test 2022-09-27T15:33:09.6747081Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:33:09.6904750Z inflating: build/bin/test_dist_autograd 2022-09-27T15:33:09.7120884Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:33:09.7126144Z inflating: build/bin/parallel_benchmark 2022-09-27T15:33:09.7942218Z inflating: build/bin/test_lazy 2022-09-27T15:33:09.9776242Z inflating: build/bin/test_tensorexpr 2022-09-27T15:33:09.9791440Z inflating: build/bin/torch_shm_manager 2022-09-27T15:33:10.2997480Z inflating: build/bin/test_api 2022-09-27T15:33:10.4839610Z inflating: build/bin/test_jit 2022-09-27T15:33:10.4840434Z inflating: .pytorch-test-times.json 2022-09-27T15:33:10.4861854Z ##[group]Run df -H 2022-09-27T15:33:10.4862046Z df -H 2022-09-27T15:33:10.4879264Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:33:10.4879487Z env: 2022-09-27T15:33:10.4879661Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.4879837Z ##[endgroup] 2022-09-27T15:33:10.4911503Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:33:10.4911935Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:33:10.4913556Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-09-27T15:33:10.4913902Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:33:10.4914241Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:33:10.4914880Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-09-27T15:33:10.4980164Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:33:10.4980407Z .github/scripts/parse_ref.py 2022-09-27T15:33:10.4990669Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.4990853Z env: 2022-09-27T15:33:10.4991036Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.4991209Z ##[endgroup] 2022-09-27T15:33:10.5804385Z ##[group]Run set -x 2022-09-27T15:33:10.5804649Z set -x 2022-09-27T15:33:10.5804805Z  2022-09-27T15:33:10.5805000Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:33:10.5805257Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:33:10.5805501Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:33:10.5805736Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:33:10.5805933Z else 2022-09-27T15:33:10.5806124Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.5807345Z fi 2022-09-27T15:33:10.5807505Z  2022-09-27T15:33:10.5807729Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:33:10.5807963Z  2022-09-27T15:33:10.5808178Z # sanitize the input commit message and PR body here: 2022-09-27T15:33:10.5808390Z # 2022-09-27T15:33:10.5808663Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:33:10.5809035Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:33:10.5809333Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:33:10.5809558Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:33:10.5809743Z  2022-09-27T15:33:10.5809989Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:33:10.5810265Z # wreak havoc internally 2022-09-27T15:33:10.5810503Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:33:10.5810744Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:33:10.5810918Z  2022-09-27T15:33:10.5811142Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:33:10.5811434Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:33:10.5811694Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:33:10.5811930Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:33:10.5812148Z container_name=$(docker run \ 2022-09-27T15:33:10.5812346Z  ${GPU_FLAG:-} \ 2022-09-27T15:33:10.5812529Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:33:10.5812725Z  -e PR_NUMBER \ 2022-09-27T15:33:10.5812913Z  -e GITHUB_ACTIONS \ 2022-09-27T15:33:10.5813086Z  -e BASE_SHA \ 2022-09-27T15:33:10.5813267Z  -e BRANCH \ 2022-09-27T15:33:10.5813442Z  -e SHA1 \ 2022-09-27T15:33:10.5813617Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:33:10.5813813Z  -e IN_WHEEL_TEST \ 2022-09-27T15:33:10.5814003Z  -e SHARD_NUMBER \ 2022-09-27T15:33:10.5814177Z  -e TEST_CONFIG \ 2022-09-27T15:33:10.5814366Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:33:10.5814552Z  -e PR_BODY \ 2022-09-27T15:33:10.5814729Z  -e COMMIT_MESSAGES \ 2022-09-27T15:33:10.5814937Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:33:10.5815161Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:33:10.5815356Z  -e PR_LABELS \ 2022-09-27T15:33:10.5815560Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:33:10.5815769Z  -e SCCACHE_BUCKET \ 2022-09-27T15:33:10.5815967Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:33:10.5816151Z  -e XLA_CUDA \ 2022-09-27T15:33:10.5816354Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:33:10.5816686Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:33:10.5816907Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:33:10.5817134Z  --security-opt seccomp=unconfined \ 2022-09-27T15:33:10.5817455Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:33:10.5817636Z  --ipc=host \ 2022-09-27T15:33:10.5817873Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:33:10.5818065Z  --tty \ 2022-09-27T15:33:10.5818225Z  --detach \ 2022-09-27T15:33:10.5818421Z  --name="${container_name}" \ 2022-09-27T15:33:10.5818625Z  --user jenkins \ 2022-09-27T15:33:10.5818862Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:33:10.5819101Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:33:10.5819309Z  "${DOCKER_IMAGE}" 2022-09-27T15:33:10.5819595Z ) 2022-09-27T15:33:10.5819856Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:33:10.5830444Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.5830627Z env: 2022-09-27T15:33:10.5830802Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5831034Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T15:33:10.5831263Z PR_NUMBER: 85462 2022-09-27T15:33:10.5831438Z BRANCH: pull/85462 2022-09-27T15:33:10.5831638Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:10.5831871Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:10.5832089Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:33:10.5832283Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:33:10.5832478Z TEST_CONFIG: default 2022-09-27T15:33:10.5832654Z SHARD_NUMBER: 5 2022-09-27T15:33:10.5832823Z NUM_TEST_SHARDS: 5 2022-09-27T15:33:10.5834512Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:33:10.5836399Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:33:10.5836643Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:33:10.5836816Z SHM_SIZE: 1g 2022-09-27T15:33:10.5837166Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:10.5837498Z XLA_CUDA: 2022-09-27T15:33:10.5837741Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:10.5838058Z ##[endgroup] 2022-09-27T15:33:10.5860719Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:33:10.5861143Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-09-27T15:33:10.5861383Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.5864093Z ++ git cherry -v origin/master 2022-09-27T15:33:10.6054749Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:33:10.6055227Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:33:10.6055523Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:33:10.6055803Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:33:10.6056072Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6057171Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6069391Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.6071855Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6072949Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.6079804Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.6085683Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.6087505Z +++ nproc --ignore=2 2022-09-27T15:33:10.6096056Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:25.0342602Z + container_name=701ba09460c1116b4b6924a436cf2743de8e6eb8f0af09421cf48011f420a97a 2022-09-27T15:33:25.0343569Z + docker exec -t 701ba09460c1116b4b6924a436cf2743de8e6eb8f0af09421cf48011f420a97a sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:33:25.5556307Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:33:25.6300350Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:33:26.3958685Z Installing collected packages: torch 2022-09-27T15:33:36.3741557Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:33:36.5160289Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:33:36.5314873Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:33:36.5315379Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:33:36.5315784Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:33:36.5316323Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:33:36.5319567Z + BUILD_DIR=build 2022-09-27T15:33:36.5319849Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:33:36.5320052Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:33:36.5320246Z + export VALGRIND=ON 2022-09-27T15:33:36.5320760Z + VALGRIND=ON 2022-09-27T15:33:36.5321125Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-09-27T15:33:36.5321444Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-09-27T15:33:36.5321686Z ++ realpath build/custom_test_artifacts 2022-09-27T15:33:36.5343614Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:33:36.5346596Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:33:36.5374168Z + source .jenkins/pytorch/common.sh 2022-09-27T15:33:36.5379861Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:33:36.5385087Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:33:36.5390871Z +++ declare -f -t trap_add 2022-09-27T15:33:36.5394232Z ++ set -ex 2022-09-27T15:33:36.5394605Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:36.5394915Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:33:36.5395641Z ++ [[ default == *xla* ]] 2022-09-27T15:33:36.5396126Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:36.5396680Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-09-27T15:33:36.5396998Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-09-27T15:33:36.5397222Z ++ which conda 2022-09-27T15:33:36.5412621Z /opt/conda/bin/conda 2022-09-27T15:33:36.5413634Z ++ conda install -q -y cmake 2022-09-27T15:33:38.8425309Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:33:39.3008059Z Solving environment: ...working... done 2022-09-27T15:33:39.3979218Z 2022-09-27T15:33:39.3979414Z ## Package Plan ## 2022-09-27T15:33:39.3979585Z 2022-09-27T15:33:39.3979693Z environment location: /opt/conda 2022-09-27T15:33:39.3979827Z 2022-09-27T15:33:39.3979909Z added / updated specs: 2022-09-27T15:33:39.3980214Z - cmake 2022-09-27T15:33:39.3980315Z 2022-09-27T15:33:39.3980337Z 2022-09-27T15:33:39.3980433Z The following packages will be downloaded: 2022-09-27T15:33:39.3980577Z 2022-09-27T15:33:39.3980671Z package | build 2022-09-27T15:33:39.3980949Z ---------------------------|----------------- 2022-09-27T15:33:39.3981261Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:33:39.3981549Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:33:39.3981845Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:33:39.3982141Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:33:39.3982413Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:33:39.3982896Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:33:39.3983229Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:33:39.3983500Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:33:39.3983994Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:33:39.3984280Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:33:39.3984571Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:33:39.3984849Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:33:39.3985197Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:33:39.3985482Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:33:39.3985744Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:33:39.3986019Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:33:39.3986320Z ------------------------------------------------------------ 2022-09-27T15:33:39.3986550Z Total: 13.0 MB 2022-09-27T15:33:39.3986677Z 2022-09-27T15:33:39.3986791Z The following NEW packages will be INSTALLED: 2022-09-27T15:33:39.3986937Z 2022-09-27T15:33:39.3998830Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:33:39.3999278Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:33:39.3999667Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:33:39.4000030Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:33:39.4000408Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:33:39.4000788Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:33:39.4001172Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:33:39.4001556Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:33:39.4001949Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:33:39.4002345Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:33:39.4002708Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:33:39.4003073Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:33:39.4003438Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:33:39.4003804Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:33:39.4003951Z 2022-09-27T15:33:39.4004062Z The following packages will be UPDATED: 2022-09-27T15:33:39.4004294Z 2022-09-27T15:33:39.4004513Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:33:39.4004870Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:33:39.4005020Z 2022-09-27T15:33:39.4005025Z 2022-09-27T15:33:40.4664159Z Preparing transaction: ...working... done 2022-09-27T15:33:41.3731025Z Verifying transaction: ...working... done 2022-09-27T15:33:48.0259312Z Executing transaction: ...working... done 2022-09-27T15:33:48.1422928Z Retrieving notices: ...working... done 2022-09-27T15:33:48.3228345Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:48.3228688Z + echo 'Environment variables' 2022-09-27T15:33:48.3229023Z Environment variables 2022-09-27T15:33:48.3229307Z + env 2022-09-27T15:33:48.3255431Z INSTALLED_DB=yes 2022-09-27T15:33:48.3256312Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:33:48.3256749Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-09-27T15:33:48.3257151Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:33:48.3257490Z HOSTNAME=701ba09460c1 2022-09-27T15:33:48.3258073Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_6eeb39d4-3416-4a3b-8bf6-84a2bd2f5c96 2022-09-27T15:33:48.3258389Z GITHUB_ACTION=__self 2022-09-27T15:33:48.3258676Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:33:48.3258983Z TEST_CONFIG=default 2022-09-27T15:33:48.3259359Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:33:48.3259623Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:33:48.3260232Z GITHUB_REF_TYPE=branch 2022-09-27T15:33:48.3260521Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:33:48.3260859Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:48.3261199Z XLA_CUDA= 2022-09-27T15:33:48.3267442Z *** 2022-09-27T15:33:48.3267811Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:33:48.3268084Z GITHUB_ACTIONS=true 2022-09-27T15:33:48.3268557Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:48.3268934Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:33:48.3269249Z UCC_HOME=/usr 2022-09-27T15:33:48.3269534Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:33:48.3269830Z SHARD_NUMBER=5 2022-09-27T15:33:48.3270106Z GITHUB_REF_PROTECTED=false 2022-09-27T15:33:48.3270403Z HOME=/var/lib/jenkins 2022-09-27T15:33:48.3270764Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:33:48.3271127Z INSTALLED_THRIFT= 2022-09-27T15:33:48.3271390Z UCX_COMMIT= 2022-09-27T15:33:48.3271697Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:33:48.3272008Z NUM_TEST_SHARDS=5 2022-09-27T15:33:48.3272299Z UCX_HOME=/usr 2022-09-27T15:33:48.3272607Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:33:48.3273376Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_6eeb39d4-3416-4a3b-8bf6-84a2bd2f5c96 2022-09-27T15:33:48.3274108Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:33:48.3274538Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:33:48.3274850Z GITHUB_RUN_ID=3133193930 2022-09-27T15:33:48.3275586Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6eeb39d4-3416-4a3b-8bf6-84a2bd2f5c96 2022-09-27T15:33:48.3276102Z GITHUB_ACTOR=kongzii 2022-09-27T15:33:48.3276401Z PR_NUMBER=85462 2022-09-27T15:33:48.3276672Z DESIRED_CUDA= 2022-09-27T15:33:48.3276952Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:33:48.3277232Z VALGRIND=ON 2022-09-27T15:33:48.3277604Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:33:48.3277980Z TERM=xterm 2022-09-27T15:33:48.3278276Z INSTALLED_VISION=yes 2022-09-27T15:33:48.3278570Z BRANCH=pull/85462 2022-09-27T15:33:48.3278897Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:33:48.3279224Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:33:48.3279872Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:33:48.3280370Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:33:48.3280702Z UCC_COMMIT= 2022-09-27T15:33:48.3281002Z INSTALLED_ANDROID= 2022-09-27T15:33:48.3281267Z SHLVL=1 2022-09-27T15:33:48.3281541Z MAX_JOBS=6 2022-09-27T15:33:48.3282381Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:33:48.3283186Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:33:48.3283738Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:48.3284153Z GITHUB_JOB=test 2022-09-27T15:33:48.3284551Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:33:48.3284878Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:33:48.3285208Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:33:48.3285547Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:33:48.3286045Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:48.3286523Z GITHUB_BASE_REF=master 2022-09-27T15:33:48.3286795Z CI=true 2022-09-27T15:33:48.3287068Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:33:48.3287345Z INSTALLED_PROTOBUF=yes 2022-09-27T15:33:48.3287632Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:33:48.3287837Z GITHUB_ACTION_REF= 2022-09-27T15:33:48.3288106Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:33:48.3288340Z GITHUB_WORKFLOW=pull 2022-09-27T15:33:48.3290093Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:33:48.3293447Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:33:48.3295269Z _=/usr/bin/env 2022-09-27T15:33:48.3295485Z + echo 'Testing pytorch' 2022-09-27T15:33:48.3295658Z Testing pytorch 2022-09-27T15:33:48.3295857Z + export LANG=C.UTF-8 2022-09-27T15:33:48.3296047Z + LANG=C.UTF-8 2022-09-27T15:33:48.3345122Z + PR_NUMBER=85462 2022-09-27T15:33:48.3345469Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:33:48.3345866Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:48.3346212Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:48.3346502Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:48.3346699Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:48.3346919Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:33:48.3347399Z + [[ default == \s\l\o\w ]] 2022-09-27T15:33:48.3347920Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-09-27T15:33:48.3348479Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-09-27T15:33:48.3349026Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:48.3349425Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-09-27T15:33:48.3349672Z + [[ default == *crossref* ]] 2022-09-27T15:33:48.3349859Z + [[ default == *dynamo* ]] 2022-09-27T15:33:48.3350065Z + [[ -n 85462 ]] 2022-09-27T15:33:48.3350249Z + [[ -z '' ]] 2022-09-27T15:33:48.3350439Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:48.3350675Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:48.3350964Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:48.3351261Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-09-27T15:33:48.3351521Z + pip_install --user ninja 2022-09-27T15:33:48.3351785Z + pip install --progress-bar off --user ninja 2022-09-27T15:33:48.7420556Z Collecting ninja 2022-09-27T15:33:48.7572518Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:33:49.4641528Z Installing collected packages: ninja 2022-09-27T15:33:49.4726238Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:33:49.4726763Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:33:49.4777339Z Successfully installed ninja-1.10.2.3 2022-09-27T15:33:49.5399370Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:49.5400439Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:49.5401224Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-09-27T15:33:49.5401968Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:49.5402816Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:49.5403485Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:49.5404063Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:49.5404449Z + export PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:49.5404991Z + PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:49.5405285Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:49.5405577Z + PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:49.5405905Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:49.5406306Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:49.5406530Z + export TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:49.5406726Z + TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:49.5407073Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:49.5407448Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:49.5407713Z + ulimit -s 81920 2022-09-27T15:33:49.5407881Z + cd test 2022-09-27T15:33:49.5408171Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-09-27T15:33:53.3279211Z 1.13.0a0+git52424e2 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:53.7820355Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-09-27T15:33:53.7820978Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-09-27T15:33:53.7821352Z + cd test 2022-09-27T15:33:53.7821760Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:53.7821989Z + set +e 2022-09-27T15:33:53.7822256Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:57.1128085Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:33:57.4077547Z #0 0x7f21b9555f37 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acbf37) 2022-09-27T15:33:57.4712353Z #1 0x564dc42ee5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:33:57.4713103Z #2 0x564dc4324b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:33:57.4713682Z #3 0x564dc4324b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:33:57.4714203Z #4 0x564dc436c701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:33:57.4714723Z #5 0x564dc42bde84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:33:57.4715107Z #6 0x564dc42bde84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:33:57.4716160Z #7 0x564dc42bf272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:33:57.4716683Z #8 0x564dc42bf272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:33:57.4717759Z #9 0x564dc43ccc81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:33:57.4718600Z #10 0x564dc43d7c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:33:57.4719117Z #11 0x564dc43d7ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:33:57.4720566Z #12 0x564dc43d7dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:33:57.4721030Z #13 0x564dc43d7dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:33:57.4721590Z #14 0x564dc43d7dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:33:57.4722149Z #15 0x564dc43d818b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:33:57.4736854Z #16 0x7f21c1b82082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:33:57.4737456Z #17 0x564dc437d039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:33:57.4737633Z 2022-09-27T15:33:57.4737954Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3 in 2022-09-27T15:33:57.5223720Z + retcode=1 2022-09-27T15:33:57.5224166Z + set -e 2022-09-27T15:33:57.5224438Z + return 1 2022-09-27T15:33:57.5228463Z + cd test 2022-09-27T15:33:57.5229211Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:33:57.5229571Z + set +e 2022-09-27T15:33:57.5230016Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:34:00.8239974Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18: runtime error: division by zero 2022-09-27T15:34:00.9505444Z #0 0x7f1ea39eb185 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc185) 2022-09-27T15:34:01.0095406Z #1 0x556446a875dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:34:01.0095917Z #2 0x556446abdb3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:34:01.0096444Z #3 0x556446abdb3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:34:01.0097187Z #4 0x556446b05701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:34:01.0097810Z #5 0x556446a56e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:34:01.0098480Z #6 0x556446a56e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:34:01.0099266Z #7 0x556446a58272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:34:01.0099925Z #8 0x556446a58272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:34:01.0100566Z #9 0x556446b65c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:34:01.0101375Z #10 0x556446b70c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:34:01.0102431Z #11 0x556446b70ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:34:01.0103326Z #12 0x556446b70dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:34:01.0103976Z #13 0x556446b70dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:34:01.0104700Z #14 0x556446b70dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:34:01.0105600Z #15 0x556446b7118b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:34:01.0118865Z #16 0x7f1eac017082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:34:01.0119712Z #17 0x556446b16039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:34:01.0119999Z 2022-09-27T15:34:01.0120428Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18 in 2022-09-27T15:34:01.0531243Z + retcode=1 2022-09-27T15:34:01.0531703Z + set -e 2022-09-27T15:34:01.0531990Z + return 1 2022-09-27T15:34:01.0534983Z + cd test 2022-09-27T15:34:01.0536058Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:34:01.0536486Z + set +e 2022-09-27T15:34:01.0536967Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:34:04.3556310Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:34:04.9972633Z #0 0x7f82733b3d54 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd52fd54) 2022-09-27T15:34:05.0548813Z #1 0x7f829db752bb in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc2bb) 2022-09-27T15:34:05.1137211Z #2 0x5566155ce5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:34:05.1137997Z #3 0x556615604b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:34:05.1138557Z #4 0x556615604b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:34:05.1139027Z #5 0x55661564c701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:34:05.1139722Z #6 0x55661559de84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:34:05.1140360Z #7 0x55661559de84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:34:05.1141048Z #8 0x55661559f272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:34:05.1141586Z #9 0x55661559f272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:34:05.1142224Z #10 0x5566156acc81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:34:05.1143127Z #11 0x5566156b7c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:34:05.1143820Z #12 0x5566156b7ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:34:05.1144590Z #13 0x5566156b7dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:34:05.1145084Z #14 0x5566156b7dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:34:05.1145596Z #15 0x5566156b7dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:34:05.1146515Z #16 0x5566156b818b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:34:05.1159349Z #17 0x7f82a61a3082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:34:05.1159903Z #18 0x55661565d039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:34:05.1160191Z 2022-09-27T15:34:05.1160766Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-09-27T15:34:05.1561217Z + retcode=1 2022-09-27T15:34:05.1561605Z + set -e 2022-09-27T15:34:05.1561856Z + return 1 2022-09-27T15:34:05.1563358Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:34:05.1563739Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:34:05.1568540Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-09-27T15:34:05.1580274Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:05.1580616Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-09-27T15:34:05.1583351Z + cd test 2022-09-27T15:34:05.1583757Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:34:08.4828830Z PyTorch built with: 2022-09-27T15:34:08.4829409Z - GCC 4.2 2022-09-27T15:34:08.4829637Z - C++ Version: 201402 2022-09-27T15:34:08.4829864Z - clang 7.0.1 2022-09-27T15:34:08.4830257Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:08.4830628Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:34:08.4830870Z - NNPACK is enabled 2022-09-27T15:34:08.4831098Z - CPU capability usage: AVX2 2022-09-27T15:34:08.4834007Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS=-fsanitize=undefined -fsanitize=address -fno-sanitize-recover=all -fsanitize-address-use-after-scope -shared-libasan -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=address -fPIE -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=0, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=0, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=OFF, USE_ROCM=OFF, 2022-09-27T15:34:08.4836015Z 2022-09-27T15:34:08.9471536Z + cd test 2022-09-27T15:34:08.9472211Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:34:12.2507791Z ATen/Parallel: 2022-09-27T15:34:12.2508226Z at::get_num_threads() : 4 2022-09-27T15:34:12.2508538Z at::get_num_interop_threads() : 4 2022-09-27T15:34:12.2509489Z OpenMP not found 2022-09-27T15:34:12.2510363Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:12.2510890Z mkl_get_max_threads() : 1 2022-09-27T15:34:12.2511261Z MKLDNN not found 2022-09-27T15:34:12.2511663Z std::thread::hardware_concurrency() : 8 2022-09-27T15:34:12.2512072Z Environment variables: 2022-09-27T15:34:12.2512442Z OMP_NUM_THREADS : [not set] 2022-09-27T15:34:12.2512820Z MKL_NUM_THREADS : [not set] 2022-09-27T15:34:12.2513219Z ATen parallel backend: native thread pool 2022-09-27T15:34:12.2513485Z 2022-09-27T15:34:12.7073036Z + [[ default == *deploy* ]] 2022-09-27T15:34:12.7073425Z + [[ default == *backward* ]] 2022-09-27T15:34:12.7073771Z + [[ default == *xla* ]] 2022-09-27T15:34:12.7074120Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:34:12.7074792Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:12.7075096Z + [[ default == distributed ]] 2022-09-27T15:34:12.7075498Z + [[ default == *dynamo* ]] 2022-09-27T15:34:12.7075729Z + [[ default == *dynamo* ]] 2022-09-27T15:34:12.7075939Z + [[ 5 == 1 ]] 2022-09-27T15:34:12.7076093Z + [[ 5 == 2 ]] 2022-09-27T15:34:12.7076289Z + [[ 5 -gt 2 ]] 2022-09-27T15:34:12.7076511Z + install_torchdynamo 2022-09-27T15:34:12.7076676Z + local commit 2022-09-27T15:34:12.7076869Z ++ get_pinned_commit torchdynamo 2022-09-27T15:34:12.7077171Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:34:12.7142329Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:12.7142946Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:12.7143494Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:13.1945357Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:13.1952259Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-68hfnwro 2022-09-27T15:34:13.2288970Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-68hfnwro 2022-09-27T15:34:14.3975511Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:34:14.4077139Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:14.9617590Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:15.2909302Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:19.7535834Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:34:19.7616549Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+git52424e2) 2022-09-27T15:34:19.7621162Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-09-27T15:34:19.8070636Z Collecting tabulate 2022-09-27T15:34:19.8304291Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:34:19.8373249Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:34:19.8377173Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-09-27T15:34:19.8404668Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-09-27T15:34:19.8436913Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-09-27T15:34:19.8567385Z Building wheels for collected packages: torchdynamo 2022-09-27T15:34:28.4712578Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:34:28.4808197Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2801554 sha256=67a8ae09274c881312e3b60e7f0e23727d29961b998244e3abcd6fbfeac883da 2022-09-27T15:34:28.4810219Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/77/0f/de/99455111d0619b9c9ed3eeb8e83431c83a6c69394197cf5fb8 2022-09-27T15:34:28.4843319Z Successfully built torchdynamo 2022-09-27T15:34:29.3666666Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:34:29.7500615Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:34:29.8526460Z + test_python_shard 5 2022-09-27T15:34:29.8526828Z + [[ -z 5 ]] 2022-09-27T15:34:29.8527224Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 5 5 --verbose 2022-09-27T15:34:33.6645475Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:34:33.8067120Z Ignoring disabled issues: [] 2022-09-27T15:34:33.8295405Z Found test time stats from artifacts 2022-09-27T15:34:33.8297551Z Selected tests: 2022-09-27T15:34:33.8297759Z test_ops 2022-09-27T15:34:33.8299167Z test_schema_check 2022-09-27T15:34:33.8299692Z test_functional_autograd_benchmark 2022-09-27T15:34:33.8299925Z test_nn 2022-09-27T15:34:33.8300096Z test_unary_ufuncs 2022-09-27T15:34:33.8300468Z test_jit_autocast 2022-09-27T15:34:33.8300679Z test_reductions 2022-09-27T15:34:33.8300861Z test_dispatch 2022-09-27T15:34:33.8301081Z test_tensor_creation_ops 2022-09-27T15:34:33.8301279Z test_fx_experimental 2022-09-27T15:34:33.8301459Z test_type_hints 2022-09-27T15:34:33.8301625Z test_testing 2022-09-27T15:34:33.8301782Z test_ao_sparsity 2022-09-27T15:34:33.8302008Z test_cpp_api_parity 2022-09-27T15:34:33.8302223Z test_cpp_extensions_open_device_registration 2022-09-27T15:34:33.8302414Z test_meta 2022-09-27T15:34:33.8302590Z test_vmap 2022-09-27T15:34:33.8302944Z test_import_stats 2022-09-27T15:34:33.8303115Z test_transformers 2022-09-27T15:34:33.8303299Z backends/xeon/test_launch 2022-09-27T15:34:33.8303492Z test_shape_ops 2022-09-27T15:34:33.8303705Z test_public_bindings 2022-09-27T15:34:33.8303892Z lazy/test_step_closures 2022-09-27T15:34:33.8304068Z test_prims 2022-09-27T15:34:33.8304219Z test_tensorboard 2022-09-27T15:34:33.8304457Z test_functionalization 2022-09-27T15:34:33.8304642Z lazy/test_reuse_ir 2022-09-27T15:34:33.8304801Z test_model_dump 2022-09-27T15:34:33.8304978Z test_fx_reinplace_pass 2022-09-27T15:34:33.8305212Z test_jit_disabled 2022-09-27T15:34:33.8305374Z test_python_dispatch 2022-09-27T15:34:33.8305548Z test_native_mha 2022-09-27T15:34:33.8305713Z test_pytree 2022-09-27T15:34:33.8305930Z test_per_overload_api 2022-09-27T15:34:33.8306108Z test_type_info 2022-09-27T15:34:33.8306292Z test_cpp_extensions_aot_ninja 2022-09-27T15:34:33.8306483Z test_cpp_extensions_aot_no_ninja 2022-09-27T15:34:33.8306728Z test_jit_llga_fuser 2022-09-27T15:34:33.8306918Z test_numba_integration 2022-09-27T15:34:33.8307077Z test_vulkan 2022-09-27T15:34:33.8307240Z lazy/test_bindings 2022-09-27T15:34:33.8307459Z test_cuda_primary_ctx 2022-09-27T15:34:33.8307630Z test_fx_backends 2022-09-27T15:34:33.8307793Z doctests 2022-09-27T15:34:33.8792555Z Prioritized test from test file changes. 2022-09-27T15:34:33.8792984Z reordering tests for PR: 2022-09-27T15:34:33.8793761Z prioritized: ['test_ops', 'test_schema_check', 'test_nn', 'test_reductions', 'test_dispatch', 'test_fx_experimental', 'test_meta', 'test_transformers', 'test_public_bindings', 'test_prims', 'test_python_dispatch'] 2022-09-27T15:34:33.8795279Z the rest: ['test_functional_autograd_benchmark', 'test_unary_ufuncs', 'test_jit_autocast', 'test_tensor_creation_ops', 'test_type_hints', 'test_testing', 'test_ao_sparsity', 'test_cpp_api_parity', 'test_cpp_extensions_open_device_registration', 'test_vmap', 'test_import_stats', 'backends/xeon/test_launch', 'test_shape_ops', 'lazy/test_step_closures', 'test_tensorboard', 'test_functionalization', 'lazy/test_reuse_ir', 'test_model_dump', 'test_fx_reinplace_pass', 'test_jit_disabled', 'test_native_mha', 'test_pytree', 'test_per_overload_api', 'test_type_info', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'test_jit_llga_fuser', 'test_numba_integration', 'test_vulkan', 'lazy/test_bindings', 'test_cuda_primary_ctx', 'test_fx_backends', 'doctests'] 2022-09-27T15:34:33.8796174Z 2022-09-27T15:34:33.8796571Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:34:33.9189831Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:34:33.9437438Z Running test_ops ... [2022-09-27 15:34:33.943501] 2022-09-27T15:34:33.9437914Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:34:33.943544] 2022-09-27T15:34:40.7355495Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops.xml 2022-09-27T15:34:40.9913641Z ============================= test session starts ============================== 2022-09-27T15:34:40.9914196Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:34:41.0004083Z cachedir: .pytest_cache 2022-09-27T15:34:41.0004866Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:34:41.0005303Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:34:41.0005829Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:34:41.0006111Z 2022-09-27T15:34:41.0699700Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:34:41.0700009Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:34:41.0700185Z 2022-09-27T15:34:41.1465829Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:34:41.1466212Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:34:41.1466375Z 2022-09-27T15:34:41.2239496Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:34:41.2240038Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:34:41.2240227Z 2022-09-27T15:34:41.3187477Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:34:41.3187971Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:34:41.3188250Z 2022-09-27T15:34:41.8097574Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:34:41.8098639Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:34:41.8098820Z 2022-09-27T15:34:41.8179001Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T15:34:41.8179692Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:34:41.8783033Z 2022-09-27T15:34:41.8783475Z gw0 ok / gw1 C / gw2 ok / gw3 C 2022-09-27T15:34:41.8784196Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:34:41.8784460Z 2022-09-27T15:34:41.8809175Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:34:41.8809841Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:34:41.8810109Z 2022-09-27T15:34:50.5214825Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:34:50.7335886Z gw0 ok / gw1 ok / gw2 [25028] / gw3 ok 2022-09-27T15:34:50.7394603Z gw0 ok / gw1 ok / gw2 [25028] / gw3 [25028] 2022-09-27T15:34:50.7959977Z gw0 [25028] / gw1 ok / gw2 [25028] / gw3 [25028] 2022-09-27T15:34:50.7963341Z gw0 [25028] / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:34:50.7963681Z scheduling tests via LoadScheduling 2022-09-27T15:34:51.4044599Z 2022-09-27T15:34:51.4045173Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:34:51.4045618Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:34:51.4047424Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:34:51.4049580Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:34:51.4151176Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:34:51.4155787Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:34:51.4161508Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:34:51.4167065Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:34:51.4173358Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:34:51.4176209Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:34:51.4181585Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:34:51.4182457Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:34:51.4184856Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:34:51.4190669Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:34:51.4194508Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:34:51.4198099Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:34:51.4200209Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:34:51.4201201Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:34:51.4202562Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:34:51.4204756Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:34:51.4223408Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:34:51.4223829Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:34:51.4226720Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:34:51.4230470Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:34:51.4231612Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:34:51.4232873Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:34:51.4234251Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:34:51.4236816Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:34:51.4241915Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:34:51.4246921Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:34:51.4251715Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:34:51.4254921Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:34:51.4257015Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:34:51.4261000Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:34:51.4262552Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:34:51.4263871Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:34:51.4265552Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:34:51.4267682Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:34:51.4272405Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:34:51.4276703Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:34:51.4280951Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:34:51.4284859Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:34:51.4286592Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:34:51.4287893Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:34:51.4290107Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:34:51.4294167Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:34:51.4296642Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:34:51.4301000Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:34:51.4305239Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:34:51.4309081Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:34:51.4310660Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:34:51.4312938Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:34:51.4316751Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:34:51.4318310Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:34:51.4320551Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:34:51.4325408Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:34:51.4329275Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:34:51.4331621Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:34:51.4335395Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:34:51.4337887Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:34:51.4342426Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:34:51.4346556Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:34:51.4347563Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:34:51.4350145Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:34:51.4353585Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:34:51.4356524Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:34:51.4357653Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:34:51.4359417Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:34:51.4362750Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:34:51.4365763Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:34:51.4366826Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:34:51.4368373Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:34:51.4372044Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:34:51.4375086Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:34:51.4376481Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:34:51.4378936Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:34:51.4383701Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:34:51.4387488Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:34:51.4389748Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:34:51.4392050Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:34:51.4396723Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:34:51.4399143Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:34:51.4404058Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:34:51.4415551Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:34:51.4416192Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:34:51.4418797Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:34:51.4425029Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:34:51.4430510Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:34:51.4433643Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:34:51.4442274Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:34:51.4445042Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:34:51.4448322Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:34:51.4449054Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:34:51.4452714Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:34:51.4453094Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:34:51.4457342Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:34:51.4461961Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:34:51.4483389Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:34:51.4484076Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:34:51.4484593Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:34:51.4485190Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:34:51.4485868Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:34:51.4486299Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:34:51.4486638Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:34:51.4503744Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:34:51.4504197Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:34:51.4504593Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:34:51.4593105Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:34:51.4598674Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:34:51.4612401Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:34:51.4620100Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:34:51.4634528Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:34:51.4716482Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:34:51.4831445Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:34:51.4912003Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:34:51.5033597Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:34:51.5034274Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:34:51.5063136Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:34:51.5109901Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:34:51.5202636Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:34:51.5204252Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:34:51.5310937Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:34:51.5350596Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:34:51.5390872Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:34:51.5447670Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:34:51.5472143Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:34:51.5472833Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:34:51.5562789Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:34:51.5582973Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:34:51.5749831Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:34:51.5790308Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:34:51.5810455Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:34:51.5832081Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:34:51.5911660Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:34:51.5912070Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:34:51.5928804Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:34:51.6016538Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:34:51.6189637Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:34:51.6230206Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:34:51.6319609Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:34:51.6337788Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:34:51.6392395Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:34:51.6392936Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:34:51.6542891Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:34:51.6630170Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:34:51.6674943Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:34:51.6685051Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:34:51.6687369Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:34:51.6723232Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:34:51.6831469Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:34:51.6834457Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:34:51.6967490Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:34:51.7000583Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:34:51.7069548Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:34:51.7109564Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:34:51.7172893Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:34:51.7201812Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:34:51.7272482Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:34:51.7273086Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:34:51.7443723Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:34:51.7453136Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:34:51.7509495Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:34:51.7549824Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:34:51.7655045Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:34:51.7713267Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:34:51.7714069Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:34:51.7774417Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:34:51.7918353Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:34:51.7950730Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:34:51.7990964Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:34:51.8024375Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:34:51.8071720Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:34:51.8152795Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:34:51.8154126Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:34:51.8263018Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:34:51.8284599Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:34:51.8390821Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:34:51.8396372Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:34:51.8427178Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:34:51.8436682Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:34:51.8503026Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:34:51.8592258Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:34:51.8592675Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:34:51.8609246Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:34:51.8732702Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:34:51.8829976Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:34:51.8844786Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:34:51.8869164Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:34:51.8965998Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:34:51.9031795Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:34:51.9032549Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:34:51.9050495Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:34:51.9059874Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:34:51.9269491Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:34:51.9282632Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:34:51.9308949Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:34:51.9323029Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:34:51.9470679Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:34:51.9472835Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:34:51.9488626Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:34:51.9494569Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:34:51.9708885Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:34:51.9721079Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:34:51.9748745Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:34:51.9762736Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:34:51.9911216Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:34:51.9911638Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:34:51.9931744Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:34:51.9936168Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:34:52.0149040Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:34:52.0161690Z test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:34:52.0188853Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:34:52.0200514Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:34:52.0351542Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:34:52.0352591Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:34:52.0367809Z test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:34:52.0376446Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:34:52.0589244Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:34:52.0601589Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:34:52.0628562Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:34:52.0640707Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:34:52.0791462Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:34:52.0791869Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:34:52.0811380Z test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:34:52.0815720Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:34:52.1029165Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:34:52.1042171Z test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:34:52.1068801Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:34:52.1082501Z test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:34:52.1231273Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:34:52.1231976Z test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:34:52.1248024Z test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:34:52.1256880Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:34:52.1468921Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:34:52.1481077Z test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:34:52.1509079Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:34:52.1522731Z test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:34:52.1671235Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:34:52.1671823Z test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:34:52.1691333Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:34:52.1696157Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:34:52.1909386Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:34:52.1922280Z test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:34:52.1948600Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:34:52.1961071Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:34:52.2111056Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:34:52.2112399Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:34:52.2131183Z test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:34:52.2136232Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:34:52.2349119Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:34:52.2361468Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:34:52.2389501Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:34:52.2402126Z test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:34:52.2551055Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:34:52.2552787Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:34:52.2571615Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:34:52.2576114Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:34:52.2789435Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:34:52.2801207Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:34:52.2829065Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:34:52.2841694Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:34:52.2990813Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:34:52.2992791Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:34:52.3008453Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:34:52.3017465Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:34:52.3228989Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:34:52.3240833Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:34:52.3268723Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:34:52.3280960Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:34:52.3430923Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:34:52.3432648Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:34:52.3451423Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:34:52.3456683Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:34:52.3669511Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:34:52.3681994Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:34:52.3708736Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:34:52.3725309Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:34:52.3872133Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:34:52.3872794Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:34:52.3892006Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:34:52.3896406Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:34:52.4109603Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:34:52.4122233Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:34:52.4149761Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:34:52.4164054Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:34:52.4311105Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:34:52.4311885Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:34:52.4328324Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:34:52.4336288Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:34:52.4549081Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:34:52.4562046Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:34:52.4589318Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:34:52.4602716Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:34:52.4751382Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:34:52.4752076Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:34:52.4771475Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:34:52.4775719Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:34:52.4989017Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:34:52.5000870Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:34:52.5029062Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:34:52.5043145Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:34:52.5191336Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:34:52.5192022Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:34:52.5208620Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:34:52.5217023Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:34:52.5429841Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:34:52.5445927Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:34:52.5469660Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:34:52.5482547Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:34:52.5632012Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:34:52.5632526Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:34:52.5652480Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:34:52.5659777Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:34:52.5870950Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:34:52.5886091Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:34:52.5910696Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:34:52.5925521Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:34:52.6070763Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:34:52.6073219Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:34:52.6095021Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:34:52.6097606Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:34:52.6310839Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:34:52.6325010Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:34:52.6350868Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:34:52.6420899Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:34:52.6511210Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:34:52.6513722Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:34:52.6531331Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:34:52.6538315Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:34:52.6750535Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:34:52.6764756Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:34:52.6790104Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:34:52.6806253Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:34:52.6952676Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:34:52.6953360Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:34:52.6974995Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:34:52.6977798Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:34:52.7191192Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:34:52.7207518Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:34:52.7230885Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:34:52.7245047Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:34:52.7392496Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:34:52.7393109Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:34:52.7406658Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:34:52.7417468Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:34:52.7629407Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:34:52.7643624Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:34:52.7669513Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:34:52.7682378Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:34:52.7830320Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:34:52.7833212Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:34:52.7852780Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:34:52.7856180Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:34:52.8069426Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:34:52.8082275Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:34:52.8108879Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:34:52.8121878Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:34:52.8270393Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:34:52.8272954Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:34:52.8290357Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:34:52.8292638Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:34:52.8509746Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:34:52.8524575Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:34:52.8548951Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:34:52.8561615Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:34:52.8710349Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:34:52.8712675Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:34:52.8726728Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:34:52.8733126Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:34:52.8949188Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:34:52.8964982Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:34:52.8988842Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:34:52.9001229Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:34:52.9150822Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:34:52.9151322Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:34:52.9168913Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:34:52.9170549Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:34:52.9389694Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:34:52.9406925Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:34:52.9428835Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:34:52.9440595Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:34:52.9591441Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:34:52.9591871Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:34:52.9609890Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:34:52.9611785Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:34:52.9829865Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:34:52.9848015Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:34:52.9869332Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:34:52.9895684Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:34:53.0030991Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:34:53.0031434Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:34:53.0046147Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:34:53.0052665Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:34:53.0270035Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:34:53.0287567Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:34:53.0309090Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:34:53.0321301Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:34:53.0470799Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:34:53.0473850Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:34:53.0490667Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:34:53.0493092Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:34:53.0709452Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:34:53.0726839Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:34:53.0749029Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:34:53.0761093Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:34:53.0910991Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:34:53.0911534Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:34:53.0928725Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:34:53.0931258Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:34:53.1150796Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:34:53.1167678Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:34:53.1188898Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:34:53.1201860Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:34:53.1351450Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:34:53.1351955Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:34:53.1366953Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:34:53.1373183Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:34:53.1589395Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:34:53.1607332Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:34:53.1629168Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:34:53.1641930Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:34:53.1790608Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:34:53.1793145Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:34:53.1807202Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:34:53.1813907Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:34:53.2029823Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:34:53.2043845Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:34:53.2068688Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:34:53.2081288Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:34:53.2231588Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:34:53.2232048Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:34:53.2252641Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:34:53.2255677Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:34:53.2469989Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:34:53.2486736Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:34:53.2508813Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:34:53.2520913Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:34:53.2670534Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:34:53.2672951Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:34:53.2687175Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:34:53.2693543Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:34:53.2909603Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:34:53.2927980Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:34:53.2948988Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:34:53.2962823Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:34:53.3111466Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:34:53.3111966Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:34:53.3126030Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:34:53.3132771Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:34:53.3349489Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:34:53.3366812Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:34:53.3389150Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:34:53.3403604Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:34:53.3551347Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:34:53.3551864Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:34:53.3570349Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:34:53.3573140Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:34:53.3789431Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:34:53.3806216Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:34:53.3828659Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:34:53.3840990Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:34:53.3991322Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:34:53.3992329Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:34:53.4006210Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:34:53.4013581Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:34:53.4229519Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:34:53.4246581Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:34:53.4268670Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:34:53.4280979Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:34:53.4431352Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:34:53.4433221Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:34:53.4445507Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:34:53.4455161Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:34:53.4669839Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:34:53.4687466Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:34:53.4709201Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:34:53.4723836Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:34:53.4871054Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:34:53.4871560Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:34:53.4885172Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:34:53.4891244Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:34:53.5109369Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:34:53.5128980Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:34:53.5148988Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:34:53.5161059Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:34:53.5311250Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:34:53.5311822Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:34:53.5330750Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:34:53.5333809Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:34:53.5549792Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:34:53.5567254Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:34:53.5588710Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:34:53.5601052Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:34:53.5751145Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:34:53.5751733Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:34:53.5768860Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:34:53.5771576Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:34:53.5989614Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:34:53.6006936Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:34:53.6028739Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:34:53.6040798Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:34:53.6190710Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:34:53.6192822Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:34:53.6210982Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:34:53.6213051Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:34:53.6430591Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:34:53.6444269Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:34:53.6469393Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:34:53.6481822Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:34:53.6631307Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:34:53.6631982Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:34:53.6646023Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:34:53.6652159Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:34:53.6869289Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:34:53.6880561Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:34:53.6909129Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:34:53.6921087Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:34:53.7070468Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:34:53.7072003Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:34:53.7089783Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:34:53.7092843Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:34:53.7309553Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:34:53.7323861Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:34:53.7349085Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:34:53.7361045Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:34:53.7512588Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:34:53.7512942Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:34:53.7530610Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:34:53.7533079Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:34:53.7750947Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:34:53.7765991Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:53.7790525Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:53.7806386Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:34:53.7951754Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:34:53.7953191Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:34:53.8086443Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:34:53.8093383Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:34:53.8190880Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:34:53.8205851Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:34:53.8231266Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:34:53.8247608Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:53.8392540Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:53.8393221Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:34:53.8410043Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:34:53.8416921Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:34:53.8631235Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:34:53.8645456Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:34:53.8670181Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:34:53.8685144Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:34:53.8833004Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:34:53.8833348Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:34:53.8854865Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:34:53.8858287Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:34:53.9070888Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:34:53.9087899Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:34:53.9110549Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:34:53.9125808Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:34:53.9273063Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:34:53.9273402Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:34:53.9293358Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:34:53.9300653Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:34:53.9510145Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:34:53.9524383Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:34:53.9549531Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:34:53.9566343Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:34:53.9711854Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:34:53.9712216Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:34:53.9728258Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:34:53.9734789Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:34:53.9949601Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:34:53.9966174Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:34:53.9989281Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:34:54.0002907Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:34:54.0151628Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:34:54.0152046Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:34:54.0173483Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:34:54.0175846Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:34:54.0389302Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:34:54.0401955Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:34:54.0429108Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:34:54.0441373Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:34:54.0591567Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:34:54.0591930Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:34:54.0609510Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:34:54.0615523Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:34:54.0829242Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:34:54.0842902Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:34:54.0868997Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:34:54.0881163Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:34:54.1031283Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:34:54.1033156Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:54.1046450Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:34:54.1053258Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:34:54.1269094Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:54.1280829Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:54.1308851Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:54.1320543Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:34:54.1471276Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:34:54.1471929Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:34:54.1488568Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:34:54.1495031Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:34:54.1709605Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:34:54.1723159Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:34:54.1749119Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:34:54.1762414Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:34:54.1910728Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:34:54.1911695Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:34:54.1932161Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:34:54.1934641Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:34:54.2149609Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:34:54.2161865Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:34:54.2189323Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:34:54.2202804Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:34:54.2351226Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:34:54.2351630Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:34:54.2371519Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:34:54.2373062Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:34:54.2589441Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:34:54.2600552Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:34:54.2628658Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:34:54.2640371Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:34:54.2802304Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:34:54.2812657Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:34:54.2814213Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:34:54.2817198Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:34:54.3028870Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:34:54.3040563Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:34:54.3068527Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:34:54.3080763Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:34:54.3231466Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:34:54.3232105Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:34:54.3252450Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:34:54.3254435Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:34:54.3469377Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:34:54.3482557Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:34:54.3509153Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:34:54.3523018Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:34:54.3671782Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:34:54.3673225Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:34:54.3691926Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:34:54.3693647Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:34:54.3910557Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:34:54.3922251Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:34:54.3949543Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:34:54.3963052Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:34:54.4110280Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:34:54.4113625Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:34:54.4130372Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:34:54.4136482Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:34:54.4350002Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:34:54.4363540Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:34:54.4389918Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:34:54.4408267Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:34:54.4552329Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:34:54.4552834Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:34:54.4571671Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:34:54.4577779Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:34:54.4790673Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:34:54.4811660Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:34:54.4830371Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:34:54.4843927Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:34:54.4992469Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:34:54.4992894Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:34:54.5010733Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:34:54.5018245Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:34:54.5231780Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:34:54.5248234Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:34:54.5270414Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:34:54.5285924Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:34:54.5433596Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:34:54.5434416Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:34:54.5454487Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:34:54.5457068Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:34:54.5670515Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:34:54.5684984Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:34:54.5709964Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:34:54.5724079Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:34:54.5871007Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:34:54.5873222Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:34:54.5892032Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:34:54.5893691Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:34:54.6109286Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:34:54.6121696Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:34:54.6149682Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:34:54.6163260Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:34:54.6311308Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:34:54.6313537Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:34:54.6329414Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:34:54.6336200Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:34:54.6550673Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:34:54.6564959Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:34:54.6591022Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:34:54.6605614Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:34:54.6753026Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:34:54.6754679Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:34:54.6767400Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:34:54.6776921Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:34:54.6991134Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:34:54.7006574Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:34:54.7030382Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:34:54.7045375Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:34:54.7192796Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:34:54.7193336Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:34:54.7208333Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:34:54.7214694Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:34:54.7430019Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:34:54.7443238Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:34:54.7470068Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:34:54.7483710Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:34:54.7631161Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:34:54.7631621Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:34:54.7647450Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:34:54.7653990Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:34:54.7872243Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:34:54.7885612Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:34:54.7910358Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:34:54.7925123Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:34:54.8072109Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:34:54.8072810Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:34:54.8088806Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:34:54.8095504Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:34:54.8310226Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:34:54.8322294Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:34:54.8349469Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:34:54.8361857Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:34:54.8510192Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:34:54.8512691Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:34:54.8526384Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:34:54.8532521Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:34:54.8749997Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:34:54.8762662Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:34:54.8789841Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:34:54.8803052Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:34:54.8952652Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:34:54.8953253Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:34:54.8972440Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:34:54.8974346Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:34:54.9192524Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:34:54.9206288Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:34:54.9230821Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:34:54.9248328Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:34:54.9391932Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:34:54.9392769Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:34:54.9408533Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:34:54.9416116Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:34:54.9630547Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:34:54.9647176Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:34:54.9670150Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:34:54.9684429Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:34:54.9832387Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:34:54.9834860Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:34:54.9854051Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:34:54.9861827Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:34:55.0073298Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:34:55.0087734Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:34:55.0111370Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:34:55.0127466Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:34:55.0274223Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:34:55.0279455Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:34:55.0293141Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:34:55.0299821Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:34:55.0511523Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:34:55.0529212Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:34:55.0550338Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:34:55.0565316Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:34:55.0713153Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:34:55.0713633Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:34:55.0729415Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:34:55.0732957Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:34:55.0951622Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:34:55.0965220Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:34:55.0990624Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:34:55.1007054Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:34:55.1151168Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:34:55.1153729Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:34:55.1174617Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:34:55.1177897Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:34:55.1392146Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:34:55.1406351Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:34:55.1431198Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:34:55.1447036Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:34:55.1592968Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:34:55.1594016Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:34:55.1615639Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:34:55.1618436Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:34:55.1829680Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:34:55.1842695Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:34:55.1869839Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:34:55.1884547Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:34:55.2031473Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:34:55.2031849Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:34:55.2052400Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:34:55.2053821Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:34:55.2269188Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:34:55.2282148Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:34:55.2309639Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:34:55.2323430Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:34:55.2471803Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:34:55.2472296Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:34:55.2489718Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:34:55.2496791Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:34:55.2708947Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:34:55.2720634Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:34:55.2749281Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:34:55.2763577Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:34:55.2911416Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:34:55.2912447Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:34:55.2929901Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:34:55.2936640Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:34:55.3149209Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:34:55.3161077Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:34:55.3189041Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:34:55.3201875Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:34:55.3351654Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:34:55.3352635Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:34:55.3373220Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:34:55.3375735Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:34:55.3589048Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:34:55.3601308Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:34:55.3629090Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:34:55.3641436Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:34:55.3791561Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:34:55.3792134Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:34:55.3809380Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:34:55.3816123Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:34:55.4028961Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:34:55.4040861Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:34:55.4068943Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:34:55.4083891Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:34:55.4231384Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:34:55.4231717Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:34:55.4248830Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:34:55.4255524Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:34:55.4469534Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:34:55.4483884Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:34:55.4509642Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:34:55.4527789Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:34:55.4671318Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:34:55.4671807Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:34:55.4686033Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:34:55.4691881Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:34:55.4909311Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:34:55.4921039Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:34:55.4949679Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:34:55.4963456Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:34:55.5111117Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:34:55.5111703Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:34:55.5129698Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:34:55.5136046Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:34:55.5349106Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:34:55.5360838Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:34:55.5389415Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:34:55.5407178Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:34:55.5551091Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:34:55.5551809Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:34:55.5571687Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:34:55.5573332Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:34:55.5789300Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:34:55.5801344Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:34:55.5829416Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:34:55.5846445Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:34:55.5991053Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:34:55.5991441Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:34:55.6011954Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:34:55.6013665Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:34:55.6229388Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:34:55.6243133Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:34:55.6269150Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:34:55.6286657Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:34:55.6431433Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:34:55.6431801Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:34:55.6447031Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:34:55.6453423Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:34:55.6669466Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:34:55.6680769Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:34:55.6709942Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:34:55.6727540Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:34:55.6871100Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:34:55.6871718Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:34:55.6886700Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:34:55.6893344Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:34:55.7110083Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:34:55.7123922Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:34:55.7149672Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:34:55.7168161Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:34:55.7311471Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:34:55.7311856Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:34:55.7332916Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:34:55.7334745Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:34:55.7549237Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:34:55.7562337Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:34:55.7589351Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:34:55.7607103Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:34:55.7751354Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:34:55.7751868Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:34:55.7769760Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:34:55.7775986Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:34:55.7989201Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:34:55.8001250Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:34:55.8029746Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:34:55.8047319Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:34:55.8191598Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:34:55.8192115Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:34:55.8209787Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:34:55.8216550Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:34:55.8429422Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:34:55.8441146Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:34:55.8469297Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:34:55.8483854Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:34:55.8632326Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:34:55.8633020Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:34:55.8651526Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:34:55.8654063Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:34:55.8868708Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:34:55.8880471Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:34:55.8909123Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:34:55.8926327Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:34:55.9070526Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:34:55.9073203Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:34:55.9092627Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:34:55.9095375Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:34:55.9309145Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:34:55.9323778Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:34:55.9349090Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:34:55.9360799Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:34:55.9511273Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:34:55.9513118Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:34:55.9524699Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:34:55.9534789Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:34:55.9749696Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:34:55.9761982Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:34:55.9789341Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:34:55.9801702Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:34:55.9951548Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:34:55.9952706Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:34:55.9968358Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:34:55.9975187Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:34:56.0189189Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:34:56.0201320Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:34:56.0229086Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:34:56.0241695Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:34:56.0390444Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:34:56.0392784Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:34:56.0412651Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:34:56.0415395Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:34:56.0629037Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:34:56.0640981Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:34:56.0668982Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:34:56.0681000Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:34:56.0830041Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:34:56.0832637Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:34:56.0852276Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:34:56.0855509Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:34:56.1069820Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:34:56.1081382Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:34:56.1109316Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:34:56.1121364Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:34:56.1271487Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:34:56.1272283Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:34:56.1290343Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:34:56.1291971Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:34:56.1509823Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:34:56.1526026Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:34:56.1549141Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:34:56.1561974Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:34:56.1712446Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:34:56.1712812Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:34:56.1728914Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:34:56.1735284Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:34:56.1952978Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:34:56.1969847Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:34:56.1991168Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:34:56.2005730Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:34:56.2152634Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:34:56.2154868Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:34:56.2171359Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:34:56.2178537Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:34:56.2391517Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:34:56.2409346Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:34:56.2430567Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:34:56.2446072Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:34:56.2591449Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:34:56.2593678Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:34:56.2612066Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:34:56.2809894Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:34:56.2830684Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:34:56.2848140Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:34:56.2870574Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:34:56.2885646Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:34:56.3032401Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:34:56.3032857Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:34:56.3050401Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:34:56.3149955Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:34:56.3271696Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:34:56.3310472Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:34:56.3327310Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:34:56.3334651Z [gw3] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:34:56.3472513Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:34:56.3473195Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:34:56.3489539Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:34:56.3495844Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:34:56.3709876Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:34:56.3723549Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:34:56.3749285Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:34:56.3765849Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:34:56.3910949Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:34:56.3912627Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:34:56.3926580Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:34:56.3933281Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:34:56.4149250Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:34:56.4165059Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:34:56.4188984Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:34:56.4201244Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:34:56.4351035Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:34:56.4351358Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:34:56.4369917Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:34:56.4372513Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:34:56.4589627Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:34:56.4601309Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:34:56.4628879Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:34:56.4641295Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:34:56.4790683Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:34:56.4792675Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:34:56.4810569Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:34:56.4812219Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:34:56.5029446Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:34:56.5041412Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:34:56.5068855Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:34:56.5081167Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:34:56.5231344Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:34:56.5231930Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:34:56.5248436Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:34:56.5250822Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:34:56.5469687Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:34:56.5483044Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:34:56.5509085Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:34:56.5520911Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:34:56.5670348Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:34:56.5672556Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:34:56.5689833Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:34:56.5691993Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:34:56.5909146Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:34:56.5921040Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:34:56.5948963Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:34:56.5960660Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:34:56.6110728Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:34:56.6112705Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:34:56.6123663Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:34:56.6134316Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:34:56.6349304Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:34:56.6361101Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:34:56.6389140Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:34:56.6400384Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:34:56.6551047Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:34:56.6568561Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:34:56.6568905Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:34:56.6575695Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:34:56.6789552Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:34:56.6802982Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:34:56.6828976Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:34:56.6840822Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:34:56.6992247Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:34:56.6992748Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:34:56.7010546Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:34:56.7017272Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:34:56.7229650Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:34:56.7242270Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:34:56.7269404Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:34:56.7282190Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:34:56.7431006Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:34:56.7433580Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:34:56.7448834Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:34:56.7455448Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:34:56.7669383Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:34:56.7681383Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:34:56.7709082Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:34:56.7721125Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:34:56.7871729Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:34:56.7872090Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:34:56.7888824Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:34:56.7895330Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:34:56.8109725Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:34:56.8121431Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:34:56.8149174Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:34:56.8163099Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:34:56.8310188Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:34:56.8312959Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:34:56.8327841Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:34:56.8335687Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:34:56.8549427Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:34:56.8562336Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:34:56.8589581Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:34:56.8603371Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:34:56.8751104Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:34:56.8751652Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:34:56.8768815Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:34:56.8775229Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:34:56.8989340Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:34:56.9003749Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:34:56.9029273Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:34:56.9040743Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:34:56.9190136Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:34:56.9192525Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:34:56.9208259Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:34:56.9216435Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:34:56.9429210Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:34:56.9440736Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:34:56.9468927Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:34:56.9480391Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:34:56.9631330Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:34:56.9631683Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:34:56.9651912Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:34:56.9653614Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:34:56.9869342Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:34:56.9881444Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:34:56.9908909Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:34:56.9922102Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:34:57.0071285Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:34:57.0072501Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:34:57.0087385Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:34:57.0093847Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:34:57.0308749Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:34:57.0320523Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:34:57.0348994Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:34:57.0360539Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:34:57.0511610Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:34:57.0513321Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:34:57.0530280Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:34:57.0532645Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:34:57.0749815Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:34:57.0761254Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:34:57.0789502Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:34:57.0801412Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:34:57.0951184Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:34:57.0951738Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:34:57.0965668Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:34:57.0972014Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:34:57.1189778Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:34:57.1201355Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:34:57.1229021Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:34:57.1241290Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:34:57.1390473Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:34:57.1393225Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:34:57.1405766Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:34:57.1412337Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:34:57.1629608Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:34:57.1642412Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:34:57.1669803Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:34:57.1683616Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:34:57.1831055Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:34:57.1832744Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:34:57.1846128Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:34:57.1854706Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:34:57.2069057Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:34:57.2081063Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:34:57.2109313Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:34:57.2121613Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:34:57.2270190Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:34:57.2273017Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:34:57.2299022Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:34:57.2305789Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:34:57.2509744Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:34:57.2521619Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:34:57.2549186Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:34:57.2561694Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:34:57.2710558Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:34:57.2712424Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:34:57.2730681Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:34:57.2732113Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:34:57.2949605Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:34:57.2961917Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:34:57.2989026Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:34:57.3001720Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:34:57.3150923Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:34:57.3152574Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:34:57.3170668Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:34:57.3173043Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:34:57.3389433Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:34:57.3402377Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:34:57.3429028Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:34:57.3444501Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:34:57.3590614Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:34:57.3592531Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:34:57.3608057Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:34:57.3615156Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:34:57.3841445Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:34:57.3848172Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:34:57.3870230Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:34:57.3884792Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:34:57.4031983Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:34:57.4033851Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:34:57.4056270Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:34:57.4059029Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:34:57.4271533Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:34:57.4285491Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:34:57.4310466Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:34:57.4338018Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:34:57.4471838Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:34:57.4473910Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:34:57.4490535Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:34:57.4497334Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:34:57.4711583Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:34:57.4725586Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:34:57.4750260Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:34:57.4767144Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:34:57.4911403Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:34:57.4913605Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:34:57.4931438Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:34:57.4938427Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:34:57.5151284Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:34:57.5165887Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:34:57.5190498Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:34:57.5205404Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:34:57.5353095Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:34:57.5353670Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:34:57.5375731Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:34:57.5378890Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:34:57.5590395Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:34:57.5604223Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:34:57.5630194Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:34:57.5644302Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:34:57.5791663Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:34:57.5792006Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:34:57.5808792Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:34:57.5815490Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:34:57.6029653Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:34:57.6042879Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:34:57.6069619Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:34:57.6082612Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:34:57.6231730Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:34:57.6232672Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:34:57.6249685Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:34:57.6256018Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:34:57.6469254Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:34:57.6481123Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:34:57.6509152Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:34:57.6521190Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:34:57.6671259Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:34:57.6671677Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:34:57.6689655Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:34:57.6694074Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:34:57.6909145Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:34:57.6922079Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:34:57.6949236Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:34:57.6962301Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:34:57.7111394Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:34:57.7111728Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:34:57.7128936Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:34:57.7136509Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:34:57.7349559Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:34:57.7362061Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:34:57.7389010Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:34:57.7401482Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:34:57.7550858Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:34:57.7551670Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:34:57.7566607Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:34:57.7573015Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:34:57.7789126Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:34:57.7800849Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:34:57.7829115Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:34:57.7841803Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:34:57.7991615Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:34:57.7992725Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:34:57.8011315Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:34:57.8013933Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:34:57.8229343Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:34:57.8240911Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:34:57.8268974Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:34:57.8284415Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:34:57.8431119Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:34:57.8431643Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:34:57.8448537Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:34:57.8455418Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:34:57.8669092Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:34:57.8683644Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:34:57.8708742Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:34:57.8721164Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:34:57.8871170Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:34:57.8872203Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:34:57.8892334Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:34:57.8894724Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:34:57.9109177Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:34:57.9122089Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:34:57.9149162Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:34:57.9161150Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:34:57.9310264Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:34:57.9312904Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:34:57.9328028Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:34:57.9334590Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:34:57.9549208Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:34:57.9561785Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:34:57.9588903Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:34:57.9601373Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:34:57.9753076Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:34:57.9753871Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:34:57.9771716Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:34:57.9774346Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:34:57.9989241Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:34:58.0001306Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:34:58.0029024Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:34:58.0040926Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:34:58.0191293Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:34:58.0192172Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:34:58.0212403Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:58.0214928Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:34:58.0429670Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:58.0442563Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:34:58.0468725Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:34:58.0481018Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:34:58.0631307Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:34:58.0631827Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:34:58.0651695Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:58.0653937Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:34:58.0869504Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:58.0882339Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:34:58.0909196Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:34:58.0921882Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:34:58.1070997Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:34:58.1073003Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:34:58.1087450Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:34:58.1093773Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:34:58.1309225Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:34:58.1320642Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:34:58.1349363Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:34:58.1361839Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:34:58.1511074Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:34:58.1511551Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:34:58.1532203Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:34:58.1534569Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:34:58.1749290Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:34:58.1760890Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:34:58.1789508Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:34:58.1892631Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:34:58.1951718Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:34:58.1952463Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:34:58.1970087Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:34:58.1977223Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:34:58.2189489Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:34:58.2203847Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:34:58.2229060Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:34:58.2240817Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:34:58.2391215Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:34:58.2392854Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:34:58.2410572Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:34:58.2413085Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:34:58.2629066Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:34:58.2641619Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:34:58.2669065Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:34:58.2681099Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:34:58.2831407Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:34:58.2832928Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:34:58.2850513Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:34:58.2852982Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:34:58.3069073Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:34:58.3081371Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:34:58.3108973Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:34:58.3125020Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:34:58.3271318Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:34:58.3272539Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:34:58.3290568Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:34:58.3293143Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:34:58.3509098Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:34:58.3524105Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:34:58.3548899Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:34:58.3562367Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:34:58.3710229Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:34:58.3713406Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:34:58.3732812Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:34:58.3735468Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:34:58.3949028Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:34:58.3960834Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:34:58.3989267Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:34:58.4003270Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:34:58.4151707Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:34:58.4152924Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:34:58.4171287Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:34:58.4173828Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:34:58.4389046Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:34:58.4403030Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:34:58.4429531Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:34:58.4443387Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:34:58.4591911Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:34:58.4592815Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:34:58.4613581Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:34:58.4615059Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:34:58.4829146Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:34:58.4841031Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:34:58.4869484Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:34:58.4881875Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:34:58.5031577Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:34:58.5032521Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:34:58.5049880Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:34:58.5055916Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:34:58.5269473Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:34:58.5281759Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:34:58.5308800Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:34:58.5320999Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:34:58.5471788Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:34:58.5472500Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:34:58.5490848Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:34:58.5493175Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:34:58.5710134Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:34:58.5724220Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:34:58.5749677Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:34:58.5762458Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:34:58.5911583Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:34:58.5913530Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:34:58.5931124Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:34:58.5936008Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:34:58.6151476Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:34:58.6166488Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:34:58.6190763Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:34:58.6207271Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:34:58.6352802Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:34:58.6353287Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:34:58.6370619Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:34:58.6377455Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:34:58.6591287Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:34:58.6606899Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:34:58.6630656Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:34:58.6645215Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:34:58.6791710Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:34:58.6792892Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:34:58.6812272Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:34:58.6846355Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:34:58.7030592Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:34:58.7045892Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:34:58.7070805Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:34:58.7088001Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:34:58.7231543Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:34:58.7232698Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:34:58.7249916Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:34:58.7257390Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:34:58.7470584Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:34:58.7503179Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:34:58.7513276Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:34:58.7529399Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:34:58.7672652Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:34:58.7673551Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:34:58.7692424Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:34:58.7694876Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:34:58.7909933Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:34:58.7923853Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:34:58.7949707Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:34:58.7974046Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:34:58.8111037Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:34:58.8113397Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:34:58.8126999Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:34:58.8135309Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:34:58.8350091Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:34:58.8366002Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:34:58.8389222Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:34:58.8401458Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:34:58.8550674Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:34:58.8552888Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:34:58.8569682Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:34:58.8573320Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:34:58.8789907Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:34:58.8803209Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:34:58.8828805Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:34:58.8840993Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:34:58.8990745Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:34:58.8991368Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:34:58.9003396Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:34:58.9009574Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:34:58.9229355Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:34:58.9241567Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:34:58.9269442Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:34:58.9281416Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:34:58.9430907Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:34:58.9431590Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:34:58.9443302Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:34:58.9452254Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:34:58.9669243Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:34:58.9682588Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:34:58.9709123Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:34:58.9721686Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:34:58.9870790Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:34:58.9873386Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:34:58.9892802Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:34:58.9895985Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:34:59.0109715Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:34:59.0121781Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:34:59.0148940Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:34:59.0161364Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:34:59.0310025Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:34:59.0313221Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:34:59.0331326Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:34:59.0333544Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:34:59.0549240Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:34:59.0561762Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:34:59.0588740Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:34:59.0600944Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:34:59.0751653Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:34:59.0752236Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:34:59.0772028Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:34:59.0773868Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:34:59.0989068Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:34:59.1002913Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:34:59.1029026Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:34:59.1041449Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:34:59.1191503Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:34:59.1192172Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:34:59.1209092Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:34:59.1215824Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:34:59.1429453Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:34:59.1441247Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:34:59.1468987Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:34:59.1483330Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:34:59.1631576Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:34:59.1632260Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:34:59.1649513Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:34:59.1656401Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:34:59.1870596Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:34:59.1885120Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:34:59.1909869Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:34:59.1924950Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:34:59.2072765Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:34:59.2073434Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:34:59.2090873Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:34:59.2097858Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:34:59.2309516Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:34:59.2322475Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:34:59.2348890Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:34:59.2361274Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:34:59.2511575Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:34:59.2512335Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:34:59.2530346Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:34:59.2537208Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:34:59.2749032Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:34:59.2761835Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:34:59.2788728Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:34:59.2804716Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:34:59.2951828Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:34:59.2952204Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:34:59.2969969Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:59.2976992Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:59.3189225Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:34:59.3206118Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:34:59.3228860Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:34:59.3243416Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:34:59.3391500Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:34:59.3392073Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:34:59.3414376Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:59.3416721Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:34:59.3628833Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:59.3640965Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:34:59.3669152Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:34:59.3680983Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:34:59.3831556Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:34:59.3831949Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:34:59.3850093Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:34:59.3856671Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:34:59.4069507Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:34:59.4082784Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:34:59.4109512Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:34:59.4121576Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:34:59.4271577Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:34:59.4272268Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:34:59.4289461Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:34:59.4296667Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:34:59.4509432Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:34:59.4522120Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:34:59.4549098Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:34:59.4561795Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:34:59.4711893Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:34:59.4712303Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:34:59.4729576Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:34:59.4736474Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:34:59.4949358Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:34:59.4961042Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:34:59.4988837Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:34:59.5001167Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:34:59.5152073Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:34:59.5152637Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:34:59.5168099Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:34:59.5176401Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:34:59.5389518Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:34:59.5402463Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:34:59.5429046Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:34:59.5441229Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:34:59.5591932Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:34:59.5592285Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:34:59.5610495Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:34:59.5617431Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:34:59.5830436Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:34:59.5844551Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:34:59.5869036Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:34:59.5881650Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:34:59.6031667Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:34:59.6032170Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:34:59.6049531Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:34:59.6056477Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:34:59.6269051Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:34:59.6281922Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:34:59.6308829Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:34:59.6320805Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:34:59.6470315Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:34:59.6473591Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:34:59.6489061Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:34:59.6496032Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:34:59.6709175Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:34:59.6720670Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:34:59.6748852Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:34:59.6761727Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:34:59.6911566Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:34:59.6912062Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:34:59.6930242Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:34:59.6936654Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:34:59.7148846Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:34:59.7162142Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:34:59.7189252Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:34:59.7202054Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:34:59.7351727Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:34:59.7352228Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:34:59.7370018Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:34:59.7377175Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:34:59.7590058Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:34:59.7602772Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:34:59.7629478Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:34:59.7647490Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:34:59.7790288Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:34:59.7793389Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:34:59.7811465Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:34:59.7814295Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:34:59.8030796Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:34:59.8049618Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:34:59.8070478Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:34:59.8090947Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:34:59.8232835Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:34:59.8233511Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:34:59.8255462Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:34:59.8261565Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:34:59.8470693Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:34:59.8487474Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:34:59.8510101Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:34:59.8529128Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:34:59.8672057Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:34:59.8672949Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:34:59.8694959Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:34:59.8697572Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:34:59.8911551Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:34:59.8926983Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:34:59.8950347Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:34:59.8970588Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:34:59.9111901Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:34:59.9114439Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:34:59.9127578Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:34:59.9194513Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:34:59.9350736Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:34:59.9365786Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:34:59.9390524Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:34:59.9410518Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:34:59.9552554Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:34:59.9553026Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:34:59.9572094Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:34:59.9578105Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:34:59.9789910Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:34:59.9804936Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:34:59.9829421Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:34:59.9843245Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:34:59.9991996Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:34:59.9992572Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:35:00.0008772Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:35:00.0015668Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:35:00.0229179Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:35:00.0244558Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:35:00.0269389Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:35:00.0283690Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:35:00.0430695Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:35:00.0433260Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:35:00.0450576Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:35:00.0456656Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:35:00.0669944Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:35:00.0681389Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:35:00.0708795Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:35:00.0721934Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:35:00.0871968Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:35:00.0872478Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:35:00.0889228Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:35:00.0896357Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:35:00.1109410Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:35:00.1121521Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:35:00.1148809Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:35:00.1161486Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:35:00.1311874Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:35:00.1312919Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:35:00.1333866Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:35:00.1336212Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:35:00.1548835Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:35:00.1563479Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:35:00.1589499Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:35:00.1602520Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:35:00.1751624Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:35:00.1752660Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:35:00.1772722Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:35:00.1785683Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:35:00.1989089Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:35:00.2001378Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:35:00.2029021Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:35:00.2042210Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:35:00.2190184Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:35:00.2193057Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:35:00.2209656Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:35:00.2215834Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:35:00.2429288Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:35:00.2441515Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:35:00.2469572Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:35:00.2485101Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:35:00.2631497Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:35:00.2632033Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:35:00.2650305Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:35:00.2656846Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:35:00.2869316Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:35:00.2888713Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:35:00.2910060Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:35:00.2923767Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:35:00.3074276Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:35:00.3074927Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:35:00.3091873Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:35:00.3101874Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:35:00.3310742Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:35:00.3325493Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:35:00.3351061Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:35:00.3366902Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:35:00.3511741Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:35:00.3512454Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:35:00.3531067Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:35:00.3537192Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:35:00.3750182Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:35:00.3764240Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:35:00.3789684Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:35:00.3803574Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:35:00.3952578Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:35:00.3953059Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:35:00.3966079Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:35:00.3974298Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:35:00.4189925Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:35:00.4202948Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:35:00.4229955Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:35:00.4243568Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:35:00.4391364Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:35:00.4391867Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:35:00.4405627Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:35:00.4414934Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:35:00.4630420Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:35:00.4643389Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:35:00.4669843Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:35:00.4683431Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:35:00.4830708Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:35:00.4833726Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:35:00.4850674Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:35:00.4857649Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:35:00.5069390Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:35:00.5083009Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:35:00.5109478Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:35:00.5124648Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:35:00.5271670Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:35:00.5272329Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:35:00.5289626Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:35:00.5296147Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:35:00.5509444Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:35:00.5523577Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:35:00.5549076Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:35:00.5561994Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:35:00.5711105Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:35:00.5711644Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:35:00.5729344Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:35:00.5735683Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:35:00.5949183Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:35:00.5962027Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:35:00.5989453Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:35:00.6001442Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:35:00.6151646Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:35:00.6152195Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:35:00.6169473Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:35:00.6176573Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:35:00.6389494Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:35:00.6401981Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:35:00.6429221Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:35:00.6440930Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:35:00.6591472Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:35:00.6592101Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:35:00.6609232Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:35:00.6615436Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:35:00.6829152Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:35:00.6843354Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:35:00.6869259Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:35:00.6881587Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:35:00.7031794Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:35:00.7032551Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:35:00.7050118Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:35:00.7057196Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:35:00.7269223Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:35:00.7281918Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:35:00.7309138Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:35:00.7324811Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:35:00.7470890Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:35:00.7472815Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:35:00.7487626Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:35:00.7494272Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:35:00.7709382Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:35:00.7724288Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:35:00.7749003Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:35:00.7761678Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:35:00.7910885Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:35:00.7911634Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:35:00.7924945Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:35:00.7934371Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:35:00.8149564Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:35:00.8163293Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:35:00.8189316Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:35:00.8202454Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:35:00.8350811Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:35:00.8353222Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:35:00.8370975Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:35:00.8373133Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:35:00.8589210Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:35:00.8601407Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:35:00.8628714Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:35:00.8641049Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:35:00.8791036Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:35:00.8792734Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:35:00.8810544Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:35:00.8812048Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:35:00.9029385Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:35:00.9041781Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:35:00.9069098Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:35:00.9081874Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:35:00.9231511Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:35:00.9232180Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:35:00.9247709Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:35:00.9254431Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:35:00.9470007Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:35:00.9484421Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:35:00.9509900Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:35:00.9523872Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:35:00.9671646Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:35:00.9672650Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:35:00.9685915Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:35:00.9697525Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:35:00.9910540Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:35:00.9924620Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:35:00.9950322Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:35:00.9964816Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:35:01.0112201Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:35:01.0114034Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:35:01.0130696Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:35:01.0135830Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:35:01.0350842Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:35:01.0365290Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:35:01.0390472Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:35:01.0405437Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:35:01.0552396Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:35:01.0552726Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:35:01.0566998Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:35:01.0573803Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:35:01.0791160Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:35:01.0806787Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:35:01.0830549Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:35:01.0844951Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:35:01.0991453Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:35:01.0993515Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:35:01.1012550Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:35:01.1015625Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:35:01.1231456Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:35:01.1245985Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:35:01.1270442Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:35:01.1285426Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:35:01.1433482Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:35:01.1434208Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:35:01.1451011Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:35:01.1458351Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:35:01.1672113Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:35:01.1686161Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:35:01.1710811Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:35:01.1726625Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:35:01.1873154Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:35:01.1873881Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:35:01.1893588Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:35:01.1896041Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:35:01.2111305Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:35:01.2127111Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:35:01.2149863Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:35:01.2167658Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:35:01.2311982Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:35:01.2313780Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:35:01.2330434Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:35:01.2338139Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:35:01.2550393Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:35:01.2567404Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:35:01.2589693Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:35:01.2603919Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:35:01.2751385Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:35:01.2751892Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:35:01.2768527Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:35:01.2774740Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:35:01.2989477Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:35:01.3002507Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:35:01.3029147Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:35:01.3041836Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:35:01.3190570Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:35:01.3192721Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:35:01.3205831Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:35:01.3213795Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:35:01.3429258Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:35:01.3443724Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:35:01.3469301Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:35:01.3481518Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:35:01.3630896Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:35:01.3633084Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:35:01.3647415Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:35:01.3653778Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:35:01.3869054Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:35:01.3881017Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:35:01.3909182Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:35:01.3920957Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:35:01.4071021Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:35:01.4072740Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:35:01.4089938Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:35:01.4092361Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:35:01.4309540Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:35:01.4323956Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:35:01.4350007Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:35:01.4362500Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:35:01.4510788Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:35:01.4512605Z test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:35:01.4523589Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:35:01.4537480Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:35:01.4749975Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:35:01.4768955Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:35:01.4829465Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:35:01.4849282Z test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:35:01.4951270Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:35:01.4952316Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:35:01.4976708Z test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:35:01.4978831Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:35:01.5190000Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:35:01.5207757Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:35:01.5269258Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:35:01.5288327Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:35:01.5391116Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:35:01.5392076Z test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:35:01.5414448Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:35:01.5416547Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:35:01.5629577Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:35:01.5709349Z test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:35:01.5728427Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:35:01.5831681Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:35:01.5832493Z test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:35:01.6151830Z test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:35:01.6353428Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:35:01.6363317Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:35:01.6448962Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:35:01.6459549Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:35:01.6481462Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:35:01.6549919Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:35:01.6687659Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:35:01.6697094Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:35:01.6733495Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:35:01.6790102Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:35:01.6812813Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:35:01.6847538Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:35:01.6855133Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:35:01.6870358Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:35:01.6876627Z test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:35:01.7110405Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:35:01.7131708Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:35:01.7230687Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:35:01.7269705Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:35:01.7280296Z [gw3] [ 3%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:35:01.7301951Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:35:01.7589907Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:35:01.7618832Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:35:01.7712119Z [gw1] [ 3%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:35:01.7712581Z test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:35:01.7733064Z test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:35:01.7930781Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:35:01.8071915Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:35:01.8128329Z test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:35:01.8147657Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:35:01.8157164Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:35:01.8158165Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:35:01.8182415Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:35:01.8191068Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:35:01.8489538Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:35:01.8509817Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:35:01.8531566Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:35:01.8591088Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:35:01.8592785Z test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:35:01.8620382Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:35:01.8771017Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:35:01.8780216Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:35:01.8806898Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:35:01.8951969Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:35:01.9031934Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:35:01.9063931Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:35:01.9133086Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:35:01.9190912Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:35:01.9390589Z test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:35:01.9418112Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:35:01.9428668Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:35:01.9457830Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:35:01.9471611Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:35:01.9499346Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:35:01.9546537Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:35:01.9557525Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:35:01.9629184Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:35:01.9650727Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:35:01.9830402Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:35:01.9853694Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:35:01.9869692Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:35:01.9909817Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:35:01.9937539Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:35:02.0070205Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:35:02.0271674Z test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:35:02.0306756Z test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:35:02.0351306Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:35:02.0386747Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:35:02.0711836Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:35:02.0791227Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:35:02.0825429Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:35:02.0884304Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:35:02.1150348Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:35:02.1159888Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:35:02.1170419Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:35:02.1188485Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:35:02.1199466Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:35:02.1211971Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:35:02.1239117Z test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:35:02.1270279Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:35:02.1293761Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:35:02.1349324Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:35:02.1590531Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:35:02.1592365Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:35:02.1623341Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:35:02.1633697Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:35:02.1667120Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:35:02.1710321Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:35:02.1738756Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:35:02.1753629Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:35:02.2033722Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:35:02.2034571Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:35:02.2071477Z test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:35:02.2078444Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:35:02.2152680Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:35:02.2184723Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:35:02.2227836Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:35:02.2473209Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:35:02.2539410Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:35:02.2551582Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:35:02.2552426Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:35:02.2587458Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:35:02.2597251Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:35:02.2601297Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:35:02.2632355Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:35:02.2912998Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:35:02.2933133Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:35:02.2948025Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:35:02.2991456Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:35:02.2992471Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:35:02.3032372Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:35:02.3146297Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:35:02.3286305Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:35:02.3339814Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:35:02.3351107Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:35:02.3432868Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:35:02.3433710Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:35:02.3458002Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:35:02.3470261Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:35:02.3505397Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:35:02.3786135Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:35:02.3794716Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:35:02.3805885Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:35:02.3873562Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:35:02.3874099Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:35:02.3901428Z test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:35:02.3907913Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:35:02.3916288Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:35:02.3975830Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:35:02.4070666Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:35:02.4230512Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:35:02.4312267Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:35:02.4313608Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:35:02.4341791Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:35:02.4349302Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:35:02.4390384Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:35:02.4755569Z test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:35:02.4762377Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:35:02.4763031Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:35:02.4830360Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:35:02.4849110Z test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:35:02.5251615Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:35:02.5262134Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:35:02.5271517Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:35:02.5376829Z test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:35:02.5387311Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:35:02.5395335Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:35:02.5419534Z test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:35:02.5537534Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:35:02.5670144Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:35:02.5710954Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:35:02.5832165Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:35:02.5931149Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:35:02.6111617Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:35:02.6245870Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:35:02.6314946Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:35:02.6322683Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:35:02.6336354Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:35:02.6347023Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:35:02.6432845Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:35:02.6538174Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:35:02.6549973Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:35:02.6753045Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:35:02.6753782Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:35:02.6813534Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:35:02.6962758Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:35:02.6989656Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:35:02.7148767Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:35:02.7159934Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:35:02.7172187Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:35:02.7185259Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:35:02.7193879Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:35:02.7355057Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:35:02.7401976Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:35:02.7410736Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:35:02.7429035Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:35:02.7449530Z test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:35:02.7589976Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:35:02.7629824Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:35:02.7663274Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:35:02.7736817Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:35:02.7755088Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:35:02.7829481Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:35:02.7869807Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:35:02.7976417Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:35:02.8029810Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:35:02.8037276Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:35:02.8057354Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:35:02.8069439Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:35:02.8089550Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:35:02.8269115Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:35:02.8309591Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:35:02.8367911Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:35:02.8469456Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:35:02.8510262Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:35:02.8711153Z test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:35:02.8790820Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:35:02.8841989Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:35:02.8851840Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:35:02.8865602Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:35:02.8876723Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:35:02.8909242Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:35:02.8949719Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:35:02.8997522Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:35:02.9000075Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:35:02.9149995Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:35:02.9180825Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:35:02.9270343Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:35:02.9293419Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:35:02.9349934Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:35:02.9371318Z test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:35:02.9535221Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:35:02.9543589Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:35:02.9557714Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:35:02.9589286Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:35:02.9609008Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:35:02.9709362Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:35:02.9722415Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:35:02.9789208Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:35:02.9823843Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:35:02.9989115Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:35:03.0001914Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:35:03.0028876Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:35:03.0041288Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:35:03.0149342Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:35:03.0165905Z test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:35:03.0228876Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:35:03.0251159Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:35:03.0429256Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:35:03.0441938Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:35:03.0469655Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:35:03.0491584Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:35:03.0589042Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:35:03.0669776Z test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:35:03.0701269Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:35:03.0705676Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:35:03.0869786Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:35:03.0910286Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:35:03.0986893Z test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:35:03.1030057Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:35:03.1039309Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:35:03.1063355Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:35:03.1109683Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:35:03.1131747Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:35:03.1309527Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:35:03.1327239Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:35:03.1349514Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:35:03.1469947Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:35:03.1490197Z test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:35:03.1549908Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:35:03.1565733Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:35:03.1577852Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:35:03.1749870Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:35:03.1789483Z test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:35:03.1905165Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:35:03.1929749Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:35:03.1949602Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:35:03.1970847Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:35:03.1989392Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:35:03.2011841Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:35:03.2189675Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:35:03.2210657Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:35:03.2229974Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:35:03.2251008Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:35:03.2389581Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:35:03.2408924Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:35:03.2429120Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:35:03.2629436Z test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:35:03.2653246Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:35:03.2669739Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:35:03.2689576Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:35:03.2787014Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:35:03.2829432Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:35:03.2847771Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:35:03.2868938Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:35:03.3035044Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:35:03.3069610Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:35:03.3088701Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:35:03.3108612Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:35:03.3126695Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:35:03.3269442Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:35:03.3287928Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:35:03.3308803Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:35:03.3472236Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:35:03.3509430Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:35:03.3529499Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:35:03.3548962Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:35:03.3569294Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:35:03.3709461Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:35:03.3727723Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:35:03.3748858Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:35:03.3767427Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:35:03.3949848Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:35:03.3969106Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:35:03.3990015Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:35:03.4009722Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:35:03.4150682Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:35:03.4176625Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:35:03.4230805Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:35:03.4260105Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:35:03.4390962Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:35:03.4411893Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:35:03.4430328Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:35:03.4453792Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:35:03.4591451Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:35:03.4615544Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:35:03.4671158Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:35:03.4702367Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:35:03.4830014Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:35:03.4851816Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:35:03.4869955Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:35:03.4892083Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:35:03.5031031Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:35:03.5053958Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:35:03.5111160Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:35:03.5140227Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:35:03.5270682Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:35:03.5293348Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:35:03.5310385Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:35:03.5336143Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:35:03.5471188Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:35:03.5496729Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:35:03.5550463Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:35:03.5578682Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:35:03.5710724Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:35:03.5732334Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:35:03.5750531Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:35:03.5771825Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:35:03.5910344Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:35:03.5934157Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:35:03.5989665Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:35:03.6010503Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:35:03.6149899Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:35:03.6169687Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:35:03.6189098Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:35:03.6210993Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:35:03.6350087Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:35:03.6369960Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:35:03.6429244Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:35:03.6448273Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:35:03.6588996Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:35:03.6608043Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:35:03.6629172Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:35:03.6650093Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:35:03.6789405Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:35:03.6819691Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:35:03.6868957Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:35:03.6887424Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:35:03.7029235Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:35:03.7051178Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:35:03.7069144Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:35:03.7089522Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:35:03.7229350Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:35:03.7247453Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:35:03.7309315Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:35:03.7329234Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:35:03.7468739Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:35:03.7486866Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:35:03.7509146Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:35:03.7528169Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:35:03.7669568Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:35:03.7687744Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:35:03.7749278Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:35:03.7767572Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:35:03.7909250Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:35:03.7927648Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:35:03.7948962Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:35:03.7967746Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:35:03.8109675Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:35:03.8129880Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:35:03.8188867Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:35:03.8206362Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:35:03.8349187Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:35:03.8367253Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:35:03.8388982Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:35:03.8407009Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:35:03.8549090Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:35:03.8566730Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:35:03.8629543Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:35:03.8652261Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:35:03.8788867Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:35:03.8806356Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:35:03.8828829Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:35:03.8846962Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:35:03.8989261Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:35:03.9006967Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:35:03.9068741Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:35:03.9086362Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:35:03.9229420Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:35:03.9247013Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:35:03.9269284Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:35:03.9287713Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:35:03.9428783Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:35:03.9447465Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:35:03.9508852Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:35:03.9526506Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:35:03.9668850Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:35:03.9686915Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:35:03.9709490Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:35:03.9730575Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:35:03.9868925Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:35:03.9886859Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:35:03.9948632Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:35:03.9968137Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:35:04.0108886Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:35:04.0126160Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:35:04.0149610Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:35:04.0167711Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:35:04.0308931Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:35:04.0329057Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:35:04.0388742Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:35:04.0406438Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:35:04.0549054Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:35:04.0566175Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:35:04.0589018Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:35:04.0607501Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:35:04.0749850Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:35:04.0769000Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:35:04.0828900Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:35:04.0848555Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:35:04.0989412Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:35:04.1008768Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:35:04.1029072Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:35:04.1046539Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:35:04.1189049Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:35:04.1206383Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:35:04.1269282Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:35:04.1288951Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:35:04.1429087Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:35:04.1449261Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:35:04.1469494Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:35:04.1488550Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:35:04.1628842Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:35:04.1646373Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:35:04.1709152Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:35:04.1728308Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:35:04.1869194Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:35:04.1886560Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:35:04.1909307Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:35:04.1926956Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:35:04.2069549Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:35:04.2087239Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:35:04.2149015Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:35:04.2166348Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:35:04.2309472Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:35:04.2328133Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:35:04.2349120Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:35:04.2367928Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:35:04.2509536Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:35:04.2527829Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:35:04.2589392Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:35:04.2609445Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:35:04.2749322Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:35:04.2767255Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:35:04.2789211Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:35:04.2807108Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:35:04.2949217Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:35:04.2967046Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:35:04.3029143Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:35:04.3051283Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:35:04.3189521Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:35:04.3206950Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:35:04.3229005Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:35:04.3248374Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:35:04.3389388Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:35:04.3406853Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:35:04.3469183Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:35:04.3487354Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:35:04.3629458Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:35:04.3647093Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:35:04.3669701Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:35:04.3687173Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:35:04.3829016Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:35:04.3846186Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:35:04.3909754Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:35:04.3928100Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:35:04.4069131Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:35:04.4087387Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:35:04.4109262Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:35:04.4126901Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:35:04.4268970Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:35:04.4287221Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:35:04.4349092Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:35:04.4366754Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:35:04.4509215Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:35:04.4526799Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:35:04.4551684Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:35:04.4569271Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:35:04.4709116Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:35:04.4727248Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:35:04.4789377Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:35:04.4807253Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:35:04.4948988Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:35:04.4966762Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:35:04.4988779Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:35:04.5008378Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:35:04.5151860Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:35:04.5169579Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:35:04.5229398Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:35:04.5247715Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:35:04.5389671Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:35:04.5407666Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:35:04.5429150Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:35:04.5447084Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:35:04.5589004Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:35:04.5608208Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:35:04.5669539Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:35:04.5688595Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:35:04.5829059Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:35:04.5847559Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:35:04.5869197Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:35:04.5888814Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:35:04.6030097Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:35:04.6052003Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:35:04.6109905Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:35:04.6135390Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:35:04.6273492Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:35:04.6297327Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:35:04.6310101Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:35:04.6332226Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:35:04.6470933Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:35:04.6494990Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:35:04.6550934Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:35:04.6578200Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:35:04.6710723Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:35:04.6734607Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:35:04.6750445Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:35:04.6771571Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:35:04.6911064Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:35:04.6934772Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:35:04.6990856Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:35:04.7021108Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:35:04.7150513Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:35:04.7175531Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:35:04.7190187Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:35:04.7212291Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:35:04.7351187Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:35:04.7375247Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:35:04.7430471Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:35:04.7459087Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:35:04.7590581Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:35:04.7615328Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:35:04.7631172Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:35:04.7654386Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:35:04.7790879Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:35:04.7874866Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:35:04.7899740Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:35:04.7910741Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:35:04.8029823Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:35:04.8050897Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:35:04.8070004Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:35:04.8092491Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:35:04.8229288Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:35:04.8248711Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:35:04.8309525Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:35:04.8330700Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:35:04.8469436Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:35:04.8488684Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:35:04.8509278Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:35:04.8528270Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:35:04.8669423Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:35:04.8687366Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:35:04.8749116Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:35:04.8767828Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:35:04.8909238Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:35:04.8927552Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:35:04.8949316Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:35:04.8969714Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:35:04.9109177Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:35:04.9126984Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:35:04.9188980Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:35:04.9207556Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:35:04.9348992Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:35:04.9367341Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:35:04.9389467Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:35:04.9408459Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:35:04.9548947Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:35:04.9568868Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:35:04.9629726Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:35:04.9647575Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:35:04.9789406Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:35:04.9807292Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:35:04.9829037Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:35:04.9848476Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:35:04.9989324Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:35:05.0010048Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:35:05.0069108Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:35:05.0087592Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:35:05.0229287Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:35:05.0248228Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:35:05.0269646Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:35:05.0288881Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:35:05.0428908Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:35:05.0447415Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:35:05.0509485Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:35:05.0527181Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:35:05.0669362Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:35:05.0690482Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:35:05.0708902Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:35:05.0726578Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:35:05.0868888Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:35:05.0886570Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:35:05.0949253Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:35:05.0968332Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:35:05.1109918Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:35:05.1132992Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:35:05.1148941Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:35:05.1166820Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:35:05.1309108Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:35:05.1327221Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:35:05.1389500Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:35:05.1407898Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:35:05.1550102Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:35:05.1574747Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:35:05.1589588Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:35:05.1608747Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:35:05.1749206Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:35:05.1767606Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:35:05.1829499Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:35:05.1849165Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:35:05.1989708Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:35:05.2013483Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:35:05.2029262Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:35:05.2049503Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:35:05.2189031Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:35:05.2207861Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:35:05.2269373Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:35:05.2290532Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:35:05.2429781Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:35:05.2453897Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:35:05.2469022Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:35:05.2487624Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:35:05.2629369Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:35:05.2648243Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:35:05.2708738Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:35:05.2726072Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:35:05.2869350Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:35:05.2892660Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:35:05.2909171Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:35:05.2927506Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:35:05.3070344Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:35:05.3088684Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:35:05.3149413Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:35:05.3168760Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:35:05.3309802Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:35:05.3330407Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:35:05.3349717Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:35:05.3368056Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:35:05.3509338Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:35:05.3527558Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:35:05.3588836Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:35:05.3608333Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:35:05.3749048Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:35:05.3766949Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:35:05.3792504Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:35:05.3811518Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:35:05.3949109Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:35:05.3967620Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:35:05.4029119Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:35:05.4049090Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:35:05.4189287Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:35:05.4207547Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:35:05.4229437Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:35:05.4247752Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:35:05.4392246Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:35:05.4410199Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:35:05.4469191Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:35:05.4488921Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:35:05.4629267Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:35:05.4647307Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:35:05.4669642Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:35:05.4688438Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:35:05.4887188Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:35:05.4908464Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:35:05.4915310Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:35:05.4934932Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:35:05.5069482Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:35:05.5088313Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:35:05.5109313Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:35:05.5127908Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:35:05.5310041Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:35:05.5328204Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:35:05.5349076Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:35:05.5367356Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:35:05.5519800Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:35:05.5538897Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:35:05.5549868Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:35:05.5569450Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:35:05.5749245Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:35:05.5767206Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:35:05.5789055Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:35:05.5806772Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:35:05.5949615Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:35:05.5967672Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:35:05.5989466Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:35:05.6007806Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:35:05.6189180Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:35:05.6207771Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:35:05.6229068Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:35:05.6246454Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:35:05.6389573Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:35:05.6407878Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:35:05.6429701Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:35:05.6449086Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:35:05.6628978Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:35:05.6647668Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:35:05.6668897Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:35:05.6687308Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:35:05.6829452Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:35:05.6849381Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:35:05.6869083Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:35:05.6888361Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:05.7069779Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:05.7089022Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:35:05.7111943Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:35:05.7130887Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:35:05.7269247Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:35:05.7287962Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:35:05.7309225Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:35:05.7327497Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:35:05.7509540Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:35:05.7529727Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:35:05.7548855Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:35:05.7566544Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:35:05.7709416Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:35:05.7727108Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:35:05.7749575Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:35:05.7767254Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:35:05.7949737Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:35:05.7969070Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:35:05.7990431Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:35:05.8014792Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:35:05.8149892Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:35:05.8170690Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:35:05.8190054Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:35:05.8213399Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:35:05.8391030Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:35:05.8414053Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:35:05.8430791Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:35:05.8459756Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:35:05.8590667Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:35:05.8630507Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:35:05.8652843Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:35:05.8830858Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:35:05.8855076Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:35:05.8906049Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:35:05.8916752Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:35:05.8944905Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:35:05.9029596Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:35:05.9050759Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:35:05.9070683Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:35:05.9092776Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:35:05.9270749Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:35:05.9292219Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:35:05.9350768Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:35:05.9379953Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:35:05.9470437Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:35:05.9494035Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:35:05.9510346Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:35:05.9590027Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:35:05.9710999Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:35:05.9759480Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:35:05.9790946Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:35:05.9819220Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:35:05.9910403Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:35:05.9935299Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:35:05.9950177Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:35:05.9972745Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:35:06.0149902Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:35:06.0169422Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:35:06.0229712Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:35:06.0251440Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:35:06.0349580Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:35:06.0368763Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:35:06.0389072Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:35:06.0409404Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:35:06.0589563Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:35:06.0610434Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:35:06.0669397Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:35:06.0690401Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:35:06.0789018Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:35:06.0806906Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:35:06.0829028Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:35:06.0847912Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:35:06.1029126Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:35:06.1047017Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:35:06.1108927Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:35:06.1126884Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:35:06.1229662Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:35:06.1248559Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:35:06.1268700Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:35:06.1286866Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:35:06.1469168Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:35:06.1487039Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:35:06.1548699Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:35:06.1569321Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:35:06.1669792Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:35:06.1689010Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:35:06.1708919Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:35:06.1727700Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:35:06.1908916Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:35:06.1926536Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:35:06.1989416Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:35:06.2008300Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:35:06.2109632Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:35:06.2128711Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:35:06.2148785Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:35:06.2167437Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:35:06.2349422Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:35:06.2368157Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:35:06.2430294Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:35:06.2451400Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:35:06.2550057Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:35:06.2570473Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:35:06.2589584Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:35:06.2609715Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:35:06.2789800Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:35:06.2808098Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:35:06.2869256Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:35:06.2888774Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:35:06.2989518Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:35:06.3008430Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:35:06.3031675Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:35:06.3050881Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:35:06.3229123Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:35:06.3248124Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:35:06.3309451Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:35:06.3328520Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:35:06.3429109Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:35:06.3447670Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:35:06.3468609Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:35:06.3486949Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:35:06.3671981Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:35:06.3689909Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:35:06.3749340Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:35:06.3768516Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:35:06.3869469Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:35:06.3888431Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:35:06.3909075Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:35:06.3928359Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:35:06.4109096Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:35:06.4128814Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:35:06.4189003Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:35:06.4208067Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:35:06.4309526Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:35:06.4327880Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:35:06.4348611Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:35:06.4366726Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:35:06.4548822Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:35:06.4567568Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:35:06.4629450Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:35:06.4648166Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:35:06.4751970Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:35:06.4770564Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:35:06.4789215Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:35:06.4808791Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:35:06.4989121Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:35:06.5006290Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:35:06.5068739Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:35:06.5088172Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:35:06.5189272Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:35:06.5207586Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:35:06.5228903Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:35:06.5247528Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:35:06.5429172Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:35:06.5447147Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:35:06.5509279Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:35:06.5529576Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:35:06.5629434Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:35:06.5647487Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:35:06.5668934Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:35:06.5686997Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:35:06.5869176Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:35:06.5890202Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:35:06.5949373Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:35:06.5969129Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:35:06.6068918Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:35:06.6088571Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:35:06.6109003Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:35:06.6126754Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:35:06.6308956Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:35:06.6326305Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:35:06.6391783Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:35:06.6410007Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:35:06.6509230Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:35:06.6526922Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:35:06.6549214Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:35:06.6568170Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:35:06.6749064Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:35:06.6766813Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:35:06.6829187Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:35:06.6848519Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:35:06.6948987Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:35:06.6969543Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:35:06.6989135Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:35:06.7006959Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:35:06.7189214Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:35:06.7207261Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:35:06.7269104Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:35:06.7287394Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:35:06.7389463Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:35:06.7407994Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:35:06.7428985Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:35:06.7449940Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:35:06.7629095Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:35:06.7646615Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:35:06.7709188Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:35:06.7726673Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:35:06.7829129Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:35:06.7847522Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:35:06.7869023Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:35:06.7888292Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:35:06.8068863Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:35:06.8094322Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:35:06.8149040Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:35:06.8166409Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:35:06.8269023Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:35:06.8287485Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:35:06.8349082Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:35:06.8366836Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:35:06.8509021Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:35:06.8536498Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:35:06.8589136Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:35:06.8607210Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:35:06.8709253Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:35:06.8727352Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:35:06.8789537Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:35:06.8808431Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:35:06.8949290Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:35:06.8967669Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:35:06.9029256Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:35:06.9047922Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:35:06.9150091Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:35:06.9172837Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:35:06.9229563Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:35:06.9249745Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:35:06.9389235Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:35:06.9407502Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:35:06.9469010Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:35:06.9487298Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:35:06.9589594Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:35:06.9608707Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:35:06.9668957Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:35:06.9687487Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:35:06.9829051Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:35:06.9847412Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:35:06.9909506Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:35:06.9928488Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:35:07.0029478Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:35:07.0048287Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:35:07.0110510Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:35:07.0132165Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:35:07.0270336Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:35:07.0290784Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:35:07.0350690Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:35:07.0378764Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:35:07.0470341Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:35:07.0492147Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:35:07.0550704Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:35:07.0573225Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:35:07.0710386Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:35:07.0732200Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:35:07.0790473Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:35:07.0832049Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:35:07.0910452Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:35:07.0955201Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:35:07.0990439Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:35:07.1014549Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:35:07.1150283Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:35:07.1174882Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:35:07.1230651Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:35:07.1259405Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:35:07.1350433Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:35:07.1372990Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:35:07.1430957Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:35:07.1453608Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:35:07.1590883Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:35:07.1612158Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:35:07.1671289Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:35:07.1699807Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:35:07.1791033Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:35:07.1815174Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:35:07.1871418Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:35:07.1895097Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:35:07.2030094Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:35:07.2050934Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:35:07.2110081Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:35:07.2130662Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:35:07.2229518Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:35:07.2250149Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:35:07.2316920Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:35:07.2337109Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:35:07.2469391Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:35:07.2488888Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:35:07.2549856Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:35:07.2570121Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:35:07.2669567Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:35:07.2689536Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:35:07.2750358Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:35:07.2769788Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:35:07.2913923Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:35:07.2933708Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:35:07.2990574Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:35:07.3011762Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:35:07.3110517Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:35:07.3133015Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:35:07.3189901Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:35:07.3212205Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:35:07.3349981Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:35:07.3371925Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:35:07.3430529Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:35:07.3450994Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:35:07.3550744Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:35:07.3573216Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:35:07.3629598Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:35:07.3651200Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:35:07.3789394Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:35:07.3812433Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:35:07.3869189Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:35:07.3889067Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:35:07.3992255Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:35:07.4011691Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:35:07.4069462Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:35:07.4089948Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:35:07.4229222Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:35:07.4248227Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:35:07.4309626Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:35:07.4329563Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:35:07.4429501Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:35:07.4447761Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:35:07.4508936Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:35:07.4527742Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:35:07.4669305Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:35:07.4687627Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:35:07.4749237Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:35:07.4767124Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:35:07.4869451Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:35:07.4888836Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:35:07.4949092Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:35:07.4967765Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:35:07.5109149Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:35:07.5126784Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:35:07.5189484Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:35:07.5208654Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:35:07.5309457Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:35:07.5328085Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:35:07.5389302Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:35:07.5408522Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:35:07.5549420Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:35:07.5567574Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:35:07.5632429Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:35:07.5651073Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:35:07.5749271Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:35:07.5767057Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:35:07.5829464Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:35:07.5847086Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:35:07.5989283Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:35:07.6006606Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:35:07.6069455Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:35:07.6089739Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:35:07.6189212Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:35:07.6206829Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:35:07.6269430Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:35:07.6288646Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:35:07.6429173Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:35:07.6447859Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:35:07.6509298Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:35:07.6527368Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:35:07.6629566Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:35:07.6648465Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:35:07.6709636Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:35:07.6729609Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:35:07.6868918Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:35:07.6888079Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:35:07.6949225Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:35:07.6967460Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:07.7069423Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:07.7088543Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:35:07.7148904Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:35:07.7166752Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:35:07.7309443Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:35:07.7330828Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:07.7389760Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:07.7407964Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:35:07.7509250Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:35:07.7527565Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:35:07.7588922Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:35:07.7607166Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:35:07.7749119Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:35:07.7767060Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:35:07.7829866Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:35:07.7848710Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:35:07.7949148Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:35:07.7968729Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:35:07.8029390Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:35:07.8046909Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:35:07.8189651Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:35:07.8208016Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:35:07.8269318Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:35:07.8287441Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:35:07.8389249Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:35:07.8410058Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:35:07.8469033Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:35:07.8489953Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:35:07.8630049Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:35:07.8648477Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:35:07.8709376Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:35:07.8727091Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:35:07.8829299Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:35:07.8847735Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:07.8908794Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:07.8926876Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:35:07.9069437Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:35:07.9089164Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:35:07.9149554Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:35:07.9169751Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:35:07.9269620Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:35:07.9289498Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:07.9349526Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:07.9367535Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:35:07.9509139Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:35:07.9527688Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:35:07.9590208Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:35:07.9607708Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:35:07.9709383Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:35:07.9728311Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:07.9789456Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:07.9807199Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:35:07.9949207Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:35:07.9967072Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:35:08.0029592Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:35:08.0052730Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:35:08.0149737Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:35:08.0169140Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:35:08.0229283Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:35:08.0247905Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:08.0389231Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:08.0408034Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:35:08.0469478Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:35:08.0487699Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:35:08.0589568Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:35:08.0608734Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:08.0669091Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:08.0686677Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:35:08.0829278Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:35:08.0846841Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:35:08.0909562Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:35:08.0926705Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:35:08.1029218Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:35:08.1048622Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:35:08.1109257Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:35:08.1129493Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:35:08.1269819Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:35:08.1288719Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:35:08.1349350Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:35:08.1366840Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:35:08.1469538Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:35:08.1489202Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:35:08.1548742Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:35:08.1566478Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:35:08.1709649Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:35:08.1732008Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:35:08.1789702Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:35:08.1809254Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:35:08.1909954Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:35:08.1929186Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:08.1990186Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:08.2008344Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:35:08.2150734Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:35:08.2171728Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:35:08.2230607Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:35:08.2257910Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:35:08.2350420Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:35:08.2374086Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:35:08.2430904Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:35:08.2452610Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:35:08.2591704Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:35:08.2614645Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:35:08.2671197Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:35:08.2699239Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:35:08.2790347Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:35:08.2839013Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:35:08.2870592Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:35:08.2892048Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:35:08.3030424Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:35:08.3052667Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:35:08.3110785Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:35:08.3141216Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:35:08.3233314Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:35:08.3254570Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:35:08.3310135Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:35:08.3332062Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:35:08.3470687Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:35:08.3493069Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:35:08.3550754Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:35:08.3579847Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:35:08.3670428Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:35:08.3692143Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:35:08.3750300Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:35:08.3773477Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:35:08.3911172Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:35:08.3932999Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:35:08.3990718Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:35:08.4019822Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:35:08.4109994Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:35:08.4131387Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:35:08.4189483Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:35:08.4209627Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:35:08.4349636Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:35:08.4370742Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:35:08.4429522Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:35:08.4452024Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:35:08.4549309Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:35:08.4567973Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:35:08.4629185Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:35:08.4648434Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:35:08.4789577Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:35:08.4808025Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:35:08.4869251Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:35:08.4887961Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:35:08.4989214Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:35:08.5007619Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:35:08.5068808Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:35:08.5087027Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:35:08.5229579Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:35:08.5249176Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:35:08.5309371Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:35:08.5327484Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:35:08.5429253Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:35:08.5448656Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:35:08.5508876Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:35:08.5527407Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:35:08.5669308Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:35:08.5688062Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:35:08.5749555Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:35:08.5768016Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:35:08.5869907Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:35:08.5889632Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:35:08.5949039Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:35:08.5970431Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:35:08.6109562Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:35:08.6128658Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:35:08.6189553Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:35:08.6207565Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:35:08.6309382Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:35:08.6327636Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:35:08.6389185Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:35:08.6407902Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:35:08.6549780Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:35:08.6572228Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:35:08.6629317Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:35:08.6647892Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:35:08.6749651Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:35:08.6769989Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:35:08.6829104Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:35:08.6848795Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:35:08.6989449Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:35:08.7010229Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:35:08.7069680Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:35:08.7090883Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:35:08.7189713Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:35:08.7208372Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:35:08.7269264Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:35:08.7287513Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:35:08.7429517Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:35:08.7449733Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:35:08.7509620Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:35:08.7529300Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:35:08.7630093Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:35:08.7653990Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:35:08.7709730Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:35:08.7729997Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:35:08.7870724Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:35:08.7892849Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:35:08.7950413Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:35:08.7971260Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:35:08.8070976Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:35:08.8093100Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:35:08.8150413Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:35:08.8173611Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:35:08.8310468Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:35:08.8332266Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:35:08.8390082Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:35:08.8411274Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:35:08.8509857Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:35:08.8530330Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:35:08.8589178Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:35:08.8609396Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:35:08.8749387Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:35:08.8768989Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:35:08.8829240Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:35:08.8848372Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:35:08.8949877Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:35:08.8970723Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:35:08.9029024Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:35:08.9047797Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:35:08.9189676Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:35:08.9208884Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:08.9269564Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:08.9291730Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:35:08.9389546Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:35:08.9408128Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:35:08.9469632Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:35:08.9488615Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:35:08.9629093Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:35:08.9647890Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:35:08.9709133Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:35:08.9727463Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:35:08.9829298Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:35:08.9847530Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:35:08.9909801Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:35:08.9927089Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:09.0069032Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:09.0087049Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:35:09.0149559Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:35:09.0167820Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:35:09.0269424Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:35:09.0287683Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:35:09.0349171Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:35:09.0369541Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:35:09.0509109Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:35:09.0527599Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:35:09.0588984Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:35:09.0606888Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:35:09.0709176Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:35:09.0726752Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:35:09.0788895Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:35:09.0807091Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:35:09.0949272Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:35:09.0970795Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:35:09.1029312Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:35:09.1047918Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:35:09.1149534Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:35:09.1170638Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:35:09.1229272Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:35:09.1247265Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:35:09.1389158Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:35:09.1408700Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:35:09.1469199Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:35:09.1486764Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:09.1589789Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:09.1609906Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:35:09.1669362Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:35:09.1690394Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:35:09.1830114Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:35:09.1849036Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:35:09.1909938Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:35:09.1930650Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:35:09.2029572Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:35:09.2048677Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:35:09.2108855Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:35:09.2127997Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:35:09.2269438Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:35:09.2288991Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:35:09.2349286Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:35:09.2367236Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:35:09.2472167Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:35:09.2490817Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:09.2548797Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:09.2566710Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:35:09.2709463Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:35:09.2728169Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:35:09.2789271Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:35:09.2807626Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:35:09.2909831Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:35:09.2927360Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:09.2988816Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:09.3007722Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:35:09.3149372Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:35:09.3167121Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:35:09.3229230Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:35:09.3246842Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:35:09.3349374Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:35:09.3368048Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:35:09.3428874Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:35:09.3446137Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:35:09.3589451Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:35:09.3607307Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:35:09.3669013Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:35:09.3689231Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:35:09.3789049Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:35:09.3807098Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:35:09.3869147Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:35:09.3887170Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:35:09.4029691Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:35:09.4047314Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:35:09.4109974Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:35:09.4134646Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:09.4229609Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:09.4248270Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:35:09.4309428Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:35:09.4329942Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:35:09.4471539Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:35:09.4492702Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:35:09.4550809Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:35:09.4580857Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:35:09.4670572Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:35:09.4692027Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:35:09.4750356Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:35:09.4771507Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:35:09.4910333Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:35:09.4933762Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:35:09.4990866Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:35:09.5019502Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:35:09.5110562Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:35:09.5132608Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:35:09.5194124Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:35:09.5216805Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:35:09.5350839Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:35:09.5372665Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:35:09.5431036Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:35:09.5459997Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:35:09.5550729Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:35:09.5572958Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:35:09.5630099Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:35:09.5718627Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:35:09.5793706Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:35:09.5870551Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:35:09.5899162Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:35:09.5910569Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:35:09.5990263Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:35:09.6011781Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:35:09.6069725Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:35:09.6091026Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:35:09.6229634Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:35:09.6249418Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:35:09.6310106Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:35:09.6330932Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:35:09.6429721Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:35:09.6449987Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:35:09.6509126Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:35:09.6529173Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:35:09.6668878Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:35:09.6687626Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:35:09.6749583Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:35:09.6768608Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:35:09.6869312Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:35:09.6891220Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:35:09.6948825Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:35:09.6969560Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:35:09.7108828Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:35:09.7128118Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:35:09.7189180Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:35:09.7207528Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:35:09.7309290Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:35:09.7327983Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:35:09.7388847Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:35:09.7406943Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:35:09.7548734Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:35:09.7567836Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:35:09.7629265Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:35:09.7647727Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:35:09.7749505Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:35:09.7768599Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:35:09.7828881Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:35:09.7846668Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:35:09.7989157Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:35:09.8006658Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:35:09.8069300Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:35:09.8087605Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:35:09.8189021Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:35:09.8206985Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:35:09.8268757Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:35:09.8288426Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:35:09.8428574Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:35:09.8446577Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:35:09.8511818Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:35:09.8529850Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:35:09.8629165Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:35:09.8647013Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:35:09.8708909Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:35:09.8726074Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:35:09.8868722Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:35:09.8886467Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:35:09.8949187Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:35:09.8966858Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:35:09.9070036Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:35:09.9089304Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:35:09.9149773Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:35:09.9166490Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:35:09.9308730Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:35:09.9326817Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:35:09.9389507Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:35:09.9408205Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:35:09.9509370Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:35:09.9526911Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:35:09.9588676Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:35:09.9610425Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:35:09.9749334Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:35:09.9766905Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:35:09.9829540Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:35:09.9848808Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:35:09.9949225Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:35:09.9968061Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:35:10.0028950Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:35:10.0046780Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:35:10.0188838Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:35:10.0220095Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:35:10.0269685Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:35:10.0288286Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:35:10.0389754Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:35:10.0408905Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:35:10.0469155Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:35:10.0487053Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:35:10.0628977Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:35:10.0647010Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:35:10.0709740Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:35:10.0728962Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:35:10.0829605Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:35:10.0848322Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:35:10.0908854Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:35:10.0927329Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:35:10.1068750Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:35:10.1086498Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:10.1149246Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:10.1167708Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:35:10.1269038Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:35:10.1286706Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:35:10.1349042Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:35:10.1366211Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:35:10.1508649Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:35:10.1526539Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:35:10.1588969Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:35:10.1606224Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:35:10.1712377Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:35:10.1731000Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:35:10.1789049Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:35:10.1806272Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:35:10.1948752Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:35:10.1966052Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:35:10.2029647Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:35:10.2048088Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:35:10.2149477Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:35:10.2167800Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:10.2228868Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:10.2246823Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:35:10.2388970Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:35:10.2406807Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:35:10.2468914Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:35:10.2487967Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:35:10.2589091Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:35:10.2607054Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:35:10.2669152Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:35:10.2686582Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:35:10.2828911Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:35:10.2848092Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:10.2909231Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:10.2930171Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:35:10.3029311Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:35:10.3048123Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:35:10.3109090Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:35:10.3127106Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:35:10.3268877Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:35:10.3286872Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:35:10.3348917Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:35:10.3367926Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:10.3469078Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:10.3487221Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:10.3548544Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:10.3566600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:35:10.3708994Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:35:10.3726482Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:35:10.3789062Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:35:10.3806714Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:35:10.3910020Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:35:10.3929168Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:35:10.3989135Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:35:10.4007167Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:35:10.4148968Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:35:10.4167299Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:35:10.4229554Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:35:10.4248278Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:35:10.4349804Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:35:10.4369519Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:35:10.4431872Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:35:10.4449980Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:35:10.4588874Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:35:10.4606919Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:10.4669867Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:10.4688961Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:10.4789587Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:10.4808292Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:35:10.4869099Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:35:10.4887163Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:10.5031592Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:10.5050311Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:10.5109748Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:10.5129218Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:35:10.5229388Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:35:10.5248220Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:10.5309117Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:10.5327454Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:35:10.5468664Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:35:10.5488825Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:35:10.5549461Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:35:10.5570780Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:10.5669690Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:10.5688487Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:10.5756488Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:10.5767912Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:10.5909081Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:10.5928221Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:10.5989298Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:10.6008330Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:35:10.6109765Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:35:10.6132205Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:10.6189412Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:10.6208438Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:10.6350730Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:10.6375696Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:10.6430635Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:10.6457611Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:10.6550887Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:10.6574168Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:35:10.6630330Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:35:10.6654852Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:35:10.6790871Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:35:10.6817230Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:35:10.6871000Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:35:10.6899359Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:10.6990391Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:10.7011800Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:10.7070061Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:10.7092031Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:35:10.7231126Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:35:10.7258093Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:35:10.7310739Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:35:10.7340425Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:10.7430700Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:10.7452496Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:35:10.7510614Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:35:10.7586748Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:35:10.7670880Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:35:10.7697370Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:35:10.7755193Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:35:10.7783486Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:35:10.7870582Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:35:10.7894647Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:35:10.7949822Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:35:10.7971373Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:35:10.8110487Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:35:10.8134043Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:35:10.8189466Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:35:10.8212193Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:35:10.8309808Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:35:10.8330187Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:35:10.8389382Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:35:10.8409119Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:35:10.8549497Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:35:10.8573400Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:35:10.8629585Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:35:10.8650071Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:35:10.8749350Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:35:10.8770043Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:35:10.8829587Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:35:10.8851497Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:35:10.8989515Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:35:10.9013963Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:35:10.9069602Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:35:10.9088366Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:10.9189470Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:10.9208228Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:35:10.9269277Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:35:10.9287654Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:35:10.9429327Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:35:10.9455363Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:35:10.9509023Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:35:10.9527690Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:35:10.9629106Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:35:10.9647880Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:35:10.9709385Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:35:10.9727771Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:10.9869653Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:10.9893255Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:35:10.9949096Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:35:10.9967564Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:35:11.0069136Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:35:11.0087288Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:35:11.0148979Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:35:11.0166584Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:35:11.0309206Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:35:11.0332510Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:35:11.0389261Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:35:11.0407316Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:35:11.0509396Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:35:11.0529279Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:35:11.0589011Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:35:11.0606378Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:35:11.0749468Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:35:11.0774022Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:35:11.0828774Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:35:11.0846875Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:11.0955908Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:11.0975456Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:35:11.1029184Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:35:11.1046914Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:35:11.1189275Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:35:11.1212943Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:35:11.1269455Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:35:11.1288344Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:35:11.1388854Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:35:11.1406750Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:35:11.1469654Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:35:11.1487080Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:35:11.1629140Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:35:11.1652865Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:35:11.1709947Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:35:11.1729300Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:35:11.1829138Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:35:11.1847211Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:35:11.1909201Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:35:11.1927741Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:35:11.2069170Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:35:11.2093223Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:35:11.2149443Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:35:11.2170198Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:35:11.2269112Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:35:11.2287595Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:35:11.2349205Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:35:11.2367072Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:35:11.2509233Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:35:11.2529193Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:35:11.2589248Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:35:11.2607326Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:35:11.2708952Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:35:11.2727045Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:35:11.2789127Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:35:11.2806811Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:35:11.2949693Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:35:11.2967942Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:35:11.3029159Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:35:11.3047843Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:35:11.3149024Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:35:11.3167706Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:35:11.3229123Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:35:11.3246805Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:35:11.3389381Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:35:11.3406604Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:35:11.3469064Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:35:11.3486676Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:35:11.3588916Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:35:11.3601350Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:35:11.3673516Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:35:11.3690138Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:35:11.3829280Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:35:11.3853016Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:35:11.3909138Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:35:11.3927434Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:35:11.4028983Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:35:11.4041345Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:35:11.4109286Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:35:11.4121042Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:35:11.4269082Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:35:11.4294889Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:35:11.4349271Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:35:11.4368623Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:35:11.4469013Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:35:11.4487205Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:35:11.4548977Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:35:11.4566792Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:35:11.4709165Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:35:11.4731953Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:35:11.4789174Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:35:11.4802041Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:35:11.4909018Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:35:11.4929191Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:35:11.4989340Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:35:11.5007337Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:35:11.5149501Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:35:11.5172658Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:35:11.5229058Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:35:11.5242427Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:35:11.5348962Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:35:11.5372192Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:35:11.5429373Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:35:11.5447935Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:35:11.5589540Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:35:11.5613237Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:35:11.5669789Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:35:11.5691798Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:35:11.5789250Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:35:11.5807886Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:35:11.5869570Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:35:11.5887943Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:35:11.6029231Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:35:11.6052527Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:35:11.6109802Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:35:11.6129226Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:35:11.6229087Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:35:11.6247179Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:35:11.6309524Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:35:11.6327280Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:35:11.6469100Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:35:11.6487182Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:35:11.6549203Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:35:11.6568065Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:35:11.6669260Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:35:11.6687347Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:35:11.6749257Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:35:11.6767792Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:35:11.6909265Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:35:11.6927033Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:35:11.6989464Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:35:11.7010624Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:35:11.7108755Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:35:11.7127211Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:35:11.7189317Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:35:11.7207459Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:35:11.7349286Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:35:11.7367294Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:35:11.7429470Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:35:11.7447923Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:35:11.7548911Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:35:11.7567465Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:35:11.7629238Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:35:11.7647477Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:35:11.7789247Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:35:11.7807309Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:35:11.7869258Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:35:11.7887351Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:35:11.7988975Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:35:11.8008511Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:35:11.8069013Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:35:11.8092238Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:35:11.8229866Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:35:11.8248696Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:35:11.8310125Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:35:11.8334833Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:35:11.8429683Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:35:11.8449883Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:35:11.8510594Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:35:11.8531220Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:35:11.8670836Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:35:11.8696112Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:35:11.8751039Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:35:11.8780263Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:35:11.8870165Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:35:11.8893494Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:35:11.8950467Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:35:11.8972041Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:35:11.9111043Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:35:11.9127288Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:35:11.9191130Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:35:11.9220089Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:35:11.9310256Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:35:11.9334991Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:35:11.9390383Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:35:11.9412382Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:35:11.9550938Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:35:11.9572814Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:35:11.9630978Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:35:11.9658783Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:35:11.9750457Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:35:11.9767698Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:35:11.9830132Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:35:11.9851949Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:35:11.9990427Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:35:12.0011940Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:35:12.0070909Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:35:12.0102917Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:35:12.0190027Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:35:12.0216590Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:35:12.0269556Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:35:12.0290308Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:35:12.0429286Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:35:12.0449081Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:35:12.0509928Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:35:12.0531367Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:35:12.0629193Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:35:12.0649590Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:35:12.0709381Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:35:12.0728057Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:35:12.0869466Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:35:12.0888227Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:35:12.0949331Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:35:12.0968369Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:35:12.1068926Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:35:12.1087424Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:35:12.1149226Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:35:12.1166879Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:35:12.1309179Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:35:12.1327629Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:35:12.1388861Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:35:12.1409487Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:35:12.1509035Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:35:12.1527141Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:35:12.1589044Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:35:12.1606586Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:35:12.1749005Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:35:12.1766587Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:35:12.1828710Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:35:12.1847313Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:35:12.1949067Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:35:12.1968460Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:35:12.2028909Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:35:12.2048561Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:12.2189745Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:12.2269190Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:35:12.2291560Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:35:12.2298464Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:35:12.2388917Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:35:12.2407845Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:35:12.2469199Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:35:12.2486397Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:35:12.2628880Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:35:12.2647080Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:35:12.2709547Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:35:12.2728558Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:35:12.2829315Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:35:12.2847912Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:35:12.2912259Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:35:12.2930578Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:35:12.3069149Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:35:12.3086859Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:35:12.3149390Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:35:12.3168166Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:35:12.3268992Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:35:12.3287083Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:35:12.3349034Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:35:12.3367058Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:35:12.3509030Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:35:12.3533571Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:35:12.3589203Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:35:12.3606995Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:12.3708908Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:12.3726633Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:35:12.3789253Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:35:12.3807628Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:35:12.3988898Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:35:12.4007114Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:35:12.4029318Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:35:12.4047325Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:35:12.4148890Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:35:12.4167021Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:35:12.4229074Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:35:12.4247657Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:35:12.4429215Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:35:12.4448411Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:35:12.4469191Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:35:12.4487048Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:35:12.4588833Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:35:12.4610436Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:35:12.4669063Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:35:12.4687075Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:35:12.4869669Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:35:12.4887112Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:35:12.4909912Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:35:12.4928310Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:35:12.5028978Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:35:12.5047381Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:35:12.5108969Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:35:12.5126727Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:35:12.5309531Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:35:12.5329214Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:35:12.5349303Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:35:12.5366864Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:35:12.5468858Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:35:12.5487837Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:35:12.5549502Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:35:12.5567198Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:35:12.5749581Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:35:12.5768345Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:35:12.5789710Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:35:12.5807981Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:35:12.5909226Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:35:12.5928718Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:35:12.5989876Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:35:12.6008317Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:35:12.6189531Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:35:12.6207254Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:12.6236082Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:12.6255116Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:35:12.6349383Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:35:12.6368097Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:35:12.6429097Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:35:12.6446957Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:12.6629248Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:12.6644390Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:12.6669617Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:12.6688285Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:12.6789156Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:12.6807336Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:12.6869036Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:12.6881568Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:12.7069622Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:12.7088646Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:35:12.7109802Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:35:12.7129746Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:35:12.7229469Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:35:12.7242250Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:12.7309314Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:12.7334957Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:35:12.7509417Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:35:12.7527620Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:12.7549123Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:12.7568513Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:35:12.7669376Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:35:12.7688153Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:35:12.7748950Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:35:12.7769233Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:12.7949404Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:12.7969822Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:35:12.7988981Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:35:12.8007225Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:12.8109079Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:12.8127272Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:35:12.8188939Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:35:12.8207487Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:35:12.8389491Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:35:12.8406988Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:12.8429362Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:12.8442971Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:12.8548990Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:12.8566432Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:35:12.8628873Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:35:12.8649103Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:35:12.8830233Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:35:12.8849017Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:35:12.8869363Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:35:12.8886711Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:35:12.8989116Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:35:12.9006482Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:35:12.9068994Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:35:12.9081239Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:12.9268929Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:12.9286654Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:12.9309422Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:12.9328374Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:35:12.9429157Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:35:12.9450027Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:35:12.9509011Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:35:12.9527538Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:12.9709489Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:12.9727707Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:12.9749167Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:12.9768883Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:35:12.9870174Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:35:12.9890654Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:35:12.9949902Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:35:12.9970302Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:13.0150369Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:13.0170480Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:35:13.0190687Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:35:13.0212928Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:35:13.0310270Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:35:13.0333568Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:35:13.0389795Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:35:13.0410628Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:35:13.0591091Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:35:13.0612963Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:13.0630656Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:13.0649267Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:35:13.0750883Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:35:13.0774628Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:35:13.0829822Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:35:13.0852223Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:13.1031267Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:13.1045961Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:13.1070600Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:13.1093490Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:35:13.1190975Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:35:13.1215646Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:35:13.1270262Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:35:13.1293872Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:13.1471664Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:13.1488273Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:13.1510487Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:13.1532278Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:35:13.1630930Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:35:13.1649251Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:13.1710375Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:13.1809280Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:13.1910651Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:13.1950962Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:13.1986494Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:35:13.1997030Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:35:13.2070596Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:13.2088681Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:13.2149858Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:13.2167721Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:13.2349875Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:13.2371448Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:35:13.2390042Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:35:13.2411628Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:35:13.2509301Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:35:13.2530141Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:35:13.2589635Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:35:13.2609582Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:35:13.2789596Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:35:13.2811741Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:35:13.2829360Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:35:13.2849679Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:35:13.2948971Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:35:13.2967915Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:35:13.3029024Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:35:13.3047795Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:35:13.3229290Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:35:13.3247253Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:35:13.3269491Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:35:13.3282645Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:13.3388962Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:13.3407371Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:35:13.3469294Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:35:13.3487403Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:35:13.3669412Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:35:13.3687750Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:35:13.3709233Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:35:13.3722418Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:13.3829234Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:13.3849589Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:35:13.3909222Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:35:13.3926653Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:35:13.4109680Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:35:13.4128242Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:35:13.4148991Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:35:13.4167473Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:35:13.4268760Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:35:13.4286021Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:35:13.4348893Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:35:13.4366584Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:35:13.4549381Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:35:13.4569586Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:35:13.4588907Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:35:13.4606599Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:35:13.4709058Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:35:13.4726284Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:35:13.4788640Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:35:13.4806926Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:35:13.4989073Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:35:13.5006295Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:35:13.5029002Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:35:13.5046887Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:35:13.5149361Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:35:13.5167239Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:35:13.5229333Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:35:13.5246587Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:35:13.5430025Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:35:13.5448070Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:35:13.5508917Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:35:13.5530206Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:35:13.5589243Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:35:13.5608177Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:35:13.5669630Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:35:13.5689475Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:35:13.5869560Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:35:13.5887176Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:35:13.5950056Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:35:13.5968400Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:35:13.6029141Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:35:13.6048183Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:35:13.6109167Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:35:13.6127683Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:35:13.6309115Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:35:13.6328833Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:35:13.6389469Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:35:13.6408565Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:35:13.6469059Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:35:13.6487134Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:35:13.6549312Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:35:13.6571812Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:35:13.6750111Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:35:13.6769268Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:35:13.6829563Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:35:13.6848868Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:35:13.6909071Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:35:13.6930413Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:35:13.6989370Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:35:13.7008045Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:35:13.7189423Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:35:13.7210876Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:35:13.7269348Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:35:13.7288788Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:35:13.7349171Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:35:13.7367427Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:35:13.7428983Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:35:13.7447469Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:35:13.7629734Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:35:13.7647300Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:35:13.7709260Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:35:13.7727352Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:35:13.7789116Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:35:13.7807300Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:35:13.7869795Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:35:13.7888717Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:35:13.8069800Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:35:13.8088626Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:35:13.8149854Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:35:13.8168263Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:35:13.8229253Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:35:13.8248642Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:35:13.8309467Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:35:13.8328081Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:35:13.8509045Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:35:13.8526814Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:35:13.8589161Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:35:13.8607504Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:35:13.8672114Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:35:13.8690075Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:35:13.8748810Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:35:13.8766747Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:35:13.8949149Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:35:13.8966538Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:35:13.9028941Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:35:13.9046557Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:35:13.9109262Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:35:13.9126598Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:35:13.9188972Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:35:13.9206735Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:35:13.9389396Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:35:13.9408427Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:35:13.9469191Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:35:13.9486314Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:35:13.9549008Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:35:13.9566261Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:35:13.9629122Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:35:13.9646070Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:35:13.9829250Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:35:13.9850131Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:35:13.9909218Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:35:13.9930083Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:35:13.9989157Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:35:14.0007136Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:35:14.0068752Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:35:14.0086325Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:35:14.0269310Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:35:14.0286888Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:35:14.0349264Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:35:14.0367365Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:35:14.0429313Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:35:14.0446984Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:35:14.0509033Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:35:14.0530005Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:35:14.0709670Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:35:14.0728744Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:35:14.0789464Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:35:14.0808031Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:35:14.0868927Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:35:14.0886414Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:35:14.0948812Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:35:14.0968742Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:35:14.1149180Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:35:14.1166938Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:35:14.1229086Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:35:14.1248658Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:35:14.1309134Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:35:14.1327600Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:35:14.1391744Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:35:14.1409374Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:35:14.1589157Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:35:14.1606703Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:35:14.1669274Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:35:14.1687206Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:35:14.1749148Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:35:14.1767508Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:35:14.1829276Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:35:14.1847179Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:35:14.2033092Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:35:14.2052065Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:35:14.2109264Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:35:14.2127321Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:35:14.2190052Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:35:14.2212755Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:35:14.2269102Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:35:14.2289975Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:35:14.2470917Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:35:14.2492084Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:35:14.2550086Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:35:14.2570970Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:35:14.2630998Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:35:14.2655559Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:35:14.2710013Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:35:14.2732640Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:35:14.2911236Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:35:14.2934360Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:35:14.2990145Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:35:14.3012213Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:35:14.3070811Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:35:14.3143433Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:35:14.3151334Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:35:14.3173701Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:35:14.3351451Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:35:14.3372651Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:35:14.3430446Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:35:14.3453266Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:35:14.3510428Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:35:14.3534985Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:35:14.3590230Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:35:14.3647892Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:35:14.3790659Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:35:14.3812302Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:35:14.3870690Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:35:14.3894316Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:35:14.3950513Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:35:14.3975650Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:35:14.4030128Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:35:14.4051366Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:35:14.4229953Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:35:14.4243850Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:35:14.4309828Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:35:14.4330191Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:35:14.4390161Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:35:14.4403636Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:35:14.4469232Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:35:14.4482923Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:35:14.4669767Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:35:14.4682361Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:35:14.4752276Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:35:14.4771344Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:35:14.4829529Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:35:14.4842274Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:35:14.4909482Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:35:14.4922348Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:35:14.5109400Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:35:14.5122464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:35:14.5189120Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:35:14.5207990Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:35:14.5269475Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:35:14.5281761Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:35:14.5349149Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:35:14.5361726Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:35:14.5549290Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:35:14.5560681Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:35:14.5629102Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:35:14.5646996Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:35:14.5709243Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:35:14.5721514Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:35:14.5789265Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:35:14.5804391Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:35:14.5989388Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:35:14.6003750Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:35:14.6069689Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:35:14.6082725Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:35:14.6149407Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:35:14.6161852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:35:14.6229128Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:35:14.6241608Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:35:14.6429107Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:35:14.6444189Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:35:14.6509468Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:35:14.6521822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:35:14.6589442Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:35:14.6602080Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:35:14.6669269Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:35:14.6684605Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:35:14.6869724Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:35:14.6882783Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:35:14.6949364Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:35:14.6962340Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:35:14.7029343Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:35:14.7041666Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:35:14.7109153Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:35:14.7122373Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:35:14.7309711Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:35:14.7324035Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:35:14.7389216Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:35:14.7401887Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:35:14.7469380Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:35:14.7481475Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:35:14.7549122Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:35:14.7562043Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:35:14.7749332Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:35:14.7762330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:35:14.7829162Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:35:14.7841464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:35:14.7909088Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:35:14.7924812Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:35:14.7988910Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:35:14.8001243Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:35:14.8189062Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:35:14.8201639Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:35:14.8269029Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:35:14.8280950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:35:14.8348987Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:35:14.8361152Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:35:14.8428676Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:35:14.8443151Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:35:14.8629417Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:35:14.8641297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:35:14.8709181Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:35:14.8721372Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:35:14.8788894Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:35:14.8801234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:35:14.8869150Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:35:14.8880914Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:35:14.9068912Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:35:14.9080874Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:35:14.9149082Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:35:14.9163390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:35:14.9229199Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:35:14.9241172Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:35:14.9309013Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:35:14.9320996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:35:14.9509314Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:35:14.9521301Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:35:14.9588873Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:35:14.9600842Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:35:14.9669169Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:35:14.9681487Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:35:14.9749056Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:35:14.9761451Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:35:14.9949864Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:35:14.9961449Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:35:15.0029284Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:35:15.0041834Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:35:15.0109177Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:35:15.0121642Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:35:15.0189366Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:35:15.0201691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:35:15.0389188Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:35:15.0401812Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:35:15.0468859Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:35:15.0480761Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:35:15.0549431Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:35:15.0562007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:35:15.0629503Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:35:15.0643639Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:35:15.0829228Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:35:15.0842610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:35:15.0909377Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:35:15.0921475Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:35:15.0989433Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:35:15.1001125Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:35:15.1068899Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:35:15.1081016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:35:15.1269393Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:35:15.1283418Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:35:15.1348980Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:35:15.1360488Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:35:15.1429290Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:35:15.1441206Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:35:15.1508964Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:35:15.1521608Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:35:15.1710060Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:35:15.1722721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:35:15.1789868Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:35:15.1802785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:35:15.1869317Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:35:15.1884724Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:35:15.1949260Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:35:15.1962073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:35:15.2149200Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:35:15.2161274Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:35:15.2229027Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:35:15.2241751Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:35:15.2308926Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:35:15.2321490Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:35:15.2389059Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:35:15.2401250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:35:15.2589624Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:35:15.2604042Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:35:15.2669499Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:35:15.2682449Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:35:15.2749198Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:35:15.2764562Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:35:15.2829019Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:35:15.2844116Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:35:15.3029500Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:35:15.3042982Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:35:15.3109243Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:35:15.3121459Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:35:15.3189597Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:35:15.3202142Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:35:15.3269474Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:35:15.3282144Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:35:15.3469184Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:35:15.3483676Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:35:15.3549422Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:35:15.3561912Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:35:15.3629274Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:35:15.3641318Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:35:15.3709027Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:35:15.3723844Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:35:15.3909826Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:35:15.3922687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:35:15.3989084Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:35:15.4003881Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:35:15.4069452Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:35:15.4081378Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:35:15.4149118Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:35:15.4161583Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:35:15.4350866Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:35:15.4363110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:35:15.4430280Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:35:15.4445746Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:35:15.4510416Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:35:15.4527121Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:35:15.4590306Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:35:15.4605553Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:35:15.4792121Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:35:15.4806455Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:35:15.4871467Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:35:15.4892413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:35:15.4950957Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:35:15.4985218Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:35:15.5030158Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:35:15.5047634Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:35:15.5231524Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:35:15.5245721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:35:15.5310353Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:35:15.5330560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:35:15.5390560Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:35:15.5408307Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:35:15.5470330Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:35:15.5646540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:35:15.5670548Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:35:15.5686046Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:35:15.5750745Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:35:15.5771098Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:35:15.5830521Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:35:15.5845454Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:35:15.5909984Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:35:15.5924495Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:35:15.6111035Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:35:15.6136274Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:35:15.6190398Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:35:15.6206899Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:35:15.6269559Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:35:15.6283836Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:35:15.6349540Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:35:15.6363065Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:35:15.6549800Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:35:15.6563054Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:35:15.6629874Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:35:15.6648461Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:35:15.6710040Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:35:15.6723736Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:35:15.6788949Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:35:15.6802718Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:35:15.6989438Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:35:15.7002654Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:35:15.7069570Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:35:15.7088244Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:35:15.7148981Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:35:15.7161841Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:35:15.7228768Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:35:15.7241627Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:35:15.7429147Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:35:15.7441474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:35:15.7509140Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:35:15.7527291Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:35:15.7588835Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:35:15.7603742Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:35:15.7668608Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:35:15.7681288Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:35:15.7869842Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:35:15.7885016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:35:15.7949658Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:35:15.7964947Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:35:15.8029248Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:35:15.8042812Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:35:15.8109150Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:35:15.8122478Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:35:15.8309250Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:35:15.8322000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:35:15.8389215Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:35:15.8401860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:35:15.8469314Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:35:15.8481764Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:35:15.8548834Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:35:15.8561356Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:35:15.8749162Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:35:15.8761439Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:35:15.8829014Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:35:15.8844739Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:35:15.8909636Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:35:15.8923777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:35:15.8988924Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:35:15.9001904Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:35:15.9190264Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:35:15.9202881Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:35:15.9269359Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:35:15.9281885Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:35:15.9349229Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:35:15.9361729Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:35:15.9428547Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:35:15.9441156Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:35:15.9629092Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:35:15.9641391Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:35:15.9709564Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:35:15.9723443Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:35:15.9789666Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:35:15.9803605Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:35:15.9869148Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:35:15.9881517Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:35:16.0068993Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:35:16.0081229Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:35:16.0148953Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:35:16.0161618Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:35:16.0229222Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:35:16.0241438Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:35:16.0308882Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:35:16.0323893Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:35:16.0509198Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:35:16.0521179Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:35:16.0588705Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:35:16.0600939Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:35:16.0668834Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:35:16.0681298Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:35:16.0749019Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:35:16.0761248Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:35:16.0948877Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:35:16.0964616Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:35:16.1029246Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:35:16.1044022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:35:16.1109461Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:35:16.1121353Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:35:16.1188805Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:35:16.1200737Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:35:16.1389214Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:35:16.1401291Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:35:16.1469405Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:35:16.1482996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:35:16.1549486Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:35:16.1562527Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:35:16.1628926Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:35:16.1640636Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:35:16.1829172Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:35:16.1840864Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:35:16.1908813Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:35:16.1920780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:35:16.1988893Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:35:16.2001355Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:35:16.2068624Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:35:16.2080912Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:35:16.2269305Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:35:16.2281060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:35:16.2349171Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:35:16.2362230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:35:16.2429293Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:35:16.2444557Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:35:16.2508939Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:35:16.2521130Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:35:16.2710022Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:35:16.2721705Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:35:16.2789320Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:35:16.2802637Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:35:16.2869599Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:35:16.2882892Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:35:16.2948898Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:35:16.2961580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:35:16.3149402Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:35:16.3161694Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:35:16.3229501Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:35:16.3243266Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:35:16.3309584Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:35:16.3323269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:35:16.3388781Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:35:16.3401129Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:35:16.3588928Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:35:16.3612076Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:35:16.3669233Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:35:16.3684244Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:35:16.3748999Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:35:16.3761064Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:35:16.3828942Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:35:16.3841180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:35:16.4029152Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:35:16.4041018Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:35:16.4108917Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:35:16.4121316Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:35:16.4189106Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:35:16.4201291Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:35:16.4268614Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:35:16.4280892Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:35:16.4469398Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:35:16.4480926Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:35:16.4549218Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:35:16.4561646Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:35:16.4629132Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:35:16.4641270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:35:16.4708835Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:35:16.4721963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:35:16.4909517Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:35:16.4921394Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:35:16.4989595Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:35:16.5002571Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:35:16.5069452Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:35:16.5082862Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:35:16.5148746Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:35:16.5163219Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:35:16.5348933Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:35:16.5360589Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:35:16.5429356Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:35:16.5442752Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:35:16.5509421Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:35:16.5522541Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:35:16.5589147Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:35:16.5601074Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:35:16.5788902Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:35:16.5803424Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:35:16.5868952Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:35:16.5881540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:35:16.5949254Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:35:16.5962061Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:35:16.6028754Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:35:16.6040697Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:35:16.6229119Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:35:16.6242625Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:35:16.6309870Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:35:16.6323826Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:35:16.6389663Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:35:16.6403099Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:35:16.6469543Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:35:16.6484004Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:35:16.6671153Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:35:16.6686105Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:35:16.6750823Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:35:16.6792675Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:35:16.6830598Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:35:16.6910037Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:35:16.6925092Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:35:16.6975549Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:35:16.7110851Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:35:16.7127044Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:35:16.7190619Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:35:16.7205823Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:35:16.7269804Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:35:16.7293132Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:35:16.7350394Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:35:16.7365109Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:35:16.7550930Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:35:16.7568079Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:35:16.7630647Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:35:16.7645775Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:35:16.7710128Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:35:16.7724986Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:35:16.7790004Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:35:16.7805062Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:35:16.7991013Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:35:16.8071412Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:35:16.8088506Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:35:16.8115346Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:35:16.8149908Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:35:16.8164888Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:35:16.8229793Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:35:16.8243905Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:35:16.8429794Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:35:16.8442864Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:35:16.8509168Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:35:16.8525719Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:35:16.8589260Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:35:16.8602412Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:35:16.8669642Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:35:16.8684344Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:35:16.8869204Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:35:16.8881825Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:35:16.8949649Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:35:16.8968047Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:35:16.9029053Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:35:16.9042710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:35:16.9109257Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:35:16.9121487Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:35:16.9309741Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:35:16.9322447Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:35:16.9389754Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:35:16.9408160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:35:16.9468831Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:35:16.9481454Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:35:16.9549359Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:35:16.9564297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:35:16.9749351Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:35:16.9761873Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:35:16.9829531Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:35:16.9846491Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:35:16.9909065Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:35:16.9922495Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:35:16.9999419Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:35:17.0004891Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:35:17.0189715Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:35:17.0201825Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:35:17.0269032Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:35:17.0281426Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:35:17.0348890Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:35:17.0368900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:35:17.0429155Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:35:17.0440993Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:35:17.0629177Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:35:17.0643908Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:35:17.0709135Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:35:17.0721034Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:35:17.0788970Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:35:17.0803122Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:35:17.0869374Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:35:17.0882095Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:35:17.1069455Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:35:17.1080791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:35:17.1149499Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:35:17.1163051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:35:17.1229668Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:35:17.1243615Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:35:17.1309474Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:35:17.1322060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:35:17.1509904Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:35:17.1522603Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:35:17.1589364Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:35:17.1602186Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:35:17.1669597Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:35:17.1683317Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:35:17.1749131Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:35:17.1761094Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:35:17.1949513Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:35:17.1961640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:35:17.2029378Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:35:17.2043057Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:35:17.2109620Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:35:17.2126065Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:35:17.2189033Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:35:17.2200944Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:35:17.2389313Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:35:17.2401589Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:35:17.2469630Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:35:17.2482448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:35:17.2549439Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:35:17.2562565Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:35:17.2629296Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:35:17.2642910Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:35:17.2829506Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:35:17.2842262Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:35:17.2909764Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:35:17.2921691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:35:17.2989142Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:35:17.3001917Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:35:17.3069067Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:35:17.3081690Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:35:17.3269154Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:35:17.3281581Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:35:17.3349234Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:35:17.3364837Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:35:17.3429391Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:35:17.3442188Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:35:17.3509027Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:35:17.3521980Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:35:17.3709508Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:35:17.3724085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:35:17.3789426Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:35:17.3804001Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:35:17.3869085Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:35:17.3881886Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:35:17.3949040Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:35:17.3961017Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:35:17.4149054Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:35:17.4161684Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:35:17.4229155Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:35:17.4241023Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:35:17.4308914Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:35:17.4321049Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:35:17.4388767Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:35:17.4401017Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:35:17.4588859Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:35:17.4600808Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:35:17.4669116Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:35:17.4681548Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:35:17.4749326Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:35:17.4761191Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:35:17.4829016Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:35:17.4844187Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:35:17.5029919Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:35:17.5040847Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:35:17.5109456Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:35:17.5121429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:35:17.5189530Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:35:17.5202091Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:35:17.5269012Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:35:17.5281682Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:35:17.5469449Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:35:17.5483897Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:35:17.5549168Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:35:17.5561655Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:35:17.5629733Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:35:17.5643545Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:35:17.5708982Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:35:17.5721703Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:35:17.5909640Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:35:17.5921743Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:35:17.5989319Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:35:17.6002083Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:35:17.6069704Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:35:17.6083631Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:35:17.6149338Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:35:17.6162155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:35:17.6349350Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:35:17.6361270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:35:17.6429222Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:35:17.6441296Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:35:17.6509143Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:35:17.6521696Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:35:17.6589591Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:35:17.6601853Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:35:17.6789493Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:35:17.6802691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:35:17.6869411Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:35:17.6882147Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:35:17.6949586Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:35:17.6964764Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:35:17.7029185Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:35:17.7041219Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:35:17.7229454Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:35:17.7242582Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:35:17.7309260Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:35:17.7321727Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:35:17.7389629Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:35:17.7403193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:35:17.7469357Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:35:17.7481618Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:35:17.7669989Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:35:17.7681331Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:35:17.7749350Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:35:17.7762026Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:35:17.7829257Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:35:17.7840845Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:35:17.7909188Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:35:17.7921543Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:35:17.8108936Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:35:17.8125659Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:35:17.8189596Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:35:17.8206681Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:35:17.8269516Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:35:17.8282413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:35:17.8350115Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:35:17.8366758Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:35:17.8552057Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:35:17.8568612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:35:17.8630860Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:35:17.8645028Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:35:17.8710171Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:35:17.8727430Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:35:17.8790675Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:35:17.8809023Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:35:17.9031454Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:35:17.9048507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:35:17.9070888Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:35:17.9085311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:35:17.9150403Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:35:17.9165253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:35:17.9231346Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:35:17.9251714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:35:17.9471337Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:35:17.9489858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:35:17.9510549Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:35:17.9525667Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:35:17.9590739Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:35:17.9606399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:35:17.9670773Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:35:17.9811355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:35:17.9911057Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:35:17.9950628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:35:17.9965631Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:35:18.0030420Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:35:18.0044687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:35:18.0110460Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:35:18.0128281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:35:18.0144834Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:35:18.0349145Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:35:18.0371443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:35:18.0389566Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:35:18.0403691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:35:18.0469419Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:35:18.0482814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:35:18.0549531Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:35:18.0563290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:35:18.0789207Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:35:18.0800991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:35:18.0829662Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:35:18.0843702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:35:18.0908957Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:35:18.0921653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:35:18.0989341Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:35:18.1002652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:35:18.1229003Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:35:18.1240888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:35:18.1269158Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:35:18.1281254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:35:18.1349283Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:35:18.1363489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:35:18.1429171Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:35:18.1441741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:35:18.1668868Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:35:18.1680480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:35:18.1709520Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:35:18.1723817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:35:18.1789002Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:35:18.1803775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:35:18.1869014Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:35:18.1881650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:35:18.2109264Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:35:18.2121579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:35:18.2149620Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:35:18.2163843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:35:18.2229173Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:35:18.2241127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:35:18.2309343Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:35:18.2321486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:35:18.2549084Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:35:18.2560802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:35:18.2589181Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:35:18.2600715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:35:18.2669651Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:35:18.2682518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:35:18.2748726Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:35:18.2761179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:35:18.2989165Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:35:18.3000966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:35:18.3029084Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:35:18.3049345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:35:18.3108832Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:35:18.3120752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:35:18.3188732Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:35:18.3201013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:35:18.3429564Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:35:18.3441270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:35:18.3469410Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:35:18.3481312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:35:18.3549210Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:35:18.3561666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:35:18.3629378Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:35:18.3641929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:35:18.3870063Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:35:18.3880898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:35:18.3909079Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:35:18.3921194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:35:18.3988801Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:35:18.4001193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:35:18.4069899Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:35:18.4082833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:35:18.4308952Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:35:18.4323050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:35:18.4348828Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:35:18.4360814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:35:18.4428821Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:35:18.4441325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:35:18.4509702Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:35:18.4531138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:35:18.4749284Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:35:18.4761574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:35:18.4829283Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:35:18.4842599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:35:18.4868864Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:35:18.4880815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:35:18.4949100Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:35:18.4961697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:35:18.5188996Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:35:18.5203662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:35:18.5269405Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:35:18.5282719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:35:18.5309149Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:35:18.5322282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:35:18.5388699Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:35:18.5401459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:35:18.5629848Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:35:18.5640682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:35:18.5709037Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:35:18.5720545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:35:18.5749002Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:35:18.5761033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:35:18.5829023Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:35:18.5841078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:35:18.6069566Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:35:18.6082213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:35:18.6149895Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:35:18.6161855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:35:18.6189147Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:35:18.6201595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:35:18.6269210Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:35:18.6281630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:35:18.6508828Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:35:18.6520762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:35:18.6589146Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:35:18.6601243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:35:18.6629405Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:35:18.6645884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:35:18.6709010Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:35:18.6721541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:35:18.6949353Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:35:18.6961133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:35:18.7028913Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:35:18.7041197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:35:18.7068841Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:35:18.7081296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:35:18.7149563Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:35:18.7163485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:35:18.7389414Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:35:18.7402636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:35:18.7469694Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:35:18.7483292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:35:18.7508938Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:35:18.7521751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:35:18.7588839Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:35:18.7601113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:35:18.7829493Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:35:18.7841819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:35:18.7909978Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:35:18.7926640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:35:18.7949170Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:35:18.7962578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:35:18.8029211Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:35:18.8042213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:35:18.8269181Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:35:18.8283100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:35:18.8348967Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:35:18.8361003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:35:18.8389057Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:35:18.8401366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:35:18.8469133Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:35:18.8481676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:35:18.8709554Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:35:18.8721506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:35:18.8789373Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:35:18.8829498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:35:18.8841950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:35:18.8910061Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:35:18.8922728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:35:18.8938830Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:35:18.9149601Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:35:18.9161960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:35:18.9229340Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:35:18.9241266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:35:18.9269718Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:35:18.9283695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:35:18.9348932Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:35:18.9364907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:35:18.9589666Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:35:18.9602163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:35:18.9669656Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:35:18.9682823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:35:18.9709953Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:35:18.9723383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:35:18.9789614Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:35:18.9803436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:35:19.0031978Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:35:19.0049282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:35:19.0110381Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:35:19.0126545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:35:19.0150672Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:35:19.0169754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:35:19.0231138Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:35:19.0252532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:35:19.0472042Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:35:19.0486755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:35:19.0550502Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:35:19.0565506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:35:19.0590947Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:35:19.0608877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:35:19.0670817Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:35:19.0690369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:35:19.0912585Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:35:19.0926115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:35:19.0990520Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:35:19.1006213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:35:19.1030725Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:35:19.1047055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:35:19.1110600Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:35:19.1131516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:35:19.1350957Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:35:19.1365161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:35:19.1430841Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:35:19.1445575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:35:19.1471022Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:35:19.1491394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:35:19.1550943Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:35:19.1570889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:35:19.1791796Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:35:19.1806503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:35:19.1870817Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:35:19.1886583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:35:19.1910883Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:35:19.1928827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:35:19.1990634Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:35:19.2010386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:35:19.2230038Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:35:19.2243731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:35:19.2310011Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:35:19.2325255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:35:19.2349976Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:35:19.2364580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:35:19.2429372Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:35:19.2443222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:35:19.2669095Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:35:19.2682996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:35:19.2749250Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:35:19.2765998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:35:19.2789607Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:35:19.2802396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:35:19.2869030Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:35:19.2881982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:35:19.3109255Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:35:19.3121787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:35:19.3189163Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:35:19.3201977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:35:19.3229103Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:35:19.3241598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:35:19.3308957Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:35:19.3321859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:35:19.3549380Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:35:19.3561914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:35:19.3629101Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:35:19.3643181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:35:19.3669374Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:35:19.3685126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:35:19.3749344Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:35:19.3763316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:35:19.3988958Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:35:19.4002858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:35:19.4069541Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:35:19.4082621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:35:19.4108822Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:35:19.4121042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:35:19.4189237Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:35:19.4204510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:35:19.4429014Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:35:19.4440893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:35:19.4508841Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:35:19.4521122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:35:19.4549613Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:35:19.4562183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:35:19.4628836Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:35:19.4641231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:35:19.4869592Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:35:19.4886892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:35:19.4949687Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:35:19.4963227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:35:19.4989212Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:35:19.5001981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:35:19.5069479Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:35:19.5082765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:35:19.5309716Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:35:19.5332798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:35:19.5389039Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:35:19.5402093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:35:19.5429697Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:35:19.5444225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:35:19.5509531Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:35:19.5525615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:35:19.5749781Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:35:19.5762209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:35:19.5829143Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:35:19.5841683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:35:19.5869187Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:35:19.5881722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:35:19.5949475Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:35:19.5961891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:35:19.6189293Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:35:19.6201868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:35:19.6269325Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:35:19.6282880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:35:19.6309014Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:35:19.6324347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:35:19.6389059Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:35:19.6401458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:35:19.6629174Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:35:19.6641461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:35:19.6709180Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:35:19.6722264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:35:19.6749275Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:35:19.6762299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:35:19.6829072Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:35:19.6841791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:35:19.7069490Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:35:19.7082129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:35:19.7148957Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:35:19.7161608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:35:19.7189539Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:35:19.7202784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:35:19.7268882Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:35:19.7281935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:35:19.7509471Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:35:19.7521610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:35:19.7589001Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:35:19.7604161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:35:19.7629176Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:35:19.7641644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:35:19.7709189Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:35:19.7721278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:35:19.7949524Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:35:19.7962471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:35:19.8029204Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:35:19.8041494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:35:19.8069432Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:35:19.8081731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:35:19.8149165Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:35:19.8162269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:35:19.8389465Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:35:19.8401220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:35:19.8469111Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:35:19.8481264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:35:19.8509521Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:35:19.8523383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:35:19.8588967Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:35:19.8600777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:35:19.8829150Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:35:19.8841177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:35:19.8908958Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:35:19.8921043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:35:19.8949118Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:35:19.8963126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:35:19.9029236Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:35:19.9045415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:35:19.9269083Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:35:19.9280577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:35:19.9349231Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:35:19.9361869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:35:19.9389445Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:35:19.9402364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:35:19.9469041Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:35:19.9480878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:35:19.9709086Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:35:19.9723541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:35:19.9789227Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:35:19.9801584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:35:19.9828861Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:35:19.9841095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:35:19.9909263Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:35:19.9922489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:35:20.0148876Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:35:20.0161518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:35:20.0229396Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:35:20.0240819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:35:20.0269869Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:35:20.0282948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:35:20.0348882Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:35:20.0361381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:35:20.0589070Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:35:20.0601169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:35:20.0668921Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:35:20.0680812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:35:20.0709775Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:35:20.0723129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:35:20.0788955Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:35:20.0801930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:35:20.1028907Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:35:20.1042548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:35:20.1108744Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:35:20.1120600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:35:20.1149475Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:35:20.1165521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:35:20.1229322Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:35:20.1242084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:35:20.1469648Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:35:20.1480588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:35:20.1549191Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:35:20.1560412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:35:20.1588779Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:35:20.1600652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:35:20.1669076Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:35:20.1681592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:35:20.1909397Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:35:20.1922317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:35:20.1989282Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:35:20.2001401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:35:20.2029205Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:35:20.2043672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:35:20.2109362Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:35:20.2122482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:35:20.2350061Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:35:20.2362253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:35:20.2430028Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:35:20.2446626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:35:20.2470262Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:35:20.2487322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:35:20.2550315Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:35:20.2568179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:35:20.2791832Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:35:20.2811673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:35:20.2870922Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:35:20.2887525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:35:20.2910469Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:35:20.2925345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:35:20.2990949Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:35:20.3085144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:35:20.3230825Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:35:20.3251562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:35:20.3310369Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:35:20.3324629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:35:20.3350096Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:35:20.3364367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:35:20.3430204Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:35:20.3448940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:35:20.3672342Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:35:20.3692494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:35:20.3750360Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:35:20.3765493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:35:20.3790880Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:35:20.3805987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:35:20.3870594Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:35:20.3892574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:35:20.4111228Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:35:20.4127481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:35:20.4190344Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:35:20.4205915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:35:20.4230064Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:35:20.4244350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:35:20.4310012Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:35:20.4324283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:35:20.4549967Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:35:20.4571363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:35:20.4629167Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:35:20.4642874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:35:20.4669648Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:35:20.4682307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:35:20.4749477Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:35:20.4763793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:35:20.4989456Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:35:20.5007314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:35:20.5069140Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:35:20.5081431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:35:20.5109068Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:35:20.5120985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:35:20.5189573Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:35:20.5203103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:35:20.5429720Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:35:20.5447937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:35:20.5509116Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:35:20.5521948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:35:20.5549507Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:35:20.5562073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:35:20.5629185Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:35:20.5641777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:35:20.5869959Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:35:20.5885369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:35:20.5949247Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:35:20.5961916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:35:20.5989682Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:35:20.6005191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:35:20.6069299Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:35:20.6081639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:35:20.6309659Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:35:20.6322749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:35:20.6389855Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:35:20.6404398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:35:20.6429371Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:35:20.6442553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:35:20.6509590Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:35:20.6522582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:35:20.6750432Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:35:20.6765325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:35:20.6829957Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:35:20.6843178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:35:20.6869556Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:35:20.6882577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:35:20.6949793Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:35:20.6965481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:35:20.7189602Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:35:20.7202448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:35:20.7269455Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:35:20.7285411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:35:20.7308982Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:35:20.7322114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:35:20.7389596Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:35:20.7402316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:35:20.7629138Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:35:20.7642142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:35:20.7709361Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:35:20.7721406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:35:20.7748852Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:35:20.7761167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:35:20.7829348Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:35:20.7843372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:35:20.8069604Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:35:20.8083502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:35:20.8149604Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:35:20.8162617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:35:20.8189164Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:35:20.8201682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:35:20.8269639Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:35:20.8283217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:35:20.8509040Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:35:20.8522215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:35:20.8588987Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:35:20.8601097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:35:20.8628825Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:35:20.8641092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:35:20.8709602Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:35:20.8725657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:35:20.8949419Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:35:20.8961700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:35:20.9029088Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:35:20.9042743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:35:20.9069293Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:35:20.9081481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:35:20.9149492Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:35:20.9161876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:35:20.9389334Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:35:20.9404285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:35:20.9469097Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:35:20.9481067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:35:20.9508797Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:35:20.9521077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:35:20.9589287Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:35:20.9601974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:35:20.9829268Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:35:20.9841640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:35:20.9909623Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:35:20.9922560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:35:20.9949197Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:35:20.9960972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:35:21.0029068Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:35:21.0041228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:35:21.0269390Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:35:21.0281067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:35:21.0349068Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:35:21.0360798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:35:21.0388677Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:35:21.0400874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:35:21.0469637Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:35:21.0482773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:35:21.0709490Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:35:21.0722396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:35:21.0789585Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:35:21.0802925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:35:21.0829550Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:35:21.0846132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:35:21.0909184Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:35:21.0921698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:35:21.1148796Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:35:21.1161769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:35:21.1229354Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:35:21.1242046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:35:21.1268952Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:35:21.1281544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:35:21.1349094Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:35:21.1361289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:35:21.1589605Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:35:21.1602789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:35:21.1669376Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:35:21.1681566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:35:21.1709175Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:35:21.1721420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:35:21.1789226Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:35:21.1801527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:35:21.2028806Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:35:21.2040943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:35:21.2109328Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:35:21.2124075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:35:21.2148973Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:35:21.2160860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:35:21.2229326Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:35:21.2241617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:35:21.2469351Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:35:21.2481598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:35:21.2549241Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:35:21.2561492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:35:21.2588883Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:35:21.2601301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:21.2668972Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:21.2681494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:35:21.2908834Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:35:21.2920661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:35:21.2989077Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:35:21.3000973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:35:21.3028790Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:35:21.3040509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:35:21.3108951Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:35:21.3121411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:35:21.3348974Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:35:21.3360535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:35:21.3429136Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:35:21.3440994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:35:21.3468836Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:35:21.3480840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:35:21.3549235Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:35:21.3564013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:35:21.3789513Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:35:21.3802672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:35:21.3869437Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:35:21.3881742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:35:21.3909174Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:35:21.3921451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:35:21.3989390Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:35:21.4001412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:35:21.4229454Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:35:21.4245457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:35:21.4309223Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:35:21.4321596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:35:21.4349362Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:35:21.4362426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:35:21.4429648Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:35:21.4445662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:35:21.4671778Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:35:21.4686531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:35:21.4750893Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:35:21.4767461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:35:21.4791738Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:35:21.4806965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:35:21.4871190Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:35:21.4890636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:35:21.5111103Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:35:21.5126306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:35:21.5190881Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:35:21.5208374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:35:21.5230675Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:35:21.5245044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:35:21.5310973Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:35:21.5330847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:35:21.5551042Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:35:21.5566311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:35:21.5630871Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:35:21.5646122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:35:21.5670675Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:35:21.5688940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:35:21.5750957Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:35:21.5770365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:35:21.5990963Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:35:21.6047360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:35:21.6070778Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:35:21.6085403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:35:21.6110691Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:35:21.6127323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:35:21.6191073Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:35:21.6208817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:35:21.6429802Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:35:21.6445020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:35:21.6509745Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:35:21.6524164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:35:21.6550039Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:35:21.6564003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:35:21.6629235Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:35:21.6644724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:35:21.6869597Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:35:21.6882726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:35:21.6948996Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:35:21.6964956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:35:21.6989396Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:35:21.7002104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:35:21.7069219Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:35:21.7081612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:35:21.7309283Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:35:21.7322018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:35:21.7388874Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:35:21.7401667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:35:21.7429034Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:35:21.7442217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:35:21.7509275Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:35:21.7521722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:35:21.7748981Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:35:21.7761796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:35:21.7828970Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:35:21.7840703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:35:21.7869277Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:35:21.7881312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:35:21.7949955Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:35:21.7963367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:35:21.8189114Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:35:21.8202031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:35:21.8268968Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:35:21.8280912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:35:21.8309114Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:35:21.8321962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:35:21.8389330Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:35:21.8405009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:35:21.8629841Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:35:21.8643730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:35:21.8709178Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:35:21.8721696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:35:21.8748945Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:35:21.8761344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:35:21.8829088Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:35:21.8841915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:35:21.9069493Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:35:21.9087598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:35:21.9149158Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:35:21.9161481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:35:21.9189099Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:35:21.9201481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:35:21.9269093Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:35:21.9281548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:35:21.9509034Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:35:21.9521941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:35:21.9589229Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:35:21.9601314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:35:21.9628774Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:35:21.9643250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:35:21.9709273Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:35:21.9721765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:35:21.9949399Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:35:21.9962010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:35:22.0029411Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:35:22.0041615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:35:22.0068888Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:35:22.0081461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:35:22.0149449Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:35:22.0163205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:35:22.0389043Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:35:22.0402017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:35:22.0469347Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:35:22.0481397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:35:22.0509165Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:35:22.0523752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:35:22.0589088Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:35:22.0603695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:35:22.0829807Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:35:22.0841334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:35:22.0908965Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:35:22.0920633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:35:22.0948881Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:35:22.0960753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:35:22.1029419Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:35:22.1041917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:35:22.1269350Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:35:22.1282691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:35:22.1349077Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:35:22.1361030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:35:22.1389094Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:35:22.1400755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:35:22.1469348Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:35:22.1481932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:35:22.1709006Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:35:22.1721746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:35:22.1788909Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:35:22.1803203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:35:22.1828954Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:35:22.1840715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:35:22.1909110Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:35:22.1921990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:35:22.2149741Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:35:22.2162706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:35:22.2229884Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:35:22.2242868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:35:22.2269651Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:35:22.2283824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:35:22.2349648Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:35:22.2363627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:35:22.2589242Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:35:22.2602003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:35:22.2669350Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:35:22.2681831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:35:22.2709190Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:35:22.2721853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:35:22.2789051Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:35:22.2802458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:35:22.3029078Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:35:22.3041871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:35:22.3109000Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:35:22.3121718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:35:22.3148828Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:35:22.3161867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:35:22.3229252Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:35:22.3244662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:35:22.3468985Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:35:22.3482211Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:35:22.3549152Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:35:22.3561571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:35:22.3589118Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:35:22.3601800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:35:22.3669086Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:35:22.3682845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:35:22.3909249Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:35:22.3925467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:35:22.3989449Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:35:22.4001873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:35:22.4028833Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:35:22.4041726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:35:22.4108949Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:35:22.4121775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:35:22.4349449Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:35:22.4362640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:35:22.4429031Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:35:22.4441148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:35:22.4469273Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:35:22.4481371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:35:22.4549109Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:35:22.4561997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:35:22.4789502Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:35:22.4801128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:35:22.4869103Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:35:22.4881632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:35:22.4908838Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:35:22.4921379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:35:22.4989479Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:35:22.5003435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:35:22.5229942Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:35:22.5243348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:35:22.5309646Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:35:22.5323137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:35:22.5349134Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:35:22.5371774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:35:22.5429268Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:35:22.5443676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:35:22.5669758Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:35:22.5682200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:35:22.5749381Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:35:22.5761871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:35:22.5788850Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:35:22.5801579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:35:22.5869221Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:35:22.5882052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:35:22.6109355Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:35:22.6121892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:35:22.6189053Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:35:22.6202241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:35:22.6229872Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:35:22.6242308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:35:22.6309497Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:35:22.6326298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:35:22.6552015Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:35:22.6567123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:35:22.6630597Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:35:22.6648255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:35:22.6670695Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:35:22.6685796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:35:22.6750754Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:35:22.6770655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:35:22.6992279Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:35:22.7023575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:35:22.7070755Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:35:22.7088404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:35:22.7110295Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:35:22.7125028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:35:22.7190872Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:35:22.7211999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:35:22.7431332Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:35:22.7448408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:35:22.7510437Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:35:22.7550506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:35:22.7558301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:35:22.7571965Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:35:22.7631111Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:35:22.7740564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:35:22.7870747Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:35:22.7888700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:35:22.7950526Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:35:22.7967551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:35:22.7990889Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:35:22.8009040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:35:22.8070822Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:35:22.8093469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:35:22.8311015Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:35:22.8327712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:35:22.8389917Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:35:22.8404854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:35:22.8430100Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:35:22.8445194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:35:22.8510385Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:35:22.8525366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:35:22.8749953Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:35:22.8767268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:35:22.8829846Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:35:22.8843781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:35:22.8869850Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:35:22.8884863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:35:22.8949362Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:35:22.8963259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:35:22.9189783Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:35:22.9202782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:35:22.9269971Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:35:22.9284507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:35:22.9309380Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:35:22.9323553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:35:22.9389085Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:35:22.9402401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:35:22.9629186Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:35:22.9642833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:35:22.9709669Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:35:22.9723588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:35:22.9748918Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:35:22.9762021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:35:22.9829205Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:35:22.9841968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:35:23.0069944Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:35:23.0082518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:35:23.0149308Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:35:23.0162164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:35:23.0189047Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:35:23.0205512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:35:23.0269386Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:35:23.0282857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:35:23.0509728Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:35:23.0523707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:35:23.0589289Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:35:23.0602239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:35:23.0629102Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:35:23.0645898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:35:23.0709458Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:35:23.0722934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:35:23.0949427Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:35:23.0961887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:35:23.1029383Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:35:23.1042281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:35:23.1069323Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:35:23.1082048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:35:23.1149573Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:35:23.1163252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:35:23.1389491Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:35:23.1402673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:35:23.1469727Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:35:23.1486108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:35:23.1509300Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:35:23.1523189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:35:23.1589610Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:35:23.1605486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:35:23.1830571Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:35:23.1844262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:35:23.1910359Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:35:23.1924285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:35:23.1949597Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:35:23.1963713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:35:23.2029472Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:35:23.2044104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:35:23.2270476Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:35:23.2285225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:35:23.2349593Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:35:23.2363073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:35:23.2389319Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:35:23.2403167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:35:23.2469556Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:35:23.2482776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:35:23.2709218Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:35:23.2721728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:35:23.2789146Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:35:23.2803413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:35:23.2828747Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:35:23.2841377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:35:23.2908929Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:35:23.2924794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:35:23.3149021Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:35:23.3161245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:35:23.3229560Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:35:23.3242613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:35:23.3269229Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:35:23.3281140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:35:23.3348853Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:35:23.3361548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:35:23.3589121Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:35:23.3604124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:35:23.3669466Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:35:23.3682455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:35:23.3709122Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:35:23.3720825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:35:23.3789120Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:35:23.3801200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:35:23.4029900Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:35:23.4043006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:35:23.4109558Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:35:23.4122571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:35:23.4149251Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:35:23.4161272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:35:23.4228897Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:35:23.4242954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:35:23.4468915Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:35:23.4481046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:35:23.4549280Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:35:23.4561099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:35:23.4589396Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:35:23.4601099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:35:23.4669033Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:35:23.4681543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:35:23.4909509Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:35:23.4922378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:35:23.4989548Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:35:23.5002761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:35:23.5029097Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:35:23.5043530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:35:23.5108859Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:35:23.5121457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:35:23.5349250Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:35:23.5360995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:35:23.5429217Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:35:23.5441237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:35:23.5469083Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:35:23.5481185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:35:23.5549148Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:35:23.5561681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:35:23.5789479Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:35:23.5801521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:35:23.5869498Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:35:23.5882917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:35:23.5909003Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:35:23.5921335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:35:23.5988736Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:35:23.6003462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:35:23.6229165Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:35:23.6240922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:35:23.6309492Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:35:23.6325278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:35:23.6348914Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:35:23.6361071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:35:23.6428962Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:35:23.6441351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:35:23.6669992Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:35:23.6682430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:35:23.6749487Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:35:23.6762144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:35:23.6789550Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:35:23.6802551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:35:23.6869052Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:35:23.6881594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:35:23.7109689Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:35:23.7122018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:35:23.7189295Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:35:23.7201947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:35:23.7228901Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:35:23.7241518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:35:23.7309084Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:35:23.7321626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:35:23.7549143Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:35:23.7561986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:35:23.7629338Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:35:23.7641826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:35:23.7668944Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:35:23.7681887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:35:23.7749187Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:35:23.7764251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:35:23.7989520Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:35:23.8003280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:35:23.8069314Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:35:23.8081421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:35:23.8109172Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:35:23.8121847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:35:23.8189199Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:35:23.8202157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:35:23.8430625Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:35:23.8456037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:35:23.8509880Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:35:23.8523335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:35:23.8550565Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:35:23.8567173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:35:23.8630355Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:35:23.8648281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:35:23.8871441Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:35:23.8889793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:35:23.8950453Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:35:23.8965086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:23.8990821Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:23.9070979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:35:23.9089184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:35:23.9113536Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:35:23.9311284Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:35:23.9328387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:35:23.9390180Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:35:23.9405174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:35:23.9430064Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:35:23.9447355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:35:23.9510906Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:35:23.9529917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:35:23.9751106Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:35:23.9768083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:35:23.9830179Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:35:23.9845126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:35:23.9870755Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:35:23.9891108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:35:23.9950396Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:35:23.9968422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:35:24.0190738Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:35:24.0210073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:24.0270545Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:24.0286458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:35:24.0310135Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:35:24.0324943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:35:24.0389381Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:35:24.0403248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:35:24.0629467Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:35:24.0643347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:35:24.0709170Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:35:24.0721649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:35:24.0749236Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:35:24.0761915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:35:24.0829487Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:35:24.0843346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:35:24.1069195Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:35:24.1081533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:35:24.1149379Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:35:24.1171234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:35:24.1188850Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:35:24.1200943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:35:24.1269400Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:35:24.1282810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:35:24.1508768Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:35:24.1520914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:35:24.1589172Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:35:24.1601727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:35:24.1628905Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:35:24.1641145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:35:24.1709474Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:35:24.1722822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:35:24.1949119Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:35:24.1961030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:35:24.2029291Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:35:24.2043971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:35:24.2068790Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:35:24.2081408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:35:24.2148811Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:35:24.2161360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:35:24.2388856Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:35:24.2401321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:35:24.2469048Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:35:24.2482190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:35:24.2509138Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:35:24.2521021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:24.2589146Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:24.2610224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:35:24.2829141Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:35:24.2842096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:35:24.2908674Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:35:24.2920882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:35:24.2949039Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:35:24.2961589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:35:24.3029566Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:35:24.3044070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:35:24.3269123Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:35:24.3284191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:35:24.3349025Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:35:24.3361278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:35:24.3388879Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:35:24.3401121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:24.3469005Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:24.3481702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:35:24.3709196Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:35:24.3720808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:35:24.3789086Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:35:24.3801957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:35:24.3828801Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:35:24.3841173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:35:24.3908950Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:35:24.3923381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:35:24.4149092Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:35:24.4161361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:35:24.4229466Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:35:24.4241250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:35:24.4269111Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:35:24.4281483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:24.4349514Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:24.4362446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:35:24.4588990Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:35:24.4601332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:35:24.4669159Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:35:24.4684235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:35:24.4709260Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:35:24.4725124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:35:24.4789086Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:35:24.4801243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:35:24.5029132Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:35:24.5040706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:35:24.5109120Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:35:24.5123533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:35:24.5148672Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:35:24.5161203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:35:24.5229129Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:35:24.5241363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:35:24.5469056Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:35:24.5481737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:35:24.5549018Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:35:24.5563311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:35:24.5588630Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:35:24.5600741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:35:24.5669130Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:35:24.5681203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:35:24.5908908Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:35:24.5920746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:35:24.5989675Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:35:24.6005549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:35:24.6029808Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:35:24.6043053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:24.6108975Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:24.6121589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:35:24.6349319Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:35:24.6362045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:35:24.6429175Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:35:24.6440948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:35:24.6469157Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:35:24.6481883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:35:24.6549408Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:35:24.6562377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:35:24.6789301Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:35:24.6803531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:35:24.6869502Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:35:24.6883363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:24.6908993Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:24.6921674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:35:24.6988937Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:35:24.7001690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:35:24.7230237Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:35:24.7242742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:35:24.7309319Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:35:24.7321894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:35:24.7349182Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:35:24.7362081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:35:24.7429729Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:35:24.7445999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:35:24.7669370Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:35:24.7681330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:35:24.7749223Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:35:24.7761533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:35:24.7788975Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:35:24.7801186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:35:24.7869353Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:35:24.7882495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:35:24.8109017Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:35:24.8124780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:24.8189006Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:24.8201495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:35:24.8228891Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:35:24.8242141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:35:24.8309586Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:35:24.8323037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:35:24.8548956Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:35:24.8561157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:35:24.8629028Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:35:24.8641500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:35:24.8668954Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:35:24.8682405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:35:24.8749488Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:35:24.8763053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:35:24.8988949Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:35:24.9001386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:35:24.9069032Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:35:24.9081138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:35:24.9109097Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:35:24.9121492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:35:24.9189296Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:35:24.9202481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:35:24.9428794Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:35:24.9440402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:35:24.9509271Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:35:24.9521681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:35:24.9548836Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:35:24.9563433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:35:24.9629269Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:35:24.9642334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:35:24.9868911Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:35:24.9881081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:35:24.9949024Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:35:24.9962221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:35:24.9989543Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:35:25.0002909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:35:25.0069405Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:35:25.0081397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:35:25.0309685Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:35:25.0321888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:35:25.0390009Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:35:25.0403858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:35:25.0430228Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:35:25.0447452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:35:25.0510018Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:35:25.0533653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:35:25.0751408Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:35:25.0766594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:35:25.0830884Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:35:25.0850682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:35:25.0871353Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:35:25.0889647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:35:25.0950766Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:35:25.0969567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:35:25.1191383Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:35:25.1206649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:35:25.1270643Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:35:25.1285425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:35:25.1310647Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:35:25.1328325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:35:25.1391107Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:35:25.1410249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:35:25.1630669Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:35:25.1647250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:35:25.1710371Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:35:25.1725084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:35:25.1750662Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:35:25.1768406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:35:25.1830468Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:35:25.1848802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:35:25.2070958Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:35:25.2085381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:35:25.2150334Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:35:25.2165107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:35:25.2190533Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:35:25.2208631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:35:25.2270701Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:35:25.2292935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:35:25.2509501Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:35:25.2524254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:35:25.2589187Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:35:25.2605202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:35:25.2629264Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:35:25.2642542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:35:25.2709007Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:35:25.2722271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:35:25.2949370Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:35:25.2966799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:35:25.3029025Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:35:25.3042267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:35:25.3069554Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:35:25.3082628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:35:25.3149132Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:35:25.3161710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:35:25.3389138Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:35:25.3401831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:35:25.3468909Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:35:25.3480949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:35:25.3509046Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:35:25.3521348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:35:25.3589151Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:35:25.3601037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:35:25.3828764Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:35:25.3840578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:35:25.3908915Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:35:25.3922785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:35:25.3949183Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:35:25.3960967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:35:25.4029185Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:35:25.4042124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:35:25.4268899Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:35:25.4280760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:35:25.4348990Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:35:25.4361080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:35:25.4389151Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:35:25.4404382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:35:25.4469134Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:35:25.4481644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:35:25.4708961Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:35:25.4721003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:35:25.4788691Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:35:25.4800780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:35:25.4869371Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:35:25.4882572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:35:25.4908751Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:35:25.4920640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:35:25.5149185Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:35:25.5161752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:35:25.5228769Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:35:25.5241143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:35:25.5309162Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:35:25.5321212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:35:25.5348824Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:35:25.5360530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:35:25.5589408Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:35:25.5601438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:35:25.5669119Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:35:25.5684902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:35:25.5749296Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:35:25.5762393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:35:25.5789323Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:35:25.5804155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:35:25.6029239Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:35:25.6044591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:35:25.6108819Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:35:25.6121322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:35:25.6189078Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:35:25.6201431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:35:25.6228955Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:35:25.6241555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:35:25.6469394Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:35:25.6482129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:35:25.6548857Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:35:25.6561259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:35:25.6629310Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:35:25.6642421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:35:25.6669163Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:35:25.6681592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:35:25.6909059Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:35:25.6921905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:35:25.6988691Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:35:25.7000998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:35:25.7069245Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:35:25.7081944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:35:25.7109079Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:35:25.7126743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:35:25.7349380Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:35:25.7361431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:35:25.7429134Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:35:25.7442265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:35:25.7509116Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:35:25.7522059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:35:25.7549067Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:35:25.7561818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:35:25.7789059Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:35:25.7803735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:35:25.7869307Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:35:25.7882814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:35:25.7949269Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:35:25.7961220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:35:25.7989232Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:35:25.8001573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:35:25.8229795Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:35:25.8242137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:35:25.8309617Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:35:25.8323365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:35:25.8389663Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:35:25.8402144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:35:25.8429444Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:35:25.8442979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:35:25.8669148Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:35:25.8691985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:35:25.8748975Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:35:25.8762013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:35:25.8829733Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:35:25.8843731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:35:25.8868951Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:35:25.8881672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:35:25.9109065Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:35:25.9120898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:35:25.9189026Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:35:25.9201932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:35:25.9269378Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:35:25.9284968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:35:25.9309226Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:35:25.9321734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:35:25.9549077Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:35:25.9563293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:35:25.9628796Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:35:25.9641523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:35:25.9709766Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:35:25.9723826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:35:25.9749198Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:35:25.9762479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:25.9989018Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:26.0000807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:35:26.0068862Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:35:26.0081164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:35:26.0149018Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:35:26.0161573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:26.0189313Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:26.0201964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:26.0429054Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:26.0441252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:35:26.0508772Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:35:26.0523570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:35:26.0589221Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:35:26.0601551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:35:26.0628884Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:35:26.0641228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:35:26.0869259Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:35:26.0881157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:35:26.0948519Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:35:26.0962801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:35:26.1028908Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:35:26.1041380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:35:26.1068760Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:35:26.1080930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:35:26.1309079Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:35:26.1321590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:35:26.1388722Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:35:26.1401253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:35:26.1469271Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:35:26.1481174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:35:26.1509116Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:35:26.1521225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:35:26.1749275Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:35:26.1761188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:35:26.1828800Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:35:26.1841514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:35:26.1909339Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:35:26.1921559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:35:26.1949342Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:35:26.1964694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:35:26.2189256Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:35:26.2201209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:35:26.2269234Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:35:26.2281708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:35:26.2349887Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:35:26.2366356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:35:26.2389762Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:35:26.2409118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:35:26.2630534Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:35:26.2647830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:26.2710393Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:26.2725704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:35:26.2792092Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:35:26.2809601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:35:26.2831113Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:35:26.2850874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:35:26.3071436Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:35:26.3088459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:26.3150365Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:26.3165938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:35:26.3230595Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:35:26.3245540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:35:26.3270608Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:35:26.3290189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:26.3511467Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:26.3526615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:35:26.3590477Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:35:26.3658001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:35:26.3670992Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:35:26.3689678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:35:26.3710534Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:35:26.3728859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:35:26.3951088Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:35:26.3969074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:35:26.4030276Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:35:26.4045384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:35:26.4110923Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:35:26.4132112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:35:26.4150345Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:35:26.4168088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:35:26.4390058Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:35:26.4405035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:35:26.4469580Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:35:26.4484284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:35:26.4550080Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:35:26.4564121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:35:26.4589735Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:35:26.4604383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:35:26.4829378Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:35:26.4841580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:35:26.4909092Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:35:26.4921740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:35:26.4989148Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:35:26.5001571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:35:26.5029165Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:35:26.5044236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:35:26.5269066Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:35:26.5283531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:35:26.5349175Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:35:26.5365003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:35:26.5428925Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:35:26.5442684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:35:26.5468974Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:35:26.5481082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:35:26.5709382Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:35:26.5721463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:35:26.5788881Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:35:26.5801872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:35:26.5868896Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:35:26.5881075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:35:26.5909067Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:35:26.5920639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:35:26.6149372Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:35:26.6161307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:35:26.6228959Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:35:26.6241952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:35:26.6308989Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:35:26.6320757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:35:26.6348968Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:35:26.6361254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:35:26.6589138Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:35:26.6602294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:35:26.6669283Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:35:26.6682200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:35:26.6750088Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:35:26.6764610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:35:26.6789457Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:35:26.6807889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:35:26.7029511Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:35:26.7042479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:35:26.7109211Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:35:26.7122398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:35:26.7189205Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:35:26.7201775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:35:26.7228977Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:35:26.7241396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:35:26.7469092Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:35:26.7486517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:35:26.7549263Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:35:26.7562313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:35:26.7629252Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:35:26.7643629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:35:26.7669038Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:35:26.7681061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:35:26.7908819Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:35:26.7920807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:35:26.7988879Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:35:26.8001601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:35:26.8069327Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:35:26.8081726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:35:26.8109270Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:35:26.8122135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:35:26.8349299Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:35:26.8361557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:35:26.8429054Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:35:26.8441573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:35:26.8509228Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:35:26.8521735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:35:26.8549640Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:35:26.8562986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:35:26.8789037Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:35:26.8800578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:35:26.8868843Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:35:26.8880761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:35:26.8949147Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:35:26.8964082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:35:26.8989038Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:35:26.9001978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:35:26.9229316Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:35:26.9242166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:35:26.9308952Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:35:26.9321739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:35:26.9389943Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:35:26.9403697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:35:26.9429153Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:35:26.9444209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:35:26.9669279Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:35:26.9681114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:35:26.9748826Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:35:26.9761729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:35:26.9829266Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:35:26.9841632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:35:26.9869275Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:35:26.9881945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:35:27.0109089Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:35:27.0121425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:35:27.0189237Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:35:27.0205406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:35:27.0269165Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:35:27.0281659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:35:27.0309088Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:35:27.0322196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:35:27.0549461Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:35:27.0561027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:35:27.0629504Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:35:27.0642897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:35:27.0709352Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:35:27.0721101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:35:27.0749204Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:35:27.0761147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:35:27.0989388Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:35:27.1002136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:35:27.1068988Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:35:27.1081757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:35:27.1149315Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:35:27.1161385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:35:27.1189758Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:35:27.1202883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:35:27.1429061Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:35:27.1440972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:35:27.1509039Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:35:27.1521350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:35:27.1589550Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:35:27.1601810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:35:27.1629213Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:35:27.1644299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:35:27.1869425Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:35:27.1881927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:35:27.1949161Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:35:27.1961628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:35:27.2029032Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:35:27.2041538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:35:27.2069126Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:35:27.2081540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:35:27.2309400Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:35:27.2324716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:35:27.2389109Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:35:27.2401741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:35:27.2469538Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:35:27.2482324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:35:27.2509053Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:35:27.2521406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:35:27.2749475Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:35:27.2761031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:35:27.2829177Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:35:27.2840930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:35:27.2909279Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:35:27.2921525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:35:27.2949390Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:35:27.2961772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:35:27.3189079Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:35:27.3200945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:27.3269256Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:27.3282769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:35:27.3349364Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:35:27.3361447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:35:27.3389046Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:35:27.3401434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:35:27.3628786Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:35:27.3640207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:35:27.3708984Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:35:27.3721387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:35:27.3789105Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:35:27.3803556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:35:27.3829049Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:35:27.3841686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:35:27.4070102Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:35:27.4080698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:35:27.4148798Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:35:27.4161177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:35:27.4229509Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:35:27.4242018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:27.4269251Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:27.4281020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:35:27.4509777Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:35:27.4523567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:35:27.4589667Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:35:27.4602888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:35:27.4670405Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:35:27.4685334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:35:27.4710486Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:35:27.4728469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:35:27.4950687Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:35:27.4965350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:27.5071294Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:27.5090727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:35:27.5110811Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:35:27.5151097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:35:27.5172364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:35:27.5209618Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:35:27.5390838Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:35:27.5405336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:35:27.5510405Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:35:27.5525960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:27.5550528Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:27.5567850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:27.5590930Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:27.5610167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:27.5831004Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:27.5845858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:35:27.5950513Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:35:27.5966363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:35:27.5991410Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:35:27.6009793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:35:27.6030328Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:35:27.6050403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:35:27.6271481Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:35:27.6374292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:35:27.6390219Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:35:27.6404168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:35:27.6430303Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:35:27.6444731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:27.6470327Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:27.6488959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:35:27.6709571Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:35:27.6723459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:27.6829509Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:27.6844259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:35:27.6869735Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:35:27.6883341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:35:27.6909348Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:35:27.6922528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:35:27.7149191Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:35:27.7167941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:35:27.7269069Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:35:27.7282984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:35:27.7309051Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:35:27.7321690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:27.7349191Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:27.7361796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:27.7589299Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:27.7603658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:27.7708901Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:27.7721404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:35:27.7749967Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:35:27.7762815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:27.7789116Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:27.7801994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:27.8029357Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:27.8041591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:27.8148944Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:27.8160945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:35:27.8189440Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:35:27.8202091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:27.8229065Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:27.8241109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:27.8469166Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:27.8481176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:35:27.8589103Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:35:27.8601151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:35:27.8629758Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:35:27.8646363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:27.8669241Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:27.8682346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:27.8909565Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:27.8921526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:35:27.9028932Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:35:27.9042223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:27.9069639Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:27.9081341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:27.9109439Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:27.9121975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:35:27.9349183Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:35:27.9361730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:27.9469135Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:27.9482440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:27.9509178Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:27.9521268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:35:27.9549257Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:35:27.9562191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:35:27.9789228Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:35:27.9801322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:35:27.9908940Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:35:27.9924095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:35:27.9949181Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:35:27.9961338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:27.9988982Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:28.0002648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:35:28.0229227Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:35:28.0241449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:35:28.0349124Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:35:28.0361220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:35:28.0389198Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:35:28.0402320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:35:28.0429221Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:35:28.0441370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:35:28.0669010Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:35:28.0680614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:35:28.0789078Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:35:28.0801079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:35:28.0828913Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:35:28.0841369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:28.0869286Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:28.0881723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:35:28.1109027Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:35:28.1120443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:35:28.1228962Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:35:28.1241746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:35:28.1269184Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:35:28.1281111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:35:28.1309040Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:35:28.1323468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:35:28.1549010Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:35:28.1561160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:35:28.1669074Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:35:28.1682961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:35:28.1709190Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:35:28.1722279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:35:28.1749499Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:35:28.1761143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:35:28.1989207Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:35:28.2006002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:35:28.2109265Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:35:28.2122956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:35:28.2149140Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:35:28.2161952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:35:28.2189309Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:35:28.2203092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:35:28.2428967Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:35:28.2442257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:35:28.2549256Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:35:28.2562839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:35:28.2589304Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:35:28.2601645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:35:28.2629109Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:35:28.2640980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:35:28.2869754Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:35:28.2880803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:28.2989095Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:28.3000878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:35:28.3028882Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:35:28.3040686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:35:28.3069581Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:35:28.3082344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:35:28.3308846Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:35:28.3320461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:35:28.3429020Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:35:28.3440809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:35:28.3469420Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:35:28.3491872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:35:28.3509062Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:35:28.3521494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:35:28.3749442Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:35:28.3760929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:35:28.3868952Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:35:28.3880990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:35:28.3909098Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:35:28.3921116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:35:28.3949011Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:35:28.3961364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:35:28.4188919Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:35:28.4200397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:35:28.4309046Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:35:28.4321145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:28.4349152Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:28.4361745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:35:28.4389585Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:35:28.4401248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:35:28.4629455Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:35:28.4640812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:35:28.4749313Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:35:28.4764639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:35:28.4789283Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:35:28.4801330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:35:28.4829284Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:35:28.4841017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:35:28.5109312Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:35:28.5122052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:35:28.5188982Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:35:28.5202158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:35:28.5229271Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:35:28.5241822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:35:28.5269559Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:35:28.5282468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:35:28.5549158Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:35:28.5561671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:35:28.5628975Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:35:28.5641554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:35:28.5669048Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:35:28.5680908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:35:28.5708949Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:35:28.5721261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:35:28.5989471Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:35:28.6000697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:35:28.6069007Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:35:28.6082155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:35:28.6108971Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:35:28.6120360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:35:28.6149399Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:35:28.6165206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:35:28.6429121Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:35:28.6441866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:35:28.6509303Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:35:28.6522403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:35:28.6549773Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:35:28.6565647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:35:28.6589809Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:35:28.6603001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:35:28.6871726Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:35:28.6889697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:35:28.6950880Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:35:28.7045410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:35:28.7054823Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:35:28.7057393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:35:28.7070360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:35:28.7226810Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:35:28.7310424Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:35:28.7324767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:35:28.7390132Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:35:28.7472669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:35:28.7473328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:35:28.7492766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:35:28.7498026Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:35:28.7551511Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:35:28.7751570Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:35:28.7766093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:35:28.7830112Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:35:28.7844981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:35:28.7912370Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:35:28.7914812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:35:28.7930475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:35:28.8028238Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:35:28.8191930Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:35:28.8212144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:35:28.8270548Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:35:28.8285859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:35:28.8352567Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:35:28.8353650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:35:28.8371898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:35:28.8378673Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:35:28.8629583Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:35:28.8642968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:35:28.8709285Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:35:28.8722662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:35:28.8791293Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:35:28.8791798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:35:28.8805933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:35:28.8812573Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:35:28.9069585Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:35:28.9081193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:35:28.9148844Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:35:28.9161856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:35:28.9230768Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:35:28.9231476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:35:28.9248567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:35:28.9255634Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:35:28.9509412Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:35:28.9521454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:35:28.9588913Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:35:28.9604061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:35:28.9671016Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:35:28.9673455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:35:28.9686054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:35:28.9693569Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:35:28.9949224Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:35:28.9961795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:35:29.0029074Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:35:29.0041862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:35:29.0110819Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:35:29.0111529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:35:29.0128892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:35:29.0130887Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:35:29.0389036Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:35:29.0412602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:35:29.0468775Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:35:29.0481430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:35:29.0551593Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:35:29.0551967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:35:29.0568765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:35:29.0571324Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:35:29.0829391Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:35:29.0841168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:35:29.0908797Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:35:29.0920698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:35:29.0990943Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:35:29.0991312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:35:29.1004151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:35:29.1011772Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:35:29.1269137Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:35:29.1280984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:35:29.1348732Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:35:29.1360634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:35:29.1431497Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:35:29.1431991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:35:29.1445926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:35:29.1452962Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:35:29.1709434Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:35:29.1725148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:35:29.1789399Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:35:29.1802288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:35:29.1871258Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:35:29.1871926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:35:29.1886224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:35:29.1893089Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:35:29.2149966Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:35:29.2161573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:35:29.2229030Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:35:29.2241274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:35:29.2311256Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:35:29.2311721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:35:29.2325388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:35:29.2332089Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:35:29.2589376Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:35:29.2601283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:35:29.2669223Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:35:29.2681231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:35:29.2751049Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:35:29.2751549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:35:29.2768939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:35:29.2771639Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:35:29.3029246Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:35:29.3043937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:35:29.3108990Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:35:29.3121664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:35:29.3190762Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:35:29.3191522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:35:29.3209900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:35:29.3212416Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:35:29.3469684Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:35:29.3483274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:35:29.3549536Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:35:29.3561167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:35:29.3631058Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:35:29.3631481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:35:29.3645645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:35:29.3652490Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:35:29.3909318Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:35:29.3921317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:35:29.3988850Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:35:29.4000637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:35:29.4070138Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:35:29.4072179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:35:29.4085131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:35:29.4091573Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:35:29.4349375Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:35:29.4361409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:35:29.4428745Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:35:29.4443606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:35:29.4511125Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:35:29.4511525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:35:29.4528999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:35:29.4530642Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:35:29.4789339Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:35:29.4801900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:35:29.4868995Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:35:29.4881002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:35:29.4950045Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:35:29.4952543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:35:29.4969407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:35:29.4971663Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:35:29.5229707Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:35:29.5242724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:35:29.5309188Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:35:29.5320797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:35:29.5389975Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:35:29.5392903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:35:29.5412208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:35:29.5415601Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:35:29.5669645Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:35:29.5683144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:35:29.5749341Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:35:29.5761780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:35:29.5831279Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:35:29.5831850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:35:29.5847386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:35:29.5854979Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:35:29.6109307Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:35:29.6120939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:35:29.6189022Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:35:29.6201450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:35:29.6271570Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:35:29.6272464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:35:29.6287594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:35:29.6294779Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:35:29.6549229Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:35:29.6629960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:35:29.6646678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:35:29.6710078Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:35:29.6712793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:35:29.6729385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:35:29.6740101Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:35:29.6743203Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:35:29.6988760Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:35:29.7000629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:35:29.7069228Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:35:29.7082085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:35:29.7150644Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:35:29.7152376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:35:29.7166787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:35:29.7173655Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:35:29.7430447Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:35:29.7442971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:35:29.7509276Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:35:29.7521679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:35:29.7591124Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:35:29.7591751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:35:29.7605596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:35:29.7611982Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:35:29.7868926Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:35:29.7882081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:35:29.7948857Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:35:29.7960408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:35:29.8030780Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:35:29.8031379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:35:29.8050015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:35:29.8057496Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:35:29.8309312Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:35:29.8323187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:35:29.8390013Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:35:29.8402578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:35:29.8470837Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:35:29.8473665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:35:29.8493305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:35:29.8496551Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:35:29.8751671Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:35:29.8766501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:35:29.8830728Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:35:29.8845439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:35:29.8953528Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:35:29.8954240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:35:29.9031220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:35:29.9038742Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:35:29.9191035Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:35:29.9205143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:35:29.9271055Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:35:29.9297415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:35:29.9391114Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:35:29.9394206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:35:29.9413088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:35:29.9419946Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:35:29.9630920Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:35:29.9645120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:29.9710721Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:29.9726738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:35:29.9833405Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:35:29.9834022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:35:29.9848849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:35:29.9861444Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:35:30.0070831Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:35:30.0084986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:35:30.0150683Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:35:30.0165627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:35:30.0273051Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:35:30.0273923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:35:30.0298188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:30.0301341Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:35:30.0509768Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:30.0523267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:35:30.0589195Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:35:30.0602979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:35:30.0712389Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:35:30.0713011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:35:30.0728335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:35:30.0740756Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:35:30.0949239Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:35:30.0962524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:35:30.1029005Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:35:30.1041208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:35:30.1151256Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:35:30.1151871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:35:30.1170831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:35:30.1173437Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:35:30.1389173Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:35:30.1405081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:35:30.1468729Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:35:30.1481277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:35:30.1590331Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:35:30.1592874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:35:30.1611958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:35:30.1614361Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:35:30.1829112Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:35:30.1840972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:35:30.1908922Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:35:30.1921175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:35:30.2031455Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:35:30.2032869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:35:30.2047020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:35:30.2054140Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:35:30.2269234Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:35:30.2281362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:35:30.2348911Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:35:30.2361167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:35:30.2471013Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:35:30.2471681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:35:30.2491071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:35:30.2492759Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:35:30.2708989Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:35:30.2721135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:35:30.2788938Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:35:30.2801141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:35:30.2911250Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:35:30.2911864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:35:30.2932102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:35:30.2934742Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:35:30.3149024Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:35:30.3160619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:35:30.3228957Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:35:30.3241160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:35:30.3349592Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:35:30.3352467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:35:30.3366350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:35:30.3373685Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:35:30.3589006Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:35:30.3601505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:35:30.3668913Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:35:30.3681527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:35:30.3791009Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:35:30.3791795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:35:30.3810687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:35:30.3813239Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:35:30.4028918Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:35:30.4040940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:35:30.4108925Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:35:30.4123300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:35:30.4230900Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:35:30.4231705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:30.4245693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:35:30.4252438Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:30.4469391Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:35:30.4480957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:35:30.4549106Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:35:30.4561460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:35:30.4671551Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:35:30.4672548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:35:30.4687384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:35:30.4695013Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:35:30.4909123Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:35:30.4920954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:35:30.4988973Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:35:30.5001149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:35:30.5111869Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:35:30.5112771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:35:30.5127433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:35:30.5134637Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:35:30.5348902Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:35:30.5361271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:30.5429120Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:30.5440507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:35:30.5550560Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:35:30.5553306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:30.5573341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:30.5576156Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:30.5789142Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:30.5801190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:30.5869050Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:30.5881139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:35:30.5991114Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:35:30.5991589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:30.6008884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:30.6015777Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:30.6229542Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:30.6244794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:35:30.6309087Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:35:30.6321690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:35:30.6431574Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:35:30.6431970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:35:30.6449579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:35:30.6456682Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:35:30.6669007Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:35:30.6681331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:35:30.6749010Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:35:30.6761551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:35:30.6871220Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:35:30.6871739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:35:30.6889172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:30.6896042Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:30.7109335Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:35:30.7122642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:35:30.7189333Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:35:30.7201998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:30.7311320Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:30.7312162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:35:30.7333484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:35:30.7336158Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:35:30.7549188Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:35:30.7561648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:35:30.7628814Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:35:30.7640922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:30.7751390Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:30.7752088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:35:30.7771374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:35:30.7774013Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:35:30.7989013Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:35:30.8001428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:35:30.8068882Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:35:30.8081250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:35:30.8191443Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:35:30.8191855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:30.8209215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:35:30.8216446Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:30.8429289Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:35:30.8441419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:35:30.8509383Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:35:30.8520841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:30.8631441Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:30.8632138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:35:30.8649834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:30.8656725Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:30.8869242Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:35:30.8882144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:35:30.8949374Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:35:30.8965722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:35:30.9071358Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:35:30.9072036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:35:30.9089417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:30.9096188Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:30.9309356Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:35:30.9322865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:35:30.9389198Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:35:30.9400903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:30.9511185Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:30.9511841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:35:30.9529004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:35:30.9535870Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:35:30.9750003Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:35:30.9763508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:35:30.9828949Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:35:30.9841565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:35:30.9951627Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:35:30.9952059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:30.9969075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:35:30.9975851Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:31.0189134Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:35:31.0201736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:31.0268768Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:35:31.0280665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:31.0390075Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:31.0392356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:35:31.0413882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:31.0416804Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:35:31.0629970Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:31.0643147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:31.0710231Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:35:31.0724259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:31.0833195Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:31.0833720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:31.0852217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:31.0859432Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:35:31.1072590Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:31.1091899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:35:31.1151190Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:35:31.1166512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:35:31.1272501Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:35:31.1273132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:31.1287554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:31.1366843Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:35:31.1510941Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:31.1528217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:35:31.1590483Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:35:31.1605153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:31.1712048Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:31.1712826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:35:31.1729011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:35:31.1858981Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:35:31.1950654Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:35:31.1965925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:35:31.2030686Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:35:31.2045725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:31.2150961Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:31.2153109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:35:31.2165920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:35:31.2178216Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:35:31.2390318Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:35:31.2404437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:35:31.2469735Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:35:31.2484360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:31.2591801Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:31.2592468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:35:31.2607047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:35:31.2616172Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:35:31.2829511Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:35:31.2842873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:35:31.2909161Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:35:31.2921804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:31.3031166Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:31.3031647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:35:31.3046818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:35:31.3053861Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:35:31.3269359Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:35:31.3281427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:35:31.3348992Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:35:31.3360942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:35:31.3471350Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:35:31.3471970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:35:31.3492871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:35:31.3494513Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:35:31.3709367Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:35:31.3721270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:35:31.3788986Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:35:31.3804018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:35:31.3911330Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:35:31.3911875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:35:31.3929376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:35:31.3935578Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:35:31.4149793Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:35:31.4162406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:35:31.4228961Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:35:31.4240700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:35:31.4349706Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:35:31.4352596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:35:31.4372314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:35:31.4374753Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:35:31.4588976Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:35:31.4602962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:35:31.4669096Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:35:31.4680978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:35:31.4791381Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:35:31.4792788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:35:31.4813247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:35:31.4815791Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:35:31.5028895Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:35:31.5041288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:35:31.5109054Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:35:31.5121489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:35:31.5231070Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:35:31.5231872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:35:31.5246590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:35:31.5254706Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:35:31.5469043Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:35:31.5480928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:35:31.5548603Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:35:31.5561257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:35:31.5671637Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:35:31.5672210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:35:31.5689313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:35:31.5696435Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:35:31.5909103Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:35:31.5924449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:35:31.5989215Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:35:31.6001641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:35:31.6111470Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:35:31.6111827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:35:31.6129193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:35:31.6135839Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:35:31.6349116Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:35:31.6363550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:35:31.6429125Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:35:31.6441171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:35:31.6551416Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:35:31.6553357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:35:31.6567918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:35:31.6575026Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:35:31.6789108Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:35:31.6802170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:35:31.6868878Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:35:31.6881215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:35:31.6989565Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:35:31.6991907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:35:31.7008421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:35:31.7015039Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:35:31.7229935Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:35:31.7241111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:35:31.7308994Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:35:31.7321923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:35:31.7431396Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:35:31.7432188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:35:31.7447754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:35:31.7454984Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:35:31.7669246Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:35:31.7681141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:35:31.7749051Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:35:31.7761292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:35:31.7869771Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:35:31.7872256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:35:31.7889804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:35:31.7896695Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:35:31.8109375Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:35:31.8121959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:35:31.8189145Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:35:31.8201271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:35:31.8311068Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:35:31.8311709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:35:31.8326870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:35:31.8333860Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:35:31.8549431Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:35:31.8561721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:35:31.8629309Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:35:31.8643738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:35:31.8750810Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:35:31.8751419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:35:31.8768523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:35:31.8771269Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:35:31.8989061Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:35:31.9001276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:35:31.9068909Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:35:31.9082940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:35:31.9190535Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:35:31.9190980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:35:31.9208327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:35:31.9210616Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:35:31.9429181Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:35:31.9442318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:35:31.9509006Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:35:31.9521596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:35:31.9631001Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:35:31.9631665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:35:31.9648647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:35:31.9651277Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:35:31.9869095Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:35:31.9881655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:35:31.9948906Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:35:31.9961517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:35:32.0071051Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:35:32.0071749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:35:32.0089569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:35:32.0092174Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:35:32.0309229Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:35:32.0321818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:35:32.0388814Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:35:32.0401107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:35:32.0510187Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:35:32.0512180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:35:32.0529119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:35:32.0530699Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:35:32.0749484Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:35:32.0765100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:35:32.0829175Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:35:32.0842051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:35:32.0951358Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:35:32.0951725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:35:32.0970171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:35:32.0971523Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:35:32.1189515Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:35:32.1202325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:35:32.1269064Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:35:32.1282114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:35:32.1389951Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:35:32.1392127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:35:32.1405856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:35:32.1412498Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:35:32.1629601Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:35:32.1642312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:35:32.1709446Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:35:32.1722821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:35:32.1831030Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:35:32.1831918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:35:32.1846708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:35:32.1853632Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:35:32.2069861Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:35:32.2096087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:35:32.2149379Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:35:32.2162256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:35:32.2271585Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:35:32.2272008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:35:32.2291545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:35:32.2293966Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:35:32.2510681Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:35:32.2527661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:35:32.2589703Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:35:32.2604303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:35:32.2712320Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:35:32.2712837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:35:32.2728929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:35:32.2735509Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:35:32.2953337Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:35:32.2971500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:35:32.3031070Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:35:32.3046641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:35:32.3151881Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:35:32.3154067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:35:32.3170019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:35:32.3180205Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:35:32.3392429Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:35:32.3409618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:35:32.3470637Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:35:32.3489346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:35:32.3592426Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:35:32.3593205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:35:32.3610561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:35:32.3617584Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:35:32.3831246Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:35:32.3849539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:35:32.3910128Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:35:32.3925019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:35:32.4031641Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:35:32.4032301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:35:32.4049382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:35:32.4074282Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:35:32.4271052Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:35:32.4287949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:35:32.4350418Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:35:32.4365172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:35:32.4472107Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:35:32.4472769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:35:32.4491929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:35:32.4493383Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:35:32.4711410Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:35:32.4726885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:35:32.4789952Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:35:32.4804917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:35:32.4911836Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:35:32.4912399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:35:32.4927563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:35:32.4935150Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:35:32.5149719Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:35:32.5162949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:35:32.5229296Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:35:32.5243363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:35:32.5351423Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:35:32.5351836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:35:32.5367158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:35:32.5373503Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:35:32.5590045Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:35:32.5606497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:35:32.5669531Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:35:32.5683159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:35:32.5790758Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:35:32.5793319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:35:32.5805133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:35:32.5814159Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:35:32.6029319Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:35:32.6042280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:35:32.6109398Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:35:32.6123166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:35:32.6230444Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:35:32.6232664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:35:32.6248262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:35:32.6255263Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:35:32.6469099Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:35:32.6482393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:35:32.6549193Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:35:32.6562161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:35:32.6671375Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:35:32.6671959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:35:32.6692397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:35:32.6694125Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:35:32.6909219Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:35:32.6922492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:35:32.6989224Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:35:32.7001829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:35:32.7111257Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:35:32.7111971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:35:32.7123786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:35:32.7133520Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:35:32.7349439Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:35:32.7363138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:35:32.7429424Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:35:32.7442459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:35:32.7551138Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:35:32.7551879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:35:32.7570948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:35:32.7573555Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:35:32.7789221Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:35:32.7801628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:35:32.7869088Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:35:32.7881206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:35:32.7990712Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:35:32.7992853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:35:32.8009659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:35:32.8011228Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:35:32.8229397Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:35:32.8242266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:35:32.8309089Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:35:32.8324463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:35:32.8430507Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:35:32.8432940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:35:32.8450117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:35:32.8451590Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:35:32.8669125Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:35:32.8681676Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:35:32.8748945Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:35:32.8760953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:35:32.8870716Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:35:32.8871413Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:35:32.8885602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:35:32.8892312Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:35:32.9109568Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:35:32.9121765Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:35:32.9189023Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:35:32.9201391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:35:32.9310801Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:35:32.9311636Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:35:32.9325347Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:35:32.9331816Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:35:32.9548953Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:35:32.9561245Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:35:32.9629065Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:35:32.9642785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:35:32.9750840Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:35:32.9751401Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:35:32.9769297Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:35:32.9771929Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:35:32.9989799Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:35:33.0001823Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:35:33.0068787Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:35:33.0081157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:35:33.0191133Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:35:33.0191948Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:35:33.0209640Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:35:33.0212168Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:35:33.0429311Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:35:33.0445041Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:35:33.0509162Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:35:33.0522239Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:35:33.0630778Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:35:33.0631552Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:35:33.0645377Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:35:33.0651805Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:35:33.0869217Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:35:33.0881389Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:35:33.0949000Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:35:33.0961386Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:35:33.1070708Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:35:33.1071473Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:35:33.1085695Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:35:33.1092011Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:35:33.1308942Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:35:33.1320962Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:35:33.1389163Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:35:33.1400960Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:35:33.1511151Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:35:33.1511574Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:35:33.1525919Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:35:33.1533233Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:35:33.1749614Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:35:33.1763536Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:35:33.1829291Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:35:33.1842190Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:35:33.1950773Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:35:33.1951179Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:35:33.1969783Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:35:33.1972395Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:35:33.2189172Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:35:33.2203560Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:35:33.2268877Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:35:33.2281741Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:35:33.2391066Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:35:33.2391495Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:35:33.2405847Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:35:33.2412343Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:35:33.2629013Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:35:33.2642044Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:35:33.2709073Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:35:33.2721682Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:35:33.2830961Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:35:33.2831382Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:35:33.2845470Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:35:33.2852174Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:35:33.3069379Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:35:33.3081885Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:35:33.3148758Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:35:33.3164265Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:35:33.3270787Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:35:33.3272085Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:35:33.3289196Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:35:33.3290667Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:35:33.3509908Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:35:33.3522080Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:35:33.3589240Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:35:33.3600935Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:35:33.3711401Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:35:33.3711846Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:35:33.3728621Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:35:33.3730282Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:35:33.3948817Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:35:33.3961420Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:35:33.4028636Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:35:33.4040612Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:35:33.4151131Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:35:33.4151749Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:35:33.4168811Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:35:33.4171100Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:35:33.4388859Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:35:33.4400973Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:35:33.4469148Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:35:33.4481778Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:35:33.4591563Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:35:33.4592162Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:35:33.4612127Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:35:33.4615142Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:35:33.4831506Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:35:33.4845924Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:35:33.4910274Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:35:33.4925356Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:35:33.5031551Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:35:33.5034250Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:33.5057824Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:35:33.5060383Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:33.5271430Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:35:33.5291721Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:35:33.5350422Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:35:33.5367671Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:35:33.5473498Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:35:33.5474208Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:35:33.5497379Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:35:33.5499227Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:35:33.5710724Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:35:33.5727391Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:35:33.5790232Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:35:33.5804871Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:35:33.5910898Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:35:33.5914100Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:35:33.5934782Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:35:33.5936525Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:35:33.6150987Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:35:33.6230396Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:33.6245740Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:35:33.6258085Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:35:33.6352377Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:33.6352892Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:35:33.6374658Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:33.6377301Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:33.6589133Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:35:33.6603667Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:35:33.6669489Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:35:33.6683950Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:35:33.6791448Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:35:33.6791877Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:35:33.6814059Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:35:33.6817324Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:35:33.7028946Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:35:33.7041981Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:35:33.7108763Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:35:33.7122336Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:35:33.7231866Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:35:33.7232733Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:35:33.7247666Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:35:33.7254478Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:35:33.7468804Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:35:33.7482219Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:35:33.7548744Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:35:33.7561860Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:35:33.7671318Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:35:33.7671942Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:35:33.7686515Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:35:33.7692836Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:35:33.7909780Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:35:33.7921788Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:35:33.7988592Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:35:33.8004453Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:35:33.8110868Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:35:33.8111509Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:35:33.8128507Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:35:33.8130338Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:35:33.8348939Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:35:33.8360880Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:35:33.8428667Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:35:33.8441027Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:35:33.8550535Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:35:33.8551095Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:35:33.8568426Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:35:33.8570033Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:35:33.8788981Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:35:33.8801062Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:35:33.8868726Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:35:33.8881019Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:35:33.8991330Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:35:33.8992755Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:35:33.9009012Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:35:33.9011270Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:35:33.9229071Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:35:33.9240503Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:35:33.9308678Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:35:33.9320616Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:35:33.9430171Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:35:33.9432670Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:35:33.9446944Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:35:33.9453997Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:35:33.9669161Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:35:33.9680599Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:35:33.9749000Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:35:33.9760581Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:35:33.9871075Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:35:33.9871468Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:35:33.9888263Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:35:33.9890887Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:35:34.0108875Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:35:34.0141878Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:35:34.0189181Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:35:34.0201774Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:35:34.0310605Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:35:34.0311050Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:35:34.0321964Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:35:34.0333663Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:35:34.0549867Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:35:34.0629930Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:35:34.0649586Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:35:34.0688278Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:35:34.0751274Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:35:34.0751793Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:35:34.0781001Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:35:34.0812375Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:35:34.0989120Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:35:34.1033751Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:35:34.1069019Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:35:34.1081587Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:35:34.1191139Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:35:34.1191933Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:35:34.1240025Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:35:34.1250315Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:35:34.1429237Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:35:34.1453518Z test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:35:34.1508616Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:35:34.1521082Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:35:34.1631647Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:35:34.1632304Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:35:34.1662594Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:35:34.1683037Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:35:34.1869488Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:35:34.1912939Z test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:35:34.1948707Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:35:34.1971264Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:35:34.2071784Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:35:34.2072349Z test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:35:34.2098698Z test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:35:34.2106085Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:35:34.2309217Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:35:34.2333967Z test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:35:34.2388790Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:35:34.2448025Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:35:34.2511567Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:35:34.2511910Z test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:35:34.2555993Z test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:35:34.2597227Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:35:34.2749200Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:35:34.2770655Z test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:35:34.2828684Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:35:34.2856739Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:35:34.2950894Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:35:34.2951634Z test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:35:34.2974831Z test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:35:34.2998237Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:35:34.3189424Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:35:34.3211725Z test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:35:34.3268610Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:35:34.3294178Z test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:35:34.3391061Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:35:34.3391781Z test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:35:34.3436627Z test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:35:34.3442877Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:35:34.3629397Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:35:34.3750107Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:35:34.3821678Z test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:35:34.3838764Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:35:34.3843616Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:35:34.3844216Z test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:35:34.3866803Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:35:34.3926622Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:35:34.4069431Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:35:34.4189160Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:35:34.4219761Z test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:35:34.4272308Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:35:34.4273149Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:35:34.4635052Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:35:34.4750981Z test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:35:34.5072938Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:35:34.5101120Z test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:35:34.5114390Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:35:34.5121581Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:35:34.5226369Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:35:34.5250950Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:35:34.5261395Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:35:34.5429301Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:35:34.5439855Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:35:34.5553898Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:35:34.5554787Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:35:34.5823400Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:35:34.5993895Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:35:34.6352619Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:35:34.6434201Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:35:34.6544631Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:35:34.6554410Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:35:34.6677827Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:35:34.6779623Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:35:34.6788291Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:35:34.6994252Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:35:34.7012655Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:35:34.7026878Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:35:34.7072820Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:35:34.7075574Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:35:34.7436969Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:35:34.7437479Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:35:34.7858287Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:35:34.7871878Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:35:34.7878976Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:35:34.7882220Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:35:34.7911132Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:35:34.7930562Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:35:34.8315972Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:35:34.8317281Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:35:34.8332079Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:35:34.8342026Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:35:34.8402601Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:35:34.8414412Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:35:34.8425533Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:35:34.8478146Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:35:34.8607839Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:35:34.8688353Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:35:34.8753854Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:35:34.8756189Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:35:34.8757347Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:35:34.8804754Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:35:34.8830348Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:35:34.8916361Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:35:34.9140262Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:35:34.9155293Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:35:34.9192941Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:35:34.9196132Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:35:34.9199670Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:35:34.9233178Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:35:34.9239522Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:35:34.9258516Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:35:34.9269456Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:35:34.9629859Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:35:34.9640794Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:35:34.9646127Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:35:34.9653039Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:35:34.9686400Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:35:34.9709573Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:35:34.9833082Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:35:34.9971679Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:35:35.0074384Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:35:35.0082731Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:35:35.0086949Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:35:35.0092169Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:35:35.0115610Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:35:35.0150241Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:35:35.0334513Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:35:35.0356705Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:35:35.0513651Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:35:35.0517744Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:35:35.0519647Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:35:35.0547272Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:35:35.0575743Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:35:35.0578139Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:35:35.0589591Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:35:35.0705129Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:35:35.0952626Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:35:35.0956991Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:35:35.0957899Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:35:35.0972118Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:35:35.0993515Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:35:35.1030120Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:35:35.1052712Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:35:35.1392908Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:35:35.1435362Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:35.1445729Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:35:35.1470679Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:35:35.1701188Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:35:35.1873100Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:35:35.1970622Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:35:35.2141070Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:35:35.2150586Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:35.2165533Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:35:35.2311459Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:35:35.2592413Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:35:35.2754428Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:35:35.2763712Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:35:35.2785671Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:35:35.2798156Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:35:35.3031995Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:35:35.3063575Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:35:35.3191900Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:35:35.3473617Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:35:35.3618965Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:35:35.3628992Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:35:35.4096216Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:35:35.4108077Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:35:35.4147291Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:35:35.4156961Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:35:35.4175917Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:35:35.4503056Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:35:35.4511442Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:35:35.4592739Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:35:35.4725954Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:35:35.4738309Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:35:35.4749716Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:35:35.4775335Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:35:35.5033287Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:35:35.5074988Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:35:35.5124855Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:35:35.5135865Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:35:35.5191229Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:35:35.5475698Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:35:35.5579471Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:35:35.5632497Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:35:35.5724330Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:35:35.5734503Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:35:35.6116591Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:35:35.6124957Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:35:35.6301818Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:35:35.6312521Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:35:35.6340570Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:35:35.6754902Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:35:35.6796983Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:35:35.6805493Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:35:35.6842141Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:35:35.6852820Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:35:35.6868467Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:35:35.6981275Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:35:35.6993621Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:35:35.7037114Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:35:35.7192516Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:35:35.7271316Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:35:35.7307576Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:35:35.7314547Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:35:35.7430467Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:35:35.7713050Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:35:35.7755197Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:35:35.7765866Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:35:35.7878925Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:35:35.7888989Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:35:35.7949505Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:35:35.7962795Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:35:35.8101174Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:35:35.8314507Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:35:35.8418221Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:35:35.8421264Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:35:35.8431201Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:35:35.8434878Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:35:35.8620870Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:35:35.8629706Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:35:35.8818788Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:35:35.8873161Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:35:35.8925412Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:35:35.9019220Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:35:35.9030417Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:35:35.9071874Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:35:35.9081494Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:35:35.9089144Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:35:35.9115570Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:35:35.9311942Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:35:35.9473661Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:35:35.9512330Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:35:35.9721025Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:35:35.9958613Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:35:35.9966787Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:35:35.9992271Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:35:36.0092325Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:35:36.0111392Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:35:36.0393813Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:35:36.0434026Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:35:36.0708311Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:35:36.0712378Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:35:36.0720499Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:35:36.0831817Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:35:36.0912216Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:35:36.1273521Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:35:36.1298094Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:35:36.1310461Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:35:36.1328705Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:35:36.1337208Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:35:36.1465473Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:35:36.1714921Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:35:36.1816317Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:35:36.1830054Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:35:36.1979650Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:35:36.2234000Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:35:36.3021730Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:35:36.3030970Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:35:36.3057020Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:35:36.3144029Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:35:36.3151228Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:35:36.3184345Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:35:36.3432981Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:35:36.3593757Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:35:36.3709917Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:35:36.3727400Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:35:36.3733629Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:35:36.3826267Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:35:36.3860144Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:35:36.3909720Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:35:36.4031366Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:35:36.4124562Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:35:36.4152191Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:35:36.4389438Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:35:36.4400597Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:35:36.4471017Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:35:36.4667078Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:36.4678611Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:35:36.5113566Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:35:36.5122182Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:35:36.5769119Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:35:36.5778455Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:35:36.5824764Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:35:36.6195059Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:35:37.1719825Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:35:37.1727983Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:37.1959527Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:35:37.1973329Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:35:37.2189410Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:35:37.2197482Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:35:37.2525500Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:35:37.2532354Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:35:37.4308397Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:35:37.4316878Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:35:37.4480574Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:35:37.4489302Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:35:37.4587093Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:35:37.4619609Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:35:37.4751084Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:35:37.4911963Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:35:37.5278551Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:35:37.5296207Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:35:37.5305260Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:35:37.5350731Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:35:37.5414214Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:35:37.5794989Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:35:37.5809964Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:35:37.5818843Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:35:37.5879816Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:37.5891501Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:35:37.6235159Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:37.6235723Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:35:37.6666692Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:35:37.6681010Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:35:37.6847327Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:35:37.6855350Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:35:37.7257705Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:35:37.7271500Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:35:37.7354139Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:35:37.7714243Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:35:37.7752321Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:35:37.8155930Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:35:38.0517773Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:35:38.0526673Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:35:38.0571280Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:38.0955365Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:38.1001205Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:35:38.1395028Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:35:38.1438837Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:38.1835561Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:38.1867557Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:35:38.2275335Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:35:38.2364470Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:35:38.2714104Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:35:38.2750841Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:35:38.3155659Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:35:38.3196025Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:35:38.3595799Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:35:38.3713318Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:35:38.4034839Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:35:38.4063769Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:35:38.4476871Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:35:38.4598745Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:35:38.4856579Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:35:38.4864161Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:35:38.4953483Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:35:38.5103238Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:35:38.5396731Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:35:38.5510178Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:35:38.5522648Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:35:38.5588582Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:35:38.5834797Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:35:38.6460982Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:38.6469364Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:35:38.6501214Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:35:38.6865175Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:35:38.6879422Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:38.6882548Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:35:38.6902444Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:35:38.6974036Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:35:38.7315848Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:35:38.7316661Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:35:38.7354383Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:35:38.7755193Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:35:38.7787028Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:35:38.8194709Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:35:38.8235121Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:38.8380112Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:38.8392126Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:35:38.8418376Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:35:38.8633181Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:35:38.8711067Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:38.8830975Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:38.8876630Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:35:38.9071774Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:35:38.9272603Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:38.9567400Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:35:38.9579287Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:38.9614519Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:35:38.9727009Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:35:38.9735142Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:35:38.9994392Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:35:39.0370890Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:39.0380782Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:35:39.0514448Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:35:39.0766303Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:35:39.0777723Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:39.0832410Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:35:39.0872996Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:35:39.0883832Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:35:39.1193052Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:35:39.1273440Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:35:39.1331038Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:35:39.1376642Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:35:39.1384030Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:35:39.1566905Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:35:39.1713928Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:35:39.1791311Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:35:39.1890997Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:35:39.2234784Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:35:39.2271803Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:35:39.2280720Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:35:39.3784973Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:35:39.3796902Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:35:39.3973122Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:35:39.4233903Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:35:39.4280313Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:35:39.4602608Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:35:39.4610888Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:35:39.4671889Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:35:39.4934097Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:35:39.5113094Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:35:39.5209634Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:35:39.5554698Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:35:39.5697334Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:35:39.5750731Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:35:39.5761487Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:35:39.5943168Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:35:39.5951589Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:35:39.5992312Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:35:39.6124899Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:35:39.6436983Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:35:39.7254730Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:39.7269337Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:39.7314608Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:35:39.7675687Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:35:39.7775506Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:35:39.7788136Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:35:39.7826379Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:35:39.8196634Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:35:39.8261676Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:35:39.8635642Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:35:39.8694255Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:35:39.8809743Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:35:39.8819949Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:35:39.8909325Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:35:39.9072335Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:35:39.9231909Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:35:39.9257025Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:35:39.9361063Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:35:39.9371047Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:35:39.9674150Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:35:39.9832283Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:35:39.9841631Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:35:40.0139129Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:35:40.0151582Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:35:40.0178015Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:35:40.0353692Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:35:40.0365042Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:35:40.0426689Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:40.0592509Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:40.0794384Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:35:40.0855718Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:40.0945614Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:40.0955283Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:35:40.1133033Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:35:40.1232640Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:35:40.1242641Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:35:40.1243289Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:35:40.1269561Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:35:40.1356512Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:35:40.1364904Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:35:40.1390302Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:35:40.1401455Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:35:40.1672423Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:35:40.1792910Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:35:40.1817112Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:35:40.1826666Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:35:40.1856574Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:35:40.1867248Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:35:40.2000918Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:35:40.2110777Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:35:40.2161120Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:35:40.2231787Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:35:40.2234924Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:40.2264638Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:35:40.2551842Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:40.2654898Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:35:40.2671582Z [gw3] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:35:40.2700519Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:35:40.2793969Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:35:40.2802810Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:35:40.2991745Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:35:40.3112669Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:35:40.3151271Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:35:40.3180143Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:35:40.3230368Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:35:40.3254592Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:35:40.3293287Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:35:40.3430159Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:35:40.3551739Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:35:40.3614124Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:35:40.3671235Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:35:40.3741219Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:40.3751906Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:35:40.3759538Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:40.3871614Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:35:40.3892150Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:35:40.4112309Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:35:40.4197753Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:35:40.4206760Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:35:40.4235048Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:35:40.4311234Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:35:40.4340640Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:35:40.4372760Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:35:40.4382264Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:35:40.4493246Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:35:40.4630446Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:35:40.4662323Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:35:40.4750292Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:35:40.4790582Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:35:40.4938809Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:35:40.4994437Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:35:40.5070415Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:35:40.5121037Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:35:40.5127640Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:35:40.5136032Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:35:40.5190018Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:35:40.5209527Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:35:40.5230440Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:35:40.5449588Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:35:40.5510147Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:35:40.5550949Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:35:40.5589485Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:35:40.5711190Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:35:40.5755097Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:35:40.5766966Z [gw3] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:35:40.5773694Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:35:40.5990761Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:35:40.6005258Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:35:40.6192315Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:35:40.6432079Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:35:40.6455114Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:40.6634569Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:35:40.6641708Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:35:40.6650281Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:35:40.6705430Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:35:40.6869687Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:35:40.6915390Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:35:40.6926403Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:40.6955861Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:40.7071626Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:40.7073107Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:35:40.7112489Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:35:40.7337963Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:35:40.7348437Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:35:40.7352271Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:35:40.7382396Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:40.7396358Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:35:40.7510594Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:40.7681324Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:35:40.7695233Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:35:40.7699331Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:35:40.7750111Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:35:40.7777307Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:35:40.7790248Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:35:40.7826678Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:35:40.7950010Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:35:40.8049399Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:35:40.8109381Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:35:40.8154406Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:35:40.8189800Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:35:40.8230934Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:35:40.8391155Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:35:40.8435340Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:35:40.8504884Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:35:40.8673533Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:35:40.8770892Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:35:40.8785014Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:35:40.8832481Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:35:40.9407188Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:35:40.9415300Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:35:40.9509752Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:35:40.9598084Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:35:40.9609081Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:35:40.9694018Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:35:40.9832750Z [gw3] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:35:40.9858349Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:35:41.0033387Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:35:41.0074717Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:35:41.0127890Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:35:41.0137475Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:35:41.0271510Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:35:41.0315215Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:35:41.0325332Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:35:41.0472290Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:35:41.0550854Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:35:41.0581865Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:35:41.0712283Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:35:41.0741630Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:35:41.0887200Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:35:41.0896910Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:35:41.0990927Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:35:41.1023006Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:35:41.1152617Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:35:41.1224764Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:35:41.1432694Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:35:41.1460452Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:35:41.1508627Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:35:41.1517428Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:35:41.1538976Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:35:41.1591086Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:35:41.1807124Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:35:41.1870717Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:35:41.1950858Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:35:41.1982882Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:35:41.2030382Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:35:41.2392507Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:35:41.2507797Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:35:41.2515644Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:35:41.2524805Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:35:41.2832799Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:35:41.3300734Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:35:41.3313972Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:35:41.3428813Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:35:41.3435908Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:35:41.3473364Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:35:41.3487581Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:35:41.3750428Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:35:41.3872371Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:35:41.3881412Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:35:41.4193286Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:35:41.4369529Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:41.4378007Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:35:41.4770413Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:35:41.4779631Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:41.4910478Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:35:41.4923638Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:35:41.4932914Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:35:41.4933430Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:35:41.4958533Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:35:41.5045245Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:35:41.5190219Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:35:41.5260969Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:35:41.5350843Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:35:41.5385048Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:35:41.5631101Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:35:41.5661519Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:35:41.5790714Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:35:41.5960715Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:35:41.6110974Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:35:41.6131369Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:35:41.6142580Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:35:41.6149553Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:35:41.6230382Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:35:41.6278174Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:35:41.6551208Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:35:41.6591876Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:35:41.6671173Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:35:41.6703930Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:35:41.6991271Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:35:41.7090185Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:35:41.7110453Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:35:41.7431243Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:35:41.7500971Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:35:41.7603700Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:35:41.7610534Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:35:41.7795582Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:35:41.7870160Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:35:41.7898225Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:35:41.8030255Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:35:41.8312098Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:35:41.8462743Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:35:41.8752627Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:35:41.9267860Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:35:41.9277925Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:35:41.9287530Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:35:41.9289415Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:35:41.9542943Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:35:41.9712118Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:35:42.0267007Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:35:42.0282332Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:35:42.0289490Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:35:42.0297413Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:35:42.0324611Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:35:42.0486159Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:35:42.0712022Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:35:42.0712914Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:35:42.0903531Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:35:42.1153705Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:35:42.1377803Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:35:42.1393169Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:35:42.1733654Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:35:42.1739324Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:35:42.2334055Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:35:42.2346870Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:35:42.2607947Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:35:42.2753458Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:35:42.2910936Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:35:42.2920087Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:35:42.3127413Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:35:42.3139738Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:35:42.3149888Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:35:42.3184860Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:35:42.3351437Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:35:42.3540272Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:35:42.3551292Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:35:42.3792878Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:35:42.3828958Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:35:42.3945488Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:35:42.3953432Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:35:42.4162453Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:35:42.4231738Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:35:42.4391167Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:35:42.4416702Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:35:42.4484326Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:35:42.4494356Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:35:42.4832686Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:35:42.4890045Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:35:42.4897913Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:35:42.5114615Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:35:42.5122678Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:35:42.5946222Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:42.5956007Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:35:42.5979485Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:35:42.5988284Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:35:42.6072668Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:35:42.6332088Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:35:42.6338970Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:35:42.6383523Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:35:42.6395232Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:35:42.6680710Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:35:42.6689838Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:42.6732213Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:35:42.6750386Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:35:42.6776784Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:35:42.6935034Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:35:42.6943600Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:35:42.7111316Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:35:42.7171735Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:35:42.7190380Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:35:42.7258759Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:35:42.7551415Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:35:42.7631850Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:35:42.7703261Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:35:42.8046759Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:35:42.8057501Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:35:42.8072091Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:35:42.8091131Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:35:42.8117950Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:35:42.8432866Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:35:42.8441313Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:35:42.8471102Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:35:42.8476350Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:35:42.8550053Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:35:42.8560609Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:35:42.8567893Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:35:42.8587602Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:35:42.8871433Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:35:42.8992920Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:35:42.9033939Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:35:42.9335264Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:35:42.9343132Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:35:42.9433388Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:35:42.9578674Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:35:42.9586901Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:35:43.0224838Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:35:43.0232436Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:35:43.0315241Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:35:43.0320792Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:35:43.0337382Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:35:43.0340415Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:35:43.0511710Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:35:43.0672460Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:35:43.0714075Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:35:43.0918268Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:35:43.0929245Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:35:43.1112536Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:35:43.1174104Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:35:43.1269622Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:35:43.1279755Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:35:43.1435541Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:35:43.1444293Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:35:43.1484220Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:35:43.1550669Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:35:43.1625862Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:35:43.1749522Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:35:43.1758548Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:35:43.1911120Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:35:43.1984699Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:35:43.1994858Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:35:43.2188673Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:35:43.2196466Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:35:43.2353614Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:35:43.2387076Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:35:43.2794388Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:35:43.2824245Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:35:43.3191177Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:35:43.3201635Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:35:43.3221568Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:35:43.3238588Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:35:43.3247012Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:35:43.3250150Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:35:43.3633831Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:35:43.3674136Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:35:43.4073837Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:35:43.4392987Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:35:43.4403506Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:35:43.4434402Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:35:43.4834092Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:35:43.5536764Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:35:43.5546352Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:35:43.5571341Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:35:43.5955124Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:35:43.5978350Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:35:43.5987318Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:35:43.6188497Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:35:43.6198345Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:35:43.6539935Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:35:43.6552023Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:35:43.6674368Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:35:43.6682799Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:35:43.6877747Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:35:43.6901276Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:35:43.6909222Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:35:43.6936238Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:35:43.7044827Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:35:43.7055143Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:35:43.7112280Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:35:43.7118320Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:35:43.7311695Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:35:43.7325706Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:35:43.7337760Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:35:43.7470254Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:35:43.7505939Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:35:43.7549729Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:35:43.7751830Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:35:43.7914585Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:35:43.7951630Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:35:43.8192541Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:35:43.8466437Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:35:43.8478744Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:35:43.8695172Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:35:43.8704049Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:35:43.9411912Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:35:43.9420983Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:35:44.0264580Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:35:44.0275107Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:35:44.0794776Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:35:44.0803162Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:35:44.1064742Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:35:44.1232585Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:35:44.1241086Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:35:44.1250744Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:35:44.1498209Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:35:44.1673026Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:35:44.1710174Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:35:44.2115068Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:35:44.2128568Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:35:44.2135850Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:35:44.3080384Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:35:44.3088893Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:35:44.3728361Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:35:44.3737583Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:35:44.3753918Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:35:44.4000596Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:35:44.4012161Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:35:44.4152968Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:35:44.4649377Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:35:44.4661399Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:35:44.4693128Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:35:44.5073776Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:35:44.5149778Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:35:44.5158451Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:35:44.5605598Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:35:44.5611150Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:35:44.6077987Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:35:44.6087057Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:35:44.6801403Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:35:44.6811667Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:35:44.6820026Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:35:44.7149802Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:35:44.7193925Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:35:44.7555537Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:35:44.7589697Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:35:44.7867255Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:35:44.7876435Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:35:44.7948734Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:35:44.7973408Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:35:44.7992107Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:35:44.9006541Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:35:44.9014780Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:35:44.9046746Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:35:44.9434950Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:35:44.9536511Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:35:44.9548453Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:35:44.9709134Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:35:44.9914258Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:35:45.0012559Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:35:45.0019619Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:35:45.0057984Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:35:45.0070637Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:35:45.0262539Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:35:45.0432500Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:35:45.0468046Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:35:45.0874562Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:35:45.1465256Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:35:45.1476076Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:35:45.1927729Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:35:45.1936495Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:35:45.2340704Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:35:45.2351511Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:35:45.2406303Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:35:45.2419405Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:35:45.2492636Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:35:45.2832712Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:35:45.4161738Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:35:45.4170651Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:35:45.6823100Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:35:45.6835781Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:35:46.0875878Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:35:46.0885630Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:35:46.0915686Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:35:46.1314685Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:35:46.1341016Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:35:46.1753617Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:35:46.1806601Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:35:46.2193557Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:35:46.2217170Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:35:46.2633324Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:35:46.2830207Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:35:46.3074156Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:35:46.3656805Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:35:46.3666289Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:35:46.4299993Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:35:46.4308859Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:35:46.5156207Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:35:46.5166691Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:35:46.6188068Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:46.6197001Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:35:46.8104891Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:35:46.8113805Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:35:47.0640827Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:35:47.0650336Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:35:47.0932875Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:35:47.0945995Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:35:47.1048611Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:35:47.1070970Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:35:47.3216428Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:35:47.3223443Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:35:47.3252809Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:35:47.3633108Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:35:47.4202448Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:35:47.4214278Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:35:47.4308380Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:35:47.4633148Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:35:47.4698635Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:35:47.5073767Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:35:47.5099098Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:47.5267460Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:47.5278882Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:35:47.5512600Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:35:47.5957005Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:35:47.5965346Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:35:47.6201596Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:35:47.6392897Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:35:47.7120613Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:47.7129770Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:35:47.9492881Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:35:47.9503971Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:47.9887884Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:35:47.9897282Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:35:48.1457372Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:35:48.1470709Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:35:48.1500979Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:35:48.1872975Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:35:48.1949539Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:35:48.2313335Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:35:48.2348811Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:35:48.2754231Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:35:48.2785580Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:35:48.3193376Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:35:48.3223068Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:35:48.3636476Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:35:48.3670013Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:35:48.4075364Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:35:48.6141725Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:35:48.6151561Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:35:48.6487955Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:48.6494898Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:35:48.6709954Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:35:48.6718960Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:35:48.6743204Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:35:48.7153137Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:35:48.8005398Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:35:48.8014110Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:48.8906830Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:48.8915403Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:48.9219346Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:48.9230352Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:35:48.9304725Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:35:48.9392094Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:48.9573877Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:35:48.9670574Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:35:49.0166973Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:35:49.0175507Z [gw3] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:35:49.1435717Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:35:49.1444573Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:35:49.1791337Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:35:49.1803274Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:35:49.2063776Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:35:49.2233729Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:35:49.2251496Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:35:49.2263667Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:35:49.3293737Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:35:49.3306798Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:49.3926074Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:35:49.3934965Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:35:49.6250598Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:35:49.6261116Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:35:49.7247023Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:49.7256272Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:35:49.8146352Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:35:49.8158835Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:35:49.8410731Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:35:49.8592262Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:35:49.8668051Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:35:49.9032603Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:35:50.2554309Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:35:50.2564034Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:35:50.3212767Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:35:50.3222397Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:35:50.4791095Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:35:50.4800413Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:35:50.9810725Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:35:50.9822364Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:35:51.0439330Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:35:51.0453454Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:35:51.0718863Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:51.0873285Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:51.4723309Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:35:51.4733091Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:35:51.7445620Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:35:51.7454551Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:35:51.9135024Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:35:51.9145780Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:35:52.3185343Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:35:52.3193939Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:35:52.3381581Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:35:52.3633558Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:35:52.3757295Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:35:52.3762165Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:35:52.3899741Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:35:52.4192372Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:35:52.4217443Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:35:52.4633148Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:35:52.5048294Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:35:52.5057010Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:35:52.5094237Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:35:52.5160015Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:35:52.5171497Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:35:52.5473086Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:35:52.5709845Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:35:52.5912633Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:35:52.5950805Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:35:52.6043707Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:35:52.6054088Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:35:52.6122657Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:52.6351552Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:52.6384611Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:35:52.6392488Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:35:52.6471390Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:35:52.6871644Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:35:52.6883270Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:35:52.7065585Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:35:52.7312278Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:35:52.7404609Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:35:52.7413761Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:35:52.7445839Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:35:52.7578239Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:35:52.7751434Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:35:52.7831633Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:35:52.8063184Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:35:52.8272613Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:35:52.8533980Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:35:52.8547231Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:35:52.8758496Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:35:52.8768204Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:35:52.8786470Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:35:52.8952461Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:35:52.8988609Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:35:52.9394407Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:35:53.0520140Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:35:53.0529511Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:35:53.0559466Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:35:53.0621612Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:35:53.0630159Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:35:53.0663040Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:35:53.0951998Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:35:53.0979097Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:35:53.1071482Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:35:53.1433796Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:35:53.1467383Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:35:53.1874541Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:35:53.2763141Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:35:53.2774458Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:35:53.2806717Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:35:53.3063472Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:35:53.3071444Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:35:53.3089909Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:35:53.3191171Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:35:53.3512854Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:35:53.4418332Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:53.4428747Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:35:53.4663795Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:35:53.4874018Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:35:53.4895618Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:35:53.4901895Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:35:53.4960530Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:35:53.5019356Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:35:53.5027880Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:53.5103625Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:35:53.5315640Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:35:53.5317335Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:35:53.5354280Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:35:53.5756644Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:35:53.5798273Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:35:53.6197469Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:35:53.6292682Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:35:53.6636555Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:35:53.6762676Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:35:53.7074535Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:35:53.7113514Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:35:53.7179698Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:35:53.7187351Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:35:53.7513551Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:53.7548845Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:35:53.7955681Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:35:53.7996490Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:35:53.8394685Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:35:53.8427014Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:35:53.8659301Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:35:53.8666700Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:53.8695780Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:35:53.8832108Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:35:53.8995308Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:35:53.9072583Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:35:53.9102881Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:35:53.9272362Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:35:53.9455691Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:35:53.9511528Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:35:53.9556448Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:35:53.9712498Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:35:53.9750044Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:35:53.9951952Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:35:53.9996537Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:35:54.0151848Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:35:54.0203375Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:35:54.0391311Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:35:54.0418309Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:35:54.0592268Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:35:54.0646108Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:35:54.0831655Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:35:54.0861279Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:35:54.1072266Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:35:54.1106234Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:54.1271598Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:54.1440471Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:35:54.1552508Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:35:54.1590573Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:35:54.1711409Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:35:54.1748857Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:35:54.1992284Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:35:54.2023615Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:35:54.2152250Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:35:54.2188020Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:35:54.2432774Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:35:54.2468071Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:54.2591413Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:54.2671569Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:35:54.2783260Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:35:54.2790366Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:35:54.2819227Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:35:54.2870959Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:35:54.2901367Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:35:54.3031168Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:35:54.3058788Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:35:54.3231057Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:35:54.3275605Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:35:54.3310985Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:35:54.3346101Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:54.3470592Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:54.3508504Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:35:54.3670708Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:35:54.3751306Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:35:54.3782270Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:54.3911487Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:54.3930768Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:35:54.4192428Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:35:54.4258863Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:54.4351846Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:54.4633962Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:54.4689360Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:54.5074547Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:54.5130438Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:35:54.5139725Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:35:54.5148532Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:35:54.5176437Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:35:54.5301737Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:35:54.5311209Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:54.5344158Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:54.5512476Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:54.5552903Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:35:54.5556503Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:35:54.5751662Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:35:54.5811699Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:35:54.5951407Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:35:54.6192849Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:35:54.6289454Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:35:54.6610009Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:35:54.6620594Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:35:54.6632103Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:35:54.6692956Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:54.6706301Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:35:54.6907159Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:54.6915122Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:35:54.6951078Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:35:54.7031606Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:35:54.7069253Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:35:54.7074718Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:35:54.7108414Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:54.7353207Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:54.7391600Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:35:54.7513990Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:35:54.7516279Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:35:54.7563551Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:35:54.7606609Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:35:54.7792738Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:35:54.7835171Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:35:54.7955324Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:35:54.7955903Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:35:54.7999624Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:54.8236238Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:54.8245238Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:35:54.8287196Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:35:54.8393999Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:35:54.8394693Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:35:54.8512462Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:54.8673905Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:54.8719731Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:35:54.8831819Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:35:54.9116852Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:35:54.9303618Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:35:54.9554855Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:35:54.9908005Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:35:54.9992415Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:35:55.0020538Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:35:55.0192409Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:35:55.0203003Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:35:55.0233672Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:35:55.0433133Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:35:55.0463536Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:35:55.0631464Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:35:55.0664119Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:35:55.0872270Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:35:55.0929582Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:35:55.1034787Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:35:55.1041858Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:35:55.1070985Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:35:55.1080421Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:35:55.1098171Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:35:55.1310099Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:35:55.1339854Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:35:55.1470008Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:35:55.1483987Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:35:55.1509348Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:35:55.1536452Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:35:55.1750009Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:35:55.1894595Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:35:55.1951388Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:35:55.1954078Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:35:55.1993642Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:35:55.2192063Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:35:55.2223689Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:35:55.2391317Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:35:55.2418468Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:35:55.2632578Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:35:55.2667013Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:35:55.2832643Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:35:55.2870524Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:35:55.3073232Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:35:55.3135916Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:55.3272019Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:55.3345552Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:35:55.3427143Z [gw3] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:35:55.3436118Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:35:55.3511172Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:35:55.3539065Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:55.3712429Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:55.3798492Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:35:55.3953245Z [gw3] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:35:55.3982571Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:55.4152396Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:35:55.4192841Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:35:55.4392576Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:35:55.4421925Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:35:55.4592662Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:35:55.4646226Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:35:55.4833376Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:35:55.4864829Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:35:55.5031972Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:35:55.5275296Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:35:55.5305377Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:35:55.5714870Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:35:55.5745163Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:35:55.6155200Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:35:55.6199038Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:35:55.6594819Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:35:55.6626019Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:55.6636513Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:55.6644875Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:35:55.6663605Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:35:55.7034175Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:35:55.7063557Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:35:55.7072455Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:35:55.7127265Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:35:55.7474319Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:35:55.7512540Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:35:55.7589397Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:35:55.7953816Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:35:55.8007079Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:35:55.8393748Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:35:55.9483064Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:35:55.9497257Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:35:55.9537236Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:35:55.9916978Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:35:55.9960884Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:35:56.0357472Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:35:56.1023036Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:35:56.1035089Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:35:56.1077268Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:35:56.1338650Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:35:56.1351167Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:35:56.1474908Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:35:56.1537484Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:35:56.1794426Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:35:56.2265398Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:35:56.2273874Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:35:56.2308807Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:35:56.2714637Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:35:56.2754805Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:35:56.3155355Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:35:56.3185280Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:35:56.3595768Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:35:56.3617269Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:35:56.4035522Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:35:56.5297246Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:35:56.5306845Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:35:56.5647675Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:35:56.5656912Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:35:56.5873940Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:35:56.5885256Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:35:56.5938652Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:35:56.6314105Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:35:56.6341464Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:35:56.6755849Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:35:56.6776096Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:35:56.7235407Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:35:56.7273872Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:35:56.7673532Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:35:56.8570876Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:35:56.8579274Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:35:56.9630906Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:35:56.9641401Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:35:56.9682357Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:35:57.0073884Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:35:57.0263788Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:35:57.0513119Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:35:57.0786309Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:35:57.0952768Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:35:57.2596608Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:35:57.2607143Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:35:57.2785189Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:57.3033647Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:57.3064830Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:35:57.3475821Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:35:57.4080095Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:35:57.4094677Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:35:57.5547752Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:35:57.5557138Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:35:57.6037477Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:35:57.6045990Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:35:57.6431064Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:35:57.6445376Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:35:57.6496513Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:35:57.6702584Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:35:57.6712721Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:35:57.6734200Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:57.6872021Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:57.6899022Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:35:57.7154163Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:35:57.7314124Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:57.7426446Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:35:57.7754048Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:35:57.7794740Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:35:57.8195576Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:35:57.8235338Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:35:57.8635876Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:35:57.8655873Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:35:57.8733172Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:35:57.8742963Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:57.9075123Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:58.0209013Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:35:58.0216873Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:58.0677973Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:58.0688381Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:35:58.0869541Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:35:58.0882020Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:58.1359119Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:35:58.1367819Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:35:58.1391857Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:58.1795431Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:58.1964795Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:58.1975195Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:35:58.2001710Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:35:58.2374945Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:35:58.2385679Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:58.2393058Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:35:58.2415215Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:35:58.2793685Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:35:58.2820330Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:35:58.2868132Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:35:58.2878932Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:35:58.3233483Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:35:58.3265991Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:35:58.3674850Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:35:58.4106844Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:35:58.4115613Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:35:58.4405189Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:35:58.4415511Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:35:58.4788940Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:35:58.4798707Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:35:58.4831701Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:58.4890395Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:58.4900190Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:35:58.5144995Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:58.5154046Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:35:58.5232087Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:35:58.5469670Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:35:58.5492018Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:35:58.5593053Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:35:58.5673113Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:35:58.5747901Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:35:58.6116083Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:35:58.6190033Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:35:58.6358085Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:35:58.6366829Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:58.6552965Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:35:58.6574077Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:58.6842165Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:58.6855028Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:35:58.6994226Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:35:58.7318188Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:35:58.7331150Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:35:58.7735012Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:35:58.7743814Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:35:58.7762707Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:58.7863240Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:58.7871042Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:35:58.8112177Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:58.8120642Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:35:58.8152387Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:35:58.8344033Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:58.8354347Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:58.8949993Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:58.8962462Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:58.8980376Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:58.9394899Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:58.9723615Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:35:58.9734206Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:59.0058945Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:35:59.0192622Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:35:59.0810764Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:59.0823135Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:59.1044308Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:35:59.1053593Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:35:59.1106918Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:35:59.1231301Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:35:59.1313097Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:59.1472239Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:35:59.1544229Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:35:59.1705328Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:35:59.1715556Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:59.1731458Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:59.1911917Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:59.1953844Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:35:59.2151203Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:35:59.2176986Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:35:59.2352057Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:35:59.2590586Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:35:59.3134623Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:35:59.3141513Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:35:59.3194248Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:35:59.3552808Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:35:59.3592693Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:35:59.3993696Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:35:59.4024952Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:35:59.4250299Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:35:59.4259182Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:35:59.4414433Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:35:59.4430552Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:35:59.4435429Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:35:59.4465532Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:35:59.4470015Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:35:59.4628802Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:35:59.4670765Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:35:59.4808835Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:35:59.4872131Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:35:59.4874514Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:35:59.4903806Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:35:59.4929006Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:35:59.5110555Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:35:59.5135575Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:35:59.5311191Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:35:59.5314412Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:35:59.5342964Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:35:59.5551623Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:35:59.5754370Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:35:59.6096316Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:35:59.6105640Z [gw3] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:35:59.6140941Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:35:59.6514632Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:35:59.6553404Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:35:59.6776980Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:35:59.6788346Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:35:59.6899034Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:59.6951083Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:59.7102918Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:35:59.7114821Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:35:59.7194325Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:35:59.7661990Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:35:59.7671605Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:35:59.7901633Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:35:59.8111946Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:35:59.8145664Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:35:59.8594471Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:35:59.8631270Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:35:59.9035172Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:35:59.9115891Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:35:59.9201806Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:35:59.9210856Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:35:59.9401334Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:35:59.9414254Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:35:59.9483114Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:35:59.9503143Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:35:59.9525571Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:35:59.9834921Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:35:59.9900908Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:35:59.9914416Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:35:59.9954614Z test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:36:00.0273044Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:36:00.0299517Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:36:00.0352004Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:36:00.0426403Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:36:00.0712451Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:36:00.0744085Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:36:00.0791822Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:36:00.0837042Z test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:36:00.1023938Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:36:00.1031585Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:36:00.1150212Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:00.1183492Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:36:00.1231791Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:36:00.1386361Z test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:36:00.1590628Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:36:00.1672255Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:36:00.1714398Z test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:36:00.1728073Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:36:00.2031294Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:36:00.2083756Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:36:00.2111506Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:36:00.2326470Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:36:00.2470835Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:36:00.2482715Z test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:36:00.2491135Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:00.2502611Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:36:00.2550479Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:36:00.2912392Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:36:00.2962431Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:36:00.3030019Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:36:00.3041932Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:36:00.3353975Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:36:00.3386473Z test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:36:00.3795569Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:36:00.3825556Z test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:36:00.4210660Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:36:00.4219862Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:36:00.4232061Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:36:00.4263377Z test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:36:00.4294849Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:36:00.4632324Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:36:00.4672502Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:36:00.4717551Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:36:00.4829876Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:36:00.5072230Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:36:00.5151893Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:36:00.5439164Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:36:00.5512067Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:36:00.5858175Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:36:00.5951985Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:36:00.6087995Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:36:00.6097269Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:36:00.6273892Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:36:00.6285649Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:36:00.6319128Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:36:00.6358801Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:36:00.6390481Z [gw1] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:36:00.6714639Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:36:00.6741238Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:36:00.6831500Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:36:00.6859681Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:36:00.6977931Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:36:00.6987887Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:36:00.6994470Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:36:00.7065586Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:36:00.7150219Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:36:00.7190846Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:36:00.7270679Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:36:00.7431115Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:36:00.7480451Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:36:00.7591369Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:36:00.7619912Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:36:00.7872967Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:36:00.8033236Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:36:00.8066607Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:36:00.8075117Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:36:00.8084487Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:36:00.8106425Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:36:00.8249343Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:36:00.8309531Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:36:00.8328443Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:36:00.8470133Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:36:00.8508467Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:36:00.8516808Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:36:00.8752208Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:36:00.8831434Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:36:00.8912045Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:36:00.8942410Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:36:00.9114175Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:36:00.9124483Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:36:00.9137737Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:36:00.9190548Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:36:00.9353200Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:36:00.9388591Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:36:00.9552589Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:36:00.9580992Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:36:00.9630445Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:36:00.9641400Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:36:00.9690272Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:36:00.9790656Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:36:00.9899131Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:36:00.9990700Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:36:01.0018792Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:36:01.0070452Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:36:01.0218990Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:36:01.0231651Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:36:01.0266707Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:36:01.0431679Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:36:01.0512044Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:36:01.0689649Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:36:01.0698571Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:36:01.0744064Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:36:01.0910733Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:36:01.0921051Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:36:01.0951823Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:36:01.0998413Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:36:01.1113159Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:36:01.1308289Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:36:01.1394469Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:36:01.1414197Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:36:01.1423393Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:36:01.1554930Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:36:01.1602697Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:36:01.1882084Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:36:01.1895752Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:36:01.2034244Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:36:01.2050501Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:36:01.2060649Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:36:01.2074766Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:36:01.2083629Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:36:01.2315185Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:36:01.2436735Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:36:01.2473498Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:36:01.2560567Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:36:01.2698414Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:36:01.2708314Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:36:01.2751883Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:36:01.2914946Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:36:01.3006030Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:36:01.3052032Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:36:01.3110708Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:36:01.3149785Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:36:01.3353961Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:36:01.3386641Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:36:01.3395969Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:36:01.3399906Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:36:01.3552708Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:36:01.3795780Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:36:01.4037787Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:36:01.4049210Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:36:01.4076396Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:36:01.4195942Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:36:01.4203036Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:36:01.4466033Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:36:01.4479258Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:36:01.4480864Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:36:01.4508320Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:36:01.4663604Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:36:01.4672718Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:36:01.4910709Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:36:01.4918960Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:36:01.4926252Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:36:01.5052210Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:36:01.5150742Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:36:01.5275426Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:36:01.5287471Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:36:01.5351256Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:36:01.5359237Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:36:01.5365878Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:36:01.5398112Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:36:01.5404793Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:36:01.5590079Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:36:01.5793361Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:36:01.5794343Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:36:01.5829840Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:36:01.5882771Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:36:01.6053257Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:36:01.6062929Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:36:01.6090060Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:36:01.6232305Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:36:01.6232845Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:36:01.6270789Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:36:01.6511259Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:36:01.6613411Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:36:01.6671664Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:36:01.6710761Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:36:01.6728985Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:36:01.6739668Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:36:01.6951748Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:36:01.7067164Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:36:01.7112200Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:36:01.7120024Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:36:01.7155969Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:36:01.7189550Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:36:01.7392447Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:36:01.7553962Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:36:01.7591507Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:36:01.7647508Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:36:01.7658557Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:36:01.7687346Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:36:01.7993779Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:36:01.8037728Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:36:01.8071072Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:36:01.8221184Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:36:01.8432514Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:36:01.8510465Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:36:01.8578188Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:36:01.8954137Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:36:01.9419399Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:36:01.9433203Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:36:01.9470195Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:36:01.9755396Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:36:01.9762104Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:36:01.9872399Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:36:01.9961551Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:36:02.0314271Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:36:02.1159397Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:36:02.1171295Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:36:02.1392403Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:36:02.1593158Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:36:02.1805825Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:36:02.2033871Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:36:02.2443701Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:36:02.2453945Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:36:02.3548620Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:36:02.3558320Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:36:02.3580860Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:36:02.3995826Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:36:02.4030510Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:36:02.4435105Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:36:02.5041426Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:36:02.5054308Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:36:02.5107835Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:36:02.5476691Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:36:02.7081023Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:36:02.7091990Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:36:02.7130590Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:36:02.7255008Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:36:02.7262209Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:36:02.7513139Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:36:02.7557502Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:36:02.7954116Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:36:02.8147986Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:36:02.8393587Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:36:02.8874338Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:36:02.8883443Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:36:02.8998840Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:36:02.9007834Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:36:02.9146535Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:36:02.9434805Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:36:03.0010851Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:36:03.0024980Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:36:03.0409450Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:36:03.0472179Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:36:03.0582915Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:36:03.0914235Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:36:03.1397177Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:36:03.1407263Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:36:03.1798802Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:36:03.1832027Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:36:03.1908804Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:36:03.2275814Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:36:03.2315481Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:36:03.2714219Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:36:03.2855699Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:36:03.2868437Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:36:03.4691639Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:36:03.4703323Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:36:03.4741606Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:36:03.5113822Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:36:03.5154531Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:36:03.5554566Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:36:03.5613115Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:03.5994327Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:03.6159774Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:36:03.6163680Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:36:03.6171487Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:36:03.6317173Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:36:03.6431415Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:36:03.6484607Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:36:03.6591054Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:36:03.6701348Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:36:03.6873516Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:36:03.6908093Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:36:03.6984571Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:36:03.6995262Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:36:03.7020269Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:36:03.7031596Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:36:03.7314511Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:36:03.7354566Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:36:03.7433363Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:36:03.7755059Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:36:03.7876552Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:36:03.8170697Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:36:03.8181930Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:36:03.8192127Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:36:03.8224999Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:36:03.8633100Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:36:03.8713762Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:36:03.8777970Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:36:03.8788444Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:36:03.9073681Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:36:03.9204595Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:36:03.9513976Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:36:03.9708268Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:36:03.9729521Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:36:03.9737005Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:36:03.9952696Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:36:04.0016510Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:36:04.0024246Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:36:04.0492779Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:36:04.0506849Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:36:04.0611755Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:36:04.0622377Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:36:04.0701415Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:36:04.1033862Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:36:04.1231228Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:36:04.1240377Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:36:04.1265418Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:36:04.1673547Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:36:04.1722057Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:36:04.1731113Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:36:04.1738645Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:36:04.1761820Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:36:04.2110942Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:36:04.2144068Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:36:04.2157820Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:36:04.2164363Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:36:04.2167277Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:36:04.2215660Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:36:04.2483665Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:36:04.2550553Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:36:04.2591469Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:36:04.2594140Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:36:04.3017124Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:36:04.3030991Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:36:04.3041920Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:36:04.3056990Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:36:04.3064809Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:36:04.3145862Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:36:04.3157103Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:36:04.3461482Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:36:04.3476201Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:36:04.3478985Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:04.3538510Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:36:04.3654530Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:04.3665050Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:36:04.3745196Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:36:04.3911167Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:36:04.3957641Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:04.3965429Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:36:04.3972482Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:04.4069977Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:36:04.4095497Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:36:04.4351400Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:36:04.4512883Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:36:04.4549546Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:36:04.4856228Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:36:04.4862826Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:36:04.4888614Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:36:04.4951944Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:36:04.5079331Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:36:04.5270979Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:36:04.5305174Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:36:04.5390770Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:36:04.5686936Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:36:04.5694936Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:36:04.5712563Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:36:04.5726761Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:36:04.5767425Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:36:04.5970157Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:36:04.5977845Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:36:04.6111832Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:36:04.6152259Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:36:04.6304990Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:36:04.6349407Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:36:04.6390261Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:36:04.6591796Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:36:04.7050791Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:36:04.7059532Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:36:04.7123880Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:36:04.7127671Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:36:04.7133639Z [gw0] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:36:04.7156984Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:36:04.7472911Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:36:04.7503117Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:36:04.7550643Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:36:04.7582042Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:36:04.7712405Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:36:04.7723489Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:36:04.7748156Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:36:04.7910713Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:36:04.7987400Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:36:04.7994999Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:36:04.8070352Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:36:04.8150189Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:36:04.8351526Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:36:04.8425526Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:36:04.8438132Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:36:04.8795496Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:36:04.8939698Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:36:04.9235681Z [gw0] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:36:04.9365381Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:36:04.9373961Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:36:04.9588955Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:36:04.9793666Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:36:04.9842104Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:36:04.9862302Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:36:05.0098774Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:36:05.0109991Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:36:05.0246225Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:36:05.0271528Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:36:05.0303556Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:36:05.0327367Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:36:05.0336371Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:36:05.0714622Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:36:05.0745868Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:36:05.0755084Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:36:05.0766567Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:36:05.1155499Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:36:05.1262752Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:36:05.1633903Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:36:05.1854867Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:36:05.1862453Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:36:05.1939085Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:36:05.2194711Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:36:05.2206329Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:36:05.2269243Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:36:05.2279761Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:36:05.2285936Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:36:05.2297784Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:36:05.2352599Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:36:05.2595773Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:36:05.2629981Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:36:05.2657002Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:36:05.2713258Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:36:05.2713861Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:36:05.2765591Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:36:05.3071623Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:36:05.3107611Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:36:05.3150807Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:36:05.3182912Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:36:05.3511856Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:36:05.3589938Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:36:05.3655578Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:36:05.3691503Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:36:05.3951169Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:36:05.4030269Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:36:05.4176760Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:36:05.4204791Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:36:05.4239341Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:36:05.4246565Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:36:05.4390639Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:36:05.4470462Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:36:05.4594869Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:36:05.4659601Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:36:05.4673914Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:36:05.4681269Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:36:05.4831792Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:36:05.4856146Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:36:05.4911626Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:36:05.5313988Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:36:05.5605372Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:36:05.5613748Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:36:05.5886344Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:36:05.6072908Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:36:05.6760856Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:36:05.6773236Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:36:05.7178003Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:36:05.7187289Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:36:05.7241659Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:36:05.7252640Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:36:05.7403492Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:36:05.7414766Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:36:05.7473245Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:36:05.7554802Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:36:05.7671194Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:36:05.7746209Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:36:05.7831538Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:36:05.8085221Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:36:05.8093128Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:36:05.8151663Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:36:05.8254324Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:36:05.8428355Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:36:05.8436675Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:36:05.8468403Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:36:05.8471326Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:36:05.8509988Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:36:05.8540650Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:36:05.8589464Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:36:05.8872867Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:36:05.8912228Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:36:05.8919605Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:36:05.8951339Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:36:05.8992411Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:36:05.9069483Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:36:05.9200364Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:36:05.9207844Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:36:05.9235481Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:36:05.9310457Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:36:05.9320020Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:36:05.9370780Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:36:05.9389781Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:36:05.9511595Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:36:05.9517232Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:36:05.9630032Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:36:05.9751821Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:36:05.9755761Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:36:05.9774077Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:36:05.9830427Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:36:05.9860624Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:36:05.9949585Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:36:05.9972749Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:36:06.0172549Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:36:06.0180573Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:36:06.0189820Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:36:06.0225357Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:36:06.0270466Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:36:06.0382193Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:36:06.0394245Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:36:06.0591374Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:36:06.0608279Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:36:06.0625930Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:36:06.0634380Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:36:06.0672399Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:36:06.0749728Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:36:06.1033828Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:36:06.1057881Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:36:06.1072228Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:36:06.1076424Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:36:06.1085349Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:36:06.1087374Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:36:06.1142016Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:36:06.1190224Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:36:06.1474988Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:36:06.1512892Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:36:06.1523676Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:36:06.1557452Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:36:06.1581628Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:36:06.1630591Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:36:06.1913692Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:36:06.1954046Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:36:06.1980156Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:36:06.2111135Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:36:06.2123232Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:36:06.2166104Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:36:06.2179053Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:36:06.2356051Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:36:06.2397157Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:36:06.2410532Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:36:06.2418998Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:36:06.2476856Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:36:06.2556378Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:36:06.2568820Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:36:06.2577813Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:36:06.2630751Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:36:06.2655056Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:36:06.2792127Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:36:06.2805130Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:36:06.2826565Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:36:06.2835381Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:36:06.2891082Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:36:06.3030088Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:36:06.3070701Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:36:06.3101382Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:36:06.3231045Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:36:06.3270155Z test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:36:06.3295617Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:36:06.3325819Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:36:06.3346680Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:36:06.3469266Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:36:06.3510595Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:36:06.3548319Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:36:06.3670489Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:36:06.3695956Z test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:36:06.3710760Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:36:06.3737766Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:36:06.3910626Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:36:06.3917064Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:36:06.3952164Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:36:06.3955841Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:36:06.4047215Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:36:06.4109490Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:36:06.4155697Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:36:06.4189779Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:36:06.4235646Z test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:36:06.4349232Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:36:06.4389698Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:36:06.4404053Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:36:06.4549344Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:36:06.4632887Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:36:06.4638457Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:36:06.4646901Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:36:06.4677923Z test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:36:06.4789917Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:36:06.4829588Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:36:06.4990759Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:36:06.5070431Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:36:06.5100088Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:36:06.5121006Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:36:06.5269659Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:36:06.5296821Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:36:06.5306920Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:36:06.5512899Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:36:06.5560805Z test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:36:06.5739148Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:36:06.5749671Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:36:06.5834213Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:36:06.5845478Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:36:06.5874539Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:36:06.5951710Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:36:06.6272971Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:36:06.6678569Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:36:06.6755336Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:36:06.6762152Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:36:06.6771184Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:36:06.6781510Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:36:06.6885297Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:36:06.7020379Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:36:06.7030434Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:36:06.7056644Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:36:06.7192723Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:36:06.7193562Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:36:06.7211915Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:36:06.7471949Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:36:06.7560888Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:36:06.7631477Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:36:06.7741948Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:36:06.7911456Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:36:06.7959611Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:36:06.8071138Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:36:06.8257751Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:36:06.8352012Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:36:06.8512504Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:36:06.8597785Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:36:06.8609066Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:36:06.8723199Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:36:06.8775869Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:36:06.8789683Z [gw3] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:36:06.8829720Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:36:06.8951299Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:36:06.8990516Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:36:06.9155413Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:36:06.9164602Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:36:06.9206261Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:36:06.9230102Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:36:06.9391778Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:36:06.9529434Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:36:06.9592141Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:36:06.9671867Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:36:06.9719265Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:36:06.9742222Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:36:06.9830755Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:36:06.9865465Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:36:07.0032630Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:36:07.0046975Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:36:07.0069310Z [gw3] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:36:07.0110276Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:36:07.0139029Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:36:07.0270110Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:36:07.0472441Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:36:07.0509255Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:36:07.0552092Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:36:07.0581854Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:36:07.0596770Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:36:07.0709702Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:36:07.0911889Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:36:07.0942812Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:36:07.0991185Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:36:07.1103738Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:36:07.1151190Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:36:07.1179340Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:36:07.1352398Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:36:07.1518174Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:36:07.1526257Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:36:07.1534114Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:36:07.1550681Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:36:07.1590452Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:36:07.1663285Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:36:07.1789956Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:36:07.1941258Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:36:07.1950533Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:36:07.2030815Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:36:07.2101917Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:36:07.2231016Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:36:07.2393947Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:36:07.2426675Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:36:07.2436201Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:36:07.2470112Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:36:07.2676956Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:36:07.2833168Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:36:07.2912093Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:36:07.2964346Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:36:07.3204060Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:36:07.3271533Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:36:07.3353423Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:36:07.3615741Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:36:07.3712936Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:36:07.4192668Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:36:07.4200862Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:36:07.4342481Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:36:07.4350889Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:36:07.4930091Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:36:07.4942182Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:36:07.5062808Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:36:07.5074756Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:36:07.5113585Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:36:07.5513958Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:36:07.5563384Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:36:07.5646622Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:36:07.5657259Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:36:07.5765808Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:36:07.5775199Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:36:07.5905318Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:36:07.5916600Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:36:07.5950894Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:36:07.5976618Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:36:07.6070679Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:36:07.6154634Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:36:07.6190304Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:36:07.6222503Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:36:07.6390071Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:36:07.6418425Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:36:07.6510543Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:36:07.6630952Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:36:07.6659945Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:36:07.6831717Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:36:07.6859792Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:36:07.6951034Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:36:07.7108986Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:36:07.7117332Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:36:07.7272664Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:36:07.7304897Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:36:07.7616560Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:36:07.7624943Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:36:07.7659923Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:36:07.7711295Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:36:07.7913119Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:36:07.7921547Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:36:07.8021220Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:36:07.8031283Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:36:07.8143772Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:36:07.8155880Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:36:07.8354066Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:36:07.8522587Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:36:07.8531583Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:36:07.8678158Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:36:07.8708587Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:36:07.8718385Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:36:07.8741803Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:36:07.8830290Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:36:07.8859713Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:36:07.8877406Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:36:07.8951263Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:36:07.9086997Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:36:07.9150459Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:36:07.9271274Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:36:07.9389767Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:36:07.9400824Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:36:07.9477760Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:36:07.9678361Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:36:07.9689176Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:36:07.9751050Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:36:07.9832646Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:36:07.9873433Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:36:07.9989851Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:36:08.0002899Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:36:08.0073531Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:36:08.0082542Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:36:08.0106875Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:36:08.0117120Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:36:08.0191098Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:36:08.0266095Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:36:08.0276151Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:36:08.0319738Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:36:08.0510671Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:36:08.0550953Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:36:08.0631909Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:36:08.0655878Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:36:08.0960548Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:36:08.0970352Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:36:08.1070680Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:36:08.1185313Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:36:08.1483749Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:36:08.1494279Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:36:08.1513256Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:36:08.1871058Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:36:08.1881536Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:36:08.1944727Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:36:08.1959227Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:36:08.1965624Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:36:08.1971436Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:36:08.1994501Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:36:08.2013068Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:36:08.2025146Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:36:08.2315934Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:36:08.2582455Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:36:08.2594654Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:36:08.2608381Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:36:08.2624768Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:36:08.2631796Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:36:08.2797203Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:36:08.2804839Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:36:08.3033477Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:36:08.4396029Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:36:08.4415718Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:36:08.4416713Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:36:08.4425523Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:36:08.4697565Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:36:08.4740789Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:36:08.4831165Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:36:08.4871733Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:36:08.5055569Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:36:08.5135442Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:36:08.5271428Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:36:08.5352870Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:36:08.5842822Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:36:08.5852336Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:36:08.5945971Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:36:08.5961720Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:36:08.6018858Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:36:08.6027637Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:36:08.6290815Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:36:08.6392719Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:36:08.7543749Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:36:08.7549866Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:36:08.7682819Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:36:08.7954316Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:36:08.8091519Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:36:08.8099574Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:36:08.8489947Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:36:08.8504915Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:36:08.8587856Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:36:08.8775205Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:36:08.8783255Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:36:08.8911227Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:36:08.8988301Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:36:08.9226358Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:36:08.9232951Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:36:08.9392708Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:36:08.9887532Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:36:08.9895539Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:36:08.9942444Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:36:08.9956137Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:36:08.9972350Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:36:08.9973721Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:36:08.9985407Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:36:09.0314178Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:36:09.0497238Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:36:09.0509266Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:36:09.0575809Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:36:09.0753052Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:36:09.0806248Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:36:09.1195153Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:36:09.1504882Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:36:09.1634195Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:36:09.1671121Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:36:09.2075318Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:36:09.3177433Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:36:09.3185936Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:36:09.3216110Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:36:09.3635786Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:36:09.4019650Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:36:09.4112805Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:36:09.4153497Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:36:09.4554736Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:36:09.5080986Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:36:09.5090875Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:36:09.5158354Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:36:09.5514223Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:36:09.5978097Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:36:09.5987657Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:36:09.6428227Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:36:09.6437183Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:36:09.6474967Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:36:09.6874592Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:36:09.6903088Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:36:09.7315090Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:36:09.7354707Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:36:09.7755020Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:36:09.7802885Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:36:09.8195501Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:36:09.8224803Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:36:09.8637556Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:36:09.8680197Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:36:09.9076846Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:36:09.9112155Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:36:09.9517003Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:36:09.9553911Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:36:09.9956144Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:36:09.9997231Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:36:10.0397600Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:36:10.0577037Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:36:10.0679608Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:36:10.0791147Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:36:10.0832233Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:36:10.0886311Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:36:10.1255690Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:36:10.1262941Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:36:10.1272911Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:36:10.1329383Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:36:10.1717471Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:36:10.1724384Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:36:10.1732172Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:36:10.1761562Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:36:10.1771571Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:36:10.1929757Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:36:10.1936869Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:36:10.1965525Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:36:10.2153116Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:36:10.2153742Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:36:10.2171115Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:36:10.2199491Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:36:10.2350435Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:36:10.2470696Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:36:10.2592108Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:36:10.2594393Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:36:10.2635416Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:36:10.2636995Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:36:10.2791099Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:36:10.3033369Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:36:10.3041815Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:36:10.3044409Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:36:10.3071178Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:36:10.3134775Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:36:10.3231109Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:36:10.3433857Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:36:10.3441143Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:36:10.3471745Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:36:10.3479430Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:36:10.3510384Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:36:10.3535660Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:36:10.3560896Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:36:10.3599934Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:36:10.3669900Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:36:10.3869984Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:36:10.3947632Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:36:10.3962151Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:36:10.3965236Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:36:10.3993375Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:36:10.4012911Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:36:10.4109605Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:36:10.4394976Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:36:10.4395891Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:36:10.4476536Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:36:10.4717251Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:36:10.4719733Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:36:10.4726893Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:36:10.4738060Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:36:10.4747348Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:36:10.4830862Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:36:10.4834920Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:36:10.4855379Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:36:10.4876752Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:36:10.5089582Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:36:10.5150544Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:36:10.5176959Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:36:10.5271190Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:36:10.5272717Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:36:10.5375833Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:36:10.5592295Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:36:10.5605746Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:36:10.5612226Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:36:10.5650021Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:36:10.5685549Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:36:10.5710348Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:36:10.5739638Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:36:10.5750151Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:36:10.5756569Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:36:10.5844156Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:36:10.6031275Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:36:10.6032007Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:36:10.6076387Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:36:10.6149881Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:36:10.6174097Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:36:10.6189383Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:36:10.6471464Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:36:10.6547039Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:36:10.6555022Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:36:10.6591648Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:36:10.6622393Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:36:10.6630926Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:36:10.6855558Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:36:10.6910535Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:36:10.6976700Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:36:10.6989982Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:36:10.7027617Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:36:10.7040291Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:36:10.7067914Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:36:10.7350708Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:36:10.7430771Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:36:10.7448761Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:36:10.7470911Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:36:10.7502454Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:36:10.7712900Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:36:10.7790712Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:36:10.7871772Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:36:10.7912822Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:36:10.7948935Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:36:10.8225766Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:36:10.8249118Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:36:10.8260089Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:36:10.8310355Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:36:10.8339076Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:36:10.8351748Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:36:10.8391593Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:36:10.8400915Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:36:10.8670193Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:36:10.8682188Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:36:10.8689934Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:36:10.8700069Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:36:10.8750428Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:36:10.8788426Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:36:10.8801171Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:36:10.9078353Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:36:10.9111279Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:36:10.9194255Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:36:10.9201269Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:36:10.9235879Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:36:10.9237370Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:36:10.9245632Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:36:10.9278214Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:36:10.9289104Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:36:10.9550037Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:36:10.9630044Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:36:10.9658995Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:36:10.9670208Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:36:10.9725508Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:36:10.9793230Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:36:10.9990998Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:36:11.0069894Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:36:11.0113777Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:36:11.0118242Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:36:11.0300857Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:36:11.0431578Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:36:11.0551379Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:36:11.0601114Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:36:11.0616496Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:36:11.0625943Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:36:11.0630362Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:36:11.0678432Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:36:11.0873439Z [gw3] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:36:11.0994416Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:36:11.1033203Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:36:11.1093887Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:36:11.1117011Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:36:11.1417571Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:36:11.1425593Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:36:11.1434353Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:36:11.1456245Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:36:11.1471850Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:36:11.1535260Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:36:11.1672182Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:36:11.1683252Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:36:11.1832751Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:36:11.1913016Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:36:11.1957283Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:36:11.2081273Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:36:11.2089537Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:36:11.2104636Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:36:11.2353028Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:36:11.2381139Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:36:11.2431142Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:36:11.2441876Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:36:11.2468788Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:36:11.2511990Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:36:11.2554603Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:36:11.2709922Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:36:11.2717616Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:36:11.2791901Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:36:11.2797148Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:36:11.2830203Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:36:11.2870908Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:36:11.2900565Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:36:11.2951041Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:36:11.3076331Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:36:11.3150296Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:36:11.3175394Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:36:11.3229593Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:36:11.3304744Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:36:11.3314845Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:36:11.3391018Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:36:11.3400587Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:36:11.3435991Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:36:11.3589167Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:36:11.3669653Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:36:11.3701086Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:36:11.3790178Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:36:11.3832304Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:36:11.3971530Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:36:11.4033135Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:36:11.4037000Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:36:11.4055369Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:36:11.4110463Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:36:11.4147520Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:36:11.4231044Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:36:11.4238406Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:36:11.4269994Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:36:11.4297073Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:36:11.4375825Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:36:11.4470087Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:36:11.4550327Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:36:11.4586440Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:36:11.4711598Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:36:11.4714176Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:36:11.4738151Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:36:11.4838602Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:36:11.4991228Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:36:11.5018719Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:36:11.5026213Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:36:11.5034597Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:36:11.5065253Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:36:11.5151167Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:36:11.5152094Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:36:11.5221851Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:36:11.5430938Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:36:11.5510050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:36:11.5577480Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:36:11.5589523Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:36:11.5697315Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:36:11.5714454Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:36:11.5735397Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:36:11.5744142Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:36:11.5870369Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:36:11.5875960Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:36:11.5949716Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:36:11.6031399Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:36:11.6037514Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:36:11.6045952Z [gw1] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:36:11.6150046Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:36:11.6215875Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:36:11.6309872Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:36:11.6340595Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:36:11.6390028Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:36:11.6553525Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:36:11.6590299Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:36:11.6619236Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:36:11.6750663Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:36:11.6794291Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:36:11.6830386Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:36:11.6867695Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:36:11.6878070Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:36:11.6950590Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:36:11.7030121Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:36:11.7058585Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:36:11.7189962Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:36:11.7240834Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:36:11.7269190Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:36:11.7336933Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:36:11.7470340Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:36:11.7508407Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:36:11.7630007Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:36:11.7656058Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:36:11.7679499Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:36:11.7687808Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:36:11.7710634Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:36:11.7715729Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:36:11.7910952Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:36:11.8002737Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:36:11.8070202Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:36:11.8081258Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:36:11.8102123Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:36:11.8112529Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:36:11.8149941Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:36:11.8193357Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:36:11.8229919Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:36:11.8349423Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:36:11.8393476Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:36:11.8508994Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:36:11.8536373Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:36:11.8549307Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:36:11.8590076Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:36:11.8685446Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:36:11.8696675Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:36:11.8789440Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:36:11.8814324Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:36:11.8949566Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:36:11.8975685Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:36:11.8989118Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:36:11.9029666Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:36:11.9096249Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:36:11.9230126Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:36:11.9249739Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:36:11.9336244Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:36:11.9389641Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:36:11.9413503Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:36:11.9429335Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:36:11.9469992Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:36:11.9507764Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:36:11.9546690Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:36:11.9669411Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:36:11.9830300Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:36:11.9864694Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:36:11.9874202Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:36:11.9910178Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:36:12.0170364Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:36:12.0179848Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:36:12.0271702Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:36:12.0312622Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:36:12.0325238Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:36:12.0331436Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:36:12.0349780Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:36:12.0376251Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:36:12.0386767Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:36:12.0422263Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:36:12.0478208Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:36:12.0589844Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:36:12.0710375Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:36:12.0793179Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:36:12.0798987Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:36:12.0800923Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:36:12.0836014Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:36:12.0893393Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:36:12.1004070Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:36:12.1028732Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:36:12.1150579Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:36:12.1201506Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:12.1231603Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:12.1232331Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:36:12.1244214Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:36:12.1332578Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:36:12.1469372Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:36:12.1528073Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:36:12.1590282Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:36:12.1638542Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:36:12.1671210Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:36:12.1673288Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:36:12.1705070Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:36:12.1801608Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:36:12.1848786Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:36:12.1908425Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:36:12.1930052Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:36:12.2029544Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:36:12.2056675Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:36:12.2111704Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:36:12.2112518Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:36:12.2146122Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:36:12.2349806Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:36:12.2470714Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:36:12.2485567Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:36:12.2551498Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:36:12.2552305Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:36:12.2568787Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:36:12.2586423Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:36:12.2649361Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:36:12.2760033Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:36:12.2789547Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:36:12.2831086Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:36:12.2909202Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:36:12.2955194Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:36:12.2992117Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:36:12.2993000Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:36:12.3025876Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:36:12.3231040Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:36:12.3256415Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:36:12.3351569Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:36:12.3366069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:36:12.3398957Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:36:12.3430825Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:36:12.3433179Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:36:12.3467402Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:36:12.3671984Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:36:12.3772500Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:36:12.3791548Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:36:12.3827118Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:36:12.3871308Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:36:12.3903422Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:36:12.3906396Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:36:12.4009080Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:36:12.4110376Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:36:12.4159154Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:36:12.4230044Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:36:12.4311302Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:36:12.4338090Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:36:12.4475378Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:36:12.4483948Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:36:12.4550369Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:36:12.4584256Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:36:12.4670856Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:36:12.4746519Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:36:12.4756143Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:36:12.4930800Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:36:12.4990959Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:36:12.5016120Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:36:12.5025177Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:36:12.5033607Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:36:12.5078854Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:36:12.5191100Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:36:12.5218694Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:36:12.5431799Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:36:12.5459021Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:36:12.5470962Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:36:12.5631962Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:36:12.5662390Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:36:12.5860322Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:36:12.5870624Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:36:12.5950472Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:36:12.6065732Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:36:12.6073369Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:36:12.6148628Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:36:12.6293018Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:36:12.6309993Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:36:12.6391498Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:36:12.6512461Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:36:12.6586790Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:36:12.6648149Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:36:12.6750832Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:36:12.6954785Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:36:12.6996930Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:36:12.7012946Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:36:12.7020443Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:36:12.7080784Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:36:12.7159875Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:36:12.7188917Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:36:12.7212207Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:36:12.7390726Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:36:12.7431183Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:36:12.7519186Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:36:12.7630855Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:36:12.7751520Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:36:12.7779722Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:36:12.7829898Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:36:12.7870051Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:36:12.7896158Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:36:12.7909257Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:36:12.8071036Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:36:12.8225687Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:36:12.8270275Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:36:12.8310992Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:36:12.8514887Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:36:12.8611445Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:36:12.8743015Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:36:12.8753750Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:36:12.8872598Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:36:12.8884846Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:36:12.8932053Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:36:12.8951338Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:36:12.8988835Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:36:12.9025375Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:36:12.9034680Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:36:12.9071208Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:36:12.9138826Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:36:12.9189598Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:36:12.9214598Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:36:12.9310648Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:36:12.9344603Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:36:12.9390156Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:36:12.9470082Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:36:12.9483475Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:36:12.9514669Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:36:12.9629504Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:36:12.9750493Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:36:12.9777897Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:36:12.9829724Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:36:12.9910280Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:36:12.9935945Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:36:13.0071421Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:36:13.0192928Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:36:13.0218302Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:36:13.0238277Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:36:13.0270458Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:36:13.0298757Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:36:13.0350303Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:36:13.0378672Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:36:13.0432232Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:36:13.0509189Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:36:13.0533308Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:36:13.0630986Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:36:13.0711852Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:36:13.0797834Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:36:13.0951535Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:36:13.1034539Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:36:13.1071377Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:36:13.1087020Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:36:13.1151179Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:36:13.1220007Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:36:13.1349157Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:36:13.1389623Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:36:13.1512062Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:36:13.1527129Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:36:13.1591148Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:36:13.1615606Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:36:13.1736300Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:36:13.1830434Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:36:13.1882130Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:36:13.1950693Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:36:13.1967521Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:36:13.2070322Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:36:13.2271538Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:36:13.2392314Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:36:13.2413336Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:36:13.2451248Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:36:13.2510028Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:36:13.2835181Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:36:13.2840222Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:36:13.2855533Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:36:13.2950162Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:36:13.3196751Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:36:13.3207497Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:36:13.3272732Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:36:13.3284027Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:36:13.3300203Z [gw3] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:36:13.3376592Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:36:13.3389580Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:36:13.3544836Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:36:13.3629831Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:36:13.3711600Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:36:13.3731645Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:36:13.3757560Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:36:13.3829990Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:36:13.3896139Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:36:13.3905283Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:36:13.4071376Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:36:13.4106761Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:36:13.4146072Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:36:13.4190565Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:36:13.4205319Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:36:13.4243734Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:36:13.4269159Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:36:13.4303038Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:36:13.4312454Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:36:13.4338760Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:36:13.4509087Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:36:13.4534615Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:36:13.4629299Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:36:13.4646584Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:36:13.4709388Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:36:13.4730965Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:36:13.4789257Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:36:13.4949912Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:36:13.4985778Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:36:13.5069813Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:36:13.5084700Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:36:13.5139813Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:36:13.5149103Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:36:13.5229430Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:36:13.5358050Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:36:13.5390117Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:36:13.5405208Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:36:13.5503584Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:36:13.5513139Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:36:13.5526825Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:36:13.5589799Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:36:13.5670405Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:36:13.5698410Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:36:13.5813294Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:36:13.5830485Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:36:13.5951534Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:36:13.5967871Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:36:13.6030904Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:36:13.6111706Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:36:13.6151482Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:36:13.6333172Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:36:13.6392341Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:36:13.6408611Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:36:13.6470819Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:36:13.6497203Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:36:13.6551822Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:36:13.6646633Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:36:13.6794499Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:36:13.6801758Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:36:13.6831359Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:36:13.6849195Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:36:13.6910950Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:36:13.6991999Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:36:13.7025254Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:36:13.7274687Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:36:13.7295039Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:36:13.7433538Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:36:13.7465618Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:36:13.7534977Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:36:13.7542780Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:36:13.7654119Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:36:13.7711266Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:36:13.7726005Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:36:13.7870906Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:36:13.7950382Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:36:13.8085350Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:36:13.8095541Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:36:13.8137313Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:36:13.8151495Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:36:13.8171632Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:36:13.8335143Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:36:13.8357188Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:36:13.8365665Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:36:13.8389744Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:36:13.8511850Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:36:13.8549763Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:36:13.8590820Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:36:13.8611772Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:36:13.8741962Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:36:13.8789970Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:36:13.8991587Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:36:13.9070939Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:36:13.9080480Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:36:13.9099283Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:36:13.9206746Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:36:13.9229139Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:36:13.9431944Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:36:13.9513414Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:36:13.9530922Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:36:13.9599659Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:36:13.9655084Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:36:13.9667500Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:36:13.9673357Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:36:13.9691880Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:36:13.9703085Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:36:13.9870082Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:36:13.9951705Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:36:13.9970645Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:36:13.9979987Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:36:14.0050611Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:36:14.0069827Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:36:14.0094910Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:36:14.0109181Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:36:14.0310452Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:36:14.0391580Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:36:14.0407567Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:36:14.0426560Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:36:14.0510389Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:36:14.0545690Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:36:14.0750073Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:36:14.0765277Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:36:14.0830338Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:36:14.0848313Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:36:14.0949859Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:36:14.0970814Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:36:14.1190977Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:36:14.1270832Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:36:14.1287693Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:36:14.1390842Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:36:14.1556145Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:36:14.1630397Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:36:14.1661340Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:36:14.1711148Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:36:14.1728465Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:36:14.1832401Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:36:14.1954491Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:36:14.1981021Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:36:14.2069917Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:36:14.2151457Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:36:14.2171078Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:36:14.2179638Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:36:14.2270896Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:36:14.2421840Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:36:14.2510067Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:36:14.2590974Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:36:14.2608704Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:36:14.2618973Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:36:14.2710462Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:36:14.2772034Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:36:14.2779302Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:36:14.2951843Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:36:14.2966687Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:36:14.3031829Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:36:14.3051573Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:36:14.3128554Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:36:14.3149774Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:36:14.3392842Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:36:14.3405971Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:36:14.3457777Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:36:14.3469532Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:36:14.3472418Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:36:14.3493551Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:36:14.3521065Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:36:14.3590175Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:36:14.3831144Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:36:14.3855509Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:36:14.3912157Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:36:14.3934076Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:36:14.4030137Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:36:14.4040076Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:36:14.4271675Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:36:14.4298000Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:36:14.4352103Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:36:14.4379873Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:36:14.4712198Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:36:14.4741341Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:36:14.4791766Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:36:14.4813979Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:36:14.4838036Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:36:14.4848005Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:36:14.5152371Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:36:14.5232668Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:36:14.5259480Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:36:14.5486058Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:36:14.5498715Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:36:14.5674950Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:36:14.5701338Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:36:14.6107629Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:36:14.6118365Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:36:14.6121540Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:36:14.6142052Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:36:14.6556376Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:36:14.6579752Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:36:14.6995102Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:36:14.7015442Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:36:14.7435853Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:36:14.7457346Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:36:14.7875976Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:36:14.7895337Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:36:14.8317594Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:36:14.8337192Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:36:14.8622993Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:36:14.8631150Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:36:14.8754115Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:36:14.8781102Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:36:14.9196805Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:36:14.9226660Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:36:14.9485260Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:36:14.9497392Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:36:14.9523465Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:36:14.9633034Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:36:14.9655561Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:36:14.9915017Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:36:15.0076229Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:36:15.0096221Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:36:15.0160572Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:36:15.0168542Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:36:15.0516365Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:36:15.0537727Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:36:15.0846441Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:36:15.0855202Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:36:15.0953433Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:36:15.0974327Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:36:15.0996248Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:36:15.1273196Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:36:15.1434640Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:36:15.1456419Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:36:15.1874592Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:36:15.1897019Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:36:15.2314354Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:36:15.2336132Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:36:15.2754545Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:36:15.2777211Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:36:15.3195518Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:36:15.3217161Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:36:15.3633566Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:36:15.3639929Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:36:15.3650228Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:36:15.3658343Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:36:15.3879995Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:36:15.4075189Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:36:15.4076302Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:36:15.4101800Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:36:15.4147538Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:36:15.4515678Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:36:15.4516936Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:36:15.4534683Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:36:15.4640385Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:36:15.4956689Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:36:15.4959073Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:36:15.4975159Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:36:15.5034200Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:36:15.5393708Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:36:15.5394094Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:36:15.5407718Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:36:15.5543792Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:36:15.5834953Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:36:15.5837410Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:36:15.5849572Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:36:15.5907500Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:36:15.6275858Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:36:15.6276360Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:36:15.6297611Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:36:15.6361949Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:36:15.6379031Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:36:15.6384668Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:36:15.6590163Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:36:15.6712113Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:36:15.6714764Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:36:15.6736380Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:36:15.6748348Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:36:15.6830251Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:36:15.6859288Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:36:15.7120491Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:36:15.7129460Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:36:15.7151017Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:36:15.7153594Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:36:15.7174479Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:36:15.7248003Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:36:15.7269761Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:36:15.7304849Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:36:15.7549821Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:36:15.7590619Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:36:15.7609670Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:36:15.7616608Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:36:15.7710078Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:36:15.7771466Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:36:15.7838223Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:36:15.7844925Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:36:15.7990776Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:36:15.8017937Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:36:15.8030341Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:36:15.8044829Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:36:15.8190153Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:36:15.8216206Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:36:15.8270289Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:36:15.8287873Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:36:15.8336271Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:36:15.8429208Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:36:15.8470220Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:36:15.8485917Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:36:15.8599594Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:36:15.8629260Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:36:15.8704434Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:36:15.8714215Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:36:15.8870035Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:36:15.8905499Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:36:15.8950479Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:36:15.8972992Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:36:15.9069641Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:36:15.9103960Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:36:15.9145854Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:36:15.9156389Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:36:15.9183205Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:36:15.9309411Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:36:15.9335585Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:36:15.9389156Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:36:15.9402934Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:36:15.9508985Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:36:15.9553951Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:36:15.9589719Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:36:15.9654757Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:36:15.9749181Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:36:15.9830431Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:36:15.9844969Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:36:15.9949710Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:36:15.9973582Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:36:16.0029819Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:36:16.0040654Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:36:16.0144086Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:36:16.0229488Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:36:16.0256212Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:36:16.0269792Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:36:16.0283581Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:36:16.0390343Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:36:16.0470403Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:36:16.0519489Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:36:16.0671467Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:36:16.0858410Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:36:16.0868536Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:36:16.0869249Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:36:16.0893051Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:36:16.0944636Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:36:16.1112071Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:36:16.1146203Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:36:16.1274186Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:36:16.1274926Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:36:16.1292008Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:36:16.1302519Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:36:16.1551819Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:36:16.1716608Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:36:16.1718880Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:36:16.1735865Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:36:16.1747897Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:36:16.1784192Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:36:16.1885305Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:36:16.1894120Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:36:16.1990732Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:36:16.2154356Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:36:16.2154846Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:36:16.2171523Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:36:16.2187238Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:36:16.2191063Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:36:16.2240543Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:36:16.2310066Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:36:16.2361687Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:36:16.2429972Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:36:16.2593594Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:36:16.2594178Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:36:16.2613992Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:36:16.2621803Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:36:16.2750768Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:36:16.2779309Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:36:16.2875491Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:36:16.2884146Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:36:16.3032445Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:36:16.3033902Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:36:16.3055551Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:36:16.3061586Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:36:16.3190399Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:36:16.3219885Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:36:16.3471532Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:36:16.3472944Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:36:16.3493784Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:36:16.3500686Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:36:16.3631787Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:36:16.3916021Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:36:16.3916626Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:36:16.3934013Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:36:16.3945016Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:36:16.3958353Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:36:16.4071271Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:36:16.4110422Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:36:16.4353019Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:36:16.4353417Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:36:16.4372307Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:36:16.4380009Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:36:16.4510220Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:36:16.4548799Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:36:16.4793301Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:36:16.4793702Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:36:16.4814321Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:36:16.4820034Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:36:16.4950744Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:36:16.4988027Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:36:16.5230764Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:36:16.5233400Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:36:16.5268099Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:36:16.5271735Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:36:16.5390778Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:36:16.5423003Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:36:16.5672475Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:36:16.5674128Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:36:16.5694953Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:36:16.5701548Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:36:16.5785594Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:36:16.5794620Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:36:16.5822148Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:36:16.5832734Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:36:16.5866007Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:36:16.6110998Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:36:16.6113240Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:36:16.6134571Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:36:16.6137088Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:36:16.6229273Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:36:16.6264554Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:36:16.6273512Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:36:16.6391396Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:36:16.6551490Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:36:16.6552059Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:36:16.6566505Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:36:16.6575266Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:36:16.6669157Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:36:16.6709212Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:36:16.6891853Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:36:16.6992402Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:36:16.6992948Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:36:16.7009265Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:36:16.7019330Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:36:16.7035048Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:36:16.7109371Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:36:16.7132449Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:36:16.7149524Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:36:16.7172431Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:36:16.7430543Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:36:16.7432817Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:36:16.7447199Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:36:16.7453477Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:36:16.7549008Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:36:16.7589376Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:36:16.7613231Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:36:16.7830693Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:36:16.7871384Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:36:16.7871758Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:36:16.7886686Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:36:16.7893825Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:36:16.7989491Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:36:16.8030113Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:36:16.8083290Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:36:16.8135849Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:36:16.8311539Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:36:16.8313531Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:36:16.8327610Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:36:16.8336311Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:36:16.8429377Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:36:16.8468499Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:36:16.8475218Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:36:16.8503318Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:36:16.8750868Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:36:16.8752932Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:36:16.8765769Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:36:16.8774749Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:36:16.8869285Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:36:16.8901715Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:36:16.8912722Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:36:16.9192987Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:36:16.9193852Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:36:16.9212600Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:36:16.9216972Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:36:16.9310940Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:36:16.9383966Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:36:16.9481456Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:36:16.9490922Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:36:16.9517449Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:36:16.9631299Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:36:16.9631903Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:36:16.9650584Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:36:16.9653540Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:36:16.9749898Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:36:16.9778558Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:36:16.9908834Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:36:16.9936133Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:36:17.0071004Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:36:17.0075371Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:36:17.0089881Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:36:17.0092246Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:36:17.0189349Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:36:17.0225395Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:36:17.0349086Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:36:17.0400217Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:36:17.0511229Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:36:17.0511591Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:36:17.0529088Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:36:17.0531542Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:36:17.0630016Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:36:17.0790140Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:36:17.0814949Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:36:17.0952885Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:36:17.0957261Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:36:17.0975250Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:36:17.0978859Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:36:17.0981575Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:36:17.1069622Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:36:17.1230813Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:36:17.1258449Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:36:17.1355768Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:36:17.1392323Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:36:17.1392900Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:36:17.1412012Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:36:17.1414319Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:36:17.1509163Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:36:17.1538654Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:17.1669889Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:17.1694254Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:36:17.1831675Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:36:17.1832240Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:36:17.1847314Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:36:17.1854501Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:36:17.1948817Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:36:17.2000366Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:36:17.2109152Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:36:17.2135539Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:36:17.2271484Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:36:17.2272040Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:36:17.2286907Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:36:17.2293146Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:36:17.2389331Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:36:17.2443984Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:36:17.2589933Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:36:17.2612776Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:36:17.2710494Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:36:17.2712755Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:36:17.2726844Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:36:17.2733935Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:36:17.2830097Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:36:17.2872324Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:36:17.3032110Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:36:17.3058715Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:36:17.3153329Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:36:17.3154048Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:36:17.3171988Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:36:17.3179471Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:36:17.3270404Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:36:17.3303096Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:17.3470504Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:17.3508787Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:36:17.3592373Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:36:17.3593238Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:36:17.3611811Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:36:17.3617003Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:36:17.3709970Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:36:17.3740576Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:36:17.3910638Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:36:17.3936470Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:36:17.4032144Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:36:17.4032768Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:36:17.4048890Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:36:17.4056665Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:36:17.4150183Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:36:17.4183756Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:36:17.4350470Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:36:17.4376611Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:36:17.4471776Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:36:17.4472955Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:36:17.4491393Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:36:17.4494159Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:36:17.4590317Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:36:17.4619557Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:36:17.4791202Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:36:17.4911497Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:36:17.4914243Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:36:17.4929934Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:36:17.4937812Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:36:17.5029899Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:36:17.5353052Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:36:17.5355747Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:36:17.5368458Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:36:17.5384266Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:36:17.5392035Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:36:17.5469763Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:36:17.5493836Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:36:17.5792864Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:36:17.5793699Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:36:17.5805575Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:36:17.5825148Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:36:17.5910014Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:36:17.5937902Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:36:17.6231331Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:36:17.6234379Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:36:17.6250181Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:36:17.6257813Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:36:17.6298999Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:36:17.6307632Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:36:17.6349621Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:36:17.6373911Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:36:17.6660401Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:36:17.6672901Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:36:17.6673543Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:36:17.6694129Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:36:17.6696960Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:36:17.6749503Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:36:17.6790300Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:36:17.6805343Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:36:17.6821513Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:36:17.7111936Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:36:17.7114029Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:36:17.7130530Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:36:17.7137391Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:36:17.7190069Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:36:17.7216175Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:36:17.7229702Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:36:17.7267443Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:36:17.7553187Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:36:17.7553816Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:36:17.7573087Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:36:17.7576367Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:36:17.7630210Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:36:17.7644639Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:36:17.7669956Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:36:17.7696633Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:36:17.7992229Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:36:17.7992595Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:36:17.8008728Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:36:17.8015812Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:36:17.8069459Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:36:17.8094341Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:36:17.8109661Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:36:17.8142075Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:36:17.8431626Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:36:17.8432288Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:36:17.8447217Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:36:17.8454208Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:36:17.8509273Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:36:17.8549472Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:36:17.8607213Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:36:17.8875079Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:36:17.8875629Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:36:17.8896265Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:36:17.8898874Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:36:17.8989568Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:36:17.9122400Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:36:17.9313928Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:36:17.9314382Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:36:17.9330703Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:36:17.9339207Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:36:17.9429956Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:36:17.9467459Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:36:17.9752652Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:36:17.9755755Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:36:17.9774672Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:36:17.9777370Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:36:17.9869882Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:36:17.9920348Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:36:17.9929688Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:36:17.9937422Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:36:17.9984083Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:36:18.0191858Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:36:18.0192330Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:36:18.0210793Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:36:18.0213702Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:36:18.0309083Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:36:18.0349862Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:36:18.0377667Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:36:18.0632444Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:36:18.0632850Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:36:18.0646779Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:36:18.0654124Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:36:18.0694992Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:36:18.0749102Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:36:18.0762817Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:36:18.0789561Z [gw2] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:36:18.0893692Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:36:18.1070397Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:36:18.1073118Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:36:18.1088918Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:36:18.1096114Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:36:18.1189329Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:36:18.1218310Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:36:18.1229102Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:36:18.1251004Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:36:18.1510862Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:36:18.1513148Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:36:18.1533925Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:36:18.1536698Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:36:18.1628887Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:36:18.1669899Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:36:18.1678148Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:36:18.1692356Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:36:18.1951548Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:36:18.1952076Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:36:18.1969491Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:36:18.1974220Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:36:18.2069053Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:36:18.2099378Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:36:18.2109004Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:36:18.2121813Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:36:18.2390661Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:36:18.2392972Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:36:18.2410987Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:36:18.2413652Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:36:18.2509040Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:36:18.2549664Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:36:18.2700991Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:36:18.2832527Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:36:18.2833126Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:36:18.2855059Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:36:18.2859932Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:36:18.2871580Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:36:18.2949079Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:36:18.2971355Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:36:18.2989187Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:36:18.3271675Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:36:18.3272156Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:36:18.3289462Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:36:18.3299643Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:36:18.3429940Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:36:18.3456645Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:36:18.3712204Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:36:18.3712913Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:36:18.3733469Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:36:18.3738299Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:36:18.3836722Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:36:18.3845237Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:36:18.3870499Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:36:18.3876730Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:36:18.3985567Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:36:18.4152041Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:36:18.4152415Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:36:18.4173804Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:36:18.4178423Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:36:18.4269210Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:36:18.4309759Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:36:18.4339153Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:36:18.4345210Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:36:18.4591686Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:36:18.4593187Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:36:18.4612424Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:36:18.4617158Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:36:18.4708904Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:36:18.4749958Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:36:18.4762111Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:36:18.5034088Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:36:18.5034832Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:36:18.5058907Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:36:18.5061838Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:36:18.5150945Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:36:18.5198449Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:36:18.5474411Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:36:18.5474915Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:36:18.5495725Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:36:18.5506715Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:36:18.5591169Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:36:18.5611994Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:36:18.5614763Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:36:18.5622557Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:36:18.5914956Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:36:18.5915690Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:36:18.5938849Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:36:18.5942439Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:36:18.6031825Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:36:18.6234185Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:36:18.6353945Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:36:18.6354388Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:36:18.6376626Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:36:18.6379005Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:36:18.6470069Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:36:18.6484699Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:36:18.6795139Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:36:18.6796132Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:36:18.6814096Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:36:18.6822144Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:36:18.6911067Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:36:18.7235385Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:36:18.7235758Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:36:18.7254744Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:36:18.7264163Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:36:18.7297104Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:36:18.7349260Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:36:18.7433914Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:36:18.7671839Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:36:18.7672563Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:36:18.7688645Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:36:18.7695439Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:36:18.7789123Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:36:18.7892705Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:36:18.8112161Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:36:18.8112567Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:36:18.8133963Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:36:18.8136422Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:36:18.8229406Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:36:18.8351855Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:36:18.8552210Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:36:18.8552664Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:36:18.8570227Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:36:18.8576893Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:36:18.8669621Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:36:18.8776562Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:36:18.8992482Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:36:18.8993209Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:36:18.9007457Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:36:18.9016478Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:36:18.9109404Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:36:18.9123250Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:36:18.9431826Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:36:18.9432744Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:36:18.9450339Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:36:18.9456357Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:36:18.9550089Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:36:18.9574834Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:36:18.9871381Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:36:18.9874338Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:36:18.9887153Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:36:18.9896665Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:36:18.9955677Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:36:18.9967460Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:36:18.9989575Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:36:18.9997288Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:36:19.0107994Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:36:19.0311551Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:36:19.0312195Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:36:19.0326522Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:36:19.0333290Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:36:19.0389633Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:36:19.0429580Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:36:19.0452381Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:36:19.0474377Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:36:19.0751053Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:36:19.0753239Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:36:19.0771590Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:36:19.0774244Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:36:19.0829566Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:36:19.0869321Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:36:19.0894488Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:36:19.0904265Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:36:19.1191298Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:36:19.1192719Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:36:19.1209778Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:36:19.1216412Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:36:19.1268989Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:36:19.1310123Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:36:19.1341733Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:36:19.1632039Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:36:19.1632946Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:36:19.1654339Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:36:19.1660459Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:36:19.1750880Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:36:19.1828170Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:36:19.2072835Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:36:19.2073489Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:36:19.2091309Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:36:19.2098887Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:36:19.2190473Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:36:19.2220005Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:36:19.2510988Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:36:19.2513431Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:36:19.2525930Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:36:19.2537315Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:36:19.2630113Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:36:19.2657683Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:36:19.2951484Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:36:19.2955146Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:36:19.2970502Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:36:19.2977593Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:36:19.3069949Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:36:19.3394933Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:36:19.3395265Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:36:19.3422415Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:36:19.3427150Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:36:19.3430112Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:36:19.3509486Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:36:19.3833015Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:36:19.3836834Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:36:19.3852968Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:36:19.3861210Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:36:19.3873846Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:36:19.3948825Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:36:19.4026065Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:36:19.4271270Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:36:19.4274271Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:36:19.4284379Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:36:19.4295594Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:36:19.4303798Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:36:19.4311046Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:36:19.4389329Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:36:19.4406053Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:36:19.4430088Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:36:19.4710990Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:36:19.4713540Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:36:19.4727615Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:36:19.4734103Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:36:19.4748997Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:36:19.4829597Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:36:19.4852830Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:36:19.5076528Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:36:19.5152922Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:36:19.5153491Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:36:19.5171922Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:36:19.5178323Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:36:19.5188856Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:36:19.5269986Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:36:19.5289486Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:36:19.5298842Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:36:19.5593372Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:36:19.5593994Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:36:19.5615162Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:36:19.5616926Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:36:19.5629569Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:36:19.5709976Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:36:19.5725727Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:36:19.5736421Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:36:19.6032014Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:36:19.6032376Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:36:19.6051798Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:36:19.6054521Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:36:19.6070234Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:36:19.6149619Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:36:19.6173307Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:36:19.6472126Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:36:19.6475068Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:36:19.6492134Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:36:19.6498918Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:36:19.6509789Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:36:19.6616700Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:36:19.6912693Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:36:19.6913751Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:36:19.6931842Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:36:19.6936045Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:36:19.6990714Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:36:19.7099473Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:36:19.7354321Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:36:19.7356075Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:36:19.7372085Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:36:19.7382235Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:36:19.7430928Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:36:19.7449041Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:36:19.7585625Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:36:19.7594364Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:36:19.7608787Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:36:19.7793675Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:36:19.7794209Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:36:19.7819358Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:36:19.7822368Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:36:19.7870971Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:36:19.8032353Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:36:19.8050395Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:36:19.8235239Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:36:19.8235780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:36:19.8267916Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:36:19.8268604Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:36:19.8270702Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:36:19.8309293Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:36:19.8370455Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:36:19.8470652Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:36:19.8487084Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:36:19.8673265Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:36:19.8674373Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:36:19.8689932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:36:19.8699008Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:36:19.8750489Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:36:19.8801026Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:36:19.8910820Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:36:19.8927414Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:36:19.9112839Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:36:19.9113568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:36:19.9129800Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:36:19.9139102Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:36:19.9190144Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:36:19.9217412Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:36:19.9350550Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:36:19.9365283Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:36:19.9551656Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:36:19.9553320Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:36:19.9568513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:36:19.9575730Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:36:19.9629047Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:36:19.9790030Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:36:19.9803075Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:36:19.9992877Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:36:19.9993428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:36:20.0012232Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:36:20.0019137Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:36:20.0040057Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:36:20.0068831Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:36:20.0126319Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:36:20.0229524Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:36:20.0245703Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:36:20.0431738Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:36:20.0432544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:36:20.0448393Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:36:20.0455603Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:36:20.0508833Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:36:20.0629120Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:36:20.0681619Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:36:20.0687869Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:36:20.0871794Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:36:20.0872670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:36:20.0890167Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:36:20.0897369Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:36:20.0949018Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:36:20.0971713Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:36:20.1109128Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:36:20.1122982Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:36:20.1311453Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:36:20.1312081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:36:20.1329914Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:36:20.1336791Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:36:20.1389242Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:36:20.1549703Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:36:20.1562537Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:36:20.1752708Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:36:20.1753249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:36:20.1774924Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:36:20.1778480Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:36:20.1859683Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:36:20.1869795Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:36:20.1890125Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:36:20.1990319Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:36:20.2005315Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:36:20.2191861Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:36:20.2192540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:36:20.2210739Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:36:20.2217683Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:36:20.2308653Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:36:20.2331936Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:36:20.2429250Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:36:20.2444036Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:36:20.2630464Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:36:20.2632565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:36:20.2645716Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:36:20.2655748Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:36:20.2748825Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:36:20.2869899Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:36:20.2886857Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:36:20.3071947Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:36:20.3072288Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:36:20.3092243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:20.3095070Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:36:20.3297270Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:20.3306047Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:36:20.3311912Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:36:20.3330550Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:36:20.3377067Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:36:20.3511293Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:36:20.3512073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:36:20.3527224Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:36:20.3534319Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:36:20.3709487Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:36:20.3729795Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:36:20.3749334Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:36:20.3762672Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:36:20.3951302Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:36:20.3951878Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:36:20.3966768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.3973027Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:36:20.4149580Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.4189774Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:36:20.4202680Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:36:20.4391404Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:36:20.4394240Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:36:20.4409029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.4415631Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:36:20.4508110Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.4588486Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:36:20.4613304Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:36:20.4629256Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:36:20.4643163Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:36:20.4831513Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:36:20.4831881Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:36:20.4849977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.4853163Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.5029285Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:36:20.5065132Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:36:20.5074172Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:36:20.5087697Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:36:20.5271024Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:36:20.5271803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.5288837Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:36:20.5291406Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:36:20.5469532Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.5482671Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:36:20.5509267Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:36:20.5521768Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:36:20.5711035Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:36:20.5712208Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:36:20.5730253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:36:20.5732528Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:36:20.5909433Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:36:20.5921599Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:36:20.5949307Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:36:20.5961060Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:36:20.6151202Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:36:20.6153233Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:36:20.6169876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.6172277Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.6349162Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:36:20.6361615Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:36:20.6389697Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:36:20.6402844Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:36:20.6591681Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:36:20.6592695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.6610982Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:36:20.6612325Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.6790257Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:36:20.6803441Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:36:20.6829445Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:36:20.6842639Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:36:20.7031464Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:36:20.7031896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:36:20.7050338Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:36:20.7053031Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:36:20.7229684Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:36:20.7241990Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:36:20.7269429Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:36:20.7287102Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:36:20.7471431Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:36:20.7472287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.7490483Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:36:20.7493372Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:36:20.7669690Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.7682244Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:36:20.7709508Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:36:20.7721756Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:36:20.7910986Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:36:20.7913063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.7927104Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:36:20.7933585Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.8109595Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:36:20.8121902Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:36:20.8149344Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:36:20.8161252Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:36:20.8351071Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:36:20.8351903Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:36:20.8369672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:36:20.8372144Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:36:20.8549714Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:36:20.8561508Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:36:20.8589267Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:36:20.8602068Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:36:20.8791139Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:36:20.8791710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:36:20.8809367Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:36:20.8812567Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:36:20.8991511Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:36:20.9004534Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:36:20.9029360Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:36:20.9041617Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:36:20.9231156Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:36:20.9231777Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:36:20.9245852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:36:20.9252400Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:36:20.9430352Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:36:20.9449512Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:36:20.9469624Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:36:20.9482699Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:36:20.9672061Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:36:20.9672522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:36:20.9685792Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:36:20.9696685Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:36:20.9871591Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:36:20.9955775Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:36:20.9964112Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:36:20.9979145Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:36:21.0112274Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:36:21.0113423Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:36:21.0134378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:36:21.0137427Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:36:21.0311054Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:36:21.0329258Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:36:21.0389972Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:36:21.0405100Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:36:21.0552608Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:36:21.0553335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:36:21.0575246Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:36:21.0577571Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:36:21.0751029Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:36:21.0770390Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:36:21.0830778Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:36:21.0846420Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:36:21.0993160Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:36:21.0993852Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:36:21.1010576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:36:21.1017825Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:36:21.1190899Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:36:21.1210995Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:36:21.1270466Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:36:21.1284749Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:36:21.1432493Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:36:21.1433340Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:36:21.1451521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:36:21.1458412Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:36:21.1631651Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:36:21.1649925Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:36:21.1709970Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:36:21.1724479Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:36:21.1871767Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:36:21.1872398Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:36:21.1891018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:36:21.1897563Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:36:21.2069746Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:36:21.2083694Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:36:21.2149544Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:36:21.2167106Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:36:21.2311347Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:36:21.2312528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:36:21.2329223Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:36:21.2338835Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:36:21.2508989Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:36:21.2521808Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:36:21.2589047Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:36:21.2600918Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:36:21.2751510Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:36:21.2752391Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:36:21.2769513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:36:21.2776309Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:36:21.2949116Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:36:21.2961396Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:36:21.3029089Z [gw2] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:36:21.3040982Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:36:21.3191321Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:36:21.3191688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:36:21.3211900Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:36:21.3212954Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:36:21.3389697Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:36:21.3405757Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:36:21.3468815Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:36:21.3480765Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:36:21.3631436Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:36:21.3631807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.3646903Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:36:21.3654608Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.3829467Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:36:21.3909796Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:36:21.3922516Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:36:21.4019095Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:36:21.4071686Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:36:21.4073217Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:36:21.4094309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:36:21.4096748Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:36:21.4269225Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:36:21.4281237Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:36:21.4349586Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:36:21.4363202Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:36:21.4510125Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:36:21.4513348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:36:21.4530824Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:36:21.4533918Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:36:21.4708876Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:36:21.4721645Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:36:21.4789020Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:36:21.4801115Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:36:21.4951065Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:36:21.4951557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:36:21.4971404Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:36:21.4973396Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:36:21.5149444Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:36:21.5162540Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:36:21.5228933Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:36:21.5241655Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:36:21.5391206Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:36:21.5391831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:36:21.5410557Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:36:21.5413263Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:36:21.5589363Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:36:21.5602848Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:36:21.5669172Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:36:21.5681956Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:36:21.5831321Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:36:21.5831914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:36:21.5849367Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:36:21.5855843Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:36:21.6029268Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:36:21.6041833Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:36:21.6109082Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:36:21.6121534Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:36:21.6271143Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:36:21.6271721Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:36:21.6289439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.6295815Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:36:21.6469768Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.6483134Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:36:21.6549313Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:36:21.6561806Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:36:21.6711289Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:36:21.6711703Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:36:21.6729570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.6736671Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:36:21.6909385Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.6921346Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:36:21.6989441Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:36:21.7005565Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:36:21.7149544Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:36:21.7153511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.7166116Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:36:21.7176570Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:36:21.7349376Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.7361036Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:36:21.7429183Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:36:21.7442356Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:36:21.7589809Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:36:21.7592580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.7612059Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:36:21.7614713Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:36:21.7788953Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.7801139Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:36:21.7869227Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:36:21.7882397Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:36:21.8031393Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:36:21.8031768Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:36:21.8049604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.8055982Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:36:21.8229731Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.8245188Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:36:21.8309110Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:36:21.8469887Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:36:21.8473112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.8479591Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:36:21.8491476Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:36:21.8499572Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.8669413Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:36:21.8681457Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:36:21.8748758Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:36:21.8761416Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:36:21.8911543Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:36:21.8913169Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:36:21.8929157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.8935771Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:36:21.9109258Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.9122041Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:36:21.9188986Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:36:21.9201571Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:36:21.9351656Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:36:21.9352442Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:36:21.9366639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.9372795Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.9550216Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:36:21.9565604Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:36:21.9628944Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:36:21.9640805Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:36:21.9791723Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:36:21.9792293Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:36:21.9809389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:36:21.9816157Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:36:21.9989217Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:36:22.0001461Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:36:22.0069291Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:36:22.0082692Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:36:22.0231636Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:36:22.0232542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:36:22.0253169Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:36:22.0255794Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:36:22.0429056Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:36:22.0440846Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:36:22.0509199Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:36:22.0521715Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:36:22.0671410Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:36:22.0673137Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:36:22.0688477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:36:22.0695113Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:36:22.0869739Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:36:22.0883061Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:36:22.0949026Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:36:22.0961402Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:36:22.1111926Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:36:22.1112376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:36:22.1129422Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:36:22.1136495Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:36:22.1309492Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:36:22.1322490Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:36:22.1388822Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:36:22.1401232Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:36:22.1551600Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:36:22.1552226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:36:22.1570186Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:36:22.1576662Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:36:22.1749583Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:36:22.1765357Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:36:22.1829592Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:36:22.1846208Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:36:22.1993027Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:36:22.1993410Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:36:22.2015197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:36:22.2022194Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:36:22.2191623Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:36:22.2210765Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:36:22.2270452Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:36:22.2285982Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:36:22.2433239Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:36:22.2433761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:36:22.2456958Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:36:22.2461420Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:36:22.2631087Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:36:22.2651093Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:36:22.2710394Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:36:22.2726352Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:36:22.2872693Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:36:22.2873482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:36:22.2895612Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:36:22.2900613Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:36:22.3071643Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:36:22.3093542Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:36:22.3150878Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:36:22.3165957Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:36:22.3312795Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:36:22.3313289Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:36:22.3335896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:36:22.3341048Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:36:22.3510682Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:36:22.3528369Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:36:22.3590749Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:36:22.3607213Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:36:22.3752976Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:36:22.3753771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:36:22.3772138Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:36:22.3781509Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:36:22.3949883Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:36:22.3964498Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:36:22.4029956Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:36:22.4044999Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:36:22.4191488Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:36:22.4192081Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:36:22.4210325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:36:22.4218795Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:36:22.4389574Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:36:22.4401990Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:36:22.4469499Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:36:22.4483456Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:36:22.4631460Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:36:22.4631829Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:36:22.4652375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:36:22.4654049Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:36:22.4829042Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:36:22.4843067Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:36:22.4909282Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:36:22.4922539Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:36:22.5070716Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:36:22.5071423Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:36:22.5087925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.5096236Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:36:22.5269249Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.5283633Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:36:22.5349432Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:36:22.5363267Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:36:22.5511205Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:36:22.5511838Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:36:22.5528315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.5533911Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:36:22.5709116Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.5721234Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:36:22.5789283Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:36:22.5801805Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:36:22.5950967Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:36:22.5951563Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:36:22.5971182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:36:22.5975798Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:36:22.6150648Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:36:22.6164154Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:36:22.6228880Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:36:22.6240999Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:36:22.6391368Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:36:22.6392070Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:36:22.6409695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:36:22.6414571Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:36:22.6589480Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:36:22.6604448Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:36:22.6669441Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:36:22.6687456Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:36:22.6831404Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:36:22.6832118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:36:22.6849002Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:36:22.6858841Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:36:22.7029223Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:36:22.7041700Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:36:22.7109481Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:36:22.7122864Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:36:22.7271414Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:36:22.7272112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.7287918Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:36:22.7294414Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:36:22.7469020Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.7480717Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:36:22.7549178Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:36:22.7560510Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:36:22.7711130Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:36:22.7712305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.7729951Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:36:22.7731671Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.7909986Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:36:22.7930118Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:36:22.7988941Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:36:22.8001111Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:36:22.8150872Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:36:22.8153470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.8167538Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:36:22.8175072Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.8349667Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:36:22.8362892Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:36:22.8428881Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:36:22.8440558Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:36:22.8590901Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:36:22.8591641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.8609564Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:36:22.8612536Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.8789228Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:36:22.8801425Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:36:22.8869047Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:36:22.8881655Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:36:22.9031364Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:36:22.9031988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.9050188Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:36:22.9052861Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.9229416Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:36:22.9241903Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:36:22.9309093Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:36:22.9321610Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:36:22.9470054Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:36:22.9472075Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:36:22.9486181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.9493846Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:36:22.9669512Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.9681589Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:36:22.9749048Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:36:22.9761114Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:36:22.9910975Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:36:22.9911687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.9929362Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:36:22.9933007Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.0109105Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:36:23.0121353Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:36:23.0189481Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:36:23.0203172Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:36:23.0350929Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:36:23.0351273Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:36:23.0365363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.0372795Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:36:23.0549706Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.0561556Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:36:23.0629155Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:36:23.0640998Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:36:23.0790751Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:36:23.0791693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:36:23.0804771Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:36:23.0813744Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:36:23.0989903Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:36:23.1003596Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:36:23.1068803Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:36:23.1081175Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:36:23.1230832Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:36:23.1232780Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:36:23.1250314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:36:23.1252214Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:36:23.1429538Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:36:23.1444670Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:36:23.1509245Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:36:23.1525358Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:36:23.1670672Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:36:23.1672607Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:36:23.1684577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:36:23.1692710Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:36:23.1869771Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:36:23.1882075Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:36:23.1949135Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:36:23.1961220Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:36:23.2111159Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:36:23.2111763Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:36:23.2126270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:36:23.2132739Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:36:23.2309233Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:36:23.2321474Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:36:23.2389208Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:36:23.2401632Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:36:23.2551077Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:36:23.2551576Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:36:23.2565154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:36:23.2572013Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:36:23.2749893Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:36:23.2766637Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:36:23.2829210Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:36:23.2841502Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:36:23.2990769Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:36:23.2991097Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:36:23.3005534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:36:23.3012327Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:36:23.3189953Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:36:23.3201972Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:36:23.3269322Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:36:23.3282460Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:36:23.3430904Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:36:23.3431454Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:36:23.3444299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:36:23.3450250Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:36:23.3629414Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:36:23.3641691Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:36:23.3709109Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:36:23.3720989Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:36:23.3871713Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:36:23.3872508Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:36:23.3888253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:36:23.3900105Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:36:23.4070401Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:36:23.4084044Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:36:23.4149931Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:36:23.4163279Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:36:23.4313291Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:36:23.4314549Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:36:23.4335800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:36:23.4340288Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:36:23.4510768Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:36:23.4525585Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:36:23.4590117Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:36:23.4604962Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:36:23.4752925Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:36:23.4754438Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:36:23.4776553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:36:23.4781151Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:36:23.4951341Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:36:23.4966130Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:36:23.5030940Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:36:23.5047051Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:36:23.7207344Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:36:23.7210787Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:36:23.7216066Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:36:23.7233929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:36:23.7243510Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:36:23.7248383Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:36:23.7256430Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:36:23.7260491Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:36:23.7269351Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:36:23.7276485Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:36:23.7287635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:36:23.7305287Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:36:23.7315663Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:36:23.7319078Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:36:23.7322219Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:36:23.7324363Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:36:23.7716001Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:36:23.7718237Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:36:23.7741988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:36:23.7753977Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:36:23.7756995Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:36:23.7761864Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:36:23.7765663Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:36:23.7769150Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:36:23.8154212Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:36:23.8195068Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:36:23.8196931Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:36:23.8199387Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:36:23.8202632Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:36:23.8207730Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:36:23.8211028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.8215233Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.8597359Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:36:23.8603567Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:36:23.8606541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.8625320Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:36:23.8632218Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:36:23.8640354Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:36:23.8643071Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:36:23.8645799Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.9032179Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:36:23.9040300Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:36:23.9064858Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:36:23.9066405Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:36:23.9079182Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:36:23.9081398Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:36:23.9083237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.9085384Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.9480046Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:36:23.9480964Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:36:23.9482149Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:36:23.9505007Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:36:23.9512951Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:36:23.9515162Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:36:23.9516757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.9519507Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.9914417Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:36:23.9914979Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:36:23.9932267Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:36:23.9940538Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:36:23.9950343Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:36:23.9957933Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:36:23.9961342Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:36:23.9963315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:36:24.0354520Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:36:24.0360907Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:36:24.0364683Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:36:24.0383868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.0396921Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:36:24.0400049Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:36:24.0403076Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:36:24.0406096Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:36:24.0797043Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.0800244Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:36:24.0809853Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:36:24.0818559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.0832819Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.0839294Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:36:24.0842548Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:36:24.0846240Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:36:24.1237297Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:36:24.1238237Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:36:24.1243683Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:36:24.1249626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.1266323Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:36:24.1269308Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:36:24.1279702Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:36:24.1282655Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.1675753Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:36:24.1681030Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:36:24.1685958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.1710599Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:36:24.1712338Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:36:24.1715667Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.1719151Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:36:24.1721655Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:36:24.2114555Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:36:24.2121297Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:36:24.2124849Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:36:24.2137330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.2144270Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:36:24.2154807Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:36:24.2160567Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.2167330Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:36:24.2587124Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:36:24.2589148Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:36:24.2598016Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:36:24.2599727Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:36:24.2602393Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:36:24.2610193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.2615342Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.2619771Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:36:24.3024511Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:36:24.3037103Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:36:24.3040193Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:36:24.3045174Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:36:24.3047967Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:36:24.3049909Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:36:24.3052370Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:36:24.3053680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.3436167Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.3437972Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:36:24.3439982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.3445767Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:36:24.3461360Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:36:24.3476422Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.3480232Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:36:24.3483649Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:36:24.3878598Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:36:24.3912264Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:36:24.3914344Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:36:24.3915664Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:36:24.3917225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:36:24.3920523Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:36:24.3923521Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:36:24.3926849Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:36:24.4314629Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:36:24.4323565Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:36:24.4336667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:36:24.4338722Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:36:24.4358093Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:36:24.4359664Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:36:24.4364682Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:36:24.4367356Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:36:24.4757918Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:36:24.4763192Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:36:24.4790533Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:36:24.4792960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:36:24.4795300Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:36:24.4798677Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:36:24.4801583Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:36:24.4804724Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:36:24.5193580Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:36:24.5213346Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:36:24.5234482Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:36:24.5235632Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:36:24.5238370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:36:24.5242464Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:36:24.5247158Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:36:24.5249890Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:36:24.5633776Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:36:24.5638470Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:36:24.5649128Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:36:24.5655023Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:36:24.5671800Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:36:24.5680699Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:36:24.5683819Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:36:24.5685873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:36:24.6078865Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:36:24.6094773Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:36:24.6109625Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:36:24.6113062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:36:24.6116066Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:36:24.6120278Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:36:24.6124844Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:36:24.6128793Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:36:24.6522008Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:36:24.6522680Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:36:24.6523931Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:36:24.6555737Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:36:24.6559042Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:36:24.6562110Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:36:24.6564494Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:36:24.6566131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:36:24.6960773Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:36:24.6961488Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:36:24.6969780Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:36:24.6978041Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:36:24.6995961Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:36:24.7002358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.7005572Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.7008421Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:36:24.7397221Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:36:24.7404227Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:36:24.7404877Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:36:24.7409230Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:36:24.7417332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.7437711Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:36:24.7440863Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:36:24.7443044Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:36:24.7860340Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.7860966Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:36:24.7861468Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:36:24.7866365Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:36:24.7869932Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:36:24.7884765Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:36:24.7886445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.7889134Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.8304008Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:36:24.8324955Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:36:24.8329774Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:36:24.8330894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.8334098Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.8335804Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:36:24.8338995Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:36:24.8340328Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:36:24.8717537Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:36:24.8729998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.8730401Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:36:24.8739973Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:36:24.8748811Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:36:24.8752876Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:36:24.8759418Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.8774715Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:36:24.9154086Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:36:24.9157975Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:36:24.9159262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:36:24.9176290Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:36:24.9184278Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:36:24.9187828Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:36:24.9195702Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:36:24.9208079Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:36:24.9595361Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:36:24.9600032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:36:24.9601059Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:36:24.9608162Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:36:24.9616869Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:36:24.9625261Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:36:24.9635954Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:36:24.9649289Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:36:25.0035663Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:36:25.0037643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:36:25.0039819Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:36:25.0061942Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:36:25.0064959Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:36:25.0067932Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:36:25.0074867Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:36:25.0087441Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:36:25.0474336Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:36:25.0475207Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:36:25.0476271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:36:25.0498868Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:36:25.0502058Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:36:25.0505247Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:36:25.0512160Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:36:25.0524733Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:36:25.0915093Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:36:25.0915614Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:36:25.0920839Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:36:25.0936159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:36:25.0945970Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:36:25.0949008Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:36:25.0955498Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:36:25.0967973Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:36:25.1354176Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:36:25.1356865Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:36:25.1357892Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:36:25.1371424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.1377916Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:36:25.1385903Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:36:25.1392323Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.1404723Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:36:25.1793949Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:36:25.1798813Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:36:25.1799245Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:36:25.1811517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.1822587Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:36:25.1825874Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.1833215Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:36:25.1845476Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:36:25.2236383Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:36:25.2238365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.2242659Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:36:25.2261443Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:36:25.2264898Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:36:25.2268321Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.2274988Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:36:25.2289661Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:36:25.2677619Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:36:25.2679097Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:36:25.2681853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.2692824Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:36:25.2706026Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:36:25.2709212Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:36:25.2715877Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.2729942Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:36:25.3114624Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:36:25.3118703Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:36:25.3138015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.3144608Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:36:25.3148120Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:36:25.3151016Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.3157326Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:36:25.3169777Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:36:25.3552946Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:36:25.3556291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:36:25.3560279Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:36:25.3583284Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:36:25.3586863Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:36:25.3589798Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:36:25.3597039Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:36:25.3613511Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:36:25.3993352Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:36:25.3998061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:36:25.4020865Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:36:25.4022421Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:36:25.4026160Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:36:25.4029012Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:36:25.4035552Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:36:25.4047906Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:36:25.4434963Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:36:25.4437604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:36:25.4439901Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:36:25.4453633Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:36:25.4461924Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:36:25.4466172Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:36:25.4472593Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:36:25.4485062Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:36:25.4875936Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:36:25.4878242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:36:25.4881763Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:36:25.4902332Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:36:25.4905539Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:36:25.4908485Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:36:25.4914722Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:36:25.4926694Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:36:25.5318053Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:36:25.5319381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:36:25.5320410Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:36:25.5334935Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:36:25.5343459Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:36:25.5368054Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:36:25.5388977Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:36:25.5400986Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:36:25.5752395Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:36:25.5756964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:36:25.5768919Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:36:25.5780343Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:36:25.5783276Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:36:25.5784574Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:36:25.5829932Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:36:25.5843048Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:36:25.6194372Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:36:25.6195400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:36:25.6221011Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:36:25.6222948Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:36:25.6225991Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:36:25.6228569Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:36:25.6269115Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:36:25.6281811Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:36:25.6637279Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:36:25.6638107Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:36:25.6639423Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:36:25.6651667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.6660515Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.6668992Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:36:25.6709142Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:36:25.6721538Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:36:25.7074208Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:36:25.7076809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.7081562Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:36:25.7091804Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:36:25.7105494Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.7108108Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:36:25.7149205Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:36:25.7161856Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:36:25.7510596Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:36:25.7516116Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:36:25.7520120Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:36:25.7528628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.7544408Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:36:25.7547241Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:36:25.7589592Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.7603052Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:36:25.7956843Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:36:25.7957940Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:36:25.7959813Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:36:25.7977456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.7980413Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:36:25.7988756Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:36:25.8029183Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.8041444Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:36:25.8397640Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:36:25.8399947Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:36:25.8400965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.8412649Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:36:25.8423924Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.8426836Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:36:25.8469228Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:36:25.8484634Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:36:25.8839592Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:36:25.8840361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:36:25.8840977Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:36:25.8867674Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:36:25.8874382Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:36:25.8877200Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:36:25.8910713Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:36:25.8926647Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:36:25.9277410Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:36:25.9279942Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:36:25.9280430Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:36:25.9300480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:36:25.9310115Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:36:25.9315905Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:36:25.9350505Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:36:25.9366736Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:36:25.9717687Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:36:25.9718735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:36:25.9719072Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:36:25.9747470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:36:25.9750738Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:36:25.9752996Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:36:25.9790360Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:36:25.9804712Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:36:26.0157835Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:36:26.0159232Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:36:26.0159957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:36:26.0182857Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:36:26.0190461Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:36:26.0193139Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:36:26.0230046Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:36:26.0244733Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:36:26.0595508Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:36:26.0596271Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:36:26.0599717Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:36:26.0617600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:36:26.0626471Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:36:26.0629452Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:36:26.0669927Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:36:26.0684462Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:36:26.1033823Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:36:26.1037475Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:36:26.1039111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:36:26.1052413Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:36:26.1065029Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:36:26.1068436Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:36:26.1109119Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:36:26.1122247Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:36:26.1475068Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:36:26.1475729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.1476304Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:36:26.1495376Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:36:26.1498622Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:36:26.1505519Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.1549618Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:36:26.1562098Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:36:26.1913731Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:36:26.1918333Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:36:26.1919645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.1934864Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:36:26.1946127Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:36:26.1948657Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.1989058Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:36:26.2003348Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:36:26.2352713Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:36:26.2356336Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:36:26.2357157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.2378448Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:36:26.2381322Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:36:26.2384560Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:36:26.2429695Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.2442834Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:36:26.2794548Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:36:26.2795539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.2799325Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:36:26.2811090Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:36:26.2823807Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:36:26.2828186Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:36:26.2869609Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.2881482Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:36:26.3229581Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:36:26.3243154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.3271090Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.3271667Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:36:26.3286017Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:36:26.3292471Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:36:26.3309021Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:36:26.3324330Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:36:26.3669357Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:36:26.3681337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.3710977Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.3711517Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:36:26.3725784Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:36:26.3732234Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:36:26.3749537Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:36:26.3762349Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:36:26.4110098Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:36:26.4122729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:36:26.4152136Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:36:26.4152713Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:36:26.4166839Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:36:26.4172987Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:36:26.4189342Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:36:26.4202342Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:36:26.4549368Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:36:26.4561567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:36:26.4590557Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:36:26.4592676Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:36:26.4611691Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:36:26.4614604Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:36:26.4629114Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:36:26.4641676Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:36:26.4989627Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:36:26.5002057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:36:26.5030983Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:36:26.5031925Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:36:26.5049108Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:36:26.5052172Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:36:26.5069280Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:36:26.5082625Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:36:26.5429271Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:36:26.5441365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:36:26.5471692Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:36:26.5472119Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:36:26.5489283Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:36:26.5495356Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:36:26.5508702Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:36:26.5521009Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:36:26.5869437Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:36:26.5880950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:36:26.5911339Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:36:26.5912177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.5929306Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:36:26.5936261Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:36:26.5949003Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.5960917Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:36:26.6309743Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:36:26.6321565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:36:26.6351654Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:36:26.6352371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.6369769Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:36:26.6376836Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:36:26.6389087Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.6401533Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:36:26.6749717Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:36:26.6762525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.6791963Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.6792649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:36:26.6808617Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:36:26.6816759Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:36:26.6829493Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:36:26.6842120Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:36:26.7189439Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:36:26.7204936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.7231603Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.7232333Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:36:26.7249711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:36:26.7254327Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:36:26.7268811Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:36:26.7281700Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:36:26.7630014Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:36:26.7641881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.7671507Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.7672159Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:36:26.7689455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:36:26.7695974Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:36:26.7709208Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:36:26.7721974Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:36:26.8069625Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:36:26.8081031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.8111429Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.8112184Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:36:26.8129716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:36:26.8136601Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:36:26.8149460Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:36:26.8165210Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:36:26.8509310Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:36:26.8523355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.8551731Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.8552316Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:36:26.8569347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:36:26.8576935Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:36:26.8589098Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:36:26.8603026Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:36:26.8949178Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:36:26.8961087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.8991407Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.8992021Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:36:26.9009408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:36:26.9016258Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:36:26.9029013Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:36:26.9040850Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:36:26.9390539Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:36:26.9404801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:36:26.9431516Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:36:26.9432013Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:36:26.9446442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:36:26.9454785Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:36:26.9468897Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:36:26.9481184Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:36:26.9830000Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:36:26.9842117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.9871202Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.9871668Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:36:26.9884261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:36:26.9890066Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:36:26.9908858Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:36:26.9921190Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:36:27.0268959Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:36:27.0280862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.0309967Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.0311683Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:36:27.0325034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:36:27.0331844Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:36:27.0348651Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:36:27.0360498Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:36:27.0709444Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:36:27.0723460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:36:27.0750261Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:36:27.0751855Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:36:27.0767628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:36:27.0774656Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:36:27.0789384Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:36:27.0804375Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:36:27.1152945Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:36:27.1168156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:36:27.1192321Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:36:27.1194857Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:36:27.1217330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.1219712Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:36:27.1230363Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.1245084Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:36:27.1592637Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:36:27.1606194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:36:27.1633036Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:36:27.1635583Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:36:27.1648368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.1661429Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:36:27.1670427Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.1685448Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:36:27.2032587Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:36:27.2056239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:36:27.2072025Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:36:27.2075018Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:36:27.2096513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.2097860Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.2110210Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:36:27.2125827Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:36:27.2472600Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:36:27.2488415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:36:27.2512135Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:36:27.2514868Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:36:27.2536347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.2538436Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.2550270Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:36:27.2564827Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:36:27.2911173Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:36:27.2926508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:36:27.2952067Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:36:27.2953141Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:36:27.2975679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.2977390Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:36:27.2989412Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.3006449Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:36:27.3350560Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:36:27.3366034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:36:27.3392013Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:36:27.3392647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.3410505Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:36:27.3417126Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.3429908Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:36:27.3442873Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:36:27.3789969Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:36:27.3803875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:36:27.3831572Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:36:27.3832443Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:36:27.3848124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.3855020Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:36:27.3869252Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.3881543Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:36:27.4230116Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:36:27.4243978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:36:27.4314696Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:36:27.4315411Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:36:27.4317720Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:36:27.4332895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.4344696Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.4348441Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:36:27.4669694Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:36:27.4681564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:36:27.4753760Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:36:27.4756187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:36:27.4757015Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:36:27.4768675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.4781091Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:36:27.4783961Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.5109256Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:36:27.5123197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:36:27.5192875Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:36:27.5196997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.5199063Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:36:27.5216585Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:36:27.5223688Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:36:27.5226311Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:36:27.5549279Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.5563490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.5632469Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.5636985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:36:27.5637649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.5658789Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:36:27.5661696Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:36:27.5664347Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:36:27.5989252Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.6000658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.6074147Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.6076734Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:36:27.6078701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:36:27.6099242Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:36:27.6101729Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:36:27.6104569Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:36:27.6429726Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:36:27.6441462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.6514733Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.6515445Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:36:27.6519223Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:36:27.6535306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:36:27.6542026Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:36:27.6544714Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:36:27.6869139Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:36:27.6884114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.6955145Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.6956719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:36:27.6957526Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:36:27.6976218Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:36:27.6983412Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:36:27.6986505Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:36:27.7309528Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:36:27.7323119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:36:27.7393363Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:36:27.7396186Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:36:27.7398484Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:36:27.7418334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:36:27.7421122Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:36:27.7423939Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:36:27.7748899Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:36:27.7760717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.7834505Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.7836572Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:36:27.7838400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:36:27.7860731Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:36:27.7863718Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:36:27.7866506Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:36:27.8188909Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:36:27.8201118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.8271446Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.8274455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:36:27.8279936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:36:27.8289296Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:36:27.8300728Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:36:27.8304489Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:36:27.8629445Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:36:27.8641254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.8714142Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.8714883Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:36:27.8715765Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:36:27.8728974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:36:27.8739286Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:36:27.8747044Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:36:27.9069603Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:36:27.9081595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.9153772Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.9154852Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:36:27.9158984Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:36:27.9173249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:36:27.9184061Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:36:27.9186429Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:36:27.9509025Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:36:27.9521427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.9593867Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.9594763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:36:27.9597824Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:36:27.9610490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:36:27.9617927Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:36:27.9624489Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:36:27.9949358Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:36:27.9961597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.0032119Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.0036201Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:36:28.0036941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:36:28.0053119Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:36:28.0063802Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:36:28.0066704Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:36:28.0389119Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:36:28.0400993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.0472919Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.0476483Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:36:28.0477036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:36:28.0491872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:36:28.0498245Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:36:28.0504690Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:36:28.0829512Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:36:28.0843125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.0913533Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.0917666Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:36:28.0918864Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:36:28.0934099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:36:28.0945099Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:36:28.0948457Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:36:28.1269618Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:36:28.1282985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:36:28.1353299Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:36:28.1353949Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:36:28.1360018Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:36:28.1371947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.1375344Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:36:28.1386948Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:36:28.1709450Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.1725813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:36:28.1794462Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:36:28.1797490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:36:28.1798486Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:36:28.1808114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.1821028Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:36:28.1823538Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.2148897Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:36:28.2160657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:36:28.2233918Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:36:28.2234957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.2240051Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:36:28.2258583Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:36:28.2262776Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:36:28.2265091Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.2589740Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:36:28.2603053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:36:28.2675262Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:36:28.2679434Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:36:28.2680055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:28.2688614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:36:28.2701473Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:36:28.2704651Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:28.3030157Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:36:28.3042987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:36:28.3116097Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:36:28.3117061Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:36:28.3117450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.3131378Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:36:28.3142799Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:36:28.3146083Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:36:28.3472374Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.3490203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:36:28.3557384Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:36:28.3558034Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:36:28.3558482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.3584398Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:36:28.3587475Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:36:28.3590273Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.3911316Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:36:28.3925544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:36:28.3993063Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:36:28.3996884Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:36:28.3997948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.4024673Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:36:28.4027422Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:36:28.4030394Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.4352036Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:36:28.4366339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:36:28.4433239Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:36:28.4437921Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:36:28.4438845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.4457839Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:36:28.4466867Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:36:28.4469696Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.4792030Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:36:28.4808407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:36:28.4873785Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:36:28.4877739Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:36:28.4879185Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:36:28.4896484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.4904505Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:36:28.4909830Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.5229785Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:36:28.5245793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:36:28.5314188Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:36:28.5316253Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:36:28.5317186Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:36:28.5339847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.5345196Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:36:28.5348030Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:36:28.5669855Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.5683466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:36:28.5752265Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:36:28.5756553Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:36:28.5757325Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:36:28.5773997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:28.5776787Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:36:28.5785793Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:36:28.6110247Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:28.6121011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.6193670Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.6196265Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:36:28.6198937Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:36:28.6217481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.6219120Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:36:28.6221390Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.6549548Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:36:28.6564051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.6633222Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.6640674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.6663556Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:36:28.6665177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:36:28.6668743Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.6671461Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:36:28.6989884Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:36:28.7001097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.7072045Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.7075905Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:36:28.7079900Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:36:28.7100271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:36:28.7104299Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:36:28.7107044Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:36:28.7428981Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:36:28.7442963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.7513969Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.7519403Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:36:28.7540154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:36:28.7541821Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:36:28.7544803Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:36:28.7547803Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:36:28.7869400Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:36:28.7882085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.7952577Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.7956095Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:36:28.7959567Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:36:28.7978456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:36:28.7981205Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:36:28.7983974Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:36:28.8309435Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:36:28.8323934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.8393243Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.8396978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:36:28.8401704Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:36:28.8421964Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:36:28.8424050Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:36:28.8427851Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:36:28.8749876Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:36:28.8761583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.8833179Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.8838833Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:36:28.8840635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:36:28.8857855Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:36:28.8860012Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:36:28.8864178Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:36:28.9189332Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:36:28.9200686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.9272721Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.9277821Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:36:28.9278672Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:36:28.9302485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:36:28.9305592Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:36:28.9308481Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:36:28.9629438Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:36:28.9641323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.9716711Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.9718922Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:36:28.9719924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:36:28.9737549Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:36:28.9745030Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:36:28.9747699Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:36:29.0068972Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:36:29.0081596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.0154366Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.0156539Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:36:29.0158813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:36:29.0176575Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:36:29.0179156Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:36:29.0181898Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:36:29.0508899Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:36:29.0520778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.0589849Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.0597040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:36:29.0597624Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:36:29.0615091Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:36:29.0622984Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:36:29.0626451Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:36:29.0949302Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:36:29.0961408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.1034215Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.1035204Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:36:29.1043123Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:36:29.1060610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:36:29.1063669Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:36:29.1066866Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:36:29.1389289Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:36:29.1403883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.1473391Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.1478637Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:36:29.1482587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.1493221Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:36:29.1500555Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:36:29.1509208Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.1829692Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:36:29.1844085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:36:29.1915147Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:36:29.1915728Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:36:29.1919121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.1931945Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:36:29.1938756Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:36:29.1946414Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:36:29.2269543Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.2284638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:36:29.2352398Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:36:29.2356629Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:36:29.2374199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.2382965Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:36:29.2385539Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.2387063Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:36:29.2708972Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:36:29.2720922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:36:29.2796942Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:36:29.2798545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:36:29.2803380Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:36:29.2810589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.2819249Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:36:29.2827316Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.3148912Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:36:29.3160859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:36:29.3232493Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:36:29.3235130Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:36:29.3239339Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:36:29.3257347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.3264846Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:36:29.3267496Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:36:29.3588932Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.3602486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:36:29.3675466Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:36:29.3676633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.3684700Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:36:29.3703208Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:36:29.3706239Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:36:29.3708894Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.4029103Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:36:29.4040833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:36:29.4113902Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:36:29.4117217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.4119959Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:36:29.4132503Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:36:29.4140140Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:36:29.4148602Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:36:29.4468871Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.4480590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:36:29.4554946Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:36:29.4559809Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:36:29.4581310Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:36:29.4583653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.4587528Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:36:29.4590652Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.4909648Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:36:29.4921606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:36:29.4994742Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:36:29.4998598Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:36:29.4999907Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:36:29.5011862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.5023904Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.5026979Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:36:29.5351976Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:36:29.5370264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:36:29.5437939Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:36:29.5441252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.5442180Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:36:29.5460489Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:36:29.5535924Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:36:29.5539345Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.5792376Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:36:29.5822910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:36:29.5874738Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:36:29.5878565Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:36:29.5879474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:36:29.5900769Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:36:29.5907519Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:36:29.5909927Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:36:29.6232571Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:36:29.6255160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:36:29.6310919Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:36:29.6327131Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:36:29.6351246Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:36:29.6353376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:36:29.6368934Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:36:29.6374852Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:36:29.6672091Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:36:29.6691898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:36:29.6750775Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:36:29.6765920Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:36:29.6831288Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:36:29.6833773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:36:29.6850278Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:36:29.6858589Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:36:29.7111615Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:36:29.7131929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.7191027Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.7210211Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:36:29.7272060Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:36:29.7272614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:36:29.7288876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:36:29.7295225Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:36:29.7549818Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:36:29.7569272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.7629599Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.7644016Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:36:29.7711306Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:36:29.7711836Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:36:29.7730235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:36:29.7731885Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:36:29.7989824Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:36:29.8008021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.8069370Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.8082809Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:36:29.8150148Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:36:29.8152629Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:36:29.8167981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:36:29.8174905Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:36:29.8429643Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:36:29.8447507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:36:29.8508998Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:36:29.8521185Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:36:29.8589986Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:36:29.8592127Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:36:29.8610429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:36:29.8613079Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:36:29.8869490Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:36:29.8887023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.8949405Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.8961305Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:36:29.9030840Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:36:29.9031481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:36:29.9045315Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:36:29.9052529Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:36:29.9309701Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:36:29.9327120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:36:29.9389243Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:36:29.9401730Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:36:29.9470283Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:36:29.9472955Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:36:29.9490716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:36:29.9492953Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:36:29.9749600Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:36:29.9767290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.9829203Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.9843497Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:36:29.9910599Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:36:29.9912721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:36:29.9927555Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:36:29.9933654Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:36:30.0189410Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:36:30.0207142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.0269327Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.0282226Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:36:30.0350625Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:36:30.0351120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:36:30.0365561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.0371799Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:36:30.0629101Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.0646903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.0709046Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.0721202Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:36:30.0790547Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:36:30.0792720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.0803538Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:36:30.0814184Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:36:30.1069600Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.1089287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.1149142Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.1161056Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:36:30.1230712Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:36:30.1231522Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:36:30.1245365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.1252171Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:36:30.1509401Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.1526727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.1589097Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.1601415Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:36:30.1670788Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:36:30.1671640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.1688455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:36:30.1691189Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:36:30.1949554Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.1967229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.2029068Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.2044466Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:36:30.2110816Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:36:30.2111375Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:36:30.2125662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.2132213Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:36:30.2389753Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.2407256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.2469156Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.2480614Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:36:30.2550642Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:36:30.2552943Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:36:30.2570463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.2572214Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:36:30.2829934Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.2847154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.2909891Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.2923252Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:36:30.2990929Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:36:30.2991298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.3008494Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:36:30.3012475Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:36:30.3269521Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.3287048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:36:30.3349224Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:36:30.3361576Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:36:30.3431269Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:36:30.3431736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.3450095Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:36:30.3452777Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.3709300Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:36:30.3726668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:36:30.3789162Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:36:30.3800763Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:36:30.3870952Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:36:30.3871517Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:36:30.3885206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.3891772Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.4149311Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:36:30.4166879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:36:30.4229198Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:36:30.4242198Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:36:30.4311146Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:36:30.4311760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.4328449Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:36:30.4331023Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:36:30.4589595Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.4606749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:36:30.4669199Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:36:30.4681566Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:36:30.4750766Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:36:30.4751472Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:36:30.4765702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:36:30.4772624Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:36:30.5029382Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:36:30.5046827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:36:30.5109157Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:36:30.5121157Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:36:30.5190624Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:36:30.5192747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:36:30.5209012Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:36:30.5212196Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:36:30.5469453Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:36:30.5486848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:36:30.5549514Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:36:30.5562967Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:36:30.5631330Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:36:30.5632107Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:36:30.5649512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:36:30.5652173Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:36:30.5909029Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:36:30.5929594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:36:30.5989628Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:36:30.6002710Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:36:30.6070339Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:36:30.6072797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:36:30.6085672Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:36:30.6092013Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:36:30.6349291Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:36:30.6366577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:30.6428749Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:30.6440988Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:36:30.6510178Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:36:30.6512271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:36:30.6529067Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:36:30.6532311Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:36:30.6789765Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:36:30.6806469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.6869376Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.6884992Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:36:30.6950890Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:36:30.6951279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:36:30.6965947Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:36:30.6972597Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:36:30.7229424Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:36:30.7245731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.7309441Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.7322286Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:36:30.7391525Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:36:30.7392520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:36:30.7407141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:36:30.7414846Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:36:30.7671545Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:36:30.7689284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.7751110Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.7767156Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:36:30.7830896Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:36:30.7832923Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:36:30.7849195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:36:30.7855780Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:36:30.8111590Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:36:30.8130774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.8190770Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.8206243Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:36:30.8271485Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:36:30.8273141Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:36:30.8295228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:36:30.8299625Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:36:30.8550824Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:36:30.8569774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.8630279Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.8645111Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:36:30.8712168Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:36:30.8713069Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:36:30.8728814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:36:30.8735046Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:36:30.8991756Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:36:30.9010710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.9070376Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.9085233Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:36:30.9150578Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:36:30.9153436Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:36:30.9173453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.9176106Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:36:30.9431386Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.9451498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.9510854Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.9525386Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:36:30.9591664Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:36:30.9592484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.9606131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:36:30.9613983Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:36:30.9869701Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.9884010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.9949357Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.9962257Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:36:31.0031102Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:36:31.0031629Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:36:31.0046438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.0054086Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.0310107Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:36:31.0324301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:36:31.0389237Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:36:31.0401755Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:36:31.0471049Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:36:31.0471666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.0491087Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:36:31.0493829Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:36:31.0749347Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.0765147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:36:31.0829163Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:36:31.0841803Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:36:31.0910775Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:36:31.0911376Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:36:31.0928666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.0934995Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:36:31.1189690Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.1203579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:36:31.1269699Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:36:31.1281497Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:36:31.1350943Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:36:31.1351464Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:36:31.1368556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.1374781Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:36:31.1630282Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.1645605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:36:31.1709833Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:36:31.1728353Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:36:31.1791189Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:36:31.1792162Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:36:31.1810257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.1816662Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:36:31.2069325Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.2083581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:36:31.2149128Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:36:31.2161122Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:36:31.2231060Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:36:31.2231467Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:36:31.2248745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.2256259Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:36:31.2509078Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.2521635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:36:31.2589388Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:36:31.2601272Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:36:31.2671536Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:36:31.2671887Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:36:31.2689493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.2696760Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:36:31.2949063Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.2961211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:36:31.3029376Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:36:31.3041739Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:36:31.3111326Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:36:31.3112450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.3127250Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:36:31.3134444Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.3389700Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:36:31.3402881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:36:31.3469289Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:36:31.3481222Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:36:31.3550404Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:36:31.3552489Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:36:31.3569080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:36:31.3571571Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:36:31.3829378Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:36:31.3842241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:36:31.3909429Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:36:31.3921602Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:36:31.3990786Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:36:31.3993612Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:36:31.4006347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:36:31.4012782Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:36:31.4269074Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:36:31.4281358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:36:31.4349288Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:36:31.4361129Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:36:31.4429612Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:36:31.4431902Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:36:31.4445687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:36:31.4452449Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:36:31.4709124Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:36:31.4722974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:36:31.4789188Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:36:31.4800987Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:36:31.4870946Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:36:31.4871795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:36:31.4885675Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:36:31.4891774Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:36:31.5149064Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:36:31.5162935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:36:31.5229103Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:36:31.5240814Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:36:31.5310787Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:36:31.5311356Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:36:31.5329926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:36:31.5332881Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:36:31.5589001Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:36:31.5603952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.5669050Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.5681308Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:36:31.5751201Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:36:31.5751573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:36:31.5769242Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:36:31.5771634Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:36:31.6029130Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:36:31.6041307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.6109151Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.6121843Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:36:31.6191252Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:36:31.6191745Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:36:31.6208950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:36:31.6215235Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:36:31.6469073Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:36:31.6481182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.6549462Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.6565147Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:36:31.6629908Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:36:31.6632736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:36:31.6652369Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:36:31.6654793Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:36:31.6909695Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:36:31.6920983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:36:31.6989341Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:36:31.7001145Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:36:31.7071483Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:36:31.7072238Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:36:31.7089047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:36:31.7095448Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:36:31.7349019Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:36:31.7363326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.7428863Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.7440858Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:36:31.7511288Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:36:31.7512022Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:36:31.7529501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:36:31.7536098Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:36:31.7788852Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:36:31.7801115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:36:31.7869361Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:36:31.7882106Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:36:31.7951940Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:36:31.7952409Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:36:31.7967531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.7974714Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.8229587Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:36:31.8242006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.8309097Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.8321636Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:36:31.8390911Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:36:31.8391262Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:36:31.8408337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.8430823Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.8669167Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:36:31.8681418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.8748924Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.8761274Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:36:31.8829918Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:36:31.8831657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.8849134Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:36:31.8851608Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:36:31.9109165Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.9121425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.9188975Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.9201203Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:36:31.9270804Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:36:31.9271457Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:36:31.9288929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.9291238Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:36:31.9550290Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.9569466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.9629581Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.9641972Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:36:31.9710486Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:36:31.9713330Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:36:31.9727457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.9734225Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:36:31.9992173Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.0011313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.0070402Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.0084710Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:36:32.0152044Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:36:32.0152767Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:36:32.0166316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.0175774Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:36:32.0431690Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.0511129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.0526216Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:36:32.0593107Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:36:32.0597704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.0602394Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:36:32.0615995Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.0623314Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:36:32.0870946Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.0888773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.0950958Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.0967032Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:36:32.1032557Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:36:32.1033157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.1050872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:36:32.1057526Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:36:32.1311658Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.1330718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:36:32.1390249Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:36:32.1407668Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:36:32.1473569Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:36:32.1474088Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:36:32.1492765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.1499254Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:36:32.1750637Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.1764494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:36:32.1830235Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:36:32.1844332Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:36:32.1911844Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:36:32.1914102Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:36:32.1933350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.1935783Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.2189719Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:36:32.2203259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:36:32.2269375Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:36:32.2282811Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:36:32.2351398Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:36:32.2352415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:36:32.2369863Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:36:32.2374356Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:36:32.2630015Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:36:32.2642623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:36:32.2708924Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:36:32.2721887Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:36:32.2791035Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:36:32.2791694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:36:32.2805710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:36:32.2813806Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:36:32.3068881Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:36:32.3081091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:36:32.3149556Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:36:32.3162097Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:36:32.3231142Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:36:32.3231757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:36:32.3249374Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:36:32.3251113Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:36:32.3509366Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:36:32.3522732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:36:32.3588797Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:36:32.3601795Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:36:32.3670558Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:36:32.3672581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:36:32.3685872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:36:32.3692254Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:36:32.3949443Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:36:32.3962913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:36:32.4028689Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:36:32.4040964Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:36:32.4110066Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:36:32.4111666Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:36:32.4129040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:36:32.4131510Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:36:32.4390129Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:36:32.4402757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:36:32.4468993Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:36:32.4480522Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:36:32.4551001Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:36:32.4551569Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:36:32.4568742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:36:32.4571049Z [gw3] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:36:32.4829101Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:36:32.4841282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:32.4908897Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:32.4920933Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:36:32.4990818Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:36:32.4991178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:36:32.5009583Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:36:32.5011888Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:36:32.5269404Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:36:32.5285937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.5348882Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.5371439Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:36:32.5430788Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:36:32.5431120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:36:32.5448481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:36:32.5449713Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:36:32.5709574Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:36:32.5724862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.5789882Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.5802105Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:36:32.5871273Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:36:32.5871627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:36:32.5889578Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:36:32.5892355Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:36:32.6149807Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:36:32.6163287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.6228902Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.6244109Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:36:32.6311195Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:36:32.6312064Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:36:32.6326404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:36:32.6333696Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:36:32.6590020Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:36:32.6602761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.6670263Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.6685211Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:36:32.6751117Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:36:32.6752948Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:36:32.6772280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.6774584Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:36:32.7030356Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.7043861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.7109952Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.7123482Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:36:32.7191624Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:36:32.7192067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.7207763Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:36:32.7214321Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.7469478Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:36:32.7484474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.7549627Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.7562712Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:36:32.7630964Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:36:32.7631727Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:36:32.7651777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.7653262Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.7909355Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:36:32.7924318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.7989302Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.8002028Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:36:32.8070453Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:36:32.8072832Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:36:32.8088125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.8094782Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.8349389Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:36:32.8362785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:36:32.8429304Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:36:32.8442158Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:36:32.8511213Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:36:32.8511727Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:36:32.8527216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.8533996Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:36:32.8789250Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.8801796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:36:32.8869160Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:36:32.8882996Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:36:32.8950822Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:36:32.8952711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.8967734Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:36:32.8974276Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:36:32.9229669Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.9242252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:36:32.9309191Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:36:32.9321914Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:36:32.9391238Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:36:32.9392940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.9410884Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:36:32.9412564Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:36:32.9670065Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.9685608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:36:32.9750402Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:36:32.9766309Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:36:32.9831394Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:36:32.9832227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.9848817Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:36:32.9855204Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:36:33.0109624Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.0134268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:36:33.0189670Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:36:33.0201929Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:36:33.0271730Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:36:33.0272337Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:36:33.0289620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.0292959Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.0549987Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:36:33.0563387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:36:33.0629290Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:36:33.0641833Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:36:33.0710540Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:36:33.0713055Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:36:33.0730381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.0736777Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.0990968Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:36:33.1003857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:36:33.1069765Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:36:33.1086523Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:36:33.1152170Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:36:33.1152728Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:36:33.1172126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:36:33.1178829Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:36:33.1430072Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:36:33.1443220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:36:33.1509770Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:36:33.1522496Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:36:33.1591658Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:36:33.1592222Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:36:33.1611002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:36:33.1617353Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:36:33.1870319Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:36:33.1884643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:36:33.1950279Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:36:33.1964095Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:36:33.2032495Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:36:33.2032872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:36:33.2052284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:36:33.2058121Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:36:33.2312101Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:36:33.2327680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:36:33.2391099Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:36:33.2405169Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:36:33.2473060Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:36:33.2473476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:36:33.2495499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:36:33.2501897Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:36:33.2751044Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:36:33.2767877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.2830455Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.2844766Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:36:33.2911123Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:36:33.2914196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:36:33.2931855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:36:33.2939142Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:36:33.3191193Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:36:33.3206813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.3270230Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.3284761Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:36:33.3353085Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:36:33.3354051Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:36:33.3371901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:36:33.3378919Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:36:33.3631295Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:36:33.3646027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:36:33.3710575Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:36:33.3724959Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:36:33.3793022Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:36:33.3793597Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:36:33.3809016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:36:33.3818281Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:36:33.4070537Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:36:33.4086615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.4149729Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.4163544Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:36:33.4231856Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:36:33.4232863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:36:33.4250792Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:36:33.4253086Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:36:33.4509239Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:36:33.4522491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.4589219Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.4601688Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:36:33.4671193Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:36:33.4672733Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:36:33.4685646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:36:33.4694247Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:36:33.4949766Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:36:33.4967235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.5029380Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.5041739Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:36:33.5111386Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:36:33.5112012Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:36:33.5127941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:36:33.5134366Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:36:33.5389579Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:36:33.5402921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.5468673Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.5480709Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:36:33.5551326Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:36:33.5551749Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:36:33.5566282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.5573080Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.5829675Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:36:33.5843066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.5909157Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.5924369Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:36:33.5991718Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:36:33.5992073Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:36:33.6009213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.6016116Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:36:33.6269727Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.6282014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.6348872Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.6360641Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:36:33.6431437Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:36:33.6431921Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:36:33.6446258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.6453003Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.6709697Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:36:33.6721518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.6788936Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.6800842Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:36:33.6870998Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:36:33.6872834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.6890744Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:36:33.6893262Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:36:33.7148963Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.7161372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.7229075Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.7240574Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:36:33.7310654Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:36:33.7311468Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:36:33.7330073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.7332992Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.7589779Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:36:33.7602244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:36:33.7669054Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:36:33.7681617Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:36:33.7751163Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:36:33.7751560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.7768901Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:36:33.7771440Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.8029150Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:36:33.8041204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:36:33.8108778Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:36:33.8120794Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:36:33.8191526Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:36:33.8193298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.8208209Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:36:33.8214578Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:36:33.8469884Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.8482111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:36:33.8549612Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:36:33.8561390Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:36:33.8631015Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:36:33.8631579Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:36:33.8649406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.8652069Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:36:33.8909396Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.8921708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:36:33.8989194Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:36:33.9000924Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:36:33.9070408Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:36:33.9072080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.9088892Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:36:33.9091639Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.9349300Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:36:33.9361534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:36:33.9428975Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:36:33.9441172Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:36:33.9510998Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:36:33.9513048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.9526437Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:36:33.9533371Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:36:33.9789620Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.9807088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:36:33.9869252Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:36:33.9882275Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:36:33.9951444Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:36:33.9951880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:36:33.9972985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.9975254Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:36:34.0229583Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.0243693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:36:34.0309422Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:36:34.0322407Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:36:34.0391437Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:36:34.0392252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:36:34.0412368Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:36:34.0414126Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:36:34.0669170Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:36:34.0682965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:36:34.0749247Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:36:34.0764121Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:36:34.0830849Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:36:34.0831382Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:36:34.0849344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:36:34.0855578Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:36:34.1109374Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:36:34.1123039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:36:34.1189347Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:36:34.1200810Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:36:34.1271864Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:36:34.1272323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:36:34.1291898Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:36:34.1293432Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:36:34.1549284Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:36:34.1561727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:34.1629171Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:34.1640780Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:36:34.1711377Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:36:34.1711937Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:36:34.1732345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:36:34.1733983Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:36:34.1989458Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:36:34.2001756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.2068825Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.2081116Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:36:34.2151365Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:36:34.2152124Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:36:34.2166245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:36:34.2174854Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:36:34.2429044Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:36:34.2441306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.2508934Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.2520458Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:36:34.2591372Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:36:34.2591994Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:36:34.2608985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:36:34.2611410Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:36:34.2869317Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:36:34.2881460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.2948979Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.2960527Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:36:34.3030892Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:36:34.3031479Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:36:34.3048220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:36:34.3050668Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:36:34.3309171Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:36:34.3321131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.3389109Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.3400865Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:36:34.3470639Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:36:34.3472968Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:36:34.3486713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:36:34.3493121Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:36:34.3748898Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:36:34.3760836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.3829149Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.3840335Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:36:34.3910796Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:36:34.3911969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:36:34.3928859Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:36:34.3931336Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:36:34.4190260Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:36:34.4205288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.4270048Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.4283488Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:36:34.4351179Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:36:34.4353265Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:36:34.4366413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:36:34.4377341Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:36:34.4630945Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:36:34.4649362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.4710348Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.4724967Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:36:34.4792496Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:36:34.4793241Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:36:34.4811455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:36:34.4817709Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:36:34.5070845Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:36:34.5088720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.5150750Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.5167008Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:36:34.5231392Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:36:34.5233971Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:36:34.5248358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:36:34.5257612Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:36:34.5511213Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:36:34.5526086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.5590443Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.5615003Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:36:34.5671400Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:36:34.5674206Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:36:34.5690848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:34.5697208Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:36:34.5951578Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:34.5966295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.6030748Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.6045595Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:36:34.6111211Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:36:34.6113153Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:36:34.6127810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.6137930Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:36:34.6390376Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.6404037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:36:34.6469529Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:36:34.6482747Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:36:34.6550513Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:36:34.6552756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:36:34.6570751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.6573478Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:36:34.6829433Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.6841858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:36:34.6909298Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:36:34.6921681Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:36:34.6991229Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:36:34.6992177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:34.7005990Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:36:34.7014320Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:34.7269342Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:36:34.7281877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:36:34.7349463Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:36:34.7362386Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:36:34.7430397Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:36:34.7432680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:36:34.7449644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.7452817Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:36:34.7709183Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.7721926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:36:34.7789277Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:36:34.7801531Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:36:34.7869838Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:36:34.7872122Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:36:34.7886289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.7892667Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:36:34.8149544Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.8163085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:36:34.8229349Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:36:34.8242253Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:36:34.8310587Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:36:34.8311467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.8325336Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:36:34.8331841Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:36:34.8589510Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.8601211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:36:34.8669618Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:36:34.8682436Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:36:34.8750709Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:36:34.8752728Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:36:34.8767203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.8773793Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.9029133Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:36:34.9040950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:36:34.9109266Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:36:34.9120951Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:36:34.9190861Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:36:34.9192609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.9203023Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:36:34.9214093Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:36:34.9469120Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.9484209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:36:34.9549184Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:36:34.9560946Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:36:34.9631152Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:36:34.9632236Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:36:34.9649701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.9652042Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:36:34.9910086Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.9922018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:36:34.9989854Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:36:35.0004662Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:36:35.0071212Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:36:35.0071875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.0091202Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:36:35.0093796Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:36:35.0349954Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.0363434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:36:35.0429282Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:36:35.0445001Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:36:35.0510739Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:36:35.0511568Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:36:35.0525935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.0532184Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.0789563Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:36:35.0802460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:36:35.0869252Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:36:35.0881651Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:36:35.0950787Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:36:35.0951329Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:36:35.0968749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.0971141Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:36:35.1229811Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.1243190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:36:35.1309297Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:36:35.1322097Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:36:35.1391166Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:36:35.1391603Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:36:35.1405933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:36:35.1413284Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:36:35.1669016Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:36:35.1681263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.1749257Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.1761631Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:36:35.1831646Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:36:35.1832129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:36:35.1844091Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:36:35.1855590Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:36:35.2110119Z [gw3] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:36:35.2125575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.2189939Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.2206144Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:36:35.2270433Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:36:35.2271956Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:36:35.2289811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:36:35.2291404Z [gw1] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:36:35.2549322Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:36:35.2564215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.2629365Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.2641626Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:36:35.2711215Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:36:35.2711794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:36:35.2723567Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:36:35.2732641Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:36:35.2989460Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:36:35.3002952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:36:35.3069189Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:36:35.3081394Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:36:35.3151005Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:36:35.3151343Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:36:35.3169625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:36:35.3171960Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:36:35.3429930Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:36:35.3442902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.3509445Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.3522022Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:36:35.3590435Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:36:35.3592000Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:36:35.3609893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:36:35.3612502Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:36:35.3869585Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:36:35.3884468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:36:35.3949031Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:36:35.3961723Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:36:35.4030039Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:36:35.4032289Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:36:35.4042721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:36:35.4053008Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:36:35.4308857Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:36:35.4324380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.4389644Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.4403193Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:36:35.4470964Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:36:35.4471527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:36:35.4489047Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:36:35.4492364Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:36:35.4749850Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:36:35.4763212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.4829081Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.4840647Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:36:35.4951186Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:36:35.4951558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.4969250Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:36:35.4971885Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.5189847Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:36:35.5203463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.5269216Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.5284317Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:36:35.5390840Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:36:35.5393190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.5420096Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:36:35.5421970Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:36:35.5629376Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.5641431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.5709203Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.5721260Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:36:35.5831062Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:36:35.5831695Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:36:35.5849302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.5852614Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:36:35.6070296Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.6082288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.6148915Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.6161109Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:36:35.6270162Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:36:35.6272262Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:36:35.6283123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.6292237Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:36:35.6511211Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.6524997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.6590591Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.6605152Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:36:35.6903624Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:36:35.6904031Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:36:35.6929787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.6931633Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.6950355Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:36:35.6966906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.7030183Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.7045351Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:36:35.7312212Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:36:35.7315121Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:36:35.7331634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.7338694Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:36:35.7390206Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.7405287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.7470170Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.7484663Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:36:35.7754020Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:36:35.7754957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.7774317Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:36:35.7781588Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.7830574Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:36:35.7845050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:36:35.7910031Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:36:35.7924742Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:36:35.8193854Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:36:35.8194398Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:36:35.8217986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.8220680Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:36:35.8270630Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.8287372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:36:35.8350117Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:36:35.8365078Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:36:35.8632236Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:36:35.8632830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:36:35.8650922Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:36:35.8658408Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:36:35.8709419Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:36:35.8723256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:36:35.8789291Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:36:35.8801995Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:36:35.9071745Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:36:35.9072441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:36:35.9090559Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:36:35.9097299Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:36:35.9149132Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:36:35.9165005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:36:35.9229217Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:36:35.9241677Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:36:35.9511356Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:36:35.9511728Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:36:35.9530839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:36:35.9533552Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:36:35.9589020Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:36:35.9602010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:36:35.9669477Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:36:35.9681399Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:36:35.9951933Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:36:35.9953018Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:36:35.9972864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:36:35.9974651Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:36:36.0029149Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:36:36.0041578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:36:36.0108860Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:36:36.0124066Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:36:36.0391662Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:36:36.0392012Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:36:36.0411427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:36:36.0414618Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:36:36.0469116Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:36:36.0481518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:36:36.0549416Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:36:36.0561279Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:36:36.0831524Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:36:36.0831969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:36:36.0846891Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:36:36.0854982Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:36:36.0908827Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:36:36.0920781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:36:36.0989592Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:36:36.1000853Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:36:36.1270353Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:36:36.1272972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:36:36.1291025Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:36:36.1294118Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:36:36.1348928Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:36:36.1361285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:36:36.1429195Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:36:36.1441017Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:36:36.1711569Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:36:36.1711942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:36:36.1724277Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:36:36.1734404Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:36:36.1789060Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:36:36.1801012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:36:36.1869265Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:36:36.1881413Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:36:36.2151574Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:36:36.2151999Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:36:36.2172361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.2174939Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:36:36.2228935Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.2241083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:36:36.2308928Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:36:36.2320989Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:36:36.2590198Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:36:36.2593294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.2610212Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:36:36.2612797Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.2668816Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:36:36.2680507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:36:36.2748911Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:36:36.2760723Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:36:36.3031131Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:36:36.3031809Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:36:36.3046345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.3053855Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.3108945Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:36:36.3120928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.3188990Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.3200727Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:36:36.3470433Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:36:36.3473506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.3491511Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:36:36.3494151Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.3549069Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:36:36.3560697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.3628709Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.3640540Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:36:36.3910626Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:36:36.3913393Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:36:36.3932763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.3935325Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:36:36.3989193Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.4004537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:36.4069107Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:36.4081626Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:36:36.4351698Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:36:36.4352239Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:36:36.4372527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.4375070Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.4429131Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:36:36.4441443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:36.4509011Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:36.4521016Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:36:36.4792038Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:36:36.4792665Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:36:36.4806967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.4813534Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.4868950Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:36:36.4881361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:36.4949391Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:36.4963951Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:36:36.5231499Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:36:36.5231991Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:36:36.5246608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.5253829Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.5309241Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:36:36.5322767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.5388918Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.5400904Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:36:36.5669842Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:36:36.5671907Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:36:36.5686808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:36:36.5693132Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:36:36.5748950Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:36:36.5760748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.5828892Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.5840733Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:36:36.6111419Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:36:36.6112023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:36:36.6125848Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:36:36.6132933Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:36:36.6189058Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:36:36.6201434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.6268971Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.6281314Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:36:36.6550279Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:36:36.6552423Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:36:36.6567468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:36:36.6573704Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:36:36.6628824Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:36:36.6641067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.6708889Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.6720780Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:36:36.6991162Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:36:36.6991971Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:36:36.7005975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:36:36.7012915Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:36:36.7068999Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:36:36.7080928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.7149209Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.7161302Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:36:36.7431357Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:36:36.7431921Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:36:36.7446324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:36:36.7452485Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:36:36.7508727Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:36:36.7520828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.7589071Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.7601133Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:36:36.7870549Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:36:36.7872177Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:36:36.7889411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:36:36.7892020Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:36:36.7948894Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:36:36.7962831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.8029130Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.8040992Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:36:36.8310252Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:36:36.8312240Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:36:36.8329824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:36:36.8332003Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:36:36.8389165Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:36:36.8401665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.8469729Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.8481621Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:36:36.8752100Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:36:36.8753790Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:36:36.8767638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:36:36.8778081Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:36:36.8830699Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:36:36.8849951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:36:36.8910490Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:36:36.8925090Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:36:36.9194936Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:36:36.9195429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.9213183Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:36:36.9219587Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:36:36.9270434Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.9284853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:36:36.9350236Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:36:36.9365270Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:36:36.9633180Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:36:36.9635159Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:36:36.9653308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.9658175Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.9711052Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:36:36.9725606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:36:36.9790414Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:36:36.9807859Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:36:37.0073397Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:36:37.0074412Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:36:37.0088875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.0097448Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:36:37.0151064Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.0166045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:36:37.0230432Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:36:37.0244113Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:36:37.0513343Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:36:37.0514282Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:36:37.0531673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.0539476Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.0590770Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:36:37.0605415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:36:37.0670812Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:36:37.0684755Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:36:37.0950753Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:36:37.0952731Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:36:37.0970785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.0974241Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.1029800Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:36:37.1042996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:36:37.1109420Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:36:37.1122309Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:36:37.1391885Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:36:37.1392235Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:36:37.1412054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.1414596Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.1469174Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:36:37.1482365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:36:37.1549219Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:36:37.1562201Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:36:37.1831005Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:36:37.1833961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.1848914Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:36:37.1853174Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:36:37.1908710Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.1921000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:36:37.1989013Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:36:37.2001324Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:36:37.2271128Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:36:37.2271740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.2287790Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:36:37.2292086Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:36:37.2348812Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.2361647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:36:37.2428890Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:36:37.2441064Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:36:37.2711386Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:36:37.2713356Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:36:37.2729746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:36:37.2731616Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:36:37.2789125Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:36:37.2801727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:36:37.2868816Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:36:37.2880808Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:36:37.3151700Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:36:37.3152295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:36:37.3166339Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:36:37.3173096Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:36:37.3229102Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:36:37.3241591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:36:37.3309301Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:36:37.3321472Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:36:37.3590800Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:36:37.3591393Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:36:37.3606549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:36:37.3613241Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:36:37.3669013Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:36:37.3684317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:36:37.3748957Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:36:37.3761361Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:36:37.4031048Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:36:37.4032967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:36:37.4047094Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:36:37.4054695Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:36:37.4109090Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:36:37.4121584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:36:37.4189282Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:36:37.4201171Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:36:37.4470922Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:36:37.4471928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:36:37.4486300Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:36:37.4492236Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:36:37.4549226Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:36:37.4561641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:37.4628801Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:37.4643314Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:36:37.4911246Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:36:37.4911756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:36:37.4925597Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:36:37.4932061Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:36:37.4988787Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:36:37.5002453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.5069028Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.5080925Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:36:37.5351032Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:36:37.5351617Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:36:37.5368300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:36:37.5369807Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:36:37.5428929Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:36:37.5440517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.5508878Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.5520476Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:36:37.5790750Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:36:37.5793083Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:36:37.5809759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:36:37.5812451Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:36:37.5869484Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:36:37.5882998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:36:37.5948976Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:36:37.5960534Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:36:37.6231259Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:36:37.6231965Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:36:37.6249685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:36:37.6252721Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:36:37.6308685Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:36:37.6320388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.6388976Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.6400406Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:36:37.6670972Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:36:37.6671387Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:36:37.6686829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:36:37.6692527Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:36:37.6748992Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:36:37.6761135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:36:37.6829261Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:36:37.6841152Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:36:37.7111552Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:36:37.7112178Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:36:37.7128999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.7130651Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.7189119Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:36:37.7200801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.7268911Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.7283102Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:36:37.7551241Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:36:37.7551883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.7565605Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:36:37.7572154Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:36:37.7628973Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.7640889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.7709093Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.7721483Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:36:37.7991452Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:36:37.7992006Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:36:37.8005835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.8014970Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.8068957Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:36:37.8081201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.8148898Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.8161295Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:36:37.8431465Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:36:37.8432142Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:36:37.8444428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.8454446Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:36:37.8509050Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.8524597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.8589010Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.8601665Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:36:37.8871787Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:36:37.8872389Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:36:37.8889198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.8895368Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.8948831Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:36:37.8961069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.9028809Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.9041504Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:36:37.9312078Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:36:37.9312660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.9333358Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:36:37.9336416Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:36:37.9389423Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.9401895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.9469416Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.9484771Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:36:37.9750758Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:36:37.9752982Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:36:37.9766039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.9775405Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:36:37.9828856Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.9841485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.9909138Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.9921624Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:36:38.0191227Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:36:38.0191856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.0208732Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:36:38.0211711Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.0268897Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:36:38.0281195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:36:38.0348775Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:36:38.0360938Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:36:38.0630647Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:36:38.0631350Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:36:38.0645803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.0652090Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.0709345Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:36:38.0721938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:36:38.0789530Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:36:38.0802310Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:36:38.1073945Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:36:38.1074302Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:36:38.1090100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.1098959Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.1150092Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:36:38.1165276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:36:38.1230261Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:36:38.1244877Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:36:38.1512464Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:36:38.1514126Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:36:38.1534423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:36:38.1536838Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:36:38.1590439Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:36:38.1607199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:36:38.1670493Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:36:38.1685410Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:36:38.1953425Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:36:38.1955595Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:36:38.1971292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:36:38.1980747Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:36:38.2030696Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:36:38.2046622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:36:38.2110719Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:36:38.2126150Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:36:38.2392702Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:36:38.2394282Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:36:38.2411974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:36:38.2419569Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:36:38.2470437Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:36:38.2486537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:36:38.2550498Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:36:38.2565406Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:36:38.2832690Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:36:38.2833522Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:36:38.2848684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:36:38.2856991Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:36:38.2909745Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:36:38.2924403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:36:38.2989457Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:36:38.3002988Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:36:38.3271441Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:36:38.3272386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:36:38.3287996Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:36:38.3294643Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:36:38.3349441Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:36:38.3365742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:36:38.3429381Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:36:38.3442718Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:36:38.3711402Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:36:38.3712045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:36:38.3729121Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:36:38.3732192Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:36:38.3788998Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:36:38.3801339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:36:38.3869170Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:36:38.3881287Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:36:38.4149927Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:36:38.4152379Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:36:38.4169627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:36:38.4171119Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:36:38.4229019Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:36:38.4241533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:36:38.4309092Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:36:38.4490436Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:36:38.4591013Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:36:38.4591692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:36:38.4605665Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:36:38.4613243Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:36:38.4669060Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:36:38.4681152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:36:38.4749382Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:36:38.4762896Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:36:38.5030934Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:36:38.5031492Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:36:38.5048625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:36:38.5050219Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:36:38.5109118Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:36:38.5121870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:36:38.5188791Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:36:38.5200562Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:36:38.5471066Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:36:38.5471676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:36:38.5483283Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:36:38.5492419Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:36:38.5548680Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:36:38.5560902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:36:38.5628838Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:36:38.5640900Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:36:38.5910875Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:36:38.5911319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.5925905Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:36:38.5932881Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.5988728Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:36:38.6001524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.6069251Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.6080908Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:36:38.6350467Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:36:38.6352171Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:36:38.6369180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.6370865Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:36:38.6429195Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.6443893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.6509100Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.6521618Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:36:38.6791547Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:36:38.6791893Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:36:38.6809555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.6812162Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.6869389Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:36:38.6881804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.6949504Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.6963492Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:36:38.7231414Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:36:38.7232255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.7248129Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:36:38.7263787Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:36:38.7309426Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.7322265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:36:38.7389197Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:36:38.7401988Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:36:38.7671143Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:36:38.7671624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.7685978Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:36:38.7693020Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:36:38.7749075Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.7763267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.7829080Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.7841730Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:36:38.8111320Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:36:38.8111924Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:36:38.8125920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.8188984Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:36:38.8213058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:36:38.8269188Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:36:38.8286913Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:36:38.8288966Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.8551104Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:36:38.8551663Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:36:38.8566307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.8572428Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:36:38.8628769Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.8642695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.8709058Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.8721367Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:36:38.8990537Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:36:38.8992238Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:36:38.9009682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.9012344Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.9068844Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:36:38.9081045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.9149360Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.9163899Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:36:38.9431576Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:36:38.9431944Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:36:38.9449369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.9452190Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.9509275Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:36:38.9522821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.9589490Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.9602652Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:36:38.9870956Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:36:38.9872944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.9886196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:36:38.9893814Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:36:38.9948977Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.9961123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.0029471Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.0041391Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:39.0310683Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:39.0312673Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:36:39.0330453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:36:39.0333099Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:36:39.0388806Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:36:39.0401586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.0468956Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.0481029Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:36:39.0751210Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:36:39.0752156Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:36:39.0768665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:36:39.0775221Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:36:39.0829067Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:36:39.0841182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.0908911Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.0921196Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:36:39.1190470Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:36:39.1192909Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:36:39.1206270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:36:39.1213153Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:36:39.1268611Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:36:39.1280489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.1349400Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.1360903Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:36:39.1631276Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:36:39.1631717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:36:39.1648860Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:36:39.1651818Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:36:39.1708912Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:36:39.1721021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:36:39.1795279Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:36:39.1801616Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:36:39.2071043Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:36:39.2071661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:36:39.2089735Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:36:39.2092589Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:36:39.2149096Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:36:39.2161860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:36:39.2228937Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:36:39.2241627Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:36:39.2510521Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:36:39.2512913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:36:39.2530895Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:36:39.2533455Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:36:39.2588906Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:36:39.2601402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:36:39.2669282Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:36:39.2681609Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:36:39.2950747Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:36:39.2952882Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:36:39.2966339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:36:39.2975089Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:36:39.3029809Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:36:39.3045978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:36:39.3110078Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:36:39.3123459Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:36:39.3393462Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:36:39.3395404Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:36:39.3413322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:36:39.3420205Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:36:39.3470743Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:36:39.3486667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:36:39.3550617Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:36:39.3566868Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:36:39.3832770Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:36:39.3834966Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:36:39.3854471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:36:39.3856903Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:36:39.3910195Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:36:39.3924589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:36:39.3990363Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:36:39.4008772Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:36:39.4272108Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:36:39.4273978Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:36:39.4295796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:36:39.4297989Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:36:39.4350782Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:36:39.4367705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:36:39.4430819Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:36:39.4446793Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:36:39.4713550Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:36:39.4714412Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:36:39.4730334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.4738545Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:36:39.4790711Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.4805439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:36:39.4870258Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:36:39.4884985Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:36:39.5152212Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:36:39.5152690Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:36:39.5168567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:39.5176273Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:36:39.5229276Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:39.5243279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:36:39.5309522Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:36:39.5322895Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:36:39.5591911Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:36:39.5613294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:39.5618540Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:36:39.5627734Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:39.5669260Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:36:39.5684192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:36:39.5748996Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:36:39.5762182Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:36:39.6031178Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:36:39.6031841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.6049808Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:36:39.6052543Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.6109248Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:36:39.6121847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:36:39.6189075Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:36:39.6201554Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:36:39.6471028Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:36:39.6471780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:36:39.6489885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.6492612Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:36:39.6549418Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.6562625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:36:39.6629440Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:36:39.6642817Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:36:39.6910826Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:36:39.6911509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.6929477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:36:39.6931155Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:36:39.6989801Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.7001889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:39.7069190Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:39.7081385Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:36:39.7351197Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:36:39.7351780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:36:39.7369525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.7372420Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:36:39.7428909Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.7443213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.7509467Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.7521502Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:36:39.7791262Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:36:39.7792980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.7805301Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:36:39.7816761Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:36:39.7868984Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.7883436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:36:39.7949072Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:36:39.7960940Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:36:39.8230832Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:36:39.8232745Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:36:39.8247873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.8254347Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:36:39.8308915Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.8320914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:36:39.8388930Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:36:39.8400469Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:36:39.8670002Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:36:39.8672538Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:36:39.8690730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.8693437Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:36:39.8749036Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.8762581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:36:39.8828966Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:36:39.8843969Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:36:39.9112020Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:36:39.9112401Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:36:39.9129667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:36:39.9136914Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:36:39.9188944Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:36:39.9200857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.9269082Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.9281144Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:36:39.9551784Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:36:39.9552186Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:36:39.9571499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:36:39.9573368Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:36:39.9628615Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:36:39.9640713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.9709088Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.9723176Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:36:39.9992263Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:36:39.9992973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:36:40.0007432Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:36:40.0015251Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:36:40.0068791Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:36:40.0080651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.0148670Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.0160611Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:36:40.0431855Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:36:40.0432217Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:36:40.0455689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:36:40.0458238Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:36:40.0509369Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:36:40.0521583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.0589094Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.0601503Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:36:40.0870523Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:36:40.0873253Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:36:40.0889272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:36:40.0892789Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:36:40.0949059Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:36:40.0961031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.1029340Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.1042035Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:36:40.1311399Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:36:40.1311763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:36:40.1329403Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:36:40.1331942Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:36:40.1388831Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:36:40.1401124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.1469235Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.1481400Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:36:40.1750822Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:36:40.1753039Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:36:40.1767756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:36:40.1775232Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:36:40.1829919Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:36:40.1842271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.1908942Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.1921122Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:36:40.2191385Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:36:40.2191779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:36:40.2209854Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:36:40.2212886Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:36:40.2269014Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:36:40.2281512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.2349041Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.2361045Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:36:40.2631019Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:36:40.2631610Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:36:40.2649831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.2652182Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:36:40.2709097Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.2724003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:36:40.2788889Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:36:40.2801566Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:36:40.3070727Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:36:40.3071547Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:36:40.3089518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.3091952Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.3149157Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:36:40.3160641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:36:40.3229483Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:36:40.3242655Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:36:40.3511312Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:36:40.3512727Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:36:40.3526128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.3532464Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.3588925Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:36:40.3600864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:36:40.3668941Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:36:40.3690111Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:36:40.3951264Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:36:40.3951614Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:36:40.3969134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.3970962Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.4028826Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:36:40.4040648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:36:40.4109049Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:36:40.4120814Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:36:40.4391066Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:36:40.4391412Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:36:40.4405749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.4412603Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.4469009Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:36:40.4481006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:36:40.4549237Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:36:40.4561003Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:36:40.4831371Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:36:40.4832030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.4846065Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:36:40.4852957Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:36:40.4909136Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.4920923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:36:40.4988837Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:36:40.5000509Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:36:40.5272999Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:36:40.5273614Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:36:40.5288138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.5297741Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:36:40.5349926Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.5363051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:36:40.5429895Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:36:40.5563517Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:36:40.5713106Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:36:40.5713645Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:36:40.5731242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.5738681Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:36:40.5790680Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.5804692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:36:40.5870836Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:36:40.5886699Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:36:40.6152798Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:36:40.6154208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:36:40.6170912Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:36:40.6177585Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:36:40.6230399Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:36:40.6244888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:36:40.6310919Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:36:40.6326741Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:36:40.6592713Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:36:40.6594226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:36:40.6611076Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:36:40.6619068Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:36:40.6670811Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:36:40.6685610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:36:40.6750189Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:36:40.6765112Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:36:40.7033255Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:36:40.7035486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:36:40.7052152Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:36:40.7058931Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:36:40.7110676Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:36:40.7127135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:36:40.7190380Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:36:40.7206895Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:36:40.7471532Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:36:40.7472171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:36:40.7488147Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:36:40.7495143Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:36:40.7549371Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:36:40.7565937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:36:40.7629343Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:36:40.7642779Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:36:40.7911138Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:36:40.7911558Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:36:40.7927780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:36:40.7932429Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:36:40.7989065Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:36:40.8001343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.8069153Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.8081327Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:36:40.8349966Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:36:40.8352646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:36:40.8368917Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:36:40.8376830Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:36:40.8429371Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:36:40.8441445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.8509108Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.8524017Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:36:40.8790576Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:36:40.8793581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:36:40.8811074Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:36:40.8813645Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:36:40.8869175Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:36:40.8881530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:36:40.8949120Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:36:40.8961403Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:36:40.9231539Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:36:40.9231912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:36:40.9246541Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:36:40.9253451Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:36:40.9308823Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:36:40.9322779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:36:40.9388960Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:36:40.9400958Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:36:40.9671525Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:36:40.9672151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.9686462Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:36:40.9693472Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.9748978Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:36:40.9762052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:36:40.9829125Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:36:40.9841231Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:36:41.0110537Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:36:41.0112863Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:36:41.0124404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0133935Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0189002Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:36:41.0201052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:36:41.0269070Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:36:41.0281062Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:36:41.0551465Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:36:41.0552094Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:36:41.0569080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.0572124Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.0629004Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:36:41.0641062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0708808Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0722920Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:36:41.0991125Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:36:41.0991488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.1009164Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:36:41.1011874Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.1069202Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:36:41.1081122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.1148776Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.1162851Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:36:41.1430884Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:36:41.1432045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.1449030Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:36:41.1451923Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:36:41.1509182Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.1521772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.1588933Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.1601123Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:36:41.1870957Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:36:41.1872722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.1886882Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:36:41.1893774Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:36:41.1949183Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.1963384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.2029104Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.2041615Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:36:41.2311494Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:36:41.2312171Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:36:41.2324387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.2335357Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:36:41.2389022Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.2406235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.2468911Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.2483391Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:36:41.2750993Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:36:41.2752266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.2767007Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:36:41.2773986Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.2829085Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:36:41.2843810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.2908732Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.2920862Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:36:41.3190668Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:36:41.3191198Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:36:41.3209119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:36:41.3211757Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:36:41.3268796Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:36:41.3282447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.3348959Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.3364100Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:36:41.3631118Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:36:41.3632808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:36:41.3649858Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:36:41.3652233Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:36:41.3708912Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:36:41.3720843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.3788905Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.3800801Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:36:41.4071160Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:36:41.4071785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:36:41.4086355Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:36:41.4093503Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:36:41.4149001Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:36:41.4162874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:36:41.4228655Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:36:41.4240715Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:36:41.4510734Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:36:41.4511441Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:36:41.4525771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:36:41.4533121Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:36:41.4589168Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:36:41.4603059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:36:41.4669441Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:36:41.4681384Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:36:41.4950774Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:36:41.4951413Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:36:41.4966606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:36:41.4972901Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:36:41.5028840Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:36:41.5040971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:36:41.5109823Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:36:41.5122852Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:36:41.5390708Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:36:41.5392786Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:36:41.5410720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:36:41.5413338Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:36:41.5469549Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:36:41.5482573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:36:41.5549335Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:36:41.5562413Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:36:41.5830957Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:36:41.5831709Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:36:41.5849420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:36:41.5851984Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:36:41.5909692Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:36:41.5921481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:36:41.5989254Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:36:41.6001505Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:36:41.6271551Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:36:41.6271995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:36:41.6286142Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:36:41.6293594Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:36:41.6349144Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:36:41.6361378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:36:41.6429223Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:36:41.6441400Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:36:41.6711519Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:36:41.6712086Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:36:41.6727306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:41.6734247Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:36:41.6789470Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:41.6802326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:36:41.6869170Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:36:41.6883217Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:36:41.7150640Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:36:41.7152392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.7167486Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:36:41.7174395Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:36:41.7229158Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.7244572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:36:41.7309344Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:36:41.7324236Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:36:41.7591749Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:36:41.7593681Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:36:41.7605795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.7617763Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:36:41.7669990Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.7685012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:36:41.7750874Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:36:41.7766908Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:36:41.8033360Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:36:41.8035519Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:36:41.8051583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.8058441Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:36:41.8110341Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.8125195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.8190848Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.8209904Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:36:41.8473707Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:36:41.8474058Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:36:41.8492813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.8498891Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:36:41.8550383Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.8567335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:36:41.8629992Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:36:41.8645011Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:36:41.8913376Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:36:41.8913878Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:36:41.8945565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.8948748Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:36:41.8990551Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.9005239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:36:41.9070104Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:36:41.9084378Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:36:41.9353418Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:36:41.9353780Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:36:41.9371258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.9378343Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:36:41.9430546Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.9447774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.9510259Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.9524916Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:36:41.9791691Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:36:41.9792077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.9806268Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:36:41.9815784Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.9869388Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:36:41.9884482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.9948820Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.9961558Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:36:42.0230907Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:36:42.0231347Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:36:42.0245628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.0252598Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.0309165Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:36:42.0321336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.0389603Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.0403420Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:36:42.0671783Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:36:42.0673704Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:36:42.0693009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:36:42.0695730Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:36:42.0749562Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:36:42.0763867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.0829729Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.0843858Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:36:42.1111406Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:36:42.1112063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:36:42.1130478Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:36:42.1133308Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:36:42.1189127Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:36:42.1201905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:36:42.1269040Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:36:42.1281640Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:36:42.1551089Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:36:42.1551826Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:36:42.1566535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:36:42.1574296Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:36:42.1628983Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:36:42.1641722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:36:42.1709203Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:36:42.1721936Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:36:42.1991216Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:36:42.1991995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:36:42.2011164Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:36:42.2013963Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:36:42.2068999Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:36:42.2085034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.2149272Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.2162132Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:36:42.2430895Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:36:42.2431316Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:36:42.2445811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:36:42.2453512Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:36:42.2509236Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:36:42.2521703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.2589403Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.2602127Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:36:42.2870820Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:36:42.2871741Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:36:42.2886320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:36:42.2892883Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:36:42.2949225Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:36:42.2961555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:36:42.3029302Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:36:42.3044144Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:36:42.3310300Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:36:42.3311506Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:36:42.3325745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:36:42.3332463Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:36:42.3388929Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:36:42.3403069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:36:42.3469145Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:36:42.3481007Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:36:42.3751039Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:36:42.3751432Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:36:42.3765275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:36:42.3772377Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:36:42.3828991Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:36:42.3840680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:36:42.3909551Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:36:42.3922744Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:36:42.4190584Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:36:42.4193076Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:36:42.4206875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:36:42.4214154Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:36:42.4269283Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:36:42.4282620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:36:42.4349428Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:36:42.4362254Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:36:42.4630570Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:36:42.4633547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:36:42.4648746Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:36:42.4653025Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:36:42.4709068Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:36:42.4720869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:36:42.4789245Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:36:42.4801806Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:36:42.5070882Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:36:42.5071436Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:36:42.5089019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:36:42.5092421Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:36:42.5149013Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:36:42.5161733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:36:42.5229064Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:36:42.5241671Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:36:42.5511125Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:36:42.5511709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:36:42.5529385Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:36:42.5532508Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:36:42.5589078Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:36:42.5601159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:36:42.5669003Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:36:42.5681389Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:36:42.5950859Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:36:42.5951330Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:36:42.5969643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.5972525Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.6028948Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:36:42.6041320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:36:42.6109152Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:36:42.6121178Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:36:42.6390249Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:36:42.6391855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:36:42.6409555Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:36:42.6411275Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:36:42.6469147Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:36:42.6481067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:36:42.6549067Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:36:42.6560846Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:36:42.6830488Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:36:42.6832675Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:36:42.6850584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:36:42.6853759Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:36:42.6908751Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:36:42.6925932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:36:42.6988581Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:36:42.7001590Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:36:42.7270710Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:36:42.7272866Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:36:42.7287210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:36:42.7293739Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:36:42.7349395Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:36:42.7361312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.7429161Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.7442986Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:36:42.7711098Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:36:42.7711524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:36:42.7729259Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:36:42.7732654Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:36:42.7788655Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:36:42.7800870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:36:42.7868878Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:36:42.7886097Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:36:42.8150787Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:36:42.8151396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:36:42.8169310Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:36:42.8171065Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:36:42.8228702Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:36:42.8241038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:36:42.8308923Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:36:42.8323243Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:36:42.8591018Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:36:42.8591921Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:36:42.8609817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.8612628Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:36:42.8669214Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.8681537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:36:42.8749037Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:36:42.8760898Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:36:42.9031157Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:36:42.9031728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.9046057Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:36:42.9053136Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:36:42.9108787Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.9120570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.9189086Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.9201077Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:36:42.9470484Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:36:42.9472869Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:36:42.9490754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.9494007Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.9549465Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:36:42.9562152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.9629595Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.9642632Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:36:42.9913126Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:36:42.9913764Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:36:42.9928816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.9938630Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:36:43.0036087Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.0051890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.0070311Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.0086878Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:36:43.0353238Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:36:43.0353607Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:36:43.0370556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.0378061Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:36:43.0470356Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.0485045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.0510516Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.0525795Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:36:43.0792641Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:36:43.0793809Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:36:43.0814025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.0816728Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:36:43.0910245Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.0926749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.0949792Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.0966107Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:36:43.1233828Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:36:43.1234428Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:36:43.1251216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:36:43.1258669Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:36:43.1350772Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:36:43.1367723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.1390107Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.1405391Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:36:43.1672684Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:36:43.1673168Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:36:43.1688765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.1696189Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:36:43.1790518Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.1808359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:36:43.1830126Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:36:43.1846002Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:36:43.2111198Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:36:43.2113133Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:36:43.2129331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:36:43.2136981Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:36:43.2229013Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:36:43.2241669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.2269202Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.2282304Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:36:43.2551951Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:36:43.2552426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:36:43.2569826Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:36:43.2572520Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:36:43.2669694Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:36:43.2682476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:36:43.2709861Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:36:43.2725142Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:36:43.2991005Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:36:43.2991460Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:36:43.3009288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:36:43.3011610Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:36:43.3108913Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:36:43.3121501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:36:43.3148978Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:36:43.3161393Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:36:43.3430873Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:36:43.3432235Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:36:43.3449854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:36:43.3451807Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:36:43.3549340Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:36:43.3561539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:36:43.3588939Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:36:43.3602082Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:36:43.3871244Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:36:43.3871847Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:36:43.3886600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:36:43.3893947Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:36:43.4031288Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:36:43.4032499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:36:43.4047471Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:36:43.4053754Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:36:43.4310942Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:36:43.4312913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:36:43.4323938Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:36:43.4335981Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:36:43.4470617Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:36:43.4472928Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:36:43.4490324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:36:43.4492687Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:36:43.4750863Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:36:43.4752897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:36:43.4764388Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:36:43.4773573Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:36:43.4911210Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:36:43.4911795Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:36:43.4929325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:36:43.4931259Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:36:43.5191796Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:36:43.5192364Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:36:43.5206139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:36:43.5213224Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:36:43.5351080Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:36:43.5351420Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:36:43.5369298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:36:43.5372648Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:36:43.5631788Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:36:43.5632419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:36:43.5648697Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:36:43.5651706Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:36:43.5791104Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:36:43.5791672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:36:43.5809481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:36:43.5811560Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:36:43.6071103Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:36:43.6071656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:36:43.6085712Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:36:43.6092519Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:36:43.6231003Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:36:43.6231588Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:36:43.6246001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:36:43.6253311Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:36:43.6511180Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:36:43.6511822Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:36:43.6526674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:36:43.6533425Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:36:43.6670521Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:36:43.6672363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:36:43.6691228Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:36:43.6693620Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:36:43.6952234Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:36:43.6952873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:36:43.6966416Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:36:43.6974279Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:36:43.7111467Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:36:43.7112082Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:36:43.7128824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.7131791Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.7390855Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:36:43.7391849Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:36:43.7405952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.7413381Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:36:43.7550773Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.7553190Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:36:43.7571573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.7573437Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.7831358Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:36:43.7831878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.7846212Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:36:43.7853103Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:36:43.7991153Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.7991779Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:36:43.8008337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.8015028Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.8271138Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:36:43.8271478Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:36:43.8289294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.8291946Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.8430251Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:36:43.8432867Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:36:43.8453058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.8455976Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.8710798Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:36:43.8711292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:36:43.8723029Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:36:43.8731639Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:36:43.8871504Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:36:43.8872821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.8892990Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:36:43.8895535Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.9150361Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:36:43.9151990Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:36:43.9170962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.9173573Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.9310558Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:36:43.9313339Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:36:43.9329047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.9335488Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.9591567Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:36:43.9592123Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:36:43.9609365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:36:43.9611905Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:36:43.9751374Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:36:43.9753151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.9773067Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:36:43.9775711Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.0031411Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:36:44.0031967Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:36:44.0053068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.0056108Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:36:44.0190707Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.0193432Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:36:44.0206737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.0212735Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.0471066Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:36:44.0471881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.0485465Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:36:44.0492279Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:36:44.0630986Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.0633462Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:36:44.0648405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.0655062Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:36:44.0911083Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.0911493Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:36:44.0925958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.0932576Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:36:44.1070358Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.1072919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.1086463Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:36:44.1092929Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:36:44.1351286Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.1351739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.1370543Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:36:44.1373084Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:36:44.1511273Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.1511726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.1530075Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:36:44.1533293Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:36:44.1792444Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.1792814Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:36:44.1807401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.1814868Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:36:44.1951582Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.1953347Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:36:44.1968857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.1978417Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:36:44.2233420Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.2233837Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:36:44.2251430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.2258148Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:36:44.2393305Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.2393698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:36:44.2413727Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:36:44.2416536Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:36:44.2672225Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:36:44.2674840Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:36:44.2691137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.2698884Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:36:44.2832261Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.2833452Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:36:44.2848644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:36:44.2857240Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:36:44.3113722Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:36:44.3114235Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:36:44.3127438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.3231869Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:36:44.3271264Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.3286280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:36:44.3420091Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:36:44.3436051Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:36:44.3552227Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:36:44.3553273Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:36:44.3568257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:36:44.3578729Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:36:44.3711161Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:36:44.3713187Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:36:44.3733811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:36:44.3735569Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:36:44.3992725Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:36:44.3993401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:36:44.4013621Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:36:44.4015700Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:36:44.4151442Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:36:44.4153477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:36:44.4167691Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:36:44.4177244Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:36:44.4431298Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:36:44.4431949Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:36:44.4450505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:36:44.4453128Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:36:44.4590636Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:36:44.4593212Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:36:44.4609844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:36:44.4616716Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:36:44.4871371Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:36:44.4872003Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:36:44.4886311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:36:44.4892561Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:36:44.5031564Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:36:44.5033428Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:36:44.5050066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:36:44.5056986Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:36:44.5311050Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:36:44.5311711Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:36:44.5326197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:36:44.5333620Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:36:44.5470107Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:36:44.5473215Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:36:44.5489214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:36:44.5497256Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:36:44.5751059Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:36:44.5751816Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:36:44.5769613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:36:44.5772404Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:36:44.5911501Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:36:44.5912678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:36:44.5928971Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:36:44.5936051Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:36:44.6190377Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:36:44.6192420Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:36:44.6209803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:36:44.6212560Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:36:44.6351381Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:36:44.6352105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:36:44.6363100Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:36:44.6374686Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:36:44.6631436Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:36:44.6632934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:36:44.6647390Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:36:44.6654145Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:36:44.6791685Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:36:44.6792293Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:36:44.6810356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:36:44.6817629Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:36:44.7070849Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:36:44.7073010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:36:44.7090584Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:36:44.7093333Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:36:44.7231022Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:36:44.7231459Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:36:44.7247386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:36:44.7255530Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:36:44.7511476Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:36:44.7512501Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:36:44.7526067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:36:44.7535008Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:36:44.7671848Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:36:44.7672527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.7689465Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:36:44.7696275Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.7950881Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:36:44.7953348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:36:44.7970742Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:36:44.7973233Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:36:44.8110427Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:36:44.8113133Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:36:44.8129883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.8131641Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.8391188Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:36:44.8391544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.8408986Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:36:44.8411289Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:36:44.8551302Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.8551927Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:36:44.8569062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.8572151Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.8831714Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:36:44.8832466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.8844559Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:36:44.8854528Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.8990990Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:36:44.8991556Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:36:44.9009043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:36:44.9010714Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:36:44.9271808Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:36:44.9272433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.9285787Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:36:44.9293099Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:36:44.9430478Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.9432913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.9449664Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:36:44.9452251Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.9710426Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:36:44.9713305Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:36:44.9730174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.9731717Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.9871035Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:36:44.9871899Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:36:44.9885740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.9892812Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:36:45.0151662Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:36:45.0153097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:36:45.0168737Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:36:45.0175645Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:36:45.0311098Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:36:45.0312942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.0330154Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:36:45.0332678Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.0590505Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:36:45.0593296Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:36:45.0607602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.0626270Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:36:45.0750533Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.0753142Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:36:45.0767880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.0775235Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.1031011Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:36:45.1033696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.1050603Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:36:45.1057398Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:36:45.1190806Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.1193177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.1208204Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:36:45.1214738Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:36:45.1471439Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.1472037Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:36:45.1489574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.1496358Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:36:45.1631285Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.1631766Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:36:45.1646853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.1653477Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:36:45.1911670Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.1912154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.1929991Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:36:45.1936994Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:36:45.2070804Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.2071276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.2082359Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:36:45.2093770Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.2351849Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:36:45.2352385Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:36:45.2369955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.2376529Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:36:45.2511730Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.2512342Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:36:45.2527087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.2533818Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.2791533Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:36:45.2792594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.2806674Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:36:45.2812971Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:36:45.2949977Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.2952950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.2966867Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:36:45.2973654Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.3231455Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:36:45.3232030Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:36:45.3245871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.3253167Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.3391689Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:36:45.3392254Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:36:45.3407813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.3414115Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.3671025Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:36:45.3671453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.3688984Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:36:45.3692251Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.3831821Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:36:45.3832179Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:36:45.3849047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:36:45.3856219Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:36:45.4112230Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:36:45.4112627Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:36:45.4125166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:36:45.4132621Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:36:45.4272850Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:36:45.4273593Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:36:45.4296495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:36:45.4298903Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:36:45.4552841Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:36:45.4553837Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:36:45.4572174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:36:45.4577682Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:36:45.4714105Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:36:45.4714810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:36:45.4735778Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:36:45.4739154Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:36:45.4993675Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:36:45.4994223Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:36:45.5011369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:36:45.5018393Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:36:45.5152900Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:36:45.5153424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:36:45.5172870Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:36:45.5179459Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:36:45.5432640Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:36:45.5433041Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:36:45.5447769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:36:45.5457010Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:36:45.5593037Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:36:45.5594231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:36:45.5616224Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:36:45.5622139Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:36:45.5872650Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:36:45.5873383Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:36:45.5886890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:36:45.5899411Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:36:45.6033607Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:36:45.6041316Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:36:45.6061328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:36:45.6063997Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:36:45.6313056Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:36:45.6313759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:36:45.6335668Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:36:45.6337875Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:36:45.6471942Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:36:45.6472651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:36:45.6495901Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:36:45.6497695Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:36:45.6751248Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:36:45.6753434Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:36:45.6771802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:36:45.6774752Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:36:45.6912277Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:36:45.6912872Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:36:45.6931012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:36:45.6940429Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:36:45.7190644Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:36:45.7192380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:36:45.7211024Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:36:45.7214375Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:36:45.7350995Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:36:45.7353040Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:36:45.7369386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:36:45.7378743Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:36:45.7630769Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:36:45.7633110Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:36:45.7647630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:36:45.7654392Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:36:45.7790507Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:36:45.7793230Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:36:45.7812060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:36:45.7816948Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:36:45.8071034Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:36:45.8071417Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:36:45.8089904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:36:45.8092764Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:36:45.8231679Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:36:45.8232341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:36:45.8251349Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:36:45.8256259Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:36:45.8511004Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:36:45.8513196Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:36:45.8527024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:36:45.8534382Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:36:45.8670472Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:36:45.8673233Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:36:45.8691607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:36:45.8696750Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:36:45.8951225Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:36:45.8951880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:45.8965405Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:36:45.8971815Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:45.9110600Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:36:45.9112831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:45.9131773Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:36:45.9136278Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:45.9390826Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:36:45.9391317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.9409131Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:36:45.9412117Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.9551036Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:36:45.9552669Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:36:45.9572206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.9576518Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.9831073Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:36:45.9833211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:36:45.9847371Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:36:45.9854153Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:36:45.9992285Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:36:45.9992953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.0012978Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:36:46.0018133Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.0271744Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:36:46.0272993Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:36:46.0289545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.0292167Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:36:46.0430577Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.0432863Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:36:46.0452717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:36:46.0457456Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:36:46.0711248Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:36:46.0712117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.0726196Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:36:46.0728288Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:36:46.0871700Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.0872713Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:36:46.0890702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.0899813Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:36:46.1152415Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.1153118Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:36:46.1171860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.1179636Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:36:46.1312304Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.1312841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.1330316Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:36:46.1338871Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.1592125Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:36:46.1592687Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:36:46.1614518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.1617119Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.1750688Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:36:46.1752905Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:36:46.1768318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.1782810Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.2031516Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:36:46.2031898Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:36:46.2053562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.2056199Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.2190773Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:36:46.2192681Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:36:46.2212134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.2216704Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.2472280Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:36:46.2472618Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:36:46.2494168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.2496871Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.2632251Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:36:46.2632906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.2653395Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:36:46.2658236Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.2911683Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:36:46.2912450Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:36:46.2930438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.2938127Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.3070442Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:36:46.3072898Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:36:46.3092729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.3096972Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.3351551Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:36:46.3352336Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:36:46.3370464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.3377145Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.3510498Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:36:46.3512762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.3528472Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:36:46.3537189Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.3791781Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:36:46.3792139Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:36:46.3809101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.3816678Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:36:46.3950384Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.3952835Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:36:46.3972354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.3977292Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.4232201Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:36:46.4233155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.4250793Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:36:46.4257575Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:36:46.4391680Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.4392468Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:36:46.4413292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.4417838Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.4672479Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:36:46.4673046Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:36:46.4692976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:36:46.4694818Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:36:46.4832125Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:36:46.4832742Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:36:46.4852745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.4857421Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.5111869Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:36:46.5112637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:36:46.5132392Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:36:46.5134431Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:36:46.5271296Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:36:46.5272142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:36:46.5292097Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:36:46.5296283Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:36:46.5551598Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:36:46.5552194Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:36:46.5572186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:36:46.5575458Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:36:46.5711174Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:36:46.5711683Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:36:46.5729653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:36:46.5739604Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:36:46.5990627Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:36:46.5993793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:36:46.6010845Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:36:46.6013099Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:36:46.6151359Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:36:46.6151902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:36:46.6168302Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:36:46.6176882Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:36:46.6432210Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:36:46.6432657Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:36:46.6451848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:36:46.6459961Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:36:46.6592790Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:36:46.6593588Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:36:46.6619387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:36:46.6622384Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:36:46.6873683Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:36:46.6874142Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:36:46.6894477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:36:46.6899021Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:36:46.7033873Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:36:46.7034349Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:36:46.7057098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:36:46.7062355Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:36:46.7312540Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:36:46.7313168Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:36:46.7335902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:36:46.7338507Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:36:46.7472984Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:36:46.7473518Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:36:46.7492398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:36:46.7500210Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:36:46.7752978Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:36:46.7753953Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:36:46.7773525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:36:46.7780290Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:36:46.7913988Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:36:46.7914689Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:36:46.7936455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:36:46.7941348Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:36:46.8193290Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:36:46.8193994Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:36:46.8213741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:36:46.8222992Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:36:46.8353142Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:36:46.8353548Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:36:46.8377219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:36:46.8382178Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:36:46.8632743Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:36:46.8633294Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:36:46.8649740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:36:46.8656784Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:36:46.8792065Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:36:46.8792563Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:36:46.8813819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.8818679Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.9071341Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:36:46.9072088Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:36:46.9087499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:36:46.9095281Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:36:46.9231679Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:36:46.9232380Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:36:46.9252736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.9257657Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.9511761Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:36:46.9512501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.9527016Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:36:46.9533785Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.9671013Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:36:46.9673594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.9687693Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:36:46.9694266Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.9951647Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:36:46.9952342Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:36:46.9970906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.9974535Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:36:47.0111184Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:36:47.0112316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.0123346Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:36:47.0129239Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:36:47.0390847Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.0392887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.0407058Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:36:47.0414212Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:36:47.0551067Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.0551580Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:36:47.0569538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.0572023Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:36:47.0830677Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.0833310Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:36:47.0851129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.0853623Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:36:47.0990162Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.0992520Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:36:47.1005900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.1015438Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:36:47.1271544Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.1272067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.1289550Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:36:47.1292620Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:36:47.1431482Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.1432447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.1446620Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:36:47.1452829Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.1711742Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:36:47.1712893Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:36:47.1731548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.1733501Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:36:47.1870484Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.1872355Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:36:47.1887213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.1893466Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.2151334Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:36:47.2151964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.2170023Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:36:47.2172972Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.2311103Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:36:47.2312423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.2329693Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:36:47.2332983Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.2590735Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:36:47.2592917Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:36:47.2609731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.2612566Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:36:47.2750727Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.2752418Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:36:47.2769419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.2771853Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:36:47.3031366Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.3032105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.3050799Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:36:47.3053966Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.3191132Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:36:47.3192347Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:36:47.3206570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:36:47.3213001Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:36:47.3471073Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:36:47.3471871Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:36:47.3486228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.3493108Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:36:47.3630574Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.3631104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:36:47.3645102Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:36:47.3652321Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:36:47.3910629Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:36:47.3912982Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:36:47.3929932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.3931479Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.4070560Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:36:47.4072774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:36:47.4086123Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:36:47.4093303Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:36:47.4350158Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:36:47.4353118Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:36:47.4366858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.4374605Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:36:47.4511244Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.4511851Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:36:47.4528974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:36:47.4531832Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:36:47.4791624Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:36:47.4792272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.4807535Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:36:47.4816315Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.4950957Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:36:47.4951575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:36:47.4965796Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:36:47.5107572Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:36:47.5231914Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:36:47.5233196Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:36:47.5248087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:36:47.5255615Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:36:47.5391291Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:36:47.5392108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:36:47.5408812Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:36:47.5410752Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:36:47.5671211Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:36:47.5673011Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:36:47.5691741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:36:47.5694537Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:36:47.5830859Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:36:47.5831533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:36:47.5843640Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:36:47.5852385Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:36:47.6111335Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:36:47.6113171Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:36:47.6131738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:36:47.6134234Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:36:47.6271144Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:36:47.6271567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:47.6288941Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:36:47.6292441Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:47.6550690Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:36:47.6552898Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:36:47.6570435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:36:47.6577699Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:36:47.6710656Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:36:47.6711613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.6729153Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:36:47.6732423Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.6992734Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:36:47.6993181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:36:47.7012395Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:36:47.7015195Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:36:47.7150266Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:36:47.7152458Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:36:47.7165634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.7176160Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:36:47.7431402Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.7432151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:36:47.7452598Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:36:47.7455166Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:36:47.7590833Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:36:47.7592588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.7605687Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:36:47.7614483Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:36:47.7871610Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.7872332Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:36:47.7892824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:36:47.7895748Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:36:47.8030474Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:36:47.8032615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.8043525Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:36:47.8052646Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:36:47.8311209Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.8312671Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:36:47.8326698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:36:47.8333545Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:36:47.8471153Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:36:47.8472008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.8489431Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:36:47.8491899Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:36:47.8752825Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.8755526Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:36:47.8773223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:36:47.8775467Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:36:47.8912579Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:36:47.8912995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.8933231Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:36:47.8936348Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.9192772Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:36:47.9195124Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:36:47.9215654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:36:47.9218407Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:36:47.9351945Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:36:47.9353940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.9368195Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:36:47.9375956Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.9633280Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:36:47.9633652Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:36:47.9650539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:36:47.9658280Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:36:47.9792746Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:36:47.9795260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.9814456Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:36:47.9817171Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.0073579Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:36:48.0074911Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:36:48.0091501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.0101795Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:36:48.0231600Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.0233830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.0253547Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:36:48.0260175Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:36:48.0513468Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.0513849Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:36:48.0531276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.0538363Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:36:48.0672091Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.0672904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.0691036Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:36:48.0696379Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.0952109Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:36:48.0952895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.0971615Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:36:48.0973310Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:36:48.1111568Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.1112236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:36:48.1128075Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:36:48.1132983Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:36:48.1390133Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:36:48.1392336Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:36:48.1404632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.1412914Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.1551035Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:36:48.1552191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:36:48.1567598Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:36:48.1571553Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:36:48.1830432Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:36:48.1833182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.1851953Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:36:48.1854414Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.1991189Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:36:48.1992122Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:36:48.2008912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:36:48.2011805Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:36:48.2271887Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:36:48.2272665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.2289677Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:36:48.2307279Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:36:48.2431089Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.2432088Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:36:48.2445795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:36:48.2452216Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:36:48.2710340Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:36:48.2712846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.2730720Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:36:48.2733883Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.2870917Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:36:48.2871336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:36:48.2888294Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:36:48.2890115Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:36:48.3150781Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:36:48.3151670Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:36:48.3169099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.3171757Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.3310418Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:36:48.3312060Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:36:48.3325351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:36:48.3332125Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:36:48.3591203Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:36:48.3591636Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:36:48.3606098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.3612414Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.3751438Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:36:48.3752240Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:36:48.3772630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:36:48.3775127Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:36:48.4031343Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:36:48.4031718Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:36:48.4045625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.4051789Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:36:48.4191552Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.4192331Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:36:48.4209279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:36:48.4215642Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:36:48.4470221Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:36:48.4472820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.4490166Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:36:48.4493056Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:36:48.4630369Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.4632223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:36:48.4643509Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:36:48.4651919Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:36:48.4910340Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:36:48.4912549Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:36:48.4924323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.4935020Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:36:48.5070237Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.5071757Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:36:48.5084539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:36:48.5094860Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:36:48.5351011Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:36:48.5351646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.5368698Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:36:48.5370506Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:36:48.5511513Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.5512164Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:36:48.5529316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:36:48.5535592Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:36:48.5791185Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:36:48.5791573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:36:48.5806070Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:36:48.5812793Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:36:48.5950862Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:36:48.5953146Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:36:48.5968665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.5976759Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.6230931Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:36:48.6231691Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:36:48.6248702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:36:48.6251338Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:36:48.6390905Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:36:48.6391761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.6408608Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:36:48.6414968Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.6671153Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:36:48.6671872Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:36:48.6689353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:36:48.6692370Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:36:48.6831085Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:36:48.6831669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.6844635Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:36:48.6853978Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:36:48.7111420Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.7111895Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:36:48.7129898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:36:48.7131105Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:36:48.7269997Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:36:48.7272600Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:36:48.7292671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.7295105Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.7550351Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:36:48.7552845Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:36:48.7564111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:36:48.7576134Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:36:48.7709889Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:36:48.7711873Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:36:48.7729586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.7736098Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.7991159Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:36:48.7991697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:36:48.8005436Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:36:48.8012343Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:36:48.8151604Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:36:48.8152828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.8172668Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:36:48.8175276Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.8430042Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:36:48.8432319Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:36:48.8449328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:36:48.8450893Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:36:48.8591694Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:36:48.8592431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.8608774Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:36:48.8615550Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.8871456Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:36:48.8871966Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:36:48.8888843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:36:48.8890549Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:36:48.9031253Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:36:48.9031898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.9049056Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:36:48.9055945Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.9310927Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:36:48.9311272Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:36:48.9329110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.9332427Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:36:48.9471295Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.9471817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.9488870Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:36:48.9496453Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.9751208Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:36:48.9751879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.9766325Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:36:48.9772157Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:36:48.9911211Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.9912527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.9929874Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:36:48.9937027Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.0190117Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:36:49.0191994Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:36:49.0212516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.0214784Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:36:49.0350866Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.0353173Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:36:49.0370247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.0376908Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.0631239Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:36:49.0631863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.0650807Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:36:49.0653395Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:36:49.0792479Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.0793214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.0813361Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:36:49.0816348Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:36:49.1072569Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.1074291Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:36:49.1091249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.1098143Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:36:49.1232339Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.1233101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.1250047Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:36:49.1257466Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.1513489Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:36:49.1514124Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:36:49.1530794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.1537481Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:36:49.1672147Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.1673084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:36:49.1692409Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:36:49.1699384Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:36:49.1952473Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:36:49.1953161Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:36:49.1968210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.1976391Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:36:49.2112081Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.2114279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:36:49.2133970Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:36:49.2136654Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:36:49.2393291Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:36:49.2393799Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:36:49.2413636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.2418765Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:36:49.2552226Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.2553174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:36:49.2573578Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:36:49.2576467Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:36:49.2832269Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:36:49.2834213Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:36:49.2850792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.2858690Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:36:49.2993083Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.2994012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:36:49.3007586Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:36:49.3016825Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:36:49.3271741Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:36:49.3272428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.3289031Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:36:49.3293355Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.3430908Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:36:49.3431381Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:36:49.3449543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:36:49.3452002Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:36:49.3711358Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:36:49.3711976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:36:49.3723632Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:36:49.3729697Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:36:49.3870675Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:36:49.3871892Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:36:49.3883990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:36:49.3889519Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:36:49.4150747Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:36:49.4153540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:36:49.4165936Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:36:49.4172648Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:36:49.4311186Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:36:49.4311818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:36:49.4325582Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:36:49.4332037Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:36:49.4590527Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:36:49.4593420Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:36:49.4603965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:36:49.4614098Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:36:49.4750778Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:36:49.4752989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:49.4767229Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:36:49.4773759Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:36:49.5030757Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:49.5032827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:36:49.5049199Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:36:49.5051876Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:36:49.5189912Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:36:49.5191686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.5205467Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:36:49.5212350Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.5470943Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:36:49.5472327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:36:49.5487038Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:36:49.5494044Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:36:49.5631303Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:36:49.5631680Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:36:49.5643876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.5651905Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.5911606Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:36:49.5912039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:36:49.5925331Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:36:49.5931408Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:36:49.6070999Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:36:49.6072225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.6085354Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:36:49.6093753Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.6350580Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:36:49.6350998Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:36:49.6365121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:36:49.6372540Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:36:49.6511589Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:36:49.6512014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.6529541Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:36:49.6531106Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:36:49.6791230Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.6792778Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:36:49.6810057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.6811936Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:36:49.6950199Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.6952591Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:36:49.6969889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.6971543Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.7230973Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:36:49.7231519Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:36:49.7246737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.7253345Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.7391219Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:36:49.7392947Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:36:49.7410266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.7412598Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.7670539Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:36:49.7671759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.7685842Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:36:49.7692481Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:36:49.7830341Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.7832700Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:36:49.7847329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.7854069Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:36:49.8110756Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.8111362Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:36:49.8129208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.8130922Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.8270601Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:36:49.8273280Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:36:49.8293078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.8294677Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.8550697Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:36:49.8551311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.8569076Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:36:49.8570951Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.8710407Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:36:49.8713182Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:36:49.8732664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.8735036Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.8990779Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:36:49.8991224Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:36:49.9004713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.9012004Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:36:49.9151853Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.9152505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.9172545Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:36:49.9174465Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:36:49.9431056Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.9431487Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:36:49.9445512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.9452420Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:36:49.9590850Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.9593108Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:36:49.9609015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:36:49.9618201Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:36:49.9870041Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:36:49.9872597Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:36:49.9885465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.9891734Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:36:50.0030458Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.0032394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:36:50.0052220Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:36:50.0056321Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:36:50.0311759Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:36:50.0312214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.0330328Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:36:50.0332888Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.0471333Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:36:50.0472372Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:36:50.0489235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:36:50.0495735Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:36:50.0751157Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:36:50.0751483Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:36:50.0770282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:36:50.0772232Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:36:50.0911329Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:36:50.0911922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:36:50.0929251Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:36:50.0935997Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:36:50.1190462Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:36:50.1192624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:36:50.1210436Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:36:50.1213173Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:36:50.1350773Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:36:50.1353512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:36:50.1372558Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:36:50.1374945Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:36:50.1631292Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:36:50.1633529Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:36:50.1646623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:36:50.1653507Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:36:50.1791893Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:36:50.1792266Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:36:50.1809863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:36:50.1816990Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:36:50.2071078Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:36:50.2071529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:36:50.2089749Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:36:50.2092113Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:36:50.2232317Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:36:50.2233289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:36:50.2252689Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:36:50.2254458Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:36:50.2511128Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:36:50.2511700Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:36:50.2526486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:36:50.2533184Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:36:50.2671903Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:36:50.2673047Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:36:50.2691554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:36:50.2694222Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:36:50.2950880Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:36:50.2953171Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:36:50.2967265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:36:50.2974460Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:36:50.3111764Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:36:50.3112369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:36:50.3129913Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:36:50.3137212Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:36:50.3392886Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:36:50.3393544Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:36:50.3408661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:36:50.3416260Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:36:50.3552795Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:36:50.3553658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:36:50.3567114Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:36:50.3577960Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:36:50.3831835Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:36:50.3834394Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:36:50.3853891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:36:50.3856847Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:36:50.3992535Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:36:50.3993242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:36:50.4013827Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:36:50.4015992Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:36:50.4273227Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:36:50.4273624Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:36:50.4287341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:36:50.4298279Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:36:50.4430299Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:36:50.4432009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:36:50.4449972Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:36:50.4464336Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:36:50.4712973Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:36:50.4713541Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:36:50.4731141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.4738602Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:36:50.4872417Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.4873271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.4893013Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:36:50.4900462Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.5153587Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:36:50.5154551Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:36:50.5173051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:36:50.5179143Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:36:50.5312604Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:36:50.5313278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:50.5330693Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:36:50.5340122Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:50.5591518Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:36:50.5593523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.5612196Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:36:50.5615066Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.5750612Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:36:50.5752397Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:36:50.5766814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:50.5773608Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:50.6030465Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:36:50.6032133Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:36:50.6052378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.6056188Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:36:50.6189917Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.6192153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:50.6206634Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:36:50.6213449Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:50.6471301Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:36:50.6471920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.6486047Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:36:50.6492640Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.6631953Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:36:50.6632602Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:36:50.6647127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.6653609Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.6911699Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:36:50.6912214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.6931421Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:36:50.6933654Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.7072065Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:36:50.7073136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.7091113Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:36:50.7093329Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.7351646Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:36:50.7352644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.7370698Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:36:50.7373069Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:36:50.7511164Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.7512582Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:36:50.7525592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.7535117Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:36:50.7790489Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.7793962Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:36:50.7810593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.7812970Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:36:50.7950781Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.7953169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.7970353Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:36:50.7972891Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:36:50.8230727Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.8233307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.8246352Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:36:50.8252865Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:36:50.8391527Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.8392166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.8406300Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:36:50.8412646Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:36:50.8670445Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.8672309Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:36:50.8689609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.8692430Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:36:50.8831224Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.8831879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.8846423Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:36:50.8852867Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.9111006Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:36:50.9111626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.9130484Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:36:50.9132864Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:36:50.9270256Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.9272491Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:36:50.9289924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.9293046Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:36:50.9550808Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.9551243Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:36:50.9563475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:36:50.9571856Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:36:50.9710946Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:36:50.9711522Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:36:50.9729399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.9730412Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.9990666Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:36:50.9991486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:36:51.0009776Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:36:51.0012275Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:36:51.0150455Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:36:51.0150991Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:36:51.0169439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.0171926Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.0431311Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:36:51.0431939Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:36:51.0443976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:36:51.0453565Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:36:51.0590927Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:36:51.0592989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.0607099Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:36:51.0614428Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:36:51.0870637Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.0872911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:36:51.0889443Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:36:51.0892487Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:36:51.1031424Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:36:51.1032518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:36:51.1046194Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:36:51.1052532Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:36:51.1311432Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:36:51.1311870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:36:51.1326856Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:36:51.1334511Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:36:51.1471303Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:36:51.1471918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:36:51.1486953Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:36:51.1494229Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:36:51.1750598Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:36:51.1753139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:36:51.1766652Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:36:51.1773436Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:36:51.1911784Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:36:51.1913095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:36:51.1930541Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:36:51.1932056Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:36:51.2190411Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:36:51.2192283Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:36:51.2206358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:36:51.2215402Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:36:51.2351101Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:36:51.2353185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:36:51.2368751Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:36:51.2375221Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:36:51.2631462Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:36:51.2632326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:36:51.2648826Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:36:51.2652966Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:36:51.2790456Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:36:51.2792891Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:36:51.2806444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:36:51.2813621Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:36:51.3070801Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:36:51.3071442Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:36:51.3085741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:36:51.3091893Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:36:51.3231409Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:36:51.3232055Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:36:51.3249328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:36:51.3251063Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:36:51.3511100Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:36:51.3512413Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:36:51.3529214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.3531995Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.3670967Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:36:51.3671738Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:36:51.3685685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:36:51.3692383Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:36:51.3951347Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:36:51.3951771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.3966436Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:36:51.3984877Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:36:51.4111698Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.4112307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:36:51.4129768Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:36:51.4132262Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:36:51.4391085Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:36:51.4391838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.4403401Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:36:51.4408978Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:36:51.4551031Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.4551640Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:36:51.4566917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:36:51.4571540Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:36:51.4831044Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:36:51.4831766Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:36:51.4849231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.4851630Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:36:51.4991511Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.4991905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:36:51.5009231Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:36:51.5012116Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:36:51.5271269Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:36:51.5271882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.5287142Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:36:51.5293373Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.5430754Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:36:51.5431938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:36:51.5445489Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:36:51.5455554Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:36:51.5712184Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:36:51.5712837Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:36:51.5729392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.5735990Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:36:51.5870908Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.5873143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:36:51.5977893Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:36:51.5988487Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:36:51.6152635Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:36:51.6153304Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:36:51.6172541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.6175695Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:36:51.6312357Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.6312840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.6336036Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:36:51.6339296Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.6593478Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:36:51.6594030Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:36:51.6616436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.6619731Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:36:51.6753059Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.6753684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.6770663Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:36:51.6924687Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:36:51.7032503Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.7034995Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:36:51.7051174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.7057520Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:36:51.7192410Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.7193032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:51.7212549Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:36:51.7219730Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:51.7473272Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:36:51.7473698Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:36:51.7488658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.7494889Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:36:51.7632899Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.7633547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:51.7652965Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:36:51.7659572Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:51.7911810Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:36:51.7912381Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:36:51.7929155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.7936068Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:36:51.8071375Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.8072259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:51.8092610Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:36:51.8094846Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:51.8351036Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:36:51.8351662Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:36:51.8373242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:36:51.8375800Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:36:51.8511422Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:36:51.8512115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.8529560Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:36:51.8536830Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.8791192Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:36:51.8791569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:36:51.8812641Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:36:51.8815778Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:36:51.8950241Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:36:51.8952813Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:36:51.8969617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.8972331Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:36:51.9230437Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.9232622Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:36:51.9247215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:36:51.9255210Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:36:51.9391159Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:36:51.9391651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.9409205Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:36:51.9411955Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.9672099Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:36:51.9672531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:36:51.9686523Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:36:51.9693466Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:36:51.9830181Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:36:51.9839281Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:36:51.9845330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.9853318Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.0109908Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:36:52.0112194Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:36:52.0129262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:36:52.0131932Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:36:52.0272218Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:36:52.0272841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.0287730Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:36:52.0291947Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.0550381Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:36:52.0552585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:36:52.0566639Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:36:52.0573620Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:36:52.0710759Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:36:52.0711753Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:36:52.0726027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.0732923Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.0990520Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:36:52.0992256Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:36:52.1009370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:36:52.1012128Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:36:52.1150812Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:36:52.1151624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.1167195Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:36:52.1171511Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.1431452Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:36:52.1432056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:36:52.1450132Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:36:52.1452979Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:36:52.1590714Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:36:52.1591426Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:36:52.1605301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.1611500Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.1870942Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:36:52.1873406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.1891612Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:36:52.1894385Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:36:52.2030801Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.2031625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.2045430Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:36:52.2052494Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:36:52.2310843Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.2313360Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:36:52.2329642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.2331136Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.2471557Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:36:52.2472011Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:36:52.2489082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:36:52.2491672Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:36:52.2751474Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:36:52.2752047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.2769092Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:36:52.2772233Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:36:52.2910902Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.2911549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:36:52.2928563Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:36:52.2931280Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:36:52.3191105Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:36:52.3191720Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:36:52.3209526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.3212062Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:36:52.3351256Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.3351919Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:36:52.3365897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:36:52.3372616Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:36:52.3631282Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:36:52.3631715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.3649417Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:36:52.3652572Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:36:52.3790995Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.3791673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:36:52.3806239Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:36:52.3812783Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:36:52.4070756Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:36:52.4073189Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:36:52.4087174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.4093771Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:36:52.4231079Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.4231677Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:36:52.4248417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:36:52.4250708Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:36:52.4511660Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:36:52.4512437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.4523434Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:36:52.4532592Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.4671050Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:36:52.4671643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:36:52.4688508Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:36:52.4691311Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:36:52.4951065Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:36:52.4951665Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:36:52.4966261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.4973438Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:36:52.5110902Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.5111393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:36:52.5126138Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:36:52.5133305Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:36:52.5390802Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:36:52.5391205Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:36:52.5409087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.5411932Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:36:52.5551387Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.5551816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:36:52.5566153Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:36:52.5572909Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:36:52.5831094Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:36:52.5831702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.5846382Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:36:52.5852606Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.5991418Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:36:52.5991835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:36:52.6009600Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:36:52.6013020Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:36:52.6271366Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:36:52.6272117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:36:52.6285487Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:36:52.6292755Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:36:52.6431479Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:36:52.6432081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:36:52.6445685Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:36:52.6452364Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:36:52.6711218Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:36:52.6711670Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:36:52.6725370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:36:52.6732924Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:36:52.6871437Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:36:52.6871979Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:36:52.6885752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:36:52.6892666Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:36:52.7151336Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:36:52.7151795Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:36:52.7165450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:36:52.7172696Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:36:52.7310964Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:36:52.7311443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:36:52.7329389Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:36:52.7331925Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:36:52.7591445Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:36:52.7592058Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:36:52.7609156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.7611960Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:36:52.7752495Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.7752954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.7765161Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:36:52.7776988Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.8032849Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:36:52.8033305Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:36:52.8048462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.8055428Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:36:52.8191545Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.8192971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.8212025Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:36:52.8217189Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.8473637Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:36:52.8474122Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:36:52.8488424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.8502296Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:36:52.8632614Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.8633157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:36:52.8650995Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:36:52.8657536Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:36:52.8913161Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:36:52.8913574Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:36:52.8928924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.8937355Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:36:52.9071369Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.9073292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:36:52.9090349Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:36:52.9097108Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:36:52.9353300Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:36:52.9353663Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:36:52.9369493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:36:52.9376977Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:36:52.9512698Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:36:52.9513312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:36:52.9527505Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:36:52.9538741Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:36:52.9793744Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:36:52.9794440Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:36:52.9809880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:36:52.9816938Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:36:52.9952164Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:36:52.9952656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.9969775Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:36:52.9977056Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.0232009Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:36:53.0232382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:36:53.0247617Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:36:53.0254397Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:36:53.0390815Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:36:53.0391701Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:36:53.0407661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.0412399Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:36:53.0671332Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.0672049Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:36:53.0690092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:36:53.0692670Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:36:53.0831233Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:36:53.0831710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.0849254Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:36:53.0852629Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:36:53.1111553Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.1113840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:36:53.1125196Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:36:53.1136256Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:36:53.1271587Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:36:53.1273534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.1289078Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:36:53.1295663Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:36:53.1550803Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.1552755Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:36:53.1567345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.1574381Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:36:53.1711067Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.1712773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.1730202Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:36:53.1731834Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.1990045Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:36:53.1992619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.2010324Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:36:53.2011796Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.2151070Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:36:53.2151858Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:36:53.2166263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.2172908Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:36:53.2431203Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.2431844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.2446421Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:36:53.2453836Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.2591426Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:36:53.2592769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.2606828Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:36:53.2613573Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:36:53.2870806Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.2873155Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:36:53.2890156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.2892666Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:36:53.3031066Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.3031883Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:36:53.3046124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.3053163Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.3311088Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:36:53.3311440Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:36:53.3326918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.3333174Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:36:53.3471399Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.3471871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.3487103Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:36:53.3493393Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:36:53.3751357Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.3751957Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:36:53.3769476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.3771205Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:36:53.3910881Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.3913194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:36:53.3930053Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:36:53.3931739Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:36:53.4191239Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:36:53.4191705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:36:53.4209366Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:36:53.4211209Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:36:53.4351028Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:36:53.4353303Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:36:53.4371003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:36:53.4373846Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:36:53.4630849Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:36:53.4633395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:36:53.4650487Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:36:53.4652989Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:36:53.4791263Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:36:53.4791916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:36:53.4808920Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:36:53.4812216Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:36:53.5070634Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:36:53.5073171Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:36:53.5086718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:36:53.5093538Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:36:53.5231535Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:36:53.5231989Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:36:53.5250207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:36:53.5251687Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:36:53.5511366Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:36:53.5512728Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:36:53.5527626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:36:53.5533768Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:36:53.5671623Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:36:53.5672424Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:36:53.5689257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:36:53.5691704Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:36:53.5950895Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:36:53.5953387Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:36:53.5970444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:36:53.5973382Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:36:53.6111233Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:36:53.6111622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:36:53.6129227Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:36:53.6131752Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:36:53.6390968Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:36:53.6393411Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:36:53.6406796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:36:53.6412863Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:36:53.6551555Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:36:53.6552332Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:36:53.6566549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:36:53.6572922Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:36:53.6832152Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:36:53.6832804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:36:53.6850907Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:36:53.6853301Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:36:53.6992014Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:36:53.6992749Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:36:53.7010525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:36:53.7017005Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:36:53.7271531Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:36:53.7272099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:36:53.7289533Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:36:53.7291211Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:36:53.7431478Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:36:53.7432041Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:36:53.7445034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:36:53.7454192Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:36:53.7710904Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:36:53.7712976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:36:53.7730714Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:36:53.7733336Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:36:53.7871033Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:36:53.7871898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:36:53.7889770Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:36:53.7896005Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:36:53.8151182Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:36:53.8152667Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:36:53.8164979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.8173673Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:36:53.8311475Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.8312285Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:36:53.8327334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:36:53.8335811Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:36:53.8591518Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:36:53.8592135Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:36:53.8605835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:36:53.8612251Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:36:53.8751266Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:36:53.8753650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:36:53.8771852Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:36:53.8773713Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:36:53.9030693Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:36:53.9032765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.9046481Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:36:53.9053388Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.9192079Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:36:53.9192690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.9207799Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:36:53.9214353Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.9470911Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:36:53.9471758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.9489005Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:36:53.9491786Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:36:53.9631627Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.9632283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:36:53.9649384Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:36:53.9656069Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:36:53.9911502Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:36:53.9912284Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:36:53.9926289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.9932686Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:36:54.0070628Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.0072914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:36:54.0083826Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:36:54.0096538Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:36:54.0353683Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:36:54.0354213Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:36:54.0370132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.0379133Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:36:54.0513084Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.0513489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:36:54.0612930Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:36:54.0615598Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:36:54.0792625Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:36:54.0793480Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:36:54.0813999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.0819874Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.0953413Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:36:54.0953864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:36:54.0975251Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:36:54.0978005Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:36:54.1233814Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:36:54.1234354Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:36:54.1247550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.1355677Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:36:54.1392381Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.1393589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.1411720Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:36:54.1419390Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.1674118Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:36:54.1674688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.1691990Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:36:54.1698819Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:36:54.1832836Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.1833435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.1855192Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:36:54.1858189Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.2113231Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:36:54.2113792Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:36:54.2134574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.2139915Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:36:54.2272223Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.2273890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.2290085Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:36:54.2300226Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.2550743Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:36:54.2553359Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:36:54.2573843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.2575499Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.2710809Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:36:54.2713243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.2727025Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:36:54.2735855Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.2991550Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:36:54.2992302Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:36:54.3006570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:36:54.3017840Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:36:54.3150955Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:36:54.3152940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.3167242Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:36:54.3175604Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:36:54.3432731Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.3433128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:36:54.3449525Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:36:54.3457680Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:36:54.3591390Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:36:54.3593517Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:36:54.3609510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.3616472Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.3872319Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:36:54.3872838Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:36:54.3889020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:36:54.3895490Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:36:54.4031898Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:36:54.4032885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.4045246Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:36:54.4055435Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.4311829Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:36:54.4312234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:36:54.4328767Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:36:54.4335900Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:36:54.4471890Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:36:54.4473011Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:36:54.4488857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.4495585Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.4750988Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:36:54.4753262Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:36:54.4772247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:36:54.4778808Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:36:54.4911991Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:36:54.4912867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.4927985Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:36:54.4936811Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.5193394Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:36:54.5193768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:36:54.5216489Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:36:54.5219923Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:36:54.5352251Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:36:54.5353644Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:36:54.5373243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:36:54.5375529Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:36:54.5632935Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:36:54.5633556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:36:54.5649260Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:36:54.5669356Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:36:54.5791660Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:36:54.5792234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:36:54.5812321Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:36:54.5815422Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:36:54.6072471Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:36:54.6073271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:36:54.6091876Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:36:54.6098778Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:36:54.6231851Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:36:54.6232522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:36:54.6248031Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:36:54.6255230Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:36:54.6512191Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:36:54.6514824Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:36:54.6537749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:36:54.6540204Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:36:54.6672367Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:36:54.6672751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:36:54.6692890Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:36:54.6696419Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:36:54.6952671Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:36:54.6953839Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:36:54.6972012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.6978704Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.7112289Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:36:54.7113304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:36:54.7128767Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:36:54.7135887Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:36:54.7391095Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:36:54.7393834Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:36:54.7412470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:36:54.7418680Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:36:54.7552259Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:36:54.7553013Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:36:54.7572895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:36:54.7574476Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:36:54.7834650Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:36:54.7836957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.7849415Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:36:54.7860658Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:36:54.7992110Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.7992762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:36:54.8010645Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:36:54.8017803Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:36:54.8272034Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:36:54.8273103Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:36:54.8293219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.8295898Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:36:54.8430746Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.8431737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:36:54.8444237Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:36:54.8452104Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:36:54.8713314Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:36:54.8714168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.8728733Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:36:54.8738095Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:36:54.8873529Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.8874205Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:36:54.8894093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:36:54.8896543Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:36:54.9152920Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:36:54.9153689Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:36:54.9173605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.9176115Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:36:54.9311286Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.9311990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:36:54.9328136Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:36:54.9334780Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:36:54.9591383Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:36:54.9592053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.9604221Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:36:54.9611978Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.9752639Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:36:54.9753000Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:36:54.9772263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:36:54.9774887Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:36:55.0033237Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:36:55.0033630Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:36:55.0050526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.0057218Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:36:55.0192392Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.0192801Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:36:55.0209017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:36:55.0215762Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:36:55.0471651Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:36:55.0473669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.0490164Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:36:55.0497436Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.0630941Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:36:55.0633143Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:36:55.0651322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.0654203Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.0911189Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:36:55.0911854Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:36:55.0926095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.0933669Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:36:55.1072222Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.1072866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.1086405Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:36:55.1092959Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.1351109Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:36:55.1353238Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:36:55.1366771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.1375523Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:36:55.1511558Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.1512237Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:36:55.1525021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:36:55.1692320Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:36:55.1791618Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:36:55.1791991Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:36:55.1807208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:36:55.1813649Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:36:55.1951429Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:36:55.1951900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:36:55.1965866Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:36:55.1972427Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:36:55.2231052Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:36:55.2233077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:36:55.2246842Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:36:55.2253065Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:36:55.2391136Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:36:55.2391770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:36:55.2405520Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:36:55.2415461Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:36:55.2672886Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:36:55.2673851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:36:55.2686261Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:36:55.2696029Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:36:55.2832376Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:36:55.2833445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.2885654Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:36:55.2888787Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.3114140Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:36:55.3114714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:36:55.3130532Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:36:55.3139165Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:36:55.3272803Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:36:55.3273496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.3290632Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:36:55.3297534Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.3553129Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:36:55.3554559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:36:55.3567197Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:36:55.3634214Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:36:55.3711438Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:36:55.3713501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.3726955Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:36:55.3738910Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.3992946Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:36:55.3994224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:36:55.4014147Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:36:55.4017108Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:36:55.4152627Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:36:55.4153528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.4171962Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:36:55.4178265Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.4433592Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:36:55.4434560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:36:55.4450400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:36:55.4459000Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:36:55.4593028Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:36:55.4593650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.4614135Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:36:55.4616224Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.4871536Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:36:55.4873563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:36:55.4886002Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:36:55.5031757Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:36:55.5032520Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:36:55.5053319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.5056128Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.5068276Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:36:55.5310918Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:36:55.5312749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:36:55.5325186Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:36:55.5337672Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:36:55.5470293Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:36:55.5471969Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:36:55.5486943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.5493772Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:36:55.5751135Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.5753515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.5770882Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:36:55.5773135Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:36:55.5911274Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.5912548Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:36:55.5926950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.5933459Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.6190639Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:36:55.6193130Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:36:55.6207558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.6215574Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.6350670Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:36:55.6351553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.6366018Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:36:55.6372663Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.6631568Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:36:55.6632140Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:36:55.6649482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.6652475Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:36:55.6790844Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.6792586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:36:55.6807065Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:36:55.6813365Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:36:55.7071031Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:36:55.7071784Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:36:55.7089930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.7092750Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.7230842Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:36:55.7233204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:36:55.7248089Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:36:55.7254537Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:36:55.7510351Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:36:55.7512405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.7528268Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:36:55.7534508Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:36:55.7671345Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.7674209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:36:55.7689123Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:36:55.7695534Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:36:55.7950245Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:36:55.7952128Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:36:55.7970603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.7973429Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:36:55.8110891Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.8112938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:36:55.8131093Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:36:55.8133253Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:36:55.8391240Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:36:55.8391853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.8406325Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:36:55.8412580Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:36:55.8550599Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.8553091Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:36:55.8567935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:36:55.8574702Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:36:55.8831654Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:36:55.8832254Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:36:55.8850109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.8852707Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:36:55.8991666Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.8992061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:36:55.9005928Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:36:55.9012238Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:36:55.9271627Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:36:55.9272243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.9290360Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:36:55.9292860Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.9431071Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:36:55.9431779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:36:55.9449834Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:36:55.9453163Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:36:55.9710972Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:36:55.9711443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.9729215Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:36:55.9732168Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:36:55.9871466Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.9872293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:36:55.9885922Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:36:55.9892259Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:36:56.0151281Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:36:56.0151880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.0167190Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:36:56.0173677Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.0311080Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:36:56.0311879Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:36:56.0329102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.0330680Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:36:56.0590720Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.0593165Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:36:56.0606641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:36:56.0613293Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:36:56.0750799Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:36:56.0751897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.0765906Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:36:56.0772483Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.1030871Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:36:56.1032335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:36:56.1049456Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:36:56.1052702Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:36:56.1191348Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:36:56.1192155Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:36:56.1206874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.1213811Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:36:56.1471562Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.1474100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:36:56.1492074Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:36:56.1494907Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:36:56.1631410Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:36:56.1631844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.1647292Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:36:56.1654946Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.1911706Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:36:56.1912215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:36:56.1930514Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:36:56.1933651Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:36:56.2071167Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:36:56.2072500Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:36:56.2089761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.2092192Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:36:56.2350839Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.2353202Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:36:56.2372218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:36:56.2374622Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:36:56.2511103Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:36:56.2511506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.2523408Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:36:56.2535055Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:36:56.2791278Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.2792036Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:36:56.2809875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:36:56.2813118Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:36:56.2950572Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:36:56.2952961Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:36:56.2970436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.2972727Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.3230689Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:36:56.3232318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:36:56.3249734Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:36:56.3252667Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:36:56.3391032Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:36:56.3393297Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:36:56.3409597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.3417522Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.3672118Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:36:56.3672836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:36:56.3688387Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:36:56.3695260Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:36:56.3831067Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:36:56.3831785Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:36:56.3846192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.3853314Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:36:56.4111202Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.4111586Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:36:56.4130083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:36:56.4132918Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:36:56.4271148Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:36:56.4271814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.4285872Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:36:56.4292718Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:36:56.4552175Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.4552593Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:36:56.4570928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:36:56.4573268Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:36:56.4712357Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:36:56.4713486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:36:56.4728366Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:36:56.4737489Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:36:56.4993014Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:36:56.4994291Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:36:56.5010647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:36:56.5019177Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:36:56.5153028Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:36:56.5153705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:36:56.5167403Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:36:56.5181962Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:36:56.5433436Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:36:56.5434501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:36:56.5454313Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:36:56.5457777Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:36:56.5591351Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:36:56.5593057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:36:56.5606638Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:36:56.5727662Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:36:56.5871926Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:36:56.5874659Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:36:56.5889638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.5898602Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.6031693Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:36:56.6032297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:36:56.6045981Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:36:56.6146009Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:36:56.6312225Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:36:56.6313026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.6330098Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:36:56.6336585Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:36:56.6471884Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.6472687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:36:56.6486520Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:36:56.6510928Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:36:56.6753283Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:36:56.6754902Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:36:56.6773687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:56.6776774Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:56.6912418Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:36:56.6914402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:36:56.6929450Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:36:56.6985524Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:36:56.7191692Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:36:56.7192456Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:36:56.7209129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:56.7216182Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:36:56.7351643Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:56.7352493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:36:56.7368565Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:36:56.7378319Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:36:56.7631130Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:36:56.7631570Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:36:56.7649553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:56.7652020Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:36:56.7791608Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:56.7792753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:36:56.7803322Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:36:56.7812653Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:36:56.8070728Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:36:56.8073067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:56.8089885Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:36:56.8091355Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:36:56.8230913Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:56.8231569Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:36:56.8245349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.8254614Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.8511222Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:36:56.8511762Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:36:56.8528938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.8531518Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:36:56.8670446Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.8672205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.8682911Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:36:56.8693347Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.8950903Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:36:56.8952923Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:36:56.8970287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.8972751Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:36:56.9110581Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.9112841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.9125875Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:36:56.9184730Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.9389973Z [gw2] [ 36%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:36:56.9392137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.9405976Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:36:56.9414420Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:36:56.9551535Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.9551997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.9565747Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:36:56.9585990Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.9830448Z [gw2] [ 36%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:36:56.9832617Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:36:56.9845578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.9854724Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.9991144Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:36:56.9991746Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:36:57.0005034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.0024392Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.0270837Z [gw2] [ 36%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:36:57.0272850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.0287421Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:36:57.0294220Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:36:57.0430761Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.0432995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.0445082Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:36:57.0468355Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.0711605Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:36:57.0712214Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:36:57.0726162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.0732356Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:36:57.0871596Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.0872452Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:36:57.0886066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.0932970Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.1151478Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:36:57.1153640Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:36:57.1171907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.1174543Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.1311265Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:36:57.1312299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.1324079Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:36:57.1373045Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.1591868Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:36:57.1592196Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:36:57.1606629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.1612615Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:36:57.1751406Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.1752089Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:36:57.1764020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.1776398Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.2030782Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:36:57.2033359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:36:57.2047723Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:36:57.2055585Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:36:57.2191074Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:36:57.2193012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.2206375Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:36:57.2216755Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.2471213Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:36:57.2471617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:36:57.2482951Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:36:57.2492645Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:36:57.2630723Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:36:57.2633045Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:36:57.2644415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:36:57.2655352Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:36:57.2911242Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:36:57.2912057Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:36:57.2929716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:36:57.2931162Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:36:57.3070823Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:36:57.3071268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:36:57.3082860Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:36:57.3114804Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:36:57.3351055Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:36:57.3351664Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:36:57.3365870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:36:57.3372865Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:36:57.3511445Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:36:57.3511818Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:36:57.3523635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:36:57.3608308Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:36:57.3791073Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:36:57.3792413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:36:57.3806735Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:36:57.3813918Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:36:57.3950803Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:36:57.3952951Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:36:57.3964125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:36:57.3975349Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:36:57.4231772Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:36:57.4232111Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:36:57.4248741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:36:57.4251157Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:36:57.4391360Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:36:57.4391988Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:36:57.4402839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:36:57.4411685Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:36:57.4670288Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:36:57.4673060Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:36:57.4690475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:36:57.4696663Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:36:57.4830565Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:36:57.4832381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:36:57.4845664Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:36:57.4857533Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:36:57.5110536Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:36:57.5113528Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:36:57.5127472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:36:57.5134467Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:36:57.5271006Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:36:57.5271696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:36:57.5285374Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:36:57.5297120Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:36:57.5551717Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:36:57.5552259Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:36:57.5571636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:36:57.5574213Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:36:57.5711342Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:36:57.5712351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:36:57.5723186Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:36:57.5734628Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:36:57.5991574Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:36:57.5992227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:36:57.6013028Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:36:57.6015292Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:36:57.6150604Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:36:57.6153524Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:36:57.6167108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.6176475Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.6431610Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:36:57.6432046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:36:57.6447569Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:36:57.6454655Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:36:57.6591676Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:36:57.6592127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.6603219Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:36:57.6621417Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.6870782Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:36:57.6873352Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:36:57.6885300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:36:57.6897563Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:36:57.7032237Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:36:57.7032940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.7047449Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:36:57.7071637Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.7313124Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:36:57.7313565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.7335531Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:36:57.7338022Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:36:57.7472220Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.7474223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.7519282Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:36:57.7538595Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.7752589Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:36:57.7754413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.7777189Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:36:57.7779859Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.7912144Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:36:57.7912773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.7925785Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:36:57.7958419Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.8193710Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:36:57.8194215Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:36:57.8209108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:57.8265579Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:36:57.8350724Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:57.8353116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.8366392Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:36:57.8389272Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.8632768Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:36:57.8633330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:57.8652916Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:36:57.8659843Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:57.8792496Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:36:57.8793096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.8807114Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:36:57.8828186Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.9074770Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:36:57.9075462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:57.9092376Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:36:57.9097499Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:57.9232544Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:36:57.9233152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.9249632Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:36:57.9268892Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.9511788Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:36:57.9512350Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:36:57.9528437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:57.9533926Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:36:57.9671776Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:57.9672621Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:36:57.9686901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.9714212Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.9951599Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:36:57.9952725Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:36:57.9970786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.9977816Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:36:58.0111618Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.0113310Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:36:58.0125815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.0168952Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.0391673Z [gw2] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:36:58.0392226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.0410609Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:36:58.0417863Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:36:58.0551632Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.0552216Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:36:58.0564167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:36:58.0579266Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:36:58.0831371Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:36:58.0831840Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:36:58.0849428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.0856101Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:36:58.0991089Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.0991932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:36:58.1003259Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:36:58.1049675Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:36:58.1270750Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:36:58.1273833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.1290610Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:36:58.1293695Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:36:58.1431330Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.1431925Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:36:58.1444163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:36:58.1486609Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:36:58.1711192Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:36:58.1711772Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:36:58.1725863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.1733657Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:36:58.1871521Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.1873188Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:36:58.1887607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:36:58.1935778Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:36:58.2152179Z [gw2] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:36:58.2153005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.2167960Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:36:58.2177353Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:36:58.2311212Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.2311888Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:36:58.2324104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:36:58.2360903Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:36:58.2590561Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:36:58.2592829Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:36:58.2610691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.2613495Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:36:58.2751214Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.2751818Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:36:58.2763939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:36:58.2779472Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:36:58.3031274Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:36:58.3033531Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:36:58.3049132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.3053554Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:36:58.3190996Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.3191380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:36:58.3202911Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:36:58.3214324Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:36:58.3470848Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:36:58.3471677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:36:58.3485590Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:36:58.3492470Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:36:58.3631084Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:36:58.3641376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:36:58.3642474Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:36:58.3652832Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:36:58.3910724Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:36:58.3912971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:36:58.3931053Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:36:58.3933873Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:36:58.4071270Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:36:58.4071928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:36:58.4085391Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:36:58.4111705Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:36:58.4350712Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:36:58.4352938Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:36:58.4363947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.4377551Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.4511428Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:36:58.4512208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.4524652Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:36:58.4546227Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.4791658Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:36:58.4792610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.4805846Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:36:58.4812373Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:36:58.4952052Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.4952668Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:36:58.4969000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.4981477Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.5231381Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:36:58.5233443Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:36:58.5247678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.5254340Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.5391241Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:36:58.5392297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:36:58.5409028Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:36:58.5484835Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:36:58.5671085Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:36:58.5671970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.5687479Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:36:58.5693503Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:36:58.5830061Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.5832709Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:36:58.5850111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.5859141Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.6111582Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:36:58.6113048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:36:58.6130615Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:36:58.6133022Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:36:58.6271556Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:36:58.6272134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.6285229Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:36:58.6522125Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.6551381Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:36:58.6553360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:36:58.6564303Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:36:58.6575951Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:36:58.6711541Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:36:58.6711994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.6731262Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:36:58.6757260Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.6991427Z [gw2] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:36:58.6992112Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:36:58.7007269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:36:58.7014280Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:36:58.7151452Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:36:58.7152090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.7169351Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:36:58.7246634Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.7430573Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:36:58.7432442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:36:58.7444720Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:36:58.7453175Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:36:58.7591538Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:36:58.7592738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.7605812Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:36:58.7639475Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.7871723Z [gw2] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:36:58.7872481Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:36:58.7889438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:36:58.7895757Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:36:58.8031465Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:36:58.8032202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.8045039Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:36:58.8120917Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.8311218Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:36:58.8312045Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:36:58.8329539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:36:58.8336143Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:36:58.8471391Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:36:58.8472147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.8493129Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:36:58.8496209Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.8751735Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:36:58.8752439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:36:58.8770844Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:36:58.8772435Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:36:58.8911034Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:36:58.8911792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.8925070Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:36:58.8966087Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.9190604Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:36:58.9192777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:36:58.9211063Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:36:58.9212873Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:36:58.9352303Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:36:58.9352960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:36:58.9368721Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:36:58.9378289Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:36:58.9633701Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:36:58.9634272Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:36:58.9652804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.9660025Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.9793004Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:36:58.9793724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:36:58.9966682Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:36:58.9969371Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:36:59.0073324Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:36:59.0074287Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:36:59.0092628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.0099281Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:36:59.0232450Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.0233026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:36:59.0252798Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:36:59.0275782Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:36:59.0513358Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:36:59.0515655Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:36:59.0527476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.0561500Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:36:59.0672100Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.0672802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:36:59.0691261Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:36:59.0716986Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:36:59.0953354Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:36:59.0954250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.0974862Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:36:59.0981682Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.1113142Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:36:59.1113594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:36:59.1133301Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:59.1158351Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:36:59.1392519Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:59.1395584Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:36:59.1408481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.1416631Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:36:59.1553013Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.1553572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:36:59.1569918Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:36:59.1776575Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:36:59.1831097Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:36:59.1833935Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:36:59.1850079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.1856526Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:36:59.1991008Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.1993644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:36:59.2008527Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:59.2047582Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:36:59.2271426Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:59.2272273Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:36:59.2288940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.2290770Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:36:59.2430680Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.2432822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:36:59.2443870Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:59.2657239Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:36:59.2711662Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:59.2712489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.2728819Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:36:59.2735872Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:36:59.2871311Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.2871692Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:36:59.2884285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:36:59.2929712Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:36:59.3151510Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:36:59.3152558Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:36:59.3167685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.3174634Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:36:59.3311331Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.3312578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:36:59.3323282Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:36:59.3339261Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:36:59.3591679Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:36:59.3592321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.3607226Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:36:59.3612900Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.3750600Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:36:59.3752554Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:36:59.3764212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.3775340Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.4031493Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:36:59.4031949Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:36:59.4052068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:36:59.4055218Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:36:59.4190785Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:36:59.4193352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.4204979Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:36:59.4217190Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.4471762Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:36:59.4472468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:36:59.4492168Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:36:59.4494771Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:36:59.4631190Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:36:59.4632460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:36:59.4643044Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:36:59.4682242Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:36:59.4911241Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:36:59.4912114Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:36:59.4927783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:36:59.4934853Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:36:59.5070740Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:36:59.5073350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:36:59.5085257Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:36:59.5146438Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:36:59.5351562Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:36:59.5352292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.5367359Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:36:59.5375116Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:36:59.5510881Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.5513250Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:36:59.5524048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.5548831Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.5791159Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:36:59.5791796Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:36:59.5806456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:36:59.5812745Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:36:59.5950825Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:36:59.5952956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.5965456Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:36:59.5991186Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.6231527Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:36:59.6232154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.6250054Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:36:59.6256554Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:36:59.6390719Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.6392917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.6406386Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:36:59.6415779Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.6671373Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:36:59.6672011Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:36:59.6693279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.6695582Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:36:59.6831110Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.6831764Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:36:59.6843307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.6852440Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.7111922Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:36:59.7113361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.7127683Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:36:59.7134800Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:36:59.7271364Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.7272009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.7283749Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:36:59.7296718Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.7550381Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:36:59.7553044Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:36:59.7570770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:36:59.7572649Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:36:59.7711874Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:36:59.7712877Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:36:59.7725439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.7753748Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.7990378Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:36:59.7992535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:36:59.8006631Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:36:59.8013492Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:36:59.8150703Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:36:59.8153421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.8163716Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:36:59.8174516Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.8430266Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:36:59.8432908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:36:59.8446514Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:36:59.8453051Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:36:59.8591830Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:36:59.8592851Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:36:59.8605190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.8620207Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.8870282Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:36:59.8872154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.8885941Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:36:59.8893782Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.9030126Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:36:59.9032992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:36:59.9045032Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:36:59.9055353Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:36:59.9311015Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:36:59.9311622Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:36:59.9328370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:36:59.9331474Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:36:59.9472463Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:36:59.9473055Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:36:59.9481988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:36:59.9502968Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:36:59.9751260Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:36:59.9751864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.9766268Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:36:59.9772626Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:36:59.9910521Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.9913805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:36:59.9923911Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:36:59.9978188Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:37:00.0190906Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:37:00.0192973Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:37:00.0209986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.0211436Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.0351490Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:37:00.0352109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:37:00.0364463Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:37:00.0426739Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:37:00.0630928Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:37:00.0632711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:37:00.0646262Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:37:00.0653076Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:37:00.0791367Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:37:00.0792134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:37:00.0802448Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:37:00.0832236Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:37:00.1070442Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:37:00.1072405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:37:00.1087044Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:37:00.1093649Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:37:00.1230386Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:37:00.1232849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:37:00.1247041Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:37:00.1316483Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:37:00.1511238Z [gw2] [ 38%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:37:00.1511836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:37:00.1529813Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:37:00.1532041Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:37:00.1671301Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:37:00.1673480Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:37:00.1694352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:37:00.1700090Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:37:00.1952935Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:37:00.1954785Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:37:00.2071876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.2081347Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:37:00.2112606Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.2113593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.2130955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:37:00.2233335Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.2392637Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:37:00.2393628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:37:00.2409397Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:37:00.2415800Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:37:00.2553205Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:37:00.2553610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:37:00.2572618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:37:00.2578092Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:37:00.2833770Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:37:00.2834325Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:37:00.2847413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.2990225Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:37:00.3000003Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.3002864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:37:00.3015620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:37:00.3025358Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:37:00.3273297Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:37:00.3274896Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:37:00.3296633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.3298393Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:37:00.3432244Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.3435496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:37:00.3458737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:37:00.3461202Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:37:00.3714871Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:37:00.3715499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:37:00.3733623Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:37:00.3738328Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:37:00.3873077Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:37:00.3873726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:37:00.3888415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.3899038Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.4150834Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:37:00.4153054Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:37:00.4168201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:37:00.4176142Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:37:00.4312443Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:37:00.4312979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.4331507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:37:00.4337873Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.4591160Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:37:00.4591777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:37:00.4604958Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:37:00.4613318Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:37:00.4751824Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:37:00.4752293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.4771716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:37:00.4779083Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.5030943Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:37:00.5031695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:37:00.5043487Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:37:00.5052310Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:37:00.5191446Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:37:00.5192330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.5214422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:37:00.5216995Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.5471062Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:37:00.5471789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:37:00.5489144Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:37:00.5491173Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:37:00.5632013Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:37:00.5632846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:00.5650021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:37:00.5657178Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:37:00.5911065Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:00.5911683Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:37:00.5926789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:37:00.5933346Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:37:00.6071965Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:37:00.6072686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.6091235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:37:00.6098194Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:37:00.6351627Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.6352800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:37:00.6370122Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:37:00.6372788Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:37:00.6510018Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:37:00.6512081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:37:00.6527280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.6534531Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:37:00.6790741Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.6792726Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:37:00.6811157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:37:00.6813064Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:37:00.6951947Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:37:00.6952355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:00.6967548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:37:00.6972798Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:37:00.7231117Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:00.7233178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:37:00.7245071Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:37:00.7253543Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:37:00.7390443Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:37:00.7392704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.7406817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:00.7415872Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:00.7670725Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.7671576Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:37:00.7688828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:37:00.7691386Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:37:00.7830410Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:37:00.7832383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.7845815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:00.7852462Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.8111636Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:00.8112780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:37:00.8127175Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:37:00.8133757Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:37:00.8271524Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:37:00.8272172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:37:00.8288262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:00.8290966Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:37:00.8550803Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:00.8551443Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:37:00.8566191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:37:00.8573453Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:37:00.8710865Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:37:00.8712155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:00.8730068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.8731476Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:00.8990612Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.8991344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.9009943Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:37:00.9012448Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.9150423Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:37:00.9152903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.9170411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:37:00.9172512Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:37:00.9431919Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.9432665Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:37:00.9462378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.9465142Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:37:00.9591832Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.9592254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:37:00.9608642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.9610384Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:37:00.9871108Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.9871702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.9890084Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:37:00.9891758Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:37:01.0031114Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.0032026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:37:01.0049570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.0051527Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.0310898Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:37:01.0312368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:01.0329855Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:37:01.0333157Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:01.0470065Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:37:01.0472287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:37:01.0489842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.0491588Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.0751017Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:37:01.0752141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.0770664Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:37:01.0773296Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:37:01.0911009Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.0911898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.0924282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:37:01.0934648Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.1191426Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:37:01.1191855Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:37:01.1206797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.1213774Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:37:01.1351773Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.1352416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.1370709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:37:01.1373309Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.1631758Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:37:01.1632478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.1650232Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:37:01.1652030Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:37:01.1790774Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.1791417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.1810158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:37:01.1813584Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:37:01.2070601Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.2072779Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:37:01.2091767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.2094495Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:37:01.2231341Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.2231778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.2250831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:37:01.2253568Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:37:01.2509938Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.2512266Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:37:01.2529018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.2532171Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.2670611Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:37:01.2671315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.2686039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:37:01.2691969Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.2950452Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:37:01.2951999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.2969569Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:37:01.2972813Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.3110480Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:37:01.3112318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:37:01.3126357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:37:01.3132925Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:37:01.3390315Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:37:01.3393420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.3411676Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:37:01.3414661Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.3551996Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:37:01.3552652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:37:01.3567877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:37:01.3575014Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:37:01.3834686Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:37:01.3835713Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:37:01.3852237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.3859466Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:37:01.3992823Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.3995950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:37:01.4013864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:37:01.4021426Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:37:01.4275360Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:37:01.4275861Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:37:01.4292329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.4299523Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:37:01.4432488Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.4433494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:37:01.4450689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.4459217Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:37:01.4714506Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.4714948Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:37:01.4735731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.4738633Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:37:01.4872088Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.4874235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:37:01.4889649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:37:01.4899698Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:37:01.5153848Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:37:01.5154865Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:01.5168216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:37:01.5313526Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:01.5314260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:37:01.5332434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.5342186Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:37:01.5349453Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.5594368Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:37:01.5596014Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:37:01.5608806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:37:01.5620672Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:37:01.5751750Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:37:01.5754483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:37:01.5768466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.5777478Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:37:01.6033452Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.6036603Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:37:01.6050829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:37:01.6057716Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:37:01.6192460Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:37:01.6192933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:37:01.6212430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.6219595Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:37:01.6471281Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.6473408Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:37:01.6495386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:37:01.6497085Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:37:01.6631750Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:37:01.6632403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:37:01.6651415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.6658629Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:37:01.6912494Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.6913110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:37:01.6932269Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:37:01.6938781Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:37:01.7071150Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:37:01.7073789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.7093605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:37:01.7096336Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.7350907Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:37:01.7353249Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:37:01.7376163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:37:01.7379366Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:37:01.7512499Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:37:01.7512899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.7532589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.7538935Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.7793949Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.7794594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:37:01.7813144Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:37:01.7819909Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:37:01.7952051Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:37:01.7952734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:37:01.7970478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.7977350Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.8230424Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:37:01.8232527Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:37:01.8255434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:37:01.8258050Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:37:01.8391911Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:37:01.8392495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.8410172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.8416643Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.8670388Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.8672386Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:37:01.8689961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:37:01.8692549Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:37:01.8831804Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:37:01.8832213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.8852450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.8854029Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.9111062Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.9111678Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:01.9129536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:37:01.9131783Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:37:01.9271413Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:01.9272108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.9289975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.9296968Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.9551157Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.9551682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:37:01.9569188Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:37:01.9571038Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:37:01.9711479Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:37:01.9711960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.9729728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.9736950Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.9990836Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.9993443Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:37:02.0011598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.0014249Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:37:02.0151457Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.0152102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.0171241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:37:02.0174024Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:37:02.0430604Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.0432317Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:37:02.0450689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.0453919Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:37:02.0591055Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.0591454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.0607157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:37:02.0615052Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.0870727Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:37:02.0872727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.0889373Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:37:02.0892246Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:37:02.1031898Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.1032510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:37:02.1046949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.1053957Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:37:02.1311058Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.1311751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.1329372Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:37:02.1332934Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.1471170Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:37:02.1471987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.1489371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:37:02.1496204Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.1751564Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:37:02.1752255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:02.1766166Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:37:02.1910391Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:02.1912278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:37:02.1924765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.1934301Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:37:02.1940767Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:37:02.2191535Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.2192165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.2210638Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:37:02.2217834Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:37:02.2351693Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.2352324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.2370299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:37:02.2376955Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.2631448Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:37:02.2632456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.2650191Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:37:02.2657969Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:37:02.2791374Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.2791996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:37:02.2810030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:37:02.2816280Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:37:02.3071245Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:37:02.3071815Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:37:02.3093430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.3096365Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:37:02.3230029Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.3232734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:37:02.3252593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:37:02.3254485Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:37:02.3512461Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:37:02.3513010Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:37:02.3530283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.3536606Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:37:02.3671672Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.3672150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:37:02.3690018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.3696610Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:37:02.3951206Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.3951848Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:37:02.3969870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.3975907Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:37:02.4109862Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.4112391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.4132913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:37:02.4135588Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:37:02.4390240Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.4392495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.4410080Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:37:02.4417070Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:37:02.4550951Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.4551737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:37:02.4569349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.4575236Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:37:02.4831669Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.4832038Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:37:02.4849319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.4856013Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:37:02.4990961Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.4991763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.5009175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:37:02.5015383Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:37:02.5270214Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.5272647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.5287089Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:02.5296575Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:02.5431484Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.5431899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:37:02.5447601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.5456154Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:37:02.5711959Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.5712649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:37:02.5729561Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:02.5736471Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:02.5871377Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:37:02.5872101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.5893449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:37:02.5895895Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:37:02.6151628Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.6152414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:37:02.6173098Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:02.6177643Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:02.6311869Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:37:02.6312640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:37:02.6331157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.6338251Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:37:02.6594093Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.6595190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:37:02.6612341Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:37:02.6619745Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:37:02.6753117Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:37:02.6754136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:37:02.6768192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.6779492Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.7033976Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:37:02.7034377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:37:02.7056351Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:37:02.7059607Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:37:02.7192022Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:37:02.7194443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.7218559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.7220895Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.7473148Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.7473794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:37:02.7493526Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:37:02.7621869Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:37:02.7634775Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:37:02.7635514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.7649407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:37:02.7912815Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:37:02.7913886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:37:02.7931667Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:37:02.7939259Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:37:02.8000248Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:37:02.8071693Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.8072169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.8095006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:37:02.8097636Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.8352935Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:37:02.8353533Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:37:02.8370984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:37:02.8378117Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:37:02.8512313Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:37:02.8512755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.8531579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:37:02.8537885Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.8791746Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:37:02.8792358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:37:02.8806886Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:37:02.8813312Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:37:02.8950577Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:37:02.8952719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:37:02.8973752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.8978857Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.9232494Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:37:02.9233032Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:37:02.9252214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:37:02.9254535Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:37:02.9391654Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:37:02.9392046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.9410356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:37:02.9417019Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.9671169Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:37:02.9671852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:37:02.9686922Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:37:02.9693650Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:37:02.9831747Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:37:02.9832224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.9854457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:37:02.9857032Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:37:03.0111050Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.0111417Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:37:03.0124048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:37:03.0133457Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:37:03.0271735Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:37:03.0272130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:37:03.0288192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.0296654Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.0551423Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:37:03.0552517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.0569372Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:37:03.0576877Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.0711572Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:37:03.0711933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:37:03.0729269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.0733900Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.0991075Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:37:03.0992804Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:37:03.1011755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.1014531Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:37:03.1152131Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.1153199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.1170961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:37:03.1177575Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.1431851Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:37:03.1432440Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:37:03.1449477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.1456161Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.1590230Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:37:03.1593061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:37:03.1612311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.1615004Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:37:03.1871539Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.1872227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.1887624Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:37:03.1894456Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:37:03.2031857Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.2032479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.2050333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:37:03.2057511Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.2310490Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:37:03.2312935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:37:03.2330362Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:37:03.2337849Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:37:03.2471538Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:37:03.2472236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.2489443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:37:03.2496589Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:37:03.2751564Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.2751976Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:37:03.2767852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.2775057Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.2911340Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:37:03.2912044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.2933679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:37:03.2935225Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.3190179Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:37:03.3192781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.3210235Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:37:03.3217771Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:37:03.3350589Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.3352552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.3369571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:37:03.3376784Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:37:03.3631500Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.3632098Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:37:03.3647601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.3654718Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.3791841Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:37:03.3793159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:37:03.3810120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:37:03.3816774Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:37:03.4071102Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:37:03.4071962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.4087125Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:37:03.4094146Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.4230248Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:37:03.4233099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.4248120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:37:03.4255364Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.4511520Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:37:03.4512107Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:37:03.4525360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.4532391Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.4672222Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:37:03.4672589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.4689157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:37:03.4695730Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:37:03.4950291Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.4952357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.4969988Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:37:03.4973101Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:37:03.5111827Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.5112666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:37:03.5134259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.5136869Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:37:03.5390547Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.5391909Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:37:03.5406120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.5412929Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:37:03.5550305Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.5552624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.5567449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:37:03.5574022Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.5830865Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:37:03.5831765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.5845861Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:37:03.5853395Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:37:03.5991563Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.5992698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.6006959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:37:03.6013761Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.6271184Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:37:03.6273804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:37:03.6290189Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:37:03.6293006Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:37:03.6431537Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:37:03.6432933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:37:03.6447798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.6454483Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.6710945Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:37:03.6711612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:37:03.6728944Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:37:03.6732153Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:37:03.6870107Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:37:03.6872646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.6891005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:37:03.6892688Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:37:03.7151002Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.7152011Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:03.7169838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:37:03.7171545Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:37:03.7310386Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:03.7313183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:37:03.7329897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:37:03.7332620Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:37:03.7590380Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:37:03.7591681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:37:03.7610549Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:37:03.7613855Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:37:03.7752425Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:37:03.7753029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:37:03.7767297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.7774145Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:37:03.8031139Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.8031751Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:37:03.8046374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:37:03.8053021Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:37:03.8191402Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:37:03.8191995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.8206392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:37:03.8213404Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:37:03.8472116Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.8473449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:37:03.8493897Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:37:03.8496464Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:37:03.8631816Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:37:03.8633436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.8651813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:37:03.8657166Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:37:03.8913061Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.8915371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:37:03.9078656Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:37:03.9112299Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:37:03.9112714Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:37:03.9113071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:03.9119179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:37:03.9120661Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:37:03.9353497Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:03.9354091Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:37:03.9373329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:37:03.9380144Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:37:03.9511977Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:37:03.9513213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:37:03.9533958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.9535898Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.9793480Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:37:03.9794398Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:37:03.9809435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:37:03.9844935Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:37:03.9952924Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:37:03.9954843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:37:03.9974675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.0044128Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:37:04.0231586Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.0234028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:37:04.0248311Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:37:04.0391841Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:37:04.0394480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.0411504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:37:04.0418404Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:37:04.0435602Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.0671466Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:37:04.0671923Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:37:04.0692598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:37:04.0695417Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:37:04.0830736Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:37:04.0833274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.0848146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:37:04.0855003Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:37:04.1111890Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.1112581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:37:04.1127569Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:37:04.1145612Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:37:04.1271905Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:37:04.1272678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.1290137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:37:04.1296771Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:37:04.1551819Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.1552227Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:37:04.1567304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.1572145Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.1711773Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:37:04.1713233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.1733530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:37:04.1736082Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.1991085Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:37:04.1991729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:37:04.2006430Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:37:04.2013906Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:37:04.2151175Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:37:04.2151855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.2169349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.2176171Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.2431197Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.2433389Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:37:04.2445435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.2458566Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.2591353Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:37:04.2591961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.2613047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.2614869Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.2871246Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.2872011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:37:04.2889468Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:04.2896168Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:04.3031485Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:37:04.3032596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.3048283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.3052635Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.3311911Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.3312757Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:04.3327455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.3334118Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.3470278Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:04.3472539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.3489311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.3492482Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.3752062Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.3752473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.3771011Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:04.3774483Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.3910705Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:04.3913007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.3929973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:37:04.3932189Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.4191857Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:37:04.4192495Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:04.4206899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.4213746Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.4350768Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:04.4352992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:37:04.4369810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.4372336Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:37:04.4630906Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.4631312Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:04.4643128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.4654566Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:04.4790816Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.4792896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.4806898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:37:04.4816487Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:37:04.5071019Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.5071681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.5085523Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:04.5092157Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.5230558Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:04.5233620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:37:04.5245702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.5252748Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:37:04.5511641Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.5512064Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:04.5529158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.5530861Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.5671009Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:04.5671710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.5684008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.5694002Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.5950768Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.5953347Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:04.5967770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.5974447Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.6110587Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:04.6111561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.6128653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:37:04.6131719Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:37:04.6390877Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.6393462Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:04.6412219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.6417857Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.6550819Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:04.6551689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:37:04.6564052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.6571911Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:37:04.6831721Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.6832453Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:04.6852323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.6856793Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.6990676Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:04.6993097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.7008923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:37:04.7011347Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.7271533Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:37:04.7272192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.7289177Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:04.7297866Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.7431191Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:04.7432139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.7449359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:37:04.7451606Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.7711533Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:37:04.7712192Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:04.7731908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:37:04.7735985Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:04.7870315Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:37:04.7872609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.7887926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:37:04.7892061Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.8151189Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:37:04.8151891Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:04.8173494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:37:04.8175340Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:04.8310805Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:37:04.8312831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:37:04.8330161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:37:04.8332719Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:37:04.8590682Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:37:04.8592496Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:37:04.8608259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:37:04.8614304Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:37:04.8750828Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:37:04.8751257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:37:04.8765202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:37:04.8771646Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:37:04.9031647Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:37:04.9032103Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:37:04.9054871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:37:04.9056933Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:37:04.9190991Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:37:04.9191451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:37:04.9209086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:37:04.9211855Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:37:04.9470702Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:37:04.9474269Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:37:04.9492632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:37:04.9494527Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:37:04.9631243Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:37:04.9631920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:37:04.9650429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:37:04.9652953Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:37:04.9910611Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:37:04.9914036Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:37:04.9928154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:37:04.9935331Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:37:05.0071720Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:37:05.0072370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:37:05.0088576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:37:05.0095484Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:37:05.0352547Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:37:05.0353183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:37:05.0372656Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:37:05.0374503Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:37:05.0511044Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:37:05.0511601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:37:05.0529064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.0535760Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:37:05.0791455Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.0796066Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:37:05.0808361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:37:05.0816501Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:37:05.0952543Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:37:05.0953086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.0970561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:37:05.0977383Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.1233787Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:37:05.1234329Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:37:05.1311664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:37:05.1317416Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:37:05.1392897Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:37:05.1393476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.1412363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:37:05.1415765Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:37:05.1672177Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.1674115Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:37:05.1689577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:37:05.1699747Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:37:05.1832473Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:37:05.1834219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.1856472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:37:05.1858762Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:37:05.2112340Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.2114116Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:37:05.2130771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:37:05.2140240Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:37:05.2271810Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:37:05.2274459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.2295575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:37:05.2300217Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:37:05.2554742Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.2555362Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:37:05.2572743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.2574580Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:37:05.2712793Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.2713243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.2734724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:37:05.2737958Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.2991489Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:37:05.2993069Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:37:05.3010803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.3013429Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:37:05.3152054Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.3152453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.3167356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.3174338Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.3431767Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.3432479Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:37:05.3456076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.3457886Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:37:05.3590074Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.3592426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.3608136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.3615397Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.3871376Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.3872003Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:37:05.3889024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.3897215Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:37:05.4031387Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.4032042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.4044336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:37:05.4212538Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:37:05.4311558Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.4312087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.4330670Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:05.4341151Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:05.4472030Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.4472623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.4484538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:37:05.4495658Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.4751905Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:37:05.4752279Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:37:05.4772508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.4776963Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:37:05.4911052Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.4911694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.4929364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:37:05.4932367Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:37:05.5191288Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.5192181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.5208859Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:37:05.5216275Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.5351259Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:37:05.5351875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:37:05.5365927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.5372513Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:37:05.5630731Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.5631510Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:37:05.5649768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.5654324Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:37:05.5790643Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.5792417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:37:05.5807153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.5813239Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:37:05.6071456Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.6072192Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:37:05.6088341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.6096989Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:37:05.6230501Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.6232494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.6245945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:37:05.6252809Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.6511599Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:37:05.6512233Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:37:05.6532589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.6537085Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:37:05.6671413Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.6672062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:37:05.6687320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.6694023Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.6951094Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:37:05.6953133Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:37:05.6970764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:37:05.6980759Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:37:05.7110904Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:37:05.7111513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:37:05.7125982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.7132327Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:37:05.7392261Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.7392722Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:37:05.7408981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:05.7417522Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:37:05.7550732Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:05.7551384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:37:05.7565692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.7572087Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:37:05.7831946Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.7832384Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:37:05.7852602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:37:05.7857187Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:37:05.7990500Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:37:05.7992667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:37:05.8009280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.8011982Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.8271501Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:37:05.8272148Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:37:05.8288609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:37:05.8294394Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:37:05.8430660Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:37:05.8431280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:37:05.8445944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.8453468Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.8711957Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:37:05.8712758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:37:05.8728752Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:37:05.8735169Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:37:05.8870384Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:37:05.8872261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:37:05.8889482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.8891910Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:37:05.9151594Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.9152414Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:37:05.9169724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:37:05.9178828Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:37:05.9310504Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:37:05.9311299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.9326222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:37:05.9332972Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:37:05.9592086Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.9592700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:37:05.9608330Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:37:05.9617831Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:37:05.9750746Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:37:05.9752838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:37:05.9767350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.9771862Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:37:06.0031460Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.0031916Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:06.0048517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:37:06.0057860Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:06.0191021Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:37:06.0191417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:37:06.0205644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.0212019Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.0471990Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:37:06.0472344Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:37:06.0488571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:37:06.0496793Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:37:06.0630456Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:37:06.0632089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.0649339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:37:06.0652191Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.0911337Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:37:06.0912042Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:37:06.0928533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:37:06.0937038Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:37:06.1070704Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:37:06.1071118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.1085246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:37:06.1092495Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.1350629Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:37:06.1353187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:37:06.1374367Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:37:06.1376112Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:37:06.1511163Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:37:06.1511807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:37:06.1528605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.1531131Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:37:06.1791704Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.1792122Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:37:06.1809264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:37:06.1818723Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:37:06.1950497Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:37:06.1951274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:37:06.1966239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.1972921Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:37:06.2231304Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.2232266Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:37:06.2251899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:37:06.2257432Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:37:06.2391041Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:37:06.2391835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:37:06.2406264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:37:06.2413288Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:37:06.2671527Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:37:06.2672350Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:37:06.2688839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:37:06.2697405Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:37:06.2831203Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:37:06.2832522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:37:06.2850584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:37:06.2852835Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:37:06.3112492Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:37:06.3113110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:37:06.3131557Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:37:06.3139251Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:37:06.3272308Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:37:06.3274045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:37:06.3411308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:37:06.3417686Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:37:06.3553332Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:37:06.3553904Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:37:06.3572916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.3580517Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:37:06.3712453Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.3713070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:37:06.3734984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.3736962Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.3994025Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:37:06.3994725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.4007642Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:37:06.4153446Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:37:06.4162050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:37:06.4166317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.4183679Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.4186608Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.4433096Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:37:06.4433815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.4449866Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:37:06.4455835Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:37:06.4592092Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.4594369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:37:06.4612156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.4750540Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:37:06.4873517Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.4874008Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:37:06.4891092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:37:06.4897895Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:37:06.5032719Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:37:06.5033325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.5053335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:37:06.5058622Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.5311898Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:37:06.5312271Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:37:06.5328571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.5335739Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.5470759Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:37:06.5473119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:37:06.5484151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.5497232Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:37:06.5752462Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.5752865Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:06.5770930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.5773890Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.5912115Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:06.5912486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.5931396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:37:06.5934876Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:37:06.6192308Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.6193197Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:37:06.6209778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.6216474Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:37:06.6352188Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.6352588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.6366759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.6373421Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.6630202Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.6632934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.6653185Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:37:06.6656332Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.6790987Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:37:06.6791493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.6805966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.6812762Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.7072342Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.7072732Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:06.7090452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.7093297Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.7231268Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:06.7231762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.7249674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.7252146Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.7511407Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.7512289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.7527136Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:06.7534746Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.7671213Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:06.7671827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.7687576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.7694236Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.7951872Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.7952297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.7966464Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:06.7973613Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.8110861Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:06.8111802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.8129557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.8132906Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.8391382Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.8391867Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:06.8406305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.8413538Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.8551182Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:06.8553044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.8570118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.8571824Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.8831968Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.8832605Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:06.8852958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.8856172Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:06.8990867Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.8992127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.9008488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.9012773Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.9271426Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.9272362Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:06.9287292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.9294162Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.9430359Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:06.9432357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:37:06.9449089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.9452137Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.9711534Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:37:06.9712696Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:06.9730129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:37:06.9732524Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:06.9870777Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:37:06.9871553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.9889442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:37:06.9891802Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.0150996Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:37:07.0152501Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:07.0173809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:37:07.0176732Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:37:07.0311357Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:07.0312038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:37:07.0330594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:07.0333833Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:07.0592287Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:37:07.0592946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:37:07.0611592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:07.0613370Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:37:07.0751378Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:07.0752448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.0769893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:37:07.0772141Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.1030059Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:37:07.1032450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:07.1049573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:37:07.1056403Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:37:07.1190417Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:07.1193184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:37:07.1207808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:37:07.1214462Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:37:07.1470537Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:37:07.1473168Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:07.1488795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:37:07.1496605Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:37:07.1631208Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:07.1633141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:37:07.1651912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.1654577Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:37:07.1911334Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.1911821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:37:07.1927761Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:07.1935018Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:07.2070448Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:37:07.2072757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.2086773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:37:07.2093314Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.2351606Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:37:07.2352482Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:07.2369460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:37:07.2376144Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:37:07.2511859Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:07.2512497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.2530771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:37:07.2533330Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:37:07.2792074Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.2792715Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:07.2810314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:37:07.2827911Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:37:07.2950620Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:07.2953051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.2970028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:37:07.2974489Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.3231666Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:37:07.3232322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:37:07.3244377Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:07.3252588Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:37:07.3390974Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:07.3393140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:37:07.3410974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.3413357Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:37:07.3671640Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.3672307Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:07.3687630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:37:07.3694204Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:07.3830896Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:37:07.3833090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:37:07.3852235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.3855173Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.4111403Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:37:07.4112015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:37:07.4126189Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:07.4133814Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:07.4270222Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:37:07.4273164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:37:07.4288046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.4294821Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.4550417Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:37:07.4552595Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:07.4570123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:37:07.4572671Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:37:07.4710505Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:07.4713265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:37:07.4730565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:37:07.4733058Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:37:07.4990836Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:37:07.4992818Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:07.5010310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.5012902Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.5151269Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:07.5153855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:37:07.5168586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:37:07.5177262Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:37:07.5432913Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:37:07.5433548Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:07.5447759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.5456381Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.5594045Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:07.5594601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:37:07.5613685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:37:07.5621429Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:37:07.5873120Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:37:07.5873885Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:07.5891371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.5899163Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:07.6032905Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.6033975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:37:07.6051555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:37:07.6056873Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:37:07.6313288Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:37:07.6314177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:37:07.6334676Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:07.6436784Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:07.6471333Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:37:07.6473297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.6489426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:37:07.6498805Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:37:07.6753051Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.6754485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.6777350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:07.6780129Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.6913306Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:07.6914175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.6933980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:37:07.6999842Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.7193354Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:37:07.7193983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.7216619Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:07.7218999Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.7353424Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:07.7354165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.7376286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:37:07.7378697Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.7631812Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:37:07.7632516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.7647660Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:07.7654573Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:07.7791712Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.7792180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:37:07.7807477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:37:07.7814425Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:37:07.8071460Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:37:07.8072013Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:07.8090608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.8093375Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:07.8231473Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.8232115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:37:07.8249453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.8252186Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:37:07.8510760Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.8511199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:37:07.8530086Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:07.8532869Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:07.8672400Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:37:07.8673029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.8689389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.8695917Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.8951148Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.8951550Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:07.8966180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:37:07.8972780Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:07.9111349Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:37:07.9112217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.9132295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.9134231Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.9392094Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.9392750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:07.9406749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:37:07.9413108Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:07.9551048Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:37:07.9553398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.9573681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.9575472Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.9831175Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.9831821Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:07.9845609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.9852211Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.9991660Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:07.9992878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.0009737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.0018842Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.0270053Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.0271890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.0289301Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:08.0296240Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.0430363Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:08.0433086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.0452945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.0455675Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.0709590Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.0712848Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:08.0731629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.0734157Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:08.0870144Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.0873530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.0889168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.0895923Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.1151610Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.1152652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:37:08.1172737Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:08.1175244Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:37:08.1311510Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:08.1312393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.1329487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.1336139Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.1590003Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.1592222Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:08.1612022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:37:08.1614784Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:08.1751670Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:37:08.1752210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.1769576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.1776168Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.2031520Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.2032141Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:08.2051326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:37:08.2054021Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:08.2190550Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:37:08.2193408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.2213072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:37:08.2216325Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:37:08.2470557Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.2473036Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:08.2490391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:37:08.2497384Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:37:08.2631277Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:08.2631994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.2649546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:37:08.2656825Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:37:08.2911349Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.2911979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:37:08.2926817Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:08.2933897Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:08.3069653Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:37:08.3072393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.3092414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:37:08.3095746Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:37:08.3351151Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.3351609Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:08.3371578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:37:08.3374748Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:08.3510070Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:37:08.3512820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:37:08.3523802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:37:08.3534578Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:37:08.3790999Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:37:08.3791469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:37:08.3808617Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:08.3811128Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:08.3951172Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:37:08.3952935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:37:08.3969417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:37:08.3971773Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:37:08.4231274Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:37:08.4231691Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:08.4245584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:37:08.4252449Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:37:08.4390850Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:08.4392998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:37:08.4405484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.4575253Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:37:08.4670409Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.4672777Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:08.4686394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:37:08.4692877Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:08.4831293Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:37:08.4832996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.4850933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:37:08.4853389Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.5110831Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:37:08.5111583Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:08.5129320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:37:08.5132247Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:37:08.5271067Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:08.5273084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:37:08.5290425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.5293254Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:37:08.5551282Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.5551916Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:08.5569748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:37:08.5572377Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:08.5710766Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:37:08.5712579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:37:08.5725831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.5734811Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:37:08.5990881Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.5991326Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:08.6004912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.6014066Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:08.6151490Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.6152431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:37:08.6170372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.6172669Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:37:08.6430207Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.6432222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.6446636Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:08.6453777Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:08.6591657Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.6592306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.6609490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:37:08.6611524Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.6870997Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:37:08.6872468Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:08.6888147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:08.6894776Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:08.7030692Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:08.7032658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:37:08.7053276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:37:08.7055284Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:37:08.7311110Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:37:08.7311527Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:08.7329376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:08.7332610Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:08.7472605Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:08.7473338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.7489373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:37:08.7496318Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:37:08.7753247Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.7753897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:37:08.7770538Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:08.7777616Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:08.7937119Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:37:08.7938285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.7959881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:37:08.7962183Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:37:08.8192479Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.8193068Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:08.8209342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.8218302Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:08.8352816Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.8353442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:37:08.8373635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:37:08.8381574Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:37:08.8632381Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:37:08.8634906Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:08.8648308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.8669011Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:08.8793221Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.8793851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.8818227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:37:08.8821356Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.9072669Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:37:08.9074739Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:08.9091393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.9097916Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:08.9233047Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.9234969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.9255394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:37:08.9258032Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:37:08.9512687Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.9514716Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:08.9531052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.9536834Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.9672070Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:08.9673102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.9690498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:37:08.9697000Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:37:08.9951538Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.9952019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.9967439Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:08.9974972Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.0112622Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:09.0113241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.0133136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:37:09.0135754Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.0390519Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:37:09.0392592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.0410308Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:09.0412118Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:09.0552110Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.0552711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.0571522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:37:09.0572838Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.0830544Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:37:09.0833198Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:09.0850818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.0854034Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.0992392Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:09.0993043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.1010597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.1017253Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.1271209Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.1271925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.1290783Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:09.1293586Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.1431067Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:09.1432680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.1450304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.1456710Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.1711226Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.1711701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:37:09.1732970Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:09.1735528Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:09.1869992Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:37:09.1872334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.1887159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.1894038Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.2150254Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.2152270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:37:09.2170420Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:09.2173120Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:37:09.2311325Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:09.2311942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:37:09.2331002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.2333540Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.2590461Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:37:09.2592781Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:09.2610174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:37:09.2612548Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:09.2751418Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:37:09.2752276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:37:09.2770459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.2776846Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:37:09.3030696Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.3032784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.3052111Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:09.3054362Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:09.3191253Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.3191664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:37:09.3207623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:37:09.3215563Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:37:09.3470434Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:37:09.3473068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.3489720Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:09.3492372Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:09.3630878Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.3633660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.3653323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:37:09.3655094Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.3910684Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:37:09.3912935Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:09.3925630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.3932591Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.4071234Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:09.4071637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.4090432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:37:09.4093199Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.4350197Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:37:09.4352564Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:09.4366790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.4374025Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.4511562Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:09.4512181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:37:09.4528405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.4534846Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.4791132Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:37:09.4791988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:37:09.4805645Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:09.4812285Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:09.4951632Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:37:09.4952020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:37:09.4969287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.4976605Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:37:09.5230060Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.5232247Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:09.5246230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:37:09.5252465Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:37:09.5391618Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:09.5392383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:37:09.5407147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.5415474Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:37:09.5670586Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.5672479Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:09.5690896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.5693696Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.5831671Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:09.5832486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:37:09.5848209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:37:09.5855267Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:37:09.6110846Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:37:09.6111266Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:09.6125474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.6133307Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.6270674Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:09.6272895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:37:09.6286610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:37:09.6293756Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:37:09.6550227Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:37:09.6552407Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:09.6571038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.6573477Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.6711211Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:09.6711832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:37:09.6726575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:37:09.6733701Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:37:09.6991279Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:37:09.6991727Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:09.7008997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.7011721Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.7151173Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:09.7151967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:37:09.7171173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.7173904Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:37:09.7430241Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.7432323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:37:09.7449332Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:09.7451942Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:09.7591502Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:37:09.7591999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:37:09.7610782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.7613989Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:37:09.7870920Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.7871566Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:09.7885025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:37:09.7892250Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:09.8031352Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:37:09.8032306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:37:09.8049662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:37:09.8056072Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:37:09.8310912Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:37:09.8311548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.8329836Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:09.8331641Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:09.8471612Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.8472333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:37:09.8486660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:37:09.8493870Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:37:09.8750835Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:37:09.8751322Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:09.8769023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.8770930Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.8911381Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:09.8911782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:37:09.8929499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.8935769Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.9190728Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:37:09.9191778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.9210271Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:09.9212925Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:09.9351437Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.9352193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.9367460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.9374716Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.9632464Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.9633350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:09.9648455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.9656900Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:09.9792020Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.9792673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.9808642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.9815850Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.0073514Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.0073932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:37:10.0096213Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:10.0096690Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:37:10.0232867Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:10.0233430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.0253738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.0260349Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.0512857Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.0513406Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:10.0527052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:37:10.0538572Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:37:10.0672462Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:10.0673065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.0688053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.0698086Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.0953623Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.0954256Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:10.0970474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:37:10.1072418Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:10.1112895Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:37:10.1113691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.1129803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.1277388Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.1391512Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.1394795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:37:10.1412855Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:10.1417402Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:10.1551600Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:37:10.1553321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.1570784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.1579089Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.1832581Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.1833681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:37:10.1850174Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:10.1858443Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:10.1992011Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:37:10.1993180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.2010565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.2015202Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.2271283Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.2271959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:37:10.2286481Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:10.2292931Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:10.2430550Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:37:10.2431897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.2447187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.2453413Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.2710287Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.2711970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:37:10.2724157Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:10.2736011Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:10.2871143Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:37:10.2871996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:37:10.2884783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.2894499Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:37:10.3150797Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.3151414Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:10.3169330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.3170858Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.3310690Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:10.3312071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.3330558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:37:10.3333600Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:37:10.3590038Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.3592803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.3610017Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:10.3612478Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.3751545Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:10.3751974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:37:10.3763952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:37:10.3772502Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:37:10.4030985Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:37:10.4031630Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:10.4049451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.4050926Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.4191297Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:10.4192097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:37:10.4205118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:37:10.4213713Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:37:10.4471273Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:37:10.4472132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.4486925Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:10.4504346Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.4631255Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:10.4631760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:37:10.4650463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:37:10.4652253Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:37:10.4910187Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:37:10.4912631Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:10.4927053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.4934462Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:10.5070413Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.5072961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:37:10.5091416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:37:10.5094209Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:37:10.5351024Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:37:10.5351819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.5370718Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:10.5373408Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.5510901Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:10.5511657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:37:10.5525663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:37:10.5532131Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:37:10.5790687Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:37:10.5791627Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:10.5805283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.5812348Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:10.5950688Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.5951406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.5963412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:37:10.5971826Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:37:10.6230689Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.6231440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.6248698Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:10.6251402Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.6391085Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:10.6391647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:10.6405492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.6411753Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:10.6670262Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.6672841Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:10.6689032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:37:10.6693498Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:10.6831059Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:37:10.6832317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.6846461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:10.6852711Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:10.7110306Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.7112248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:37:10.7129475Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:10.7137164Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:10.7271337Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:37:10.7271762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.7289195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.7291683Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.7549841Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.7552156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.7568008Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:10.7576212Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:10.7710455Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.7712098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.7730305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.7732559Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.7990306Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.7992380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.8009223Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:10.8015738Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:10.8150725Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.8151882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.8166592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.8173293Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.8431530Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.8432080Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:10.8449797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:37:10.8456111Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:10.8590277Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:37:10.8592685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.8606182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.8612711Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.8871765Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.8872445Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:10.8889920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:37:10.8897563Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:10.9031136Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:37:10.9031887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.9044865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:37:10.9053544Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:37:10.9311181Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.9312035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:37:10.9329460Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:10.9335958Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:10.9471576Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:37:10.9472423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:37:10.9490952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.9493551Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.9751584Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:37:10.9752287Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:10.9769549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.9776842Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:10.9911755Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.9912435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:37:10.9926987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.9933646Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.0191844Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:37:11.0192471Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:11.0210017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.0217135Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:11.0351737Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.0352211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:37:11.0366953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.0372256Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.0631550Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:37:11.0632235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.0649655Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:11.0656434Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:11.0789939Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.0792742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:37:11.0812126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:37:11.0814212Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:37:11.1071621Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:37:11.1072574Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:11.1089678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.1096544Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:11.1231675Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.1233449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.1253230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:37:11.1255644Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.1511760Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:37:11.1512432Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:11.1530381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:37:11.1536942Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:37:11.1671503Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:11.1672271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.1687562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:37:11.1694265Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:37:11.1951731Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.1954499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:37:11.1971897Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:11.1979300Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:11.2111018Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:37:11.2113501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:37:11.2131984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.2133626Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:37:11.2392756Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.2394738Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:11.2411757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:37:11.2421053Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:11.2551242Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:37:11.2553431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.2572207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:37:11.2734138Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:37:11.2833684Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.2834219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:37:11.2853692Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:11.2860701Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:37:11.2992227Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:11.2993545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.3013062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:37:11.3015738Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.3273398Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:37:11.3274031Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:11.3286654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:37:11.3300975Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:11.3431729Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:37:11.3433872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:37:11.3449651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.3499253Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.3713593Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:37:11.3714286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:37:11.3733094Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:11.3876287Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:37:11.3876747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:37:11.3880031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:37:11.3893611Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:11.3901052Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:37:11.4151149Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:37:11.4153708Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:11.4170390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:37:11.4177257Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:11.4311629Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:37:11.4312520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:37:11.4331020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:37:11.4337929Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:37:11.4592182Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:37:11.4592763Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:11.4613199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:37:11.4615545Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:37:11.4751994Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:11.4752387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:37:11.4770130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:37:11.4776510Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:37:11.5031287Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:37:11.5031693Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:11.5047720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:37:11.5056702Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:37:11.5191535Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:11.5192084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:37:11.5213044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:37:11.5214686Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:37:11.5471668Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:37:11.5472397Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:11.5491333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:37:11.5493121Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:37:11.5631389Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:11.5632237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.5651153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.5653473Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.5911496Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.5911922Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:11.5927515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.5934955Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:11.6071713Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.6072438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:37:11.6090566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.6097273Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:37:11.6350811Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.6351594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.6368820Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:11.6371301Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.6511713Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:11.6512356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.6532655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.6534497Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.6790929Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.6791339Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:11.6808928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.6812281Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.6951299Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:11.6951970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.6969534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.6975893Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.7230934Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.7231359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.7246303Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:11.7252755Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:11.7391982Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.7392952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:37:11.7407784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.7416026Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.7670544Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:37:11.7671204Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:11.7688863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.7691823Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:11.7831326Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.7831760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.7846555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:37:11.7853763Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:37:11.8111542Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.8112174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.8122920Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:11.8132559Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.8271019Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:11.8271921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.8289354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:37:11.8296261Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.8549873Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:37:11.8552130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:11.8563999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.8573100Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.8711243Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:11.8711974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:37:11.8727179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.8734389Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:37:11.8990662Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.8992787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.9006350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:11.9013582Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:11.9151846Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.9152577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.9169609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.9176174Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.9431071Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.9432967Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:11.9446188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.9454827Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:11.9590422Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.9593203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.9612581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.9615290Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.9870967Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.9871531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.9889083Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:37:11.9891868Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.0029906Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:37:12.0032761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.0049105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.0055757Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.0310700Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.0311553Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:37:12.0326736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.0332075Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:37:12.0471197Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.0472140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.0489057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.0495778Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.0751122Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.0751813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:37:12.0768893Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:37:12.0771241Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:37:12.0911696Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:37:12.0912352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.0928889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.0935170Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.1190492Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.1191967Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:37:12.1208945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:37:12.1210520Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:37:12.1351293Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:37:12.1351929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:37:12.1370536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:37:12.1373365Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:37:12.1630702Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:37:12.1631387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.1648808Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:37:12.1650453Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.1791093Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:37:12.1791727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:37:12.1811263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:37:12.1812947Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:37:12.2070196Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:37:12.2071923Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:37:12.2087168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.2090219Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:37:12.2230245Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.2233825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:37:12.2252215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:37:12.2259449Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:37:12.2510466Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:37:12.2511322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.2526933Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:37:12.2531348Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.2671643Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:37:12.2672083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:37:12.2689221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:37:12.2696137Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:37:12.2950332Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:37:12.2951996Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:37:12.2966123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:37:12.2973522Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:37:12.3111327Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:37:12.3112158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:37:12.3130465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:37:12.3136607Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:37:12.3391025Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:37:12.3391664Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:37:12.3405954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:37:12.3412360Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:37:12.3552052Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:37:12.3552499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.3562785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:37:12.3575135Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.3830049Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:37:12.3832538Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:37:12.3850467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:37:12.3852533Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:37:12.3991611Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:37:12.3992725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:12.4009179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:37:12.4016296Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:37:12.4272152Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:12.4272919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:37:12.4292008Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:37:12.4294913Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:37:12.4471896Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:37:12.4474138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:12.4766212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:37:12.4771908Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:37:12.4782248Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:12.4783166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:37:12.4798834Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:37:12.4808935Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:37:12.4912212Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:37:12.4913736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:37:12.4929659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:12.4965533Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:37:12.5193386Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:12.5193782Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:37:12.5218025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:37:12.5219670Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:37:12.5351849Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:37:12.5353855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:37:12.5372939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.5375733Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.5634171Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:37:12.5635049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:37:12.5658740Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:37:12.5661398Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:37:12.5792655Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:37:12.5794145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.5807705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.5915394Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.6071648Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.6074159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.6089303Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:37:12.6113555Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.6231566Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:37:12.6233578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.6248722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:37:12.6257522Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:37:12.6512013Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.6513123Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:37:12.6535002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.6537447Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:37:12.6670978Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.6673493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:37:12.6690544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:37:12.6692826Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:37:12.6950482Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:37:12.6953095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.6974817Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:37:12.6977535Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:37:12.7111332Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.7112857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:37:12.7133222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:37:12.7136354Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:37:12.7391693Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:37:12.7392341Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:37:12.7410427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.7416988Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:37:12.7550661Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.7551766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:37:12.7566237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.7573518Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:37:12.7831727Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.7832390Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:37:12.7849550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.7856155Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:37:12.7991013Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.7991706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.8006030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:37:12.8012476Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.8271820Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:37:12.8272566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.8289648Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:37:12.8297551Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:37:12.8430815Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.8431740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:37:12.8450085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.8452318Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:37:12.8711771Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.8712210Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:37:12.8729568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.8736168Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:37:12.8871160Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.8871881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.8885868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:37:12.8892756Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:37:12.9152177Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.9169696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.9170059Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:37:12.9176285Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:37:12.9311105Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.9311719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:37:12.9325724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.9333187Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.9591679Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:37:12.9592506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.9611937Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:37:12.9615192Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.9751003Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:37:12.9751820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.9769864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:37:12.9776631Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:37:13.0031141Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.0031948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:37:13.0049501Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:37:13.0056745Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:37:13.0191232Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:37:13.0191641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.0207499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:37:13.0214674Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.0471706Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:37:13.0472128Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:37:13.0489371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:37:13.0496209Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:37:13.0631211Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:37:13.0631873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.0651004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:37:13.0653672Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.0911187Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:37:13.0911639Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:37:13.0932889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.0934226Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.1071701Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:37:13.1072084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.1089781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:37:13.1096518Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.1352316Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:37:13.1352693Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:37:13.1371681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.1378417Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:37:13.1511120Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.1513426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:37:13.1532056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:13.1538795Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:13.1792005Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:37:13.1792433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.1804373Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:37:13.1814934Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:37:13.1951647Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.1952251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:13.1966658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:37:13.1976485Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:37:13.2231813Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:13.2232298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.2249036Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:37:13.2256568Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.2391374Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:37:13.2392045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:37:13.2409099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:37:13.2415360Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:37:13.2672203Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:37:13.2672766Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:37:13.2687775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:37:13.2695018Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:37:13.2831396Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:37:13.2832053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.2853101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:37:13.2854792Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:37:13.3112314Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.3113002Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:37:13.3130328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:37:13.3136914Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:37:13.3271715Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:37:13.3272310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.3287948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:37:13.3295952Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.3551289Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:37:13.3551727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:37:13.3572748Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:37:13.3574771Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:37:13.3711353Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:37:13.3712210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.3732105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:37:13.3733432Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:37:13.3991920Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.3992287Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:37:13.4011480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:37:13.4013249Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:37:13.4151289Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:37:13.4151707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:37:13.4172765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.4175432Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.4431919Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:37:13.4432337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:37:13.4446954Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:37:13.4454840Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:37:13.4590817Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:37:13.4591806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.4608837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:37:13.4615287Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.4871392Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:37:13.4872206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:37:13.4888841Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:37:13.4894985Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:37:13.5030074Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:37:13.5032226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:37:13.5049636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.5056299Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.5310950Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:37:13.5312504Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:37:13.5328809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:37:13.5335832Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:37:13.5471251Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:37:13.5472096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.5487005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.5494114Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.5751707Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.5752297Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:37:13.5772632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.5775501Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.5911942Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:37:13.5912517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.5932015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:37:13.5934889Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.6191392Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:37:13.6192134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.6208960Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:37:13.6226795Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.6351455Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:37:13.6352148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:13.6369776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:37:13.6375977Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:37:13.6633857Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:13.6634582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.6654773Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:37:13.6657575Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:37:13.6794379Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.6795035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:37:13.6809036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:13.6822157Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:13.7074017Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:37:13.7075882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.7098546Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:37:13.7101706Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.7232722Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:37:13.7233258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:37:13.7251465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.7376461Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.7512950Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:37:13.7513609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.7533761Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:37:13.7535209Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.7671410Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:37:13.7673658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:37:13.7692757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.7699416Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.7952888Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:37:13.7953616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.7973249Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:37:13.7980667Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.8111527Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:37:13.8113855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:37:13.8128878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.8154321Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:37:13.8392360Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.8393565Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:37:13.8411061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.8418240Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:37:13.8552364Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.8552844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.8569126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:37:13.8575816Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:37:13.8831704Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.8832225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.8855426Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:37:13.8857159Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:37:13.8991093Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.8991541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:37:13.9010468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.9012953Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.9271341Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:37:13.9271951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.9291764Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:37:13.9298325Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.9429886Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:37:13.9432129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.9446626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:37:13.9453258Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.9711481Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:37:13.9712151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:37:13.9728882Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:37:13.9735963Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:37:13.9870611Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:37:13.9871434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:37:13.9889012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.9891594Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:37:14.0151309Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.0151856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:37:14.0172234Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:37:14.0173863Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:37:14.0310509Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:37:14.0312362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.0326451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:37:14.0333897Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.0591137Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:37:14.0591592Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:37:14.0608909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:37:14.0616118Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:37:14.0751146Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:37:14.0751752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.0765951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:37:14.0773081Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:37:14.1031773Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.1032202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:37:14.1048472Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:37:14.1055529Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:37:14.1190927Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:37:14.1191365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:37:14.1208949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:37:14.1211870Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:37:14.1471827Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:37:14.1472475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:37:14.1493987Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:37:14.1496605Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:37:14.1631270Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:37:14.1632046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:37:14.1651229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:37:14.1654357Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:37:14.1911480Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:37:14.1912201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:37:14.1929393Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:37:14.1936272Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:37:14.2071576Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:37:14.2072176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:37:14.2085638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:37:14.2092756Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:37:14.2351188Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:37:14.2351558Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:37:14.2369208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:37:14.2375845Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:37:14.2510709Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:37:14.2512509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.2529569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:37:14.2532404Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.2790591Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:37:14.2792499Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:37:14.2809665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.2816608Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.2951462Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:37:14.2951816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:37:14.2970866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.2973948Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.3231557Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:37:14.3232020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.3250060Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:37:14.3256895Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.3390971Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:37:14.3391332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.3409236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:37:14.3410759Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:37:14.3671509Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.3672288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.3692373Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:37:14.3693752Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:37:14.3830932Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.3831591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:37:14.3849190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.3851328Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:37:14.4111265Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.4111691Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:37:14.4127166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.4136453Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.4271295Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:37:14.4271662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.4290097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.4293402Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.4549894Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.4552967Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:37:14.4572589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.4574050Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:37:14.4711310Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.4711968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.4729624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:37:14.4732451Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.4991623Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:37:14.4992256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.5008856Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:37:14.5015478Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.5151073Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:37:14.5151727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.5169239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.5171001Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.5431500Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.5431883Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:37:14.5447688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.5454184Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:37:14.5591376Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.5591913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.5606216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.5630282Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.5871522Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.5871995Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:37:14.5890811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.5893402Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:37:14.6031016Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.6032012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.6049431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:37:14.6051932Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.6311322Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:37:14.6311691Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:37:14.6331290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.6333921Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:37:14.6471057Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.6471808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:37:14.6489841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.6492526Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.6752370Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:37:14.6752724Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:37:14.6770262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:37:14.6778438Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:37:14.6910977Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:37:14.6911567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:37:14.6929497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.6932042Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:37:14.7191425Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.7192345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:37:14.7207858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:37:14.7215154Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:37:14.7350851Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:37:14.7351369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:37:14.7366272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.7373176Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:37:14.7630459Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.7632396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:37:14.7646146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.7652905Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:37:14.7790764Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.7791222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.7810256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:37:14.7812709Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:37:14.8071259Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.8072451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.8087015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:37:14.8094035Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.8230995Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:37:14.8231649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:37:14.8249714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.8252453Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:37:14.8511041Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.8511652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.8530387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.8532666Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.8671826Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.8672501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:37:14.8687922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:37:14.8695080Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:37:14.8954131Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:37:14.8954813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.9060434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.9065816Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.9111857Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.9114501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:37:14.9138128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:37:14.9140434Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:37:14.9393143Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:37:14.9393814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:37:14.9416218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.9418647Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.9552878Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:37:14.9553292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.9574678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:37:14.9576558Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:14.9833125Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:37:14.9833716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:37:14.9851106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.9856568Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.9992645Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:37:14.9993504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:37:15.0009322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.0273523Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.0274387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.0291598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.0299335Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.0367086Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.0432395Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:37:15.0433034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:37:15.0451041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.0457456Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:37:15.0712873Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.0713383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.0732959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.0740728Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.0872072Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.0872726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:37:15.0888867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.0895506Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:37:15.1151596Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.1152105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.1166420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.1176817Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.1313004Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.1313722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.1333478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:37:15.1336184Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:37:15.1594046Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.1594475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.1613873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.1621156Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.1752118Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.1753390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:37:15.1769383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.1776265Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:37:15.2033160Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.2033634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.2052999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:37:15.2060711Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:37:15.2191074Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.2193414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.2210302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:37:15.2216888Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:37:15.2471232Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.2473257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:37:15.2491343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:37:15.2498171Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:37:15.2630640Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:37:15.2633273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:37:15.2652781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.2654236Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:37:15.2910804Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.2913931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:37:15.2929930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.2937571Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.3071761Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:37:15.3072452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.3091538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.3093957Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.3351992Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.3352674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.3370828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:37:15.3377557Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.3511454Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:37:15.3511887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.3527222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.3534648Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.3791977Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.3792672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.3808236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:37:15.3816225Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.3951261Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:37:15.3951911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:37:15.3970176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.3972650Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.4231764Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:37:15.4232445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:37:15.4249715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.4256692Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.4390409Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:37:15.4392007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:37:15.4409599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.4412623Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:37:15.4672139Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.4672845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:37:15.4690100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:37:15.4697939Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:37:15.4831487Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:37:15.4831991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:37:15.4849532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.4851115Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:37:15.5112698Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.5113374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:37:15.5131411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:37:15.5138259Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:37:15.5271308Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:37:15.5272173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.5287492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:37:15.5294574Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.5555528Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:37:15.5556033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.5569395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:37:15.5576150Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.5711230Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:37:15.5711678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:37:15.5726298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.5734051Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:37:15.5990892Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.5993676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:37:15.6014064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.6016740Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.6151505Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:37:15.6152700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.6170331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:37:15.6173585Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.6431449Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:37:15.6432152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.6446973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:37:15.6453451Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:37:15.6591444Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.6591981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:37:15.6609105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.6611786Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.6871958Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:37:15.6873200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.6892803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:37:15.6894422Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:37:15.7031485Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.7033015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:37:15.7048557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.7055123Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.7311814Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:37:15.7313157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.7333303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:37:15.7335047Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:37:15.7471557Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.7472575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.7491416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:37:15.7494080Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:37:15.7751820Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.7752920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.7767586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:37:15.7774094Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:37:15.7911344Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.7913703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:37:15.7930632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:37:15.7932156Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:37:15.8191306Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:37:15.8192660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:37:15.8206007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.8214913Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:37:15.8350957Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.8353147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.8370191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:37:15.8373087Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.8630316Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:37:15.8633198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.8644192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.8656261Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.8791876Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.8792392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.8809611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:37:15.8811414Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.9070582Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:37:15.9073286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.9090391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:37:15.9096739Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:37:15.9231494Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.9231937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.9250294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:37:15.9252861Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:37:15.9510422Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.9512802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.9529485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:37:15.9536168Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:37:15.9671281Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.9672000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:37:15.9689410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.9692245Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.9950052Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:37:15.9952673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.9970198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:37:15.9978317Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:37:16.0111438Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.0111852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.0129868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:37:16.0131628Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.0391517Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:37:16.0392282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:37:16.0409999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.0416672Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:37:16.0551456Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.0552247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:37:16.0569975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.0572429Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:37:16.0831446Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.0833412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.0846501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:37:16.0859831Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:37:16.0991374Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.0993658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.1011347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:37:16.1017524Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:37:16.1272897Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.1273957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:37:16.1290550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.1297638Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.1432732Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:37:16.1433812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.1452270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:37:16.1646593Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:37:16.1712772Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.1715547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:37:16.1734700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.1741771Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:37:16.1871623Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.1874358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.1891440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:37:16.1898725Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:37:16.2153778Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.2154774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:37:16.2174279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.2175801Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.2311650Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:37:16.2314453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.2338548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:37:16.2341169Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.2591913Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:37:16.2594667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.2617487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:37:16.2620042Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:37:16.2753002Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.2753486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:37:16.2772329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.2780229Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:37:16.3033004Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.3033430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.3050519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.3057589Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.3191952Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.3192567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:37:16.3208155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.3214340Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:37:16.3471745Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.3472480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.3487190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:37:16.3497108Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:37:16.3631136Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.3631914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:37:16.3646659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:37:16.3653214Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:37:16.3911982Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:37:16.3912645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:37:16.3926122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.3932319Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.4070995Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:37:16.4071630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:37:16.4085793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:37:16.4093067Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:37:16.4351106Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:37:16.4352000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.4366414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:37:16.4373723Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.4511066Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:37:16.4511723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:37:16.4529319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:37:16.4532175Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:37:16.4791593Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:37:16.4793040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:37:16.4807209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.4813392Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.4951346Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:37:16.4952208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:37:16.4967592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:37:16.4973836Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:37:16.5231025Z [gw0] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:37:16.5231723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.5246318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:37:16.5254215Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:37:16.5391011Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.5391898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:37:16.5409361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:37:16.5412010Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:37:16.5670899Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:37:16.5673328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.5683799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:37:16.5693998Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.5830411Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:37:16.5832106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:37:16.5845771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:37:16.5852645Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:37:16.6111662Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:37:16.6112207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.6129081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:37:16.6136348Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.6270999Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:37:16.6271485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:37:16.6288396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:37:16.6290852Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:37:16.6551241Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:37:16.6551965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:37:16.6567664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:16.6574718Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:16.6711232Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:37:16.6712425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:37:16.6725265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:37:16.6731032Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:37:16.6992381Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:37:16.6993212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:37:16.7013607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.7016547Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:37:16.7151059Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.7152896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:37:16.7171092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:37:16.7173533Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:37:16.7431697Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:37:16.7432819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.7452272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:37:16.7454154Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.7590470Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:37:16.7592864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:37:16.7606074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:37:16.7614409Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:37:16.7871219Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:37:16.7872167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:37:16.7889223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.7907860Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:37:16.8031346Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.8031783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:16.8050406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:37:16.8057881Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:16.8311760Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:37:16.8312405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.8327960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:37:16.8332760Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.8471392Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:37:16.8471777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:37:16.8489341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:37:16.8496602Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:37:16.8751047Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:37:16.8751642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:37:16.8768617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.8771514Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:37:16.8910035Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.8912881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:37:16.8932415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:37:16.8935158Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:37:16.9190754Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:37:16.9193307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.9206098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:37:16.9214341Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:37:16.9350366Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.9352982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:37:16.9373444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:37:16.9375928Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:37:16.9630205Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:37:16.9632929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:37:16.9645726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.9655602Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:37:16.9792455Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.9792857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.9813097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:37:16.9815779Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.0071918Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:37:17.0073325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.0086686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:37:17.0095404Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:37:17.0230383Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.0233654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:37:17.0252804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.0256158Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.0511212Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:37:17.0511701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:37:17.0530355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:37:17.0533266Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:37:17.0671799Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:37:17.0672447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:37:17.0691444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:37:17.0694169Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:37:17.0950753Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:37:17.0951612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.0965864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:37:17.0973098Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.1112594Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:37:17.1113076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:37:17.1129560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:37:17.1136287Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:37:17.1391007Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:37:17.1392972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:17.1407302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:37:17.1414791Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:17.1551831Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:37:17.1552227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:37:17.1570395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:37:17.1576739Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:37:17.1830617Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:37:17.1833419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:17.1849786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:37:17.1852451Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:17.1991006Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:37:17.1991477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:37:17.2004590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:37:17.2014585Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:37:17.2271186Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:37:17.2271915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:17.2288030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:37:17.2292687Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:17.2431473Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:37:17.2432088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:37:17.2452852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:37:17.2454574Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:37:17.2711680Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:37:17.2712298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.2725657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.2733035Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.2870251Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.2873183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.2887982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:37:17.2895968Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.3151475Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:37:17.3153602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:17.3171262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.3176864Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:37:17.3311841Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.3314603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:37:17.3332234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:37:17.3338924Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:37:17.3594882Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:37:17.3595490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:17.3612147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:17.3619870Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:17.3752972Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:37:17.3753610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:37:17.3769991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:37:17.4032438Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:37:17.4033298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:17.4050941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:17.4058923Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:37:17.4088288Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:17.4190994Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:37:17.4193391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.4212453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:37:17.4219431Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:37:17.4472096Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.4474044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.4496550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:17.4498870Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.4633002Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:17.4633605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:37:17.4649095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.4674592Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.4914657Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:37:17.4915240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:17.4928233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.5058912Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.5072337Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:17.5073001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:37:17.5093081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.5100475Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:37:17.5352785Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.5353497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:17.5369183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.5378338Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:17.5511657Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.5512280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:37:17.5528545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.5536798Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:37:17.5792089Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.5792733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.5811860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:37:17.5819814Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:37:17.5952040Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:37:17.5953070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:37:17.5971269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:37:17.5976069Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:37:17.6231406Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:37:17.6232183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:37:17.6251207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:37:17.6254389Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:37:17.6391400Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:37:17.6391979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:37:17.6413326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:37:17.6416126Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:37:17.6671470Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:37:17.6672213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:37:17.6687085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:37:17.6693685Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:37:17.6831069Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:37:17.6832384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:37:17.6852037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:37:17.6854929Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:37:17.7111391Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:37:17.7111811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:37:17.7125748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:37:17.7131791Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:37:17.7271366Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:37:17.7272204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:37:17.7289510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:37:17.7295807Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:37:17.7551449Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:37:17.7552107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:37:17.7565911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:37:17.7572300Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:37:17.7711402Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:37:17.7712276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:37:17.7732479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:37:17.7735558Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:37:17.7991238Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:37:17.7991639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:37:17.8006924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:37:17.8028805Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:37:17.8152033Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:37:17.8152649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:37:17.8172652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:37:17.8174079Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:37:17.8431202Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:37:17.8431816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:37:17.8446104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:37:17.8453395Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:37:17.8589970Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:37:17.8592190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:37:17.8606330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:37:17.8612895Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:37:17.8871029Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:37:17.8873084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:37:17.8887745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:37:17.8894736Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:37:17.9031572Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:37:17.9032530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:37:17.9047743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:37:17.9055176Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:37:17.9310788Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:37:17.9312658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:37:17.9328009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:37:17.9334880Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:37:17.9471174Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:37:17.9471635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:37:17.9489528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:37:17.9491620Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:37:17.9751500Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:37:17.9752039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:37:17.9766822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:37:17.9774180Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:37:17.9911612Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:37:17.9912474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:37:17.9930236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:37:17.9932481Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:37:18.0190397Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:37:18.0192890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:37:18.0204472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:37:18.0213342Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:37:18.0351043Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:37:18.0351539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:37:18.0364640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:37:18.0372744Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:37:18.0630422Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:37:18.0631459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:37:18.0649017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:37:18.0651518Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:37:18.0791201Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:37:18.0791783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:37:18.0809171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.0815129Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:37:18.1070166Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.1071941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.1090332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.1093049Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.1231284Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.1231665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:37:18.1246102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.1252657Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.1511051Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:37:18.1511717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.1528882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.1532061Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.1671436Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.1672056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:37:18.1692371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.1694995Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.1951082Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:37:18.1951823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.1966012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.1973318Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.2111418Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.2112273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.2127813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:37:18.2134575Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.2391775Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:37:18.2392398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:37:18.2405743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.2412310Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.2551265Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:37:18.2551888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:37:18.2566702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.2573934Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.2830844Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:37:18.2831250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.2850217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.2852771Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.2990297Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.2992999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.3007750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:37:18.3014720Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.3270311Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:37:18.3272134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.3289973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.3291647Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.3431698Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.3432458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:37:18.3451454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.3453773Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.3711034Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:37:18.3711575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.3725469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.3732884Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.3871590Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.3871993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:37:18.3886477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:37:18.3893369Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:37:18.4150539Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:37:18.4152471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.4166646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:37:18.4173430Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:37:18.4310991Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.4311487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:37:18.4326134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:37:18.4332398Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:37:18.4590118Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:37:18.4592192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:37:18.4606113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:37:18.4612809Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:37:18.4751786Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:37:18.4752451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:37:18.4766153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:37:18.4772463Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:37:18.5031719Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:37:18.5032381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:37:18.5050617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:37:18.5053020Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:37:18.5190049Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:37:18.5192727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:37:18.5210114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.5213212Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:37:18.5471620Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.5474905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.5491821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:37:18.5498405Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:37:18.5631327Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.5633714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:37:18.5655843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.5657529Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.5912652Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:37:18.5914853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.5934330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.5948999Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.6073155Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.6073690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.6086931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:37:18.6329715Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:37:18.6392513Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.6393138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.6417472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.6420385Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.6512426Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.6513358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:37:18.6536494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:37:18.6539515Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:37:18.6833949Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:37:18.6834531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.6854527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:37:18.6862538Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.6951674Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:37:18.6954611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:37:18.6973483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:37:18.6979945Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:37:18.7275772Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:37:18.7276372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:37:18.7290139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:37:18.7311286Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:37:18.7393076Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:37:18.7394644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:37:18.7414287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:37:18.7421116Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:37:18.7710795Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:37:18.7713154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:37:18.7729977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:37:18.7737578Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:37:18.7831738Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:37:18.7832248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:37:18.7848392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:37:18.7855034Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:37:18.8150859Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:37:18.8151938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:37:18.8164649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:37:18.8173945Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:37:18.8271280Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:37:18.8272188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:37:18.8289842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:37:18.8296699Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:37:18.8590460Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:37:18.8593068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:37:18.8607978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:37:18.8615066Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:37:18.8711921Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:37:18.8712543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:37:18.8728825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:37:18.8735619Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:37:18.9031848Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:37:18.9032648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:37:18.9054188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:37:18.9057053Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:37:18.9152109Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:37:18.9153297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:37:18.9170797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:37:18.9177495Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:37:18.9471535Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:37:18.9472054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:37:18.9491080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:37:18.9494318Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:37:18.9591220Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:37:18.9592625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:37:18.9611956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:37:18.9613417Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:37:18.9911275Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:37:18.9926528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:37:19.0032060Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:37:19.0032850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:37:19.0056608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:37:19.0059301Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:37:19.0110015Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:37:19.0128840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:37:19.0351652Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:37:19.0352356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:37:19.0371746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:37:19.0375259Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:37:19.0471923Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:37:19.0472607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:37:19.0487578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:37:19.0494361Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:37:19.0793355Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:37:19.0793930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:37:19.0814984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:37:19.0816725Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:37:19.0911819Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:37:19.0912232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:37:19.0928311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:37:19.0935179Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:37:19.1231679Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:37:19.1232436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:37:19.1247977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:37:19.1255524Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:37:19.1351580Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:37:19.1352406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.1374277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:37:19.1376807Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:37:19.1671847Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.1672355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:37:19.1689783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:37:19.1697858Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:37:19.1791616Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:37:19.1792212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:37:19.1813175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:37:19.1814744Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:37:19.2112215Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:37:19.2112970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:37:19.2129394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.2136220Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.2231895Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:37:19.2232285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:37:19.2250031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.2257815Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:37:19.2551862Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.2552534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:19.2573053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.2575343Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:19.2671328Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.2672261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.2689321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:37:19.2695659Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:37:19.2991754Z [gw0] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.2992437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:37:19.3009805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.3016697Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.3110199Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:37:19.3112737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.3129481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:37:19.3136426Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:37:19.3431856Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.3432616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:19.3452713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.3454695Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.3551476Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:19.3552137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.3570036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:37:19.3576779Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:37:19.3871454Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.3872249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:37:19.3889281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.3896672Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.3991706Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:37:19.3992415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.4007570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:37:19.4014242Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.4311541Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:37:19.4312150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.4329078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.4336789Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.4432035Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.4432416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:37:19.4447375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.4454561Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.4751450Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:37:19.4752196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.4767605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.4776310Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.4871193Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.4872104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:37:19.4887344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.4895461Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:37:19.5191716Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.5192380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.5212687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.5214414Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.5310584Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.5312997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.5329400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:37:19.5331734Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:37:19.5631919Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.5632326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.5653139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.5655189Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.5750916Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.5753151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.5771404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:37:19.5773092Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.6071711Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:37:19.6072835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.6090272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.6097109Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.6191156Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.6192982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.6205650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:37:19.6214840Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.6511616Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:37:19.6512324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.6530356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.6536924Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.6630338Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.6632285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.6646303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:37:19.6652625Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.6951765Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:37:19.6952441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.6969653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.6977630Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.7070446Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.7072497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:37:19.7085970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:37:19.7094099Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:37:19.7392413Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:37:19.7393066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.7411788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.7414605Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.7510890Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.7513337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:37:19.7526449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:37:19.7535149Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:37:19.7832315Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:37:19.7834595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.7852919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.7859710Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.7952657Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.7953486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:37:19.7969659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:37:19.7976875Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:37:19.8272751Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:37:19.8273950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.8294602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:37:19.8303216Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:37:19.8391650Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.8393400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:37:19.8406273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:37:19.8584590Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:37:19.8713111Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:37:19.8713997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:37:19.8733678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:37:19.8776987Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:37:19.8831704Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:37:19.8833950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:37:19.8851291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:37:19.8855629Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:37:19.9154504Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:37:19.9155041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:37:19.9173762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:37:19.9180584Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:37:19.9272839Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:37:19.9273422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:37:19.9291273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:37:19.9295948Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:37:19.9594011Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:37:19.9594581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:37:19.9628915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:37:19.9632035Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:37:19.9711814Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:37:19.9713864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:37:19.9731903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:37:19.9738831Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:37:20.0031763Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:37:20.0032473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:37:20.0050892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:37:20.0058189Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:37:20.0150921Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:37:20.0151710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:37:20.0166328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:37:20.0171152Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:37:20.0471306Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:37:20.0471719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:37:20.0489481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:37:20.0496639Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:37:20.0590688Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:37:20.0591394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:37:20.0605867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:37:20.0611888Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:37:20.0910851Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:37:20.0911407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:37:20.0929448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:37:20.0936215Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:37:20.1031313Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:37:20.1031980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:37:20.1048559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:37:20.1051202Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:37:20.1351932Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:37:20.1352367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:37:20.1366950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:37:20.1373928Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:37:20.1470436Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:37:20.1472031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:37:20.1485846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:37:20.1492371Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:37:20.1791366Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:37:20.1792127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:37:20.1809339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:37:20.1815798Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:37:20.1910414Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:37:20.1912543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.1925871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:37:20.1932953Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.2231646Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:37:20.2232020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:37:20.2250972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:37:20.2253666Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:37:20.2351017Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:37:20.2351626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:37:20.2369740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:37:20.2376795Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:37:20.2671018Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:37:20.2672793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:37:20.2686152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:37:20.2692691Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:37:20.2790164Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:37:20.2792493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.2808438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:37:20.2815209Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:37:20.3110539Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.3112257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:37:20.3132701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:37:20.3135796Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:37:20.3231464Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:37:20.3231951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.3249145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:37:20.3255654Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:37:20.3552540Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.3553109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.3572776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.3575612Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.3671083Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.3671684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:37:20.3690549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.3696809Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:37:20.3991539Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.3992215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.4009702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:37:20.4016133Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.4111339Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:37:20.4112732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:37:20.4132289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.4133901Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.4430157Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:37:20.4433074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.4444709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:37:20.4453266Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.4551157Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:37:20.4551741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.4567114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:37:20.4575070Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:37:20.4871667Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.4872225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.4889050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:20.4896724Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.4991019Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:20.4991736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:37:20.5008471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:37:20.5015056Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:37:20.5311681Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:37:20.5312097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.5332245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.5334409Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.5431341Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.5431832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:37:20.5449545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:37:20.5456023Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:37:20.5751792Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:37:20.5752470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.5768987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.5776365Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.5871204Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.5871644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:37:20.5886104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:37:20.5894724Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:37:20.6192002Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:37:20.6192545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.6207393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.6214929Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.6311360Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.6312039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:37:20.6325766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:37:20.6332751Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:37:20.6632365Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:37:20.6632828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:37:20.6647336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.6654397Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.6750730Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:37:20.6752942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:37:20.6771317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:37:20.6773811Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:37:20.7072061Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:37:20.7072746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:37:20.7095227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:37:20.7097670Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:37:20.7190674Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:37:20.7192727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:37:20.7205157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.7213907Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.7511873Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:37:20.7512319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:37:20.7527404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:37:20.7535427Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:37:20.7630680Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:37:20.7633204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:37:20.7650394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:37:20.7652978Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:37:20.7951508Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:37:20.7952132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:37:20.7971863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:37:20.7973664Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:37:20.8070640Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:37:20.8072702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:37:20.8086590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:37:20.8092951Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:37:20.8391851Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:37:20.8392472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:37:20.8407810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:37:20.8415079Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:37:20.8510346Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:37:20.8512473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:37:20.8530138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:37:20.8531513Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:37:20.8831797Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:37:20.8832208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.8852686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:20.8854081Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.8950309Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:20.8952419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:37:20.8969952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:37:20.8972050Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:37:20.9271817Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:37:20.9272565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:37:20.9292977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.9295750Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.9390675Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:37:20.9392596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:37:20.9406966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:37:20.9413771Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:37:20.9712088Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:37:20.9712736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:37:20.9726407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:37:20.9733290Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:37:20.9831663Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:37:20.9832320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:37:20.9853126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:37:20.9858544Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:37:21.0153162Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:37:21.0155343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:37:21.0419475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:37:21.0423047Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:37:21.0431443Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:37:21.0435304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:37:21.0447836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:37:21.0455096Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:37:21.0591808Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:37:21.0594961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:37:21.0613449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:37:21.0620345Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:37:21.0830630Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:37:21.0849490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:37:21.0870431Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:37:21.0890897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:37:21.1033530Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:37:21.1034310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:37:21.1050707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:37:21.1187388Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:37:21.1271063Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:37:21.1291731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:37:21.1310470Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:37:21.1325554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:37:21.1472590Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:37:21.1473223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:37:21.1491698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:37:21.1496445Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:37:21.1711968Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:37:21.1733382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:37:21.1750955Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:37:21.1765750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:37:21.1912805Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:37:21.1913198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:37:21.1930937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.1938008Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:37:21.2150084Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.2169920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:37:21.2189941Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:37:21.2205260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:37:21.2350245Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:37:21.2352189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:37:21.2369449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.2371140Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:37:21.2589665Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.2604991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.2629072Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.2641784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:37:21.2790818Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:37:21.2791211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.2803810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:37:21.2812057Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:37:21.3029913Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.3045474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:37:21.3068836Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:37:21.3081280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:37:21.3230428Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:37:21.3230876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:37:21.3248624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.3250753Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.3469544Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:37:21.3486261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.3509357Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.3523720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:37:21.3671056Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:37:21.3671641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.3689504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.3691740Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.3909302Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.3921811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.3949315Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.3962369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:37:21.4111177Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:37:21.4111721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.4129004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.4132258Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.4349033Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.4366130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.4389626Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.4401870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:37:21.4550504Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:37:21.4550927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.4565637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.4572637Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.4789596Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.4802271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.4829556Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.4841788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:37:21.4991222Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:37:21.4991747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:37:21.5006737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.5013667Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.5229368Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:37:21.5241880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.5269746Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.5282644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:37:21.5431551Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:37:21.5432472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:37:21.5451202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.5454011Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.5668799Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:37:21.5680911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:37:21.5709625Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:37:21.5724553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:37:21.5871417Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:37:21.5872031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:37:21.5890573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.5893017Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.6109898Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:37:21.6121712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:37:21.6149684Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:37:21.6163019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:37:21.6310673Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:37:21.6313140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:37:21.6331647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:37:21.6334737Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:37:21.6549941Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:37:21.6568135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:37:21.6589411Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:37:21.6601567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:37:21.6750570Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:37:21.6753054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:37:21.6764609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:37:21.6775359Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:37:21.6989443Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:37:21.7007606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:37:21.7029443Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:37:21.7042430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:37:21.7191514Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:37:21.7191916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:37:21.7209361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.7216190Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:21.7429452Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:37:21.7447273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:37:21.7469598Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:37:21.7483841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:37:21.7631558Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:37:21.7632176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:37:21.7652565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.7654270Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:21.7869482Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:37:21.7887616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.7909115Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.7921723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:37:21.8071746Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:37:21.8072660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:37:21.8091976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.8093399Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.8309605Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:37:21.8327210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:37:21.8349797Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:37:21.8363511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:37:21.8511326Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:37:21.8511963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.8529141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:37:21.8530964Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:37:21.8749274Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.8763523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:37:21.8789129Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:37:21.8800735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:37:21.8951284Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:37:21.8951663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.8963130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:37:21.8972686Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.9189436Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:37:21.9204612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:37:21.9229161Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:37:21.9242118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:37:21.9391635Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:37:21.9392417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.9409759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:37:21.9416513Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:37:21.9629265Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.9642516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:37:21.9669705Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:37:21.9683125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:37:21.9832058Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:37:21.9832930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:37:21.9853161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.9855865Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:37:22.0068911Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.0081293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:37:22.0109816Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:37:22.0123234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:37:22.0272022Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:37:22.0273186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:37:22.0290780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:37:22.0297147Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:37:22.0508707Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:37:22.0523264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:37:22.0549068Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:37:22.0563966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:37:22.0711624Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:37:22.0713058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:37:22.0733377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:37:22.0735927Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:37:22.0948666Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:37:22.0961251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:37:22.0989121Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:37:22.1001721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:37:22.1151338Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:37:22.1152459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:37:22.1169553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:37:22.1175956Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:37:22.1388754Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:37:22.1403016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:37:22.1429123Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:37:22.1442574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:37:22.1591537Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:37:22.1592251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:37:22.1607620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:37:22.1615884Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:37:22.1829270Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:37:22.1841429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:37:22.1869271Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:37:22.1881712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:37:22.2030979Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:37:22.2033812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:37:22.2054018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:37:22.2057384Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:37:22.2270169Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:37:22.2284128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:22.2309945Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:22.2326915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:37:22.2471768Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:37:22.2472540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:37:22.2491772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:37:22.2573034Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:37:22.2711143Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:37:22.2726799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.2751348Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.2769581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:37:22.2912122Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:37:22.2914558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:37:22.2935292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:37:22.2943241Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:37:22.3150598Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:37:22.3165277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.3190903Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.3209117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:37:22.3351482Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:37:22.3354310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:37:22.3369814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.3521402Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:37:22.3590148Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.3605296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.3631101Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.3649486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:37:22.3792911Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:37:22.3794041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.3816970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:37:22.3818960Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:37:22.4030847Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.4048891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.4070754Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.4090108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:37:22.4232752Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:37:22.4233627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.4252906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:37:22.4259565Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.4470863Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:37:22.4485032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.4509589Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.4525658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:37:22.4671755Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:37:22.4672460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:37:22.4687961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.4694949Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:37:22.4909383Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.4922166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.4949308Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.4963091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:37:22.5111335Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:37:22.5111901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.5127138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:22.5134184Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:22.5348895Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.5361313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.5389146Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.5404245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:37:22.5551334Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:37:22.5551913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.5566206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.5572660Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.5789311Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.5802160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.5829534Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.5842927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:37:22.5991050Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:37:22.5991694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.6010249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:37:22.6011939Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:37:22.6229603Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.6241872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.6269196Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.6281390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:37:22.6431021Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:37:22.6431521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.6449806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.6452820Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.6669135Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.6681286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.6709193Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.6721267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:37:22.6871094Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:37:22.6871728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:37:22.6884140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.6892667Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.7108983Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:37:22.7121778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:37:22.7149248Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:37:22.7161880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:37:22.7311404Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:37:22.7311812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.7330851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.7333948Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.7548835Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.7561051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:37:22.7589648Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:37:22.7602727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:37:22.7751260Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:37:22.7752109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:37:22.7770585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.7773930Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.7988833Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:37:22.8003327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:37:22.8029794Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:37:22.8042173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:37:22.8191206Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:37:22.8191678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.8208855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:37:22.8215706Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:37:22.8429089Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.8441398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:37:22.8469072Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:37:22.8481411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:37:22.8631266Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:37:22.8632025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:37:22.8646761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.8654759Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.8869088Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:37:22.8884375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:37:22.8909417Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:37:22.8921333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:37:22.9071307Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:37:22.9071965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.9091314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:37:22.9093829Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.9308809Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:37:22.9321043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:37:22.9349514Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:37:22.9363258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:37:22.9511492Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:37:22.9512089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:37:22.9525646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.9533565Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:37:22.9749068Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.9760833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:37:22.9789464Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:37:22.9802690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:37:22.9950206Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:37:22.9952180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.9970570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:37:22.9972671Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:23.0189309Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:37:23.0201517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:37:23.0229537Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:37:23.0245704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:37:23.0390846Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:37:23.0391247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.0408364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.0410204Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.0628972Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.0640432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.0669637Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.0682623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:37:23.0830974Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:37:23.0831626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:37:23.0845415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:37:23.0853164Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:37:23.1068994Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:37:23.1081043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.1109081Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.1121442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:37:23.1270464Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:37:23.1272577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:37:23.1286777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:37:23.1306879Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:37:23.1509322Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:37:23.1521556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.1549464Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.1561543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:37:23.1710860Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:37:23.1711687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:37:23.1723728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:37:23.1731472Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:37:23.1949367Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:37:23.1964091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.1989424Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.2003130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:37:23.2150566Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:37:23.2152049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.2169906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:37:23.2172793Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:37:23.2389258Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.2401394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:37:23.2429771Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:37:23.2443062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:37:23.2590425Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:37:23.2592838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:37:23.2610033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.2612387Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:37:23.2829220Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.2841368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:37:23.2869503Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:37:23.2881486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:37:23.3030736Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:37:23.3031624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.3045800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:37:23.3052768Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:37:23.3269520Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.3283905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:37:23.3309400Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:37:23.3321961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:37:23.3470498Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:37:23.3472861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:37:23.3491369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.3493937Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:37:23.3709107Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.3723897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:37:23.3749555Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:37:23.3761978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:37:23.3911062Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:37:23.3911948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:37:23.3930097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:37:23.3932733Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:37:23.4149290Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:37:23.4163780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:37:23.4189533Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:37:23.4201605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:37:23.4350454Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:37:23.4353695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:37:23.4374426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:37:23.4376750Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:37:23.4590197Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:37:23.4603163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.4630503Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.4649981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:37:23.4793139Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:37:23.4794191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:37:23.4812794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:37:23.4818385Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:37:23.5030955Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:37:23.5045708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:37:23.5070798Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:37:23.5093178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:37:23.5233166Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:37:23.5234292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:37:23.5256707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:37:23.5258663Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:37:23.5470836Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:37:23.5487680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:37:23.5510785Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:37:23.5529909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:37:23.5672769Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:37:23.5673269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:37:23.5689533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.5824741Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.5910647Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:37:23.5926694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:37:23.5950602Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:37:23.6030249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:37:23.6113689Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:37:23.6114891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:37:23.6131694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.6140384Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:37:23.6351027Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.6365139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:37:23.6390729Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:37:23.6408514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:37:23.6553095Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:37:23.6554822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:37:23.6577108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:37:23.6579905Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:37:23.6790704Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:37:23.6804880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:37:23.6830513Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:37:23.6845773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:37:23.6990673Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:37:23.6992861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:37:23.7008441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:37:23.7014864Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:37:23.7229689Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:37:23.7243596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:37:23.7269444Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:37:23.7283258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:37:23.7432028Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:37:23.7432398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:37:23.7450282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.7451751Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.7669324Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:37:23.7681726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:37:23.7709618Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:37:23.7721942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:37:23.7871411Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:37:23.7872030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.7883861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:37:23.7892029Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:37:23.8109404Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.8121592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:37:23.8149256Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:37:23.8162246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:37:23.8311118Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:37:23.8312006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:37:23.8330263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.8332885Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.8550232Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:37:23.8565259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:37:23.8589463Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:37:23.8601968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:37:23.8750999Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:37:23.8751607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:37:23.8765868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:37:23.8772795Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:37:23.8989818Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:37:23.9003532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.9029491Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.9041932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:37:23.9190957Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:37:23.9191352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.9209964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:37:23.9212587Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.9429089Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:37:23.9440911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.9469222Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.9481591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:37:23.9631396Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:37:23.9631776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:37:23.9648703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.9651552Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.9869268Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:37:23.9881264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.9909620Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.9924512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:37:24.0071196Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:37:24.0071819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:37:24.0085783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.0092454Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:37:24.0309218Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.0321495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.0349095Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.0362013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:37:24.0510870Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:37:24.0511270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:37:24.0526364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.0533215Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.0750097Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:37:24.0761112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.0789324Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.0801757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:37:24.0950264Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:37:24.0952365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:37:24.0964203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.0973916Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:37:24.1189014Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.1203276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.1229483Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.1241732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:37:24.1392133Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:37:24.1392769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:37:24.1406794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:37:24.1414682Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:37:24.1629271Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:37:24.1641284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.1669595Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.1682324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:37:24.1830445Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:37:24.1833349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.1848399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:37:24.1856270Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:37:24.2069873Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.2081505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:37:24.2109647Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:37:24.2122065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:37:24.2271337Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:37:24.2271774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:37:24.2288999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.2295746Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:37:24.2509440Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.2522454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.2549400Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.2561936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:37:24.2711025Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:37:24.2711777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.2728770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:37:24.2735242Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:37:24.2949857Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.2961287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.3029547Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.3043323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:37:24.3151421Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:37:24.3152124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:37:24.3167471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.3175391Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:37:24.3389619Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.3403856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.3469145Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.3481163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:37:24.3591298Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:37:24.3592044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:37:24.3609108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:37:24.3615327Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:37:24.3829835Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:37:24.3841614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:37:24.3909526Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:37:24.3921725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:37:24.4031607Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:37:24.4032238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:37:24.4049707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.4056046Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:37:24.4269690Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.4281249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:37:24.4349045Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:37:24.4361179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:37:24.4469995Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:37:24.4472828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.4493576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:37:24.4511540Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:37:24.4709216Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.4721255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:37:24.4789202Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:37:24.4803816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:37:24.4911234Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:37:24.4911945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:37:24.4929163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.4935770Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:37:24.5149052Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.5161334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:37:24.5229376Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:37:24.5241696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:37:24.5349736Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:37:24.5351968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:37:24.5368893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:37:24.5375164Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:37:24.5589155Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:37:24.5601410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:37:24.5669775Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:37:24.5683029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:37:24.5791580Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:37:24.5792412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:37:24.5803988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:37:24.5814089Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:37:24.6029074Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:37:24.6040934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:37:24.6109135Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:37:24.6120914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:37:24.6231676Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:37:24.6232085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:37:24.6249025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:24.6256502Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:24.6469017Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:37:24.6482081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:37:24.6549508Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:37:24.6561525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:37:24.6672324Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:37:24.6672987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:37:24.6689884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:37:24.6696345Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:37:24.6910396Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:37:24.6924799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:37:24.6990875Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:37:24.7008919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:37:24.7113404Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:37:24.7114396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:37:24.7131102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:37:24.7141194Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:37:24.7351321Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:37:24.7366193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:37:24.7431320Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:37:24.7450719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:37:24.7552762Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:37:24.7553809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:37:24.7577613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:37:24.7579772Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:37:24.7790627Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:37:24.7806145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:37:24.7870856Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:37:24.7890783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:37:24.7991540Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:37:24.7994677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:37:24.8012618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:37:24.8117283Z [gw3] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:37:24.8231093Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:37:24.8250380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:37:24.8310538Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:37:24.8432041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:37:24.8434425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:37:24.8452450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.8459384Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.8503925Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:37:24.8670427Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:37:24.8685194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:37:24.8750558Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:37:24.8768480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:37:24.8873002Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:37:24.8874029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:37:24.8893617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.8901560Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.9110627Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:37:24.9126636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:24.9189926Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:24.9203930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:37:24.9311634Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:37:24.9313170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:37:24.9332197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.9334450Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.9549456Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:37:24.9562726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:37:24.9629636Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:37:24.9645242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:37:24.9751258Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:37:24.9751885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.9766660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:37:24.9774077Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:37:24.9989499Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.0002609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.0069915Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.0083935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:37:25.0190246Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:37:25.0192482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:37:25.0207609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.0213832Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:37:25.0429449Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.0441772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:37:25.0509190Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:37:25.0521760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:37:25.0630090Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:37:25.0632357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.0650655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.0653407Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.0868991Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.0880901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.0949354Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.0961707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:37:25.1071284Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:37:25.1071877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.1089991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.1092556Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.1309681Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.1322274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:37:25.1389715Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:37:25.1402873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:37:25.1511390Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:37:25.1512081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.1529249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.1530897Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.1749234Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.1763489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.1829530Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.1842990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:37:25.1951360Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:37:25.1952056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:37:25.1968903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:37:25.1971364Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:37:25.2189191Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:37:25.2201691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.2269285Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.2283532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:37:25.2390462Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:37:25.2392738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.2410270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:37:25.2412078Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.2629012Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:37:25.2709604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.2725441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:37:25.2817954Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:37:25.2831367Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.2832013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:37:25.2850267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:37:25.2852870Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:37:25.3069244Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:37:25.3090824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.3148985Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.3161479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:37:25.3271032Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:37:25.3271485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.3289038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:37:25.3291631Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:37:25.3508900Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.3522575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.3588991Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.3601034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:37:25.3711122Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:37:25.3711723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:37:25.3729204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.3731328Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:37:25.3949186Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.3961473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.4029384Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.4041739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:37:25.4151422Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:37:25.4151812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:37:25.4169807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.4172230Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.4389133Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:37:25.4401679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.4469197Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.4491300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:37:25.4590816Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:37:25.4591218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.4608684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:37:25.4611681Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:37:25.4829184Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.4840821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.4909322Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.4922574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:37:25.5029958Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:37:25.5032053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.5049857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:37:25.5051605Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:37:25.5268787Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.5280884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:37:25.5349495Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:37:25.5362567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:37:25.5470946Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:37:25.5471676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.5490132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:37:25.5492932Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.5709127Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:37:25.5721913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:37:25.5789614Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:37:25.5802961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:37:25.5909567Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:37:25.5911038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.5925443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:37:25.5932630Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.6149244Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:37:25.6161304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:37:25.6229112Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:37:25.6241260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:37:25.6350778Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:37:25.6351755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.6368442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:37:25.6369930Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:37:25.6588923Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.6601411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:37:25.6669156Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:37:25.6681326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:37:25.6790862Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:37:25.6791657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:37:25.6803459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.6809781Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:37:25.7028978Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.7041680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:37:25.7108935Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:37:25.7121318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:37:25.7230921Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:37:25.7231796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.7246579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:37:25.7253082Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.7469366Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:37:25.7482803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:37:25.7549235Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:37:25.7562128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:37:25.7670356Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:37:25.7672739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:37:25.7694265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.7696976Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.7909173Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:37:25.7924933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:37:25.7989186Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:37:25.8001758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:37:25.8111215Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:37:25.8112064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.8126622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:37:25.8133640Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:37:25.8349336Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.8362863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:37:25.8429013Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:37:25.8443613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:37:25.8549846Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:37:25.8553249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:37:25.8568674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:37:25.8575445Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:37:25.8789983Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:37:25.8801226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:37:25.8868835Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:37:25.8881400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:37:25.8992321Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:37:25.8993638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:37:25.9008609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.9015418Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:37:25.9231754Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.9248560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.9311389Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.9333741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:37:25.9432645Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:37:25.9433361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:37:25.9453293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.9468817Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.9671171Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:37:25.9751036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.9770560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:37:25.9840275Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:37:25.9871570Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.9874555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:37:25.9897403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.9900017Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.0110708Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:37:26.0127645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:37:26.0190659Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:37:26.0208906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:37:26.0311319Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:37:26.0314814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:37:26.0335308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.0406193Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.0550756Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:37:26.0569095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.0630500Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.0750934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:37:26.0753410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:37:26.0769498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.0776674Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:37:26.0798462Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.0990969Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:37:26.1007973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.1070384Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.1089211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:37:26.1191058Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:37:26.1193617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:37:26.1209731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.1216305Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:37:26.1430097Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.1442528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.1509630Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.1524030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:37:26.1631598Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:37:26.1632205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.1647345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.1654122Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.1869180Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.1884040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.1949683Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.1964065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:37:26.2071849Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:37:26.2072450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.2090365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:37:26.2097134Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.2309867Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:37:26.2322263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.2389447Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.2402483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:37:26.2511157Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:37:26.2511964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:37:26.2526953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.2535924Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:37:26.2749754Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.2764616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.2829398Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.2841445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:37:26.2951124Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:37:26.2951852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.2966795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:37:26.2984254Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.3189198Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:37:26.3201459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.3269069Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.3281682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:37:26.3391341Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:37:26.3391938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:37:26.3412381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:37:26.3414195Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:37:26.3628973Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:37:26.3641326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.3709385Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.3721647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:37:26.3831609Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:37:26.3832003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.3849302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:37:26.3856813Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:37:26.4069303Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.4081615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:37:26.4149612Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:37:26.4165625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:37:26.4271213Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:37:26.4271954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:37:26.4289687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.4296172Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:37:26.4508992Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.4521231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:37:26.4589506Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:37:26.4603398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:37:26.4710265Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:37:26.4712874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.4732840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:37:26.4735522Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:37:26.4949643Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.4961948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:37:26.5029624Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:37:26.5045211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:37:26.5151740Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:37:26.5152326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.5173023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:37:26.5175686Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.5389657Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:37:26.5401784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:37:26.5469643Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:37:26.5483717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:37:26.5591828Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:37:26.5592500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.5613767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:37:26.5616193Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:37:26.5829118Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.5842367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:37:26.5908970Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:37:26.5921617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:37:26.6031510Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:37:26.6032143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:37:26.6052161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.6053803Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.6269380Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:37:26.6281871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.6349273Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.6361108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:37:26.6471454Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:37:26.6472240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.6492552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:37:26.6494323Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.6709274Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:37:26.6721998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.6789506Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.6802283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:37:26.6911749Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:37:26.6912630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.6930075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.6936952Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.7149627Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.7162391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.7229626Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.7243025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:37:26.7351514Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:37:26.7352225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:37:26.7374789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:37:26.7377761Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:37:26.7589110Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:37:26.7604340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:26.7669688Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:26.7683284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:37:26.7789894Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:37:26.7792845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:37:26.7812362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.7814457Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:37:26.8029035Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.8041421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.8109064Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.8121537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:37:26.8231189Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:37:26.8231612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:37:26.8252940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.8254784Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:37:26.8468869Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.8481095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.8549602Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.8562931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:37:26.8671121Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:37:26.8671767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.8691817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:37:26.8693852Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:37:26.8908974Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.8921588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.8990041Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.9008280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:37:26.9111171Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:37:26.9111606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:37:26.9129602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.9136582Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.9349772Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:37:26.9361926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:37:26.9429429Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:37:26.9444277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:37:26.9551280Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:37:26.9551906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:37:26.9572174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.9574069Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:37:26.9788775Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.9801409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:37:26.9869685Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:37:26.9883075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:37:26.9991208Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:37:26.9991881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.0010937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:37:27.0013603Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:37:27.0229035Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.0240893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:37:27.0309711Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:37:27.0323236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:37:27.0431541Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:37:27.0431946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.0449180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:37:27.0455967Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.0669913Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:37:27.0681514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:37:27.0749703Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:37:27.0761648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:37:27.0871638Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:37:27.0872283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.0889684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.0897163Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.1109592Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.1121825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:37:27.1189388Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:37:27.1202941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:37:27.1312002Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:37:27.1313175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.1333839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:37:27.1336520Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.1550894Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:37:27.1564945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:37:27.1631489Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:37:27.1650288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:37:27.1751445Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:37:27.1754274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.1777295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.1779771Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.1991591Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.2071362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:37:27.2089976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:37:27.2117793Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:37:27.2191276Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:37:27.2193706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.2211760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:37:27.2219820Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:37:27.2429303Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.2448693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:37:27.2511200Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:37:27.2529608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:37:27.2632557Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:37:27.2633690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.2651139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:37:27.2700404Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:37:27.2870846Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.2885252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:37:27.2950745Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:37:27.3072601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:37:27.3073540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.3092037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:37:27.3093796Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:37:27.3104515Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:37:27.3311005Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.3325662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:37:27.3390638Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:37:27.3409477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:37:27.3513232Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:37:27.3513631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:37:27.3533155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.3541111Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:37:27.3751211Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.3766251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:37:27.3830326Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:37:27.3848887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:37:27.3950944Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:37:27.3953564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.3972809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:37:27.3979387Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:37:27.4190083Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.4203947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.4269635Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.4283598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:37:27.4392436Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:37:27.4393263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:37:27.4414755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.4417027Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:37:27.4629577Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.4642422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:37:27.4709459Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:37:27.4722511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:37:27.4831109Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:37:27.4831489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.4843540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:37:27.4856823Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.5069479Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:37:27.5082563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:37:27.5149545Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:37:27.5162655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:37:27.5271334Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:37:27.5271939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:37:27.5289143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:37:27.5295729Z [gw3] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:37:27.5509019Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:37:27.5521059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:37:27.5589674Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:37:27.5603042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:37:27.5711528Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:37:27.5711912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:37:27.5730351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:37:27.5736567Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:37:27.5949230Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:37:27.5961296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:37:27.6029685Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:37:27.6043268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:37:27.6152452Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:37:27.6153064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:37:27.6169670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:37:27.6177262Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:37:27.6389142Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:37:27.6402305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.6469319Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.6481811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:37:27.6590343Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:37:27.6592615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:37:27.6610101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.6616397Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.6829505Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:37:27.6841891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.6909101Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.6921759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:37:27.7031425Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:37:27.7032036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:37:27.7046738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:37:27.7055586Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:37:27.7269310Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:37:27.7284480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.7349970Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.7363272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:37:27.7469817Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:37:27.7472194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:37:27.7492693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:27.7495418Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:27.7709023Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:37:27.7720825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.7789984Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.7802661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:37:27.7911380Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:37:27.7912162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:27.7926824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:37:27.7934761Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:27.8149137Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:37:27.8161755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.8229493Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.8241503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:37:27.8350500Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:37:27.8353510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:37:27.8367877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.8374940Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:37:27.8588999Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.8600981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.8669287Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.8684415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:37:27.8791101Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:37:27.8791568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.8808713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:37:27.8816697Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.9029690Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:37:27.9041870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.9109513Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.9122488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:37:27.9231610Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:37:27.9232209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:37:27.9249793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.9256292Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.9469406Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:37:27.9481916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.9549069Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.9561611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:37:27.9671578Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:37:27.9671986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.9692787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:37:27.9695821Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:37:27.9909391Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.9921593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:37:27.9989485Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:37:28.0002237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:37:28.0111046Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:37:28.0111912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.0130927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.0133224Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.0348994Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.0363297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:37:28.0429460Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:37:28.0442535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:37:28.0551340Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:37:28.0551952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.0570416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.0572769Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.0789419Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.0905438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:37:28.0911919Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:37:28.0924355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:37:28.0991632Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:37:28.0992460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.1006599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.1013430Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.1228860Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.1240937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:37:28.1349711Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:37:28.1363059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:37:28.1431724Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:37:28.1432186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:37:28.1446936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.1454470Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.1669015Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:37:28.1680850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:37:28.1789352Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:37:28.1801613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:37:28.1871213Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:37:28.1871987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.1889908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:37:28.1896535Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:37:28.2109183Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.2124567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:37:28.2229086Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:37:28.2241540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:37:28.2312035Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:37:28.2312975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:37:28.2330949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.2333798Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.2549471Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:37:28.2561371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:37:28.2669211Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:37:28.2681177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:37:28.2751219Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:37:28.2752183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.2767007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:37:28.2773699Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.2989046Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:37:28.3001021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:37:28.3109336Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:37:28.3121918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:37:28.3191060Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:37:28.3191722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:37:28.3207236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.3214408Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.3429084Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:37:28.3441163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:37:28.3549687Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:37:28.3564316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:37:28.3632240Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:37:28.3632931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:37:28.3652733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:37:28.3655474Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:37:28.3870615Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:37:28.3884230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:37:28.3990863Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:37:28.4005993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:37:28.4072996Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:37:28.4073570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:37:28.4093442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.4102153Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:37:28.4310901Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.4431073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:37:28.4447189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:37:28.4512828Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:37:28.4513489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:37:28.4533818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.4540626Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.4572665Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:37:28.4750633Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:37:28.4767808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.4871059Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.4885423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:37:28.4952588Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:37:28.4953413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.4972844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:37:28.4979372Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:37:28.5190797Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.5205838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.5310941Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.5335559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:37:28.5391638Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:37:28.5394601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:37:28.5414702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:37:28.5416236Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:37:28.5630413Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:37:28.5645099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.5750606Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.5765650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:37:28.5832345Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:37:28.5832834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:37:28.5851749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:37:28.5856423Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:37:28.6069800Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:37:28.6083101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.6189675Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.6203248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:37:28.6271393Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:37:28.6272409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:37:28.6290514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:37:28.6297154Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:37:28.6509702Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:37:28.6522327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.6629256Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.6641463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:37:28.6711923Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:37:28.6712577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:37:28.6733391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.6736462Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.6950069Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:37:28.6965124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.7069334Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.7081428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:37:28.7151469Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:37:28.7152098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.7169992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:37:28.7176101Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.7388761Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:37:28.7401535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.7509366Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.7521288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:37:28.7591008Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:37:28.7593504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:37:28.7611024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.7613507Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.7829202Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:37:28.7841013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.7949571Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.7961771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:37:28.8030874Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:37:28.8031467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:37:28.8049438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.8051814Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.8269072Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:37:28.8281349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:37:28.8389254Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:37:28.8403896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:37:28.8471344Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:37:28.8471963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:37:28.8485745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.8492486Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:37:28.8708975Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.8720924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.8829364Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.8841099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:37:28.8911083Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:37:28.8911538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:37:28.8929075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.8932438Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.9149068Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:37:28.9161044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.9269269Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.9281159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:37:28.9351055Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:37:28.9351886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:37:28.9367042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.9375127Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:37:28.9589144Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.9601159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.9709305Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.9720866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:37:28.9790790Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:37:28.9791369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:37:28.9807099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.9808787Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:37:29.0029281Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.0041159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.0149619Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.0161992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:37:29.0230775Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:37:29.0233177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.0250408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:37:29.0252952Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:37:29.0469155Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.0481167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:37:29.0589225Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:37:29.0601352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:37:29.0670466Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:37:29.0673107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:37:29.0690033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.0692271Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:37:29.0909078Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.0921218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:37:29.1029189Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:37:29.1042094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:37:29.1110069Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:37:29.1112521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.1129793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:29.1132016Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.1349006Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:29.1360931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:37:29.1469199Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:37:29.1481147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:37:29.1550910Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:37:29.1551362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:29.1566155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.1572860Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.1789889Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:29.1805741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:37:29.1909697Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:37:29.1922461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:37:29.1991503Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:37:29.1992194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.2009434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:29.2014019Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:29.2229709Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.2242239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:37:29.2349140Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:37:29.2361936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:37:29.2431340Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:37:29.2431922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:37:29.2449207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:37:29.2455542Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:37:29.2669548Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:37:29.2681570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:37:29.2789571Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:37:29.2803124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:37:29.2870339Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:37:29.2872929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:37:29.2887696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:29.2893999Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:37:29.3109414Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:29.3120659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:37:29.3229187Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:37:29.3244390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:37:29.3310359Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:37:29.3313105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:37:29.3330618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:29.3333609Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:37:29.3548914Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:29.3563151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:37:29.3668925Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:37:29.3681218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:37:29.3750016Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:37:29.3753018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:37:29.3772794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.3775059Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.3989297Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:37:29.4000468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:37:29.4108921Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:37:29.4120725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:37:29.4191265Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:37:29.4191907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.4206643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:37:29.4215320Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.4429302Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:37:29.4441161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:29.4549298Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:29.4561196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:37:29.4631595Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:37:29.4631974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.4649580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:37:29.4668489Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.4869079Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:37:29.4881104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:37:29.4989440Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:37:29.5002107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:37:29.5071378Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:37:29.5072015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.5087784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:37:29.5095223Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:37:29.5308878Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.5321653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:37:29.5428988Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:37:29.5440878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:37:29.5510760Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:37:29.5511203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:37:29.5528521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.5530282Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.5750041Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:37:29.5766674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.5870171Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.5884154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:37:29.5951184Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:37:29.5953837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.5968137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:37:29.5976710Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.6192374Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:37:29.6209724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.6310469Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.6325509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:37:29.6392135Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:37:29.6393917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:37:29.6411366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.6418363Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:37:29.6631369Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.6750861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.6765474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:37:29.6817044Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:37:29.6832326Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.6833825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.6849241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:37:29.7015758Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:37:29.7070219Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.7086935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.7190631Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.7271953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:37:29.7274081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:37:29.7293451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:29.7295717Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:37:29.7401079Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:29.7512159Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:37:29.7528724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.7629127Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.7643826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:37:29.7711629Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:37:29.7713455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:37:29.7728191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:37:29.7787988Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:37:29.7950398Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:37:29.7967912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.8070143Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.8086766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:37:29.8151744Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:37:29.8152323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:37:29.8171692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:37:29.8176488Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:37:29.8389462Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:37:29.8403056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.8509348Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.8522005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:37:29.8591641Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:37:29.8592013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:37:29.8612085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:37:29.8616475Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:37:29.8829221Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:37:29.8841366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.8949128Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.8961208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:37:29.9031322Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:37:29.9032117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:37:29.9049308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:37:29.9059002Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:37:29.9269411Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:37:29.9281464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:37:29.9389325Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:37:29.9401295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:37:29.9471515Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:37:29.9472308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:37:29.9488520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.9496474Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.9709267Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:37:29.9721187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:37:29.9829248Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:37:29.9841596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:37:29.9912278Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:37:29.9912720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.9932799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:37:29.9937534Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.0148768Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:37:30.0161236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:37:30.0269240Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:37:30.0281007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:37:30.0351988Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:37:30.0352426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.0372118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:37:30.0376418Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.0589256Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:37:30.0601120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:37:30.0708955Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:37:30.0721042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:37:30.0791446Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:37:30.0791907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.0811736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:37:30.0816575Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:37:30.1028880Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.1040707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:37:30.1149349Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:37:30.1162636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:37:30.1231457Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:37:30.1232107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:37:30.1248909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.1257600Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.1468798Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:37:30.1483498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:37:30.1589302Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:37:30.1601457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:37:30.1670728Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:37:30.1672451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.1693856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:37:30.1695585Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.1909050Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:37:30.1921124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:37:30.2029188Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:37:30.2042106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:37:30.2111196Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:37:30.2111942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.2129424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:37:30.2137286Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.2348996Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:37:30.2361276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:37:30.2469104Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:37:30.2480761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:37:30.2551213Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:37:30.2551674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:30.2572517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:37:30.2576943Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:30.2789044Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:37:30.2801367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:37:30.2909588Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:37:30.2923917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:37:30.2990643Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:37:30.2992968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:37:30.3009014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:37:30.3016601Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:37:30.3228920Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:37:30.3241380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:37:30.3349293Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:37:30.3361431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:37:30.3431204Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:37:30.3431674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:37:30.3448325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.3457098Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:37:30.3669077Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.3681179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:37:30.3789600Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:37:30.3802783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:37:30.3871095Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:37:30.3871890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:37:30.3889090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:37:30.3897883Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:37:30.4108813Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:37:30.4120766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:37:30.4229229Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:37:30.4242165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:37:30.4311522Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:37:30.4312453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:37:30.4334430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.4335884Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.4549378Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:37:30.4562477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:30.4669466Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:30.4681870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:37:30.4752343Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:37:30.4753004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:37:30.4776097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:37:30.4777962Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:37:30.4989368Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:37:30.5001413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:37:30.5109272Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:37:30.5122204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:37:30.5191438Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:37:30.5192113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:37:30.5212864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.5217514Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:37:30.5429196Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.5441125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.5549111Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.5561346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:37:30.5631834Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:37:30.5632492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:37:30.5652196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.5656718Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:37:30.5869468Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.5882001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:37:30.5989419Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:37:30.6001548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:37:30.6071538Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:37:30.6071995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:37:30.6089478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.6098603Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:37:30.6309976Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.6325546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.6429174Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.6441689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:37:30.6511332Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:37:30.6511896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.6531989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.6536277Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.6749144Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.6760990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:37:30.6869006Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:37:30.6881344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:37:30.6951556Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:37:30.6952102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.6972229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.6976644Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.7189267Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.7201581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.7309276Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.7321744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:37:30.7391892Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:37:30.7392324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.7408849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.7418297Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.7628724Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.7641289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.7749497Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.7765419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:37:30.7831178Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:37:30.7831839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.7848431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.7858329Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.8069904Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.8084960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.8189636Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.8202484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:37:30.8272417Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:37:30.8273403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.8293435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:37:30.8301823Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.8511646Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:37:30.8529178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.8630284Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.8644323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:37:30.8711871Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:37:30.8714480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.8740239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:37:30.8743606Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:37:30.8950714Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.9063884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.9074751Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.9090038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:37:30.9152184Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:37:30.9154945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.9173019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:37:30.9269846Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.9390565Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:37:30.9409242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.9510389Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.9525591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:37:30.9591985Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:37:30.9594161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:37:30.9616514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.9621621Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:37:30.9830977Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.9848084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.9949979Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.9964735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:37:31.0032658Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:37:31.0034174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:31.0052514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:37:31.0059204Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:31.0269978Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:37:31.0284393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:37:31.0389845Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:37:31.0403201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:37:31.0471740Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:37:31.0472536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:37:31.0496675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:37:31.0498483Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:37:31.0709484Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:37:31.0722627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:37:31.0829318Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:37:31.0842428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:37:31.0911794Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:37:31.0912424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:37:31.0930459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:37:31.0939544Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:37:31.1149052Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:37:31.1171871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:37:31.1269459Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:37:31.1282253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:37:31.1351980Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:37:31.1352661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:37:31.1375630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:37:31.1377340Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:37:31.1588824Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:37:31.1601229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:37:31.1709067Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:37:31.1721651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:37:31.1791465Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:37:31.1792177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:37:31.1812618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:37:31.1817690Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:37:31.2029001Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:37:31.2041784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:37:31.2149161Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:37:31.2161773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:37:31.2231333Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:37:31.2231760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:37:31.2252378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:37:31.2257088Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:37:31.2468908Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:37:31.2481561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:37:31.2589316Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:37:31.2610638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:37:31.2671285Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:37:31.2672140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:37:31.2691592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:37:31.2696347Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:37:31.2909498Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:37:31.2922871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:37:31.3029492Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:37:31.3042352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:37:31.3111618Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:37:31.3112004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:37:31.3132823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:37:31.3137983Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:37:31.3349276Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:37:31.3361276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:37:31.3469520Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:37:31.3484295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:37:31.3551803Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:37:31.3552596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:37:31.3569032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:37:31.3578015Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:37:31.3788791Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:37:31.3800804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:37:31.3908999Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:37:31.3923462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:37:31.3990430Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:37:31.3992383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:37:31.4011926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.4016780Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:37:31.4229455Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.4241756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:37:31.4349287Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:37:31.4361854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:37:31.4431423Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:37:31.4432123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.4448775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:37:31.4457957Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:37:31.4669265Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.4681190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:37:31.4789216Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:37:31.4801503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:37:31.4870802Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:37:31.4872739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.4893584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:37:31.4895396Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.5108956Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:37:31.5121162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:37:31.5229223Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:37:31.5241089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:37:31.5311683Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:37:31.5312245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:37:31.5331568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:37:31.5333156Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:37:31.5548815Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:37:31.5561057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:37:31.5669010Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:37:31.5681077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:37:31.5751639Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:37:31.5752362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.5769561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:37:31.5779502Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:37:31.5989178Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.6004285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.6109479Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.6122677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:37:31.6191985Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:37:31.6193252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.6212494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.6216855Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.6429373Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.6441495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.6549182Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.6561270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:37:31.6632086Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:37:31.6633058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.6651946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.6656965Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.6868891Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.6881179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.6989455Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.7001668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:37:31.7071919Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:37:31.7072743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.7091578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.7095952Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.7308910Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.7321747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:37:31.7429346Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:37:31.7444360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:37:31.7510883Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:37:31.7512581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.7532450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:37:31.7536954Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:37:31.7749155Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.7761289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.7869034Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.7880314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:37:31.7950634Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:37:31.7952383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.7968250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:37:31.7976305Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.8188820Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:37:31.8200810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.8308952Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.8320574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:37:31.8390507Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:37:31.8392510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:37:31.8406563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.8413844Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:37:31.8629029Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.8640919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.8749103Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.8760784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:37:31.8830478Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:37:31.8831808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:37:31.8845468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.8851725Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.9069065Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:37:31.9081382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.9189145Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.9201462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:37:31.9270517Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:37:31.9272880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:37:31.9290784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.9293704Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:37:31.9508940Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.9521803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.9629018Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.9640677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:37:31.9711202Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:37:31.9711830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.9729769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:37:31.9731244Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:37:31.9949080Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.9960942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.0069127Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.0080898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:37:32.0151087Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:37:32.0151838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.0166039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:37:32.0172601Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.0390317Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:37:32.0406215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.0510217Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.0524143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:37:32.0593302Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:37:32.0593934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:37:32.0615533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.0617991Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.0831052Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:37:32.0852156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.0950879Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.0966753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:37:32.1032116Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:37:32.1032977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:37:32.1056708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.1059193Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.1271230Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:37:32.1321614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:37:32.1390810Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:37:32.1407186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:37:32.1472906Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:37:32.1473862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:37:32.1491254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:32.1522292Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:32.1710989Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:37:32.1728671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:37:32.1830761Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:37:32.1845487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:37:32.1916114Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:37:32.1919032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:37:32.1938641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:37:32.1940635Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:37:32.2151832Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:37:32.2169244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:37:32.2270772Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:37:32.2290053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:37:32.2353907Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:37:32.2354377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:37:32.2372864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:37:32.2378017Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:37:32.2589981Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:37:32.2603782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:37:32.2709851Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:37:32.2723415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:37:32.2792051Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:37:32.2792424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:37:32.2810076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:37:32.2812429Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:37:32.3028850Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:37:32.3041669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:37:32.3149150Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:37:32.3162182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:37:32.3232358Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:37:32.3232820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:37:32.3244427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:37:32.3255369Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:37:32.3469151Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:37:32.3481274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:37:32.3589339Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:37:32.3602921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:37:32.3670526Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:37:32.3673048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:37:32.3690692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:37:32.3693348Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:37:32.3909292Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:37:32.3921223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:37:32.4029360Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:37:32.4041809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:37:32.4111090Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:37:32.4111708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:37:32.4125760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:37:32.4132399Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:37:32.4349448Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:37:32.4361805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:37:32.4469082Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:37:32.4481213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:37:32.4550817Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:37:32.4553614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:37:32.4564885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:37:32.4570210Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:37:32.4789225Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:37:32.4801474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:37:32.4909045Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:37:32.4923465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:37:32.4991155Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:37:32.4992214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:37:32.5006362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.5010945Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.5229256Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:37:32.5240948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:37:32.5348744Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:37:32.5361029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:37:32.5431047Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:37:32.5432370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.5446070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:37:32.5455053Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:37:32.5668982Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.5684095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:37:32.5789206Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:37:32.5802740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:37:32.5870627Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:37:32.5872681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:37:32.5883541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:37:32.5893334Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:37:32.6109862Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:37:32.6124021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.6229292Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.6242107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:37:32.6311389Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:37:32.6311962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:37:32.6329334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:37:32.6347323Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:37:32.6549537Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:37:32.6562004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.6669458Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.6682213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:37:32.6751819Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:37:32.6752505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.6770602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:37:32.6777547Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:37:32.6989691Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.7003110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.7109736Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.7127040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:37:32.7191781Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:37:32.7193131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.7213876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.7216154Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.7429318Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.7442426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.7549682Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.7563018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:37:32.7632128Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:37:32.7632753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.7653034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.7655132Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.7869887Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.7881578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.7989138Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.8002233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:37:32.8071424Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:37:32.8071901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:37:32.8087714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:37:32.8094512Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:37:32.8309220Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:37:32.8321008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:37:32.8428762Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:37:32.8440846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:37:32.8509809Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:37:32.8512183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.8528891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:37:32.8535340Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:37:32.8749237Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.8761666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.8868959Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.8880613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:37:32.8951439Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:37:32.8952291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.8967647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.8969099Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.9189422Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.9202495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.9309416Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.9322047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:37:32.9391088Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:37:32.9391719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.9406283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.9412662Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.9629148Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.9641660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.9749293Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:37:32.9764138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:37:32.9830447Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:37:32.9832906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:37:32.9852993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.9855685Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.0069432Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:37:33.0082108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.0189205Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.0201947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:37:33.0271377Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:37:33.0272302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:37:33.0292004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.0294708Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:37:33.0509574Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.0524666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.0629542Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.0641955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:37:33.0711564Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:37:33.0712349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:37:33.0730011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.0737182Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:37:33.0949795Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.0962045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:37:33.1069511Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:37:33.1083145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:37:33.1151658Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:37:33.1152306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:37:33.1170020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.1177084Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:37:33.1390238Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.1401895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:37:33.1509086Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:37:33.1522170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:37:33.1591451Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:37:33.1592299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:37:33.1608763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:37:33.1616972Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:37:33.1830190Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:37:33.1843728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:37:33.1950284Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:37:33.1967723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:37:33.2031711Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:37:33.2032803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.2048161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:37:33.2054845Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:37:33.2269747Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.2285516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:37:33.2389545Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:37:33.2403121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:37:33.2471605Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:37:33.2472285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:37:33.2494013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:37:33.2496519Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:37:33.2711073Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:37:33.2727655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:37:33.2830566Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:37:33.2848332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:37:33.2910963Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:37:33.2913329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:37:33.2927147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:37:33.2943093Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:37:33.3151507Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:37:33.3169862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:37:33.3270639Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:37:33.3289255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:37:33.3353676Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:37:33.3354277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:37:33.3370959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.3379006Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:37:33.3591112Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.3625485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:37:33.3711181Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:37:33.3730714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:37:33.3792094Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:37:33.3793693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.3811085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.3840315Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.4031094Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.4048072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:37:33.4151106Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:37:33.4169996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:37:33.4236571Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:37:33.4237208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.4250925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:37:33.4259072Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:37:33.4473035Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.4491161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:37:33.4591059Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:37:33.4605743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:37:33.4673152Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:37:33.4673825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:37:33.4688657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:37:33.4842605Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:37:33.4910254Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:37:33.4925835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:37:33.5029865Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:37:33.5043669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:37:33.5112144Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:37:33.5112612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:37:33.5128642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:37:33.5138734Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:37:33.5349931Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:37:33.5365223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:37:33.5469260Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:37:33.5481956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:37:33.5550616Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:37:33.5552993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.5570666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:37:33.5577935Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:37:33.5788915Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.5801375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:37:33.5910638Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:37:33.5923067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:37:33.5991608Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:37:33.5992502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.6009392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:37:33.6016806Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:37:33.6229535Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.6244706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.6389492Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.6401801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:37:33.6430465Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:37:33.6433133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:37:33.6450252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:37:33.6457236Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:37:33.6669794Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:37:33.6682671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:37:33.6830180Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:37:33.6845812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:37:33.6871387Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:37:33.6871992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:37:33.6889584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.6897069Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:37:33.7108894Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.7121400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:37:33.7269127Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:37:33.7281886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:37:33.7310896Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:37:33.7311531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.7329293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:37:33.7336007Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:37:33.7549236Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.7561164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:37:33.7709503Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:37:33.7721502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:37:33.7751119Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:37:33.7752749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:37:33.7765800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:37:33.7775484Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:37:33.7989227Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:37:33.8000894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:37:33.8149112Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:37:33.8160862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:37:33.8191728Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:37:33.8192767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:37:33.8213066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:37:33.8215675Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:37:33.8428875Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:37:33.8441125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:37:33.8589209Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:37:33.8600976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:37:33.8631389Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:37:33.8631874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:37:33.8649209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:37:33.8654105Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:37:33.8868939Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:37:33.8880831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:37:33.9029195Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:37:33.9040558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:37:33.9071209Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:37:33.9071980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:37:33.9090130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:37:33.9092831Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:37:33.9309603Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:37:33.9322811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:37:33.9469510Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:37:33.9480790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:37:33.9511734Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:37:33.9512587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.9526970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:37:33.9534577Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.9749557Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:37:33.9761675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:37:33.9909738Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:37:33.9922846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:37:33.9951605Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:37:33.9952344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:37:33.9962767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:37:33.9972778Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:37:34.0188842Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:37:34.0204231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.0349271Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.0361102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:37:34.0390779Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:37:34.0392751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:37:34.0409632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:37:34.0416536Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:37:34.0629390Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:37:34.0640898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.0789672Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.0801144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:37:34.0831619Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:37:34.0832244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:37:34.0844787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:37:34.0850798Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:37:34.1069069Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:37:34.1081143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.1229546Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.1242199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:37:34.1271386Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:37:34.1272154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:37:34.1291879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:37:34.1293378Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:37:34.1509400Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:37:34.1523059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.1668991Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.1684048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:37:34.1710998Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:37:34.1713190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:37:34.1730468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.1732879Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.1949166Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:37:34.1961400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.2109362Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.2121625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:37:34.2150723Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:37:34.2153006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.2167106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:34.2174274Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:34.2388859Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.2400922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:37:34.2549258Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:37:34.2560866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:37:34.2590933Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:37:34.2591550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:34.2609880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.2612319Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:34.2829294Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.2841027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:37:34.2989150Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:37:34.3001183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:37:34.3030932Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:37:34.3033689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.3047749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:34.3054628Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.3269325Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:34.3282131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:34.3429115Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:34.3443236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:37:34.3471301Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:37:34.3472043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:34.3489037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.3491505Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.3709448Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:34.3722670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.3869143Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.3881276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:37:34.3910967Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:37:34.3912889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.3928867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.3936965Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.4149305Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.4163563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.4309163Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.4320878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:37:34.4351273Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:37:34.4351980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.4372119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.4376940Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.4589358Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.4600979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.4749908Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.4764363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:37:34.4790913Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:37:34.4793021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:37:34.4809653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.4819528Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:37:34.5030150Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.5048188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:37:34.5190644Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:37:34.5204107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:37:34.5232654Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:37:34.5233132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.5256844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:37:34.5261882Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:37:34.5471135Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.5488531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:37:34.5630850Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:37:34.5648000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:37:34.5713479Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:37:34.5713941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.5733470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.5743558Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.5910289Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.5927821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:37:34.6070880Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:37:34.6087678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:37:34.6151201Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:37:34.6153286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.6173319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.6309975Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.6350614Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.6368245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:37:34.6510512Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:37:34.6529267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:37:34.6592743Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:37:34.6593692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.6616118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.6621490Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.6791129Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.6808921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:37:34.6950428Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:37:34.6966479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:37:34.7033388Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:37:34.7033816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:37:34.7053094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.7090529Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.7230383Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:37:34.7246181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:37:34.7389775Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:37:34.7403703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:37:34.7471638Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:37:34.7472637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:37:34.7490577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:37:34.7500605Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:37:34.7669485Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:37:34.7681982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:37:34.7828916Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:37:34.7841403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:37:34.7910576Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:37:34.7913379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:37:34.7932858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:37:34.7937822Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:37:34.8109042Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:37:34.8120985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:37:34.8269272Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:37:34.8281253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:37:34.8350686Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:37:34.8353222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:37:34.8372130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:37:34.8377139Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:37:34.8549818Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:37:34.8563119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:37:34.8709070Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:37:34.8720749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:37:34.8791109Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:37:34.8792035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:37:34.8811878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:37:34.8816710Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:37:34.8988940Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:37:34.9001019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:37:34.9148886Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:37:34.9161136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:37:34.9231078Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:37:34.9232017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:37:34.9252092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:37:34.9256388Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:37:34.9428846Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:37:34.9441520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:37:34.9589413Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:37:34.9602322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:37:34.9671189Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:37:34.9672066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:37:34.9689195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:37:34.9698916Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:37:34.9869249Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:37:34.9884113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.0029989Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.0042720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:37:35.0111741Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:37:35.0112694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:37:35.0135307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:37:35.0137536Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:37:35.0309089Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:37:35.0323459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:37:35.0469423Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:37:35.0481554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:37:35.0550512Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:37:35.0552995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:37:35.0572404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:37:35.0576667Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:37:35.0749257Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:37:35.0761723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.0909472Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.0922305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:37:35.0991464Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:37:35.0992117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:37:35.1011927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:37:35.1016622Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:37:35.1189575Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:37:35.1202212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.1349364Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.1364907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:37:35.1430504Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:37:35.1432356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:37:35.1452617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:37:35.1457247Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:37:35.1629185Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:37:35.1641465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.1789232Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.1801219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:37:35.1870625Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:37:35.1872659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.1893002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.1898347Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.2069316Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.2081744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:37:35.2229337Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:37:35.2243595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:37:35.2310425Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:37:35.2312792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.2329732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:37:35.2338406Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.2508868Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:37:35.2521230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:37:35.2670148Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:37:35.2682096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:37:35.2750090Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:37:35.2752997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.2772333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.2777692Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.2949404Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.2961539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:37:35.3109405Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:37:35.3121560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:37:35.3190554Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:37:35.3192720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.3212419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.3216810Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.3388932Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.3403171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:37:35.3549044Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:37:35.3560959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:37:35.3630912Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:37:35.3633419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.3654345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:37:35.3656800Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:37:35.3829469Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.3841490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.3989241Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.4001127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:37:35.4070951Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:37:35.4071698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:37:35.4091494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:37:35.4096515Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:37:35.4269140Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:37:35.4283494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.4429948Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.4443824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:37:35.4510854Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:37:35.4512727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:37:35.4530574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:37:35.4539882Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:37:35.4709386Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:37:35.4724041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.4869830Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.4883194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:37:35.4951643Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:37:35.4952297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:37:35.4970420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:37:35.4976930Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:37:35.5149504Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:37:35.5161326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.5309461Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.5321674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:37:35.5391840Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:37:35.5392853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:37:35.5410932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.5413064Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.5589321Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:37:35.5601687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:37:35.5749294Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:37:35.5761053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:37:35.5830992Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:37:35.5833405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.5849049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.5853542Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.6029365Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.6041164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:37:35.6189313Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:37:35.6204250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:37:35.6270556Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:37:35.6273583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.6287022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.6293940Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.6469587Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.6482069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:37:35.6629800Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:37:35.6643411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:37:35.6711753Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:37:35.6712789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.6727772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.6734660Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.6909573Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.6922174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:37:35.7069589Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:37:35.7082476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:37:35.7150709Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:37:35.7152693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:37:35.7163991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.7174471Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:37:35.7391526Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.7408482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:37:35.7510701Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:37:35.7525006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:37:35.7591960Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:37:35.7593966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:37:35.7612623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:37:35.7831204Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:37:35.7849373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:37:35.7873353Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:37:35.7950348Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:37:35.7965333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:37:35.8032463Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:37:35.8033417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:37:35.8052300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:37:35.8070885Z [gw3] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:37:35.8271187Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:37:35.8288137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:37:35.8390290Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:37:35.8405546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:37:35.8472369Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:37:35.8473228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:37:35.8489685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:37:35.8653910Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:37:35.8710674Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:37:35.8727823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:37:35.8830085Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:37:35.8844581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:37:35.8910671Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:37:35.8913440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:37:35.8935423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:37:35.8937847Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:37:35.9151460Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:37:35.9170263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:37:35.9270379Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:37:35.9286013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:37:35.9351394Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:37:35.9354077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:37:35.9377401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:37:35.9380327Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:37:35.9590429Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:37:35.9607577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:37:35.9709689Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:37:35.9723126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:37:35.9792125Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:37:35.9792497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:37:35.9812002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:37:35.9814708Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:37:36.0029298Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:37:36.0042728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:37:36.0149581Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:37:36.0162231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:37:36.0231360Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:37:36.0232090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:37:36.0250119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:37:36.0257034Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:37:36.0469095Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:37:36.0481655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.0589244Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.0600809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:37:36.0671610Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:37:36.0672186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:37:36.0686839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.0694903Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:37:36.0909617Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.0923411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:37:36.1029263Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:37:36.1043909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:37:36.1111142Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:37:36.1111525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.1130130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:37:36.1133739Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:37:36.1349678Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.1361721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:37:36.1469001Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:37:36.1480466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:37:36.1551350Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:37:36.1552107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:37:36.1566864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.1573781Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:37:36.1788923Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.1800992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:37:36.1908918Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:37:36.1920875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:37:36.1991411Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:37:36.1991890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.2010273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:37:36.2013491Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:37:36.2229201Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.2241017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:37:36.2348975Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:37:36.2361009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:37:36.2430642Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:37:36.2433110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.2450427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.2451899Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.2669772Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.2681501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.2788867Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.2800992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:37:36.2870546Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:37:36.2872769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.2890187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:37:36.2891893Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:37:36.3109453Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.3122683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.3229867Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.3242920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:37:36.3311538Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:37:36.3312479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:37:36.3331281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.3333757Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:37:36.3549381Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.3562683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.3669394Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.3683050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:37:36.3750719Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:37:36.3753192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:37:36.3769968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.3772621Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:37:36.3989068Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.4000856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.4108982Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.4120393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:37:36.4191169Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:37:36.4191788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:37:36.4210155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.4213039Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.4429453Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:37:36.4444789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.4548936Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.4561026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:37:36.4630834Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:37:36.4631349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:37:36.4646435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:37:36.4653867Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:37:36.4869708Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:37:36.4883165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.4989231Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.5001461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:37:36.5071565Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:37:36.5072160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:37:36.5087141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.5094569Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:37:36.5309603Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.5322604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.5429124Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.5441988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:37:36.5510798Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:37:36.5513599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:37:36.5528166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.5534890Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.5749744Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:37:36.5763310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.5869721Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.5885552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:37:36.5950428Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:37:36.5952440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.5970028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:37:36.5972502Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:37:36.6188911Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.6201038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:37:36.6309472Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:37:36.6321499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:37:36.6391244Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:37:36.6391674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:37:36.6405839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.6412592Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:37:36.6628765Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.6643827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:37:36.6749119Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:37:36.6764083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:37:36.6830782Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:37:36.6833119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.6847919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:37:36.6854438Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.7069356Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:37:36.7082015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:37:36.7189701Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:37:36.7202526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:37:36.7271759Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:37:36.7272371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:37:36.7286787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.7294032Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:37:36.7509135Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.7522721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:37:36.7629195Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:37:36.7641865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:37:36.7711444Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:37:36.7711904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:37:36.7726222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.7732818Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:37:36.7949112Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.7961876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:37:36.8069335Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:37:36.8083728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:37:36.8151243Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:37:36.8151929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:37:36.8169249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.8172268Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.8389802Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:37:36.8401326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:37:36.8509082Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:37:36.8521118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:37:36.8590788Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:37:36.8592890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:37:36.8606309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:37:36.8614174Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:37:36.8829555Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:37:36.8841183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:37:36.8948849Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:37:36.8960947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:37:36.9030854Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:37:36.9033406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:37:36.9047255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:37:36.9054360Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:37:36.9269467Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:37:36.9291303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:37:36.9390011Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:37:36.9403538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:37:36.9471695Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:37:36.9472649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:37:36.9490979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:37:36.9497611Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:37:36.9710814Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:37:36.9725984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:37:36.9830464Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:37:36.9844911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:37:36.9913141Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:37:36.9913782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.9933825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:37:36.9941201Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:37.0151043Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:37:37.0271318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:37:37.0291579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:37:37.0321863Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:37:37.0352604Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:37:37.0353562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:37:37.0372888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:37:37.0380182Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:37:37.0591349Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:37:37.0609572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:37:37.0711312Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:37:37.0742114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:37:37.0792828Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:37:37.0793777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:37:37.0818303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.0820037Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.1032404Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:37:37.1048573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:37:37.1150851Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:37:37.1167573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:37:37.1231320Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:37:37.1233944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:37:37.1249585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:37:37.1256498Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:37:37.1471349Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:37:37.1489844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:37.1590170Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:37.1610703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:37:37.1672421Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:37:37.1672884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.1696367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:37:37.1699389Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.1909384Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:37:37.1923467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:37:37.2029457Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:37:37.2048743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:37:37.2110432Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:37:37.2111090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:37:37.2128744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:37:37.2135647Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:37:37.2349288Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:37:37.2362383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.2469406Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.2487653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:37:37.2551346Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:37:37.2552069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:37:37.2569572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.2576701Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.2789640Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:37:37.2803968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:37:37.2909377Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:37:37.2924431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:37:37.2991073Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:37:37.2991785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:37.3009308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.3015803Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.3229213Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:37.3242238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.3349316Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.3367204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:37:37.3431179Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:37:37.3432001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:37:37.3449142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.3456316Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.3668848Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:37:37.3681313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:37:37.3789364Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:37:37.3807536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:37:37.3869835Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:37:37.3873154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.3887404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.3896966Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.4109038Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.4123814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.4229416Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.4247217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:37:37.4311700Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:37:37.4312167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.4329506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.4336583Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.4548968Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.4560948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.4669728Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.4684533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:37:37.4751888Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:37:37.4752353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.4769957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.4776832Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.4990042Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.5004150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.5109222Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.5121150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:37:37.5192127Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:37:37.5192903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.5209648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.5216850Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.5428758Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.5440843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.5549021Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.5564108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:37:37.5631489Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:37:37.5632381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.5649666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.5657056Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.5869037Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.5881301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.5989598Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.6002795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:37:37.6071687Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:37:37.6072413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:37:37.6090389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.6096808Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:37:37.6309607Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.6321063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.6429404Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.6444318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:37:37.6511721Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:37:37.6512413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:37:37.6528099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.6535710Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.6749488Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:37:37.6764873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.6869322Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.6881645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:37:37.6950047Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:37:37.6952216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.6969805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:37:37.6976426Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:37:37.7189787Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.7201837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.7308885Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.7321283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:37:37.7391662Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:37:37.7392089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:37:37.7409644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.7416596Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:37:37.7628916Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.7641695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:37:37.7749427Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:37:37.7762551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:37:37.7831378Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:37:37.7832143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.7852261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:37:37.7854331Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.8069115Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:37:37.8081249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:37:37.8189017Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:37:37.8201376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:37:37.8271989Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:37:37.8272629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:37:37.8288956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:37:37.8295698Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:37:37.8509486Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:37:37.8523113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:37:37.8629161Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:37:37.8640945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:37:37.8712326Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:37:37.8712718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:37:37.8731463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:37:37.8738240Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:37:37.8949133Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:37:37.8964673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:37:37.9069499Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:37:37.9082581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:37:37.9152311Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:37:37.9152954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:37:37.9173840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:37:37.9175800Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:37:37.9389822Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:37:37.9401609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:37:37.9509069Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:37:37.9521535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:37:37.9590086Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:37:37.9592672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:37:37.9609758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:37:37.9616556Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:37:37.9828906Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:37:37.9841253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:37:37.9949243Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:37:37.9961464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:37:38.0031065Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:37:38.0031487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:37:38.0048977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:37:38.0056151Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:37:38.0268858Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:37:38.0281305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:37:38.0389015Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:37:38.0404519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:37:38.0471493Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:37:38.0472131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:37:38.0489177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:37:38.0495364Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:37:38.0708988Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:37:38.0721168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:37:38.0829225Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:37:38.0841209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:37:38.0911480Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:37:38.0912074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:37:38.0925733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:37:38.0932051Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:37:38.1148867Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:37:38.1161222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:37:38.1269485Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:37:38.1281746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:37:38.1350886Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:37:38.1353183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.1365230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:37:38.1374080Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:37:38.1589214Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.1602214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:37:38.1709461Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:37:38.1722557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:37:38.1791691Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:37:38.1792734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.1807403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:37:38.1818051Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.2031864Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:37:38.2047686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:37:38.2390522Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:37:38.2391699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:37:38.2392634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:37:38.2420053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.2422523Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:37:38.2425788Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:37:38.2470045Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.2580392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:37:38.2811130Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:37:38.2811559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:37:38.2811918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:37:38.2813973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.2821524Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:37:38.2910271Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:37:38.2924826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.2963808Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.3235516Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.3239264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.3240542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:37:38.3262891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:37:38.3265671Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:37:38.3348392Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.3356580Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:37:38.3372372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.3677872Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.3678559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:37:38.3680588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.3695810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.3705199Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:37:38.3729977Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.3790266Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.3808953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:37:38.4113667Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:37:38.4129201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.4129678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.4139804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:37:38.4142583Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.4145462Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.4229172Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:37:38.4241869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:37:38.4553941Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:37:38.4556701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.4558541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:37:38.4581513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.4584657Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.4587774Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:37:38.4669611Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.4682123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:37:38.4995714Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:37:38.4998441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.5001362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:37:38.5016468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.5024004Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.5026523Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.5109074Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:37:38.5121998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.5432159Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.5435392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:37:38.5436143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.5450116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.5462452Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.5465065Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.5549629Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:37:38.5563593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.5874777Z [gw0] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.5875346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:37:38.5876964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.5889111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.5898900Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.5907925Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:37:38.5989084Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.6001372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.6316325Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.6317222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.6319085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.6333379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:37:38.6342483Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.6351298Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:37:38.6428907Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.6440805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.6755323Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.6756211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.6759622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:37:38.6776338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.6779628Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.6787363Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.6869369Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:37:38.6882256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.7193770Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.7194468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:37:38.7195343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:37:38.7210634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.7223758Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:37:38.7226084Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.7309024Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:37:38.7321948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.7632972Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.7636985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:37:38.7640623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:37:38.7657311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:37:38.7663464Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:37:38.7667144Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:37:38.7748753Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:37:38.7761152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.8075516Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.8076374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:37:38.8076959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:37:38.8097042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:37:38.8103745Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:37:38.8107001Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:37:38.8189218Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:37:38.8202283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.8512704Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.8516707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:37:38.8517660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:37:38.8540650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:37:38.8543601Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:37:38.8546300Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:37:38.8629284Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:37:38.8643912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.8955979Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.8957251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:37:38.8958567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:37:38.8975377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:37:38.8984177Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:37:38.8986836Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:37:38.9068974Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:37:38.9081296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:37:38.9396389Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:37:38.9396939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:37:38.9397347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:37:38.9411406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:37:38.9418426Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:37:38.9425728Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:37:38.9508887Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:37:38.9521413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:37:38.9833469Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:37:38.9834304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:37:38.9837802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:37:38.9855969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:37:38.9860873Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:37:38.9880148Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:37:38.9949108Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:37:38.9961220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:37:39.0273880Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:37:39.0274460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:37:39.0275467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:37:39.0295059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:37:39.0306415Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:37:39.0309099Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:37:39.0389367Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:37:39.0401534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:37:39.0716350Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:37:39.0717806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:37:39.0718587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:37:39.0737463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:37:39.0740269Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:37:39.0830179Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:37:39.0844055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:37:39.0948851Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:37:39.1153998Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:37:39.1154832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.1156725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:37:39.1169823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:37:39.1177200Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.1186310Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:37:39.1269384Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:37:39.1281460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:37:39.1594186Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:37:39.1595283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:37:39.1598749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:37:39.1610179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.1622822Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.1625272Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:37:39.1709901Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:37:39.1723259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:37:39.2036792Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:37:39.2040154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:37:39.2044088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:37:39.2060304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.2063162Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:37:39.2066039Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:37:39.2148720Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.2161429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:37:39.2471402Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:37:39.2476926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:37:39.2478907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:37:39.2492559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.2504376Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:37:39.2507296Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.2589551Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:37:39.2602906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:37:39.2914403Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:37:39.2915698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:37:39.2919405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.2931861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.2943591Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.2946466Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:37:39.3028672Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.3041300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:37:39.3352274Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:37:39.3356032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.3361089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:37:39.3376562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.3379466Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.3390104Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:37:39.3468973Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.3484034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:37:39.3794232Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:37:39.3795446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:39.3799720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.3808818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:37:39.3822281Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.3826052Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:39.3909258Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:37:39.3922542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:37:39.4235194Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:37:39.4240229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.4242679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:37:39.4261773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:37:39.4269239Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:37:39.4271795Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:37:39.4350280Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.4365341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.4677209Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.4677827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:37:39.4678619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.4698160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:39.4712303Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:39.4715540Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:37:39.4790071Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.4828621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.5125279Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.5128858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.5130225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:37:39.5140250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.5147275Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.5227727Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:37:39.5235876Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.5252343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:37:39.5559220Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:37:39.5560268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:37:39.5561271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.5578603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:37:39.5586184Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.5606390Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:37:39.5670363Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:37:39.5684825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:37:39.5998167Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:37:39.5998828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:37:39.5999779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:37:39.6016323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.6023229Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:37:39.6109718Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:37:39.6124422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:37:39.6172752Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:37:39.6448783Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.6449298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:37:39.6449760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:37:39.6450307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.6460710Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:37:39.6468913Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:37:39.6549224Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.6562900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.6876463Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.6877357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:37:39.6878354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:37:39.6894662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.6907651Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.6909440Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:37:39.6989143Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:37:39.7002517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.7316867Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.7320261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.7322418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:37:39.7337987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:37:39.7346157Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:37:39.7349406Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:37:39.7429242Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.7441654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.7752279Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.7756884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:37:39.7760425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.7773605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:37:39.7786929Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:37:39.7789990Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:37:39.7869131Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.7881797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.8195049Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.8199537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.8201163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:37:39.8220957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:37:39.8224813Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.8227461Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:37:39.8309113Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:37:39.8324461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.8636451Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.8638568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:37:39.8640908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:39.8652067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:37:39.8659332Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:39.8668091Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:37:39.8748948Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:37:39.8760946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.9073627Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.9080642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:37:39.9082633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:37:39.9093646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:37:39.9107536Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:37:39.9110529Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:37:39.9189102Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:37:39.9201615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.9515364Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.9516177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:37:39.9519453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:37:39.9540351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:37:39.9543379Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:37:39.9546748Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:37:39.9628996Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:37:39.9640985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.9953792Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.9954745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:37:39.9957541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:37:39.9977727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:37:39.9982879Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:37:39.9984679Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:37:40.0069124Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:37:40.0080585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.0392388Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.0396044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:37:40.0400098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:37:40.0414513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.0422421Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:37:40.0425282Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:37:40.0509200Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.0520993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:37:40.0834825Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:37:40.0839030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:37:40.0846202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:37:40.0860516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:37:40.0867085Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:37:40.0869988Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:37:40.0949653Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:37:40.0962933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:37:40.1273794Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:37:40.1278966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.1281441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:37:40.1292182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:37:40.1304927Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:37:40.1307787Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:37:40.1388943Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.1400807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:37:40.1717569Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:37:40.1718861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:37:40.1719890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:37:40.1742526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.1745626Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.1747938Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:37:40.1829001Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:37:40.1841303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:37:40.2155037Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:37:40.2155680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.2156468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:37:40.2174837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:37:40.2183432Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:37:40.2186645Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.2269064Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:37:40.2281452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:37:40.2597285Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:37:40.2599132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:37:40.2600268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:37:40.2622114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.2625234Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:37:40.2628045Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:37:40.2708898Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.2721486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:37:40.3033947Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:37:40.3034600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:37:40.3037437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:37:40.3051975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:37:40.3059316Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:37:40.3068114Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:37:40.3149188Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:37:40.3164115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:37:40.3474470Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:37:40.3475106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:37:40.3479125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:37:40.3498179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:37:40.3500947Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:37:40.3503470Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:37:40.3589279Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:37:40.3602577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:37:40.3912960Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:37:40.3921274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:37:40.3931951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:37:40.3933798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:37:40.3946495Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:37:40.3949425Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:37:40.4029034Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:37:40.4040927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:37:40.4353449Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:37:40.4359372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.4361944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:37:40.4382319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:37:40.4385256Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:37:40.4387876Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.4469215Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:37:40.4482003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:37:40.4791656Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:37:40.4796039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:37:40.4800071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:40.4819990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:40.4822373Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:40.4824982Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:37:40.4909309Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:40.4922005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:37:40.5232900Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:37:40.5238478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.5239742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.5252600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:37:40.5263900Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.5266810Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:37:40.5349325Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.5361386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:37:40.5674827Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:37:40.5679291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:40.5683165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:37:40.5693120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:37:40.5699610Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:37:40.5708312Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:40.5789473Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:37:40.5802523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.6114423Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.6121105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:37:40.6121725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.6129025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:37:40.6141959Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:37:40.6144907Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:37:40.6229940Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.6243199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:37:40.6558549Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:37:40.6560976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:37:40.6563781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.6573239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:37:40.6727741Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:37:40.6730371Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.6739197Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:37:40.6755048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.6998344Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.6998914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.6999334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:37:40.7018004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:37:40.7031743Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:37:40.7034951Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:37:40.7150436Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.7276426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:37:40.7434702Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:37:40.7438845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.7440363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:37:40.7461424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:37:40.7464130Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.7489488Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:37:40.7589915Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:37:40.7604963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.7878452Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.7879192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:40.7879680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:37:40.7901332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:37:40.7904042Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:40.8030666Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:37:40.8043322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.8055833Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:37:40.8318032Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.8319180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:37:40.8319959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:40.8341614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:37:40.8344940Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:37:40.8423853Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:37:40.8469860Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:40.8486356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.8756893Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.8757510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:37:40.8758099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:40.8780100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:37:40.8783233Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:37:40.8786141Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:40.8909182Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:37:40.8922019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.9196462Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.9197211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:37:40.9197955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:40.9220281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:37:40.9222359Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:37:40.9226196Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:37:40.9349193Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:40.9362754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:37:40.9633518Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:37:40.9640263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:37:40.9640859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:37:40.9654078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:40.9661022Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:37:40.9668142Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:37:40.9789185Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:40.9801552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:37:41.0073016Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:37:41.0077511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.0078099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:37:41.0102103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.0104812Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.0107361Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:37:41.0229855Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.0242174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:37:41.0515473Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:37:41.0517271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:37:41.0518446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:37:41.0530334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:37:41.0538201Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:37:41.0545438Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:37:41.0669256Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:37:41.0682072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:37:41.0956267Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:37:41.0958639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:37:41.0960715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:37:41.0979407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.0987595Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.0990170Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:37:41.1109081Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:37:41.1121833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:37:41.1397534Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:37:41.1398205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.1403494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:37:41.1412370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:37:41.1424747Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.1427526Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:37:41.1549252Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:37:41.1562080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.1835360Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.1838647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:37:41.1839809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:37:41.1861623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.1864434Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:37:41.1866902Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.1989145Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:37:41.2001371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:37:41.2275652Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:37:41.2277689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:37:41.2284155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:37:41.2303901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:37:41.2308260Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:37:41.2311586Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:37:41.2429428Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:37:41.2442805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:37:41.2716608Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:37:41.2719452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:37:41.2720663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:37:41.2741446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.2744123Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.2746587Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:37:41.2868860Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:37:41.2883725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:37:41.3156084Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:37:41.3158828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:37:41.3160029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.3177609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:37:41.3185145Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.3187783Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:37:41.3309883Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:37:41.3321378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:37:41.3593133Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:37:41.3598359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:37:41.3599963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.3619235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:37:41.3621995Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:37:41.3625118Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:37:41.3749121Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.3761160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:37:41.4035449Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:37:41.4036835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:37:41.4038825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.4056595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:37:41.4064819Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.4068500Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:37:41.4188838Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:37:41.4201227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:37:41.4476554Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:37:41.4477987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:41.4491652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:37:41.4499211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.4503431Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:41.4511421Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:37:41.4629184Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.4643577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:37:41.4913185Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:37:41.4917971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:37:41.4919104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.4928204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:37:41.4940335Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:37:41.4943202Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.5070256Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:37:41.5082702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:37:41.5354577Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:37:41.5359461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:37:41.5360392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:37:41.5382826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.5386236Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:37:41.5389152Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:37:41.5509046Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:41.5523879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:37:41.5793612Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:37:41.5796974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:37:41.5800664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:37:41.5820800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:37:41.5823876Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:37:41.5827091Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:37:41.5949428Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:37:41.5961700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:37:41.6234119Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:37:41.6237499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:37:41.6248875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:37:41.6264360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:37:41.6267742Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:37:41.6270437Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:37:41.6389053Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:37:41.6402451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:37:41.6675067Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:37:41.6677725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:41.6681596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:37:41.6700448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:37:41.6703501Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:37:41.6706290Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:41.6829663Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:37:41.6843999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:37:41.7117307Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:37:41.7117941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:41.7118699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:37:41.7134595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:37:41.7141129Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:37:41.7148332Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:41.7269844Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:37:41.7283319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.7554889Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.7555981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:37:41.7558621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:37:41.7574159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:41.7580817Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:37:41.7587843Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:37:41.7709965Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:41.7726628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:37:41.7994303Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:37:41.7997291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:37:41.8001249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:37:41.8009701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.8023285Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.8026895Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:37:41.8148932Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:37:41.8161201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.8435741Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.8436241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:37:41.8439381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.8458550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:37:41.8465653Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:37:41.8468141Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:37:41.8590354Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.8604009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:37:41.8877912Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:37:41.8878536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.8879234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:37:41.8906858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:37:41.8909798Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:37:41.8980584Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:37:41.9030175Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.9045936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.9316907Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.9317804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.9318683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:37:41.9346212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:37:41.9349104Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.9351923Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:37:41.9470328Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:37:41.9485357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.9757675Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.9758663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:37:41.9759497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.9777027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.9783574Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:37:41.9910191Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.9934992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.9938035Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.0211344Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.0211963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:37:42.0212918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:37:42.0216028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.0225252Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:37:42.0309941Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.0350341Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:37:42.0557416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.0635306Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.0637140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:42.0639587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:37:42.0666286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.0668756Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:37:42.0671700Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.0790008Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:42.0804143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:37:42.1075163Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:37:42.1077643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:37:42.1080172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:42.1101759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:37:42.1104627Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:42.1107208Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:37:42.1229446Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:37:42.1242099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:37:42.1514029Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:37:42.1515042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.1519508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:37:42.1549110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:37:42.1552182Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:37:42.1554864Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.1669796Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:37:42.1683113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:37:42.1952994Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:37:42.1956998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:37:42.1960232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:37:42.1977624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.1985872Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:37:42.1988686Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.2109592Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:37:42.2122827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:37:42.2396383Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:37:42.2398823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:37:42.2399775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:37:42.2424255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:37:42.2427930Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:37:42.2431473Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:37:42.2549210Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:37:42.2564127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:37:42.2833238Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:37:42.2834339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:37:42.2838302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:37:42.2853976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:37:42.2861234Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:37:42.2863577Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:37:42.2989028Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:37:42.3001350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.3275485Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.3276295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:37:42.3280723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:37:42.3300521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:37:42.3302785Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:37:42.3305587Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:37:42.3429383Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:37:42.3442644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:37:42.3715287Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:37:42.3717031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:37:42.3720323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:37:42.3733255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:37:42.3745589Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:37:42.3747941Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:37:42.3869635Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:37:42.3881587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:37:42.4154787Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:37:42.4159176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:37:42.4161006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:42.4173910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:37:42.4176941Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:37:42.4186427Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:42.4308805Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:37:42.4320322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.4594882Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.4597362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.4604055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:37:42.4620231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:37:42.4623376Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:37:42.4626410Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:37:42.4749063Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.4761250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.5034874Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.5035695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:37:42.5036277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:37:42.5061767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:37:42.5064864Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:37:42.5067444Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:37:42.5189284Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:37:42.5203360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.5473123Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.5477093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:37:42.5480141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:37:42.5490962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:37:42.5498462Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:37:42.5506990Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:37:42.5629656Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:37:42.5645886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.5913204Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.5920221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.5923449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:37:42.5933523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:37:42.5941938Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:37:42.5950220Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.6069458Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:37:42.6087106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:37:42.6353263Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:37:42.6356804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:37:42.6357457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.6376816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.6383410Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:37:42.6386182Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.6509222Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.6527197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:37:42.6794277Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:37:42.6797931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:37:42.6798954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.6822121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:42.6825042Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:37:42.6827777Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.6949724Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:42.6965261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.7233803Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.7237245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:37:42.7238864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.7248971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:42.7257777Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:37:42.7266745Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.7389582Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:42.7417573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.7671777Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.7674421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:37:42.7675301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:37:42.7685626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:37:42.7701338Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:37:42.7704999Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:37:42.7829478Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:37:42.7847183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.8113035Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.8116868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:37:42.8117881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:42.8140698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:37:42.8143686Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:37:42.8146573Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:37:42.8269607Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:42.8286864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.8553391Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.8557356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:37:42.8558896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:42.8580290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:37:42.8583467Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:37:42.8591096Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:37:42.8710049Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:42.8727929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:37:42.8993812Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:37:42.8995945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:37:42.8997430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.9017572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:37:42.9024816Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:42.9028927Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:37:42.9149566Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:37:42.9167131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:37:42.9435354Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:37:42.9438992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:37:42.9441600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:37:42.9463042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.9465922Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:42.9469009Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:37:42.9589360Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:37:42.9608077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.9872642Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.9877196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:42.9877960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:37:42.9898025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:37:42.9905342Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:42.9907769Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:37:43.0029329Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:37:43.0047058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.0313574Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.0314663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:43.0320136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:37:43.0342114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:37:43.0344882Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:43.0347234Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:37:43.0469286Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:37:43.0487011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.0771692Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.0772892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:37:43.0773476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:43.0773964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:37:43.0784839Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:37:43.0787841Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:43.0909834Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:37:43.0927851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.1197833Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.1198641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.1199389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:37:43.1222520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:43.1228755Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:37:43.1231574Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.1351545Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:43.1437666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:37:43.1636458Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:37:43.1640511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.1641835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:43.1664612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:37:43.1667227Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:37:43.1670181Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.1790569Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:43.1833563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:37:43.2076653Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:37:43.2077431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:37:43.2078017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.2101637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.2110312Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.2113264Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.2230739Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:37:43.2251461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.2512500Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.2515690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:37:43.2517234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.2533573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:37:43.2542828Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.2600859Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:37:43.2670577Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:37:43.2686108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.2956743Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.2957425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:37:43.2957946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:37:43.2974963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:37:43.2979591Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:37:43.2996516Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:37:43.3109761Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:37:43.3124616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.3390137Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.3405388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:37:43.3405787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:37:43.3408990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:37:43.3420791Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:37:43.3428447Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:37:43.3549305Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:37:43.3561412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.3833189Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.3837907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:37:43.3838757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:37:43.3857996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:37:43.3864703Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:37:43.3867423Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:37:43.3989083Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:37:43.4001503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:37:43.4274204Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:37:43.4275318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:37:43.4277241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:37:43.4293212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:37:43.4301478Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:37:43.4304326Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:37:43.4429550Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:37:43.4441727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:37:43.4714162Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:37:43.4717042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:43.4720409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:37:43.4731034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:37:43.4743864Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:37:43.4747488Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:43.4869315Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:37:43.4881541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.5153578Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.5156979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:37:43.5160628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:37:43.5177707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:37:43.5183848Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:37:43.5187560Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:37:43.5309345Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:37:43.5322226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.5594993Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.5595706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:37:43.5596459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:37:43.5615313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:37:43.5621496Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:37:43.5628379Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:37:43.5748934Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:37:43.5761599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.6034308Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.6035442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:37:43.6036137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:37:43.6057461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:37:43.6064825Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:37:43.6067393Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:37:43.6189063Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:37:43.6201252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.6474485Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.6477513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:37:43.6479795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:37:43.6490927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:37:43.6504302Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:37:43.6508129Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:37:43.6629186Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:37:43.6641442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:37:43.6912285Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:37:43.6916128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:37:43.6918604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:37:43.6937679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:37:43.6945791Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:37:43.6948438Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:37:43.7069964Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:37:43.7084741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:37:43.7353828Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:37:43.7354965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:37:43.7357584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:37:43.7379914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:37:43.7382278Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:37:43.7385163Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:37:43.7509237Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:37:43.7521528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.7795466Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.7796120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:37:43.7796726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:37:43.7816761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.7823774Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.7826700Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:37:43.7949105Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:37:43.7960808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.8233423Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.8236966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.8242181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:37:43.8261701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:37:43.8265569Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:37:43.8269375Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:37:43.8388871Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.8400928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.8673394Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.8676969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.8680751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:37:43.8693038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:37:43.8706446Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.8709272Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:37:43.8829056Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:37:43.8841412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.9112217Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.9116180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.9119620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:37:43.9136206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:37:43.9143118Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.9145972Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:37:43.9269109Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:37:43.9281083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:37:43.9552935Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:37:43.9554343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.9560210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:37:43.9574923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:37:43.9582359Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:37:43.9585400Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:37:43.9709090Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.9721704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:37:43.9996369Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:37:43.9999116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:37:44.0021846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:37:44.0023728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.0027529Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:37:44.0030155Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.0149088Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:37:44.0161553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.0434542Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.0436309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.0440818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.0453877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:37:44.0460281Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.0467061Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.0589974Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:37:44.0600920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.0875362Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.0876449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.0878160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:37:44.0890618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.0901595Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.0904553Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.1029153Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:37:44.1040490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.1315340Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.1316046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.1320313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.1341489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:37:44.1344594Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:37:44.1347463Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.1468656Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.1482386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.1756191Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.1757439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.1758064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.1774069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:37:44.1783756Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:37:44.1787512Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.1909373Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.1924518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:37:44.2193994Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:37:44.2198630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:37:44.2200100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:37:44.2211754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.2226213Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:37:44.2229749Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:37:44.2349118Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.2361897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:37:44.2632877Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:37:44.2637373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:37:44.2641577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.2662223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:37:44.2665416Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:37:44.2668209Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:37:44.2789056Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.2801590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:37:44.3074722Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:37:44.3077670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:37:44.3081782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.3093381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:37:44.3104786Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:37:44.3107926Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.3230007Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:37:44.3243391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:37:44.3516613Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:37:44.3517436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:37:44.3518402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.3541971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:37:44.3544288Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:37:44.3550807Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:37:44.3670193Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.3687093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:37:44.3955931Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:37:44.3957876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:37:44.3962698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:37:44.3986052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:37:44.3989122Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:37:44.3992341Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:37:44.4110010Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:37:44.4124495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:37:44.4395898Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:37:44.4397910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:37:44.4399041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:37:44.4418361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:37:44.4425752Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:37:44.4476844Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:37:44.4550137Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:37:44.4565118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.4844977Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.4845963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:37:44.4850877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:37:44.4856344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:37:44.4869950Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:37:44.4872768Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:37:44.4990722Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:37:44.5006471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.5275172Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.5279282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:37:44.5281306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:37:44.5301830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:37:44.5310463Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:37:44.5313127Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:37:44.5430130Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:37:44.5446369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.5714644Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.5715467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:37:44.5720614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:37:44.5732985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:37:44.5739812Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:37:44.5746739Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:37:44.5869581Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:37:44.5882334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.6153546Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.6157969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:37:44.6160753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.6183237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:37:44.6186483Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:37:44.6189917Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:37:44.6309251Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.6321469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.6594624Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.6597254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:37:44.6598173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:37:44.6617534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.6620407Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.6627647Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:37:44.6749678Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:37:44.6765526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.7033800Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.7037454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:37:44.7038529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:37:44.7051629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.7065690Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:37:44.7068355Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:37:44.7189562Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.7205227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.7475684Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.7476448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:37:44.7477883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:37:44.7495679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.7504411Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:37:44.7507474Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.7629994Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:37:44.7641878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.7914339Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.7917782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.7921419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:37:44.7940316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:37:44.7942468Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.7945648Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:37:44.8069057Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:37:44.8082084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:37:44.8352733Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:37:44.8356185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:37:44.8360310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:37:44.8374032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.8375455Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:37:44.8386096Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:37:44.8509239Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.8521177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:37:44.8794535Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:37:44.8797352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.8802143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:37:44.8823282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:37:44.8826013Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:37:44.8828568Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:37:44.8949572Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.8962017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.9234523Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.9235990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:37:44.9238924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.9251876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.9265860Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:37:44.9268633Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.9389364Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:44.9401308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.9675182Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.9679374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:37:44.9685072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:37:44.9700526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:37:44.9703394Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:37:44.9706022Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:37:44.9829161Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:37:44.9841621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.0114569Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.0117278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:37:45.0118553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:37:45.0133134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:37:45.0143888Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:37:45.0146268Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:37:45.0268867Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:37:45.0281295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.0552177Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.0559505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:37:45.0570063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:37:45.0581139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:37:45.0586874Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:37:45.0592116Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:37:45.0709013Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:37:45.0721592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:37:45.0990829Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:37:45.0995358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:37:45.1004943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:37:45.1017656Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:37:45.1023129Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:37:45.1024709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:37:45.1148923Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:37:45.1161575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:37:45.1433418Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:37:45.1437338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:37:45.1439976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:37:45.1453652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:37:45.1463172Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:37:45.1471457Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:37:45.1589717Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:37:45.1606086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:37:45.1875201Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:37:45.1878213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:37:45.1879173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:37:45.1893372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:37:45.1905726Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:37:45.1909111Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:37:45.2029376Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:37:45.2042051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:37:45.2315442Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:37:45.2318991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.2319925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:37:45.2337182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:37:45.2344081Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:37:45.2346364Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:37:45.2469449Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.2482754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:37:45.2755006Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:37:45.2760169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:37:45.2762313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:37:45.2777111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:37:45.2784980Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:37:45.2788247Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:37:45.2909476Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:37:45.2922465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:45.3193959Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:45.3196748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:45.3197507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:37:45.3232960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:37:45.3235452Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:45.3238159Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:37:45.3348725Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:37:45.3360785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:37:45.3632963Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:37:45.3637524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:37:45.3642335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:37:45.3649370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:37:45.3667366Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:37:45.3670803Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:37:45.3788918Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:37:45.3800613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:37:45.4076253Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:37:45.4079733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:37:45.4080346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:37:45.4101931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:37:45.4105242Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:37:45.4108261Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:37:45.4228894Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:37:45.4241350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:37:45.4513837Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:37:45.4514695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:45.4540148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.4541275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:37:45.4544446Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:37:45.4547333Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:45.4669275Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.4681227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:37:45.4952971Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:37:45.4957617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.4961236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:37:45.4981476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:37:45.4983580Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:37:45.4987547Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.5108846Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:37:45.5120767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:37:45.5396877Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:37:45.5398966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:37:45.5400678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:37:45.5415748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:37:45.5430750Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:37:45.5435187Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:37:45.5550480Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:37:45.5563704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:37:45.5838741Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:37:45.5840002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:37:45.5840581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:37:45.5854856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:37:45.5870855Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:37:45.5875578Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:37:45.5990491Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:37:45.6154554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:37:45.6275704Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:37:45.6279593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:37:45.6280152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:37:45.6306319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:37:45.6309288Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:37:45.6312474Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:37:45.6430580Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:37:45.6448401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:37:45.6722011Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:37:45.6722679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:37:45.6723035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:45.6745462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:37:45.6748764Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:37:45.6752602Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:37:45.6871145Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:45.6886099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:37:45.7159884Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:37:45.7161239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:37:45.7162389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:37:45.7182062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.7184674Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.7310665Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:37:45.7325534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:37:45.7345140Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:37:45.7593159Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:37:45.7598544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:37:45.7600675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:37:45.7619580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:37:45.7626531Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:37:45.7629396Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:37:45.7749672Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:37:45.7764618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:37:45.8033618Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:37:45.8036064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:37:45.8036921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:37:45.8053678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:37:45.8062219Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:37:45.8189435Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:37:45.8202808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:37:45.8240877Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:37:45.8474696Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:37:45.8475443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:37:45.8476311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:37:45.8496527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:37:45.8504682Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:37:45.8506915Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:37:45.8629349Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:37:45.8642270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:37:45.8915001Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:37:45.8915948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:37:45.8917268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:37:45.8932304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:37:45.8944269Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:37:45.8947889Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:37:45.9069245Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:37:45.9081183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:37:45.9355546Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:37:45.9356188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:37:45.9356812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:37:45.9373591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:37:45.9383415Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:37:45.9385158Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:37:45.9509563Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:37:45.9523057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:37:45.9792684Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:37:45.9797815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:37:45.9799520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:37:45.9814403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:37:45.9825607Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:37:45.9828013Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:37:45.9949069Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:37:45.9961396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:37:46.0234192Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:37:46.0236839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:37:46.0237606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:37:46.0255932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:37:46.0260652Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:37:46.0268772Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:37:46.0388955Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:37:46.0401242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:37:46.0674905Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:37:46.0678030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:46.0680245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:46.0698407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:37:46.0706306Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:46.0708706Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:46.0828832Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:37:46.0841264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:37:46.1115525Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:37:46.1117588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:37:46.1119094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:37:46.1130387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:37:46.1145098Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:37:46.1147939Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:37:46.1269640Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:37:46.1286021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:37:46.1551857Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:37:46.1557017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:37:46.1559573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:37:46.1581187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:46.1586103Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:37:46.1587829Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:37:46.1709751Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:46.1722655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:37:46.1993954Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:37:46.1997280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:46.1999336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:37:46.2019724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:37:46.2022763Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:46.2025625Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:37:46.2149629Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:37:46.2163276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:37:46.2432473Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:37:46.2438512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:37:46.2439261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:46.2449756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:37:46.2458132Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:37:46.2467275Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:37:46.2589691Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:46.2601182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:37:46.2873262Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:37:46.2875405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:37:46.2876930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:37:46.2889147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:37:46.2902279Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:37:46.2905216Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:37:46.3029222Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:37:46.3042258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:37:46.3312621Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:37:46.3318197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:37:46.3323106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:37:46.3336402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:37:46.3344181Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:37:46.3347643Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:37:46.3469025Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:37:46.3481091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:37:46.3752212Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:37:46.3756379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:46.3759638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:37:46.3771845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:37:46.3784441Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:46.3786993Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:37:46.3908920Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:37:46.3920785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:37:46.4192467Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:37:46.4196611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:37:46.4202300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:37:46.4210407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:37:46.4224762Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:37:46.4228129Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:37:46.4349229Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:37:46.4362430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:37:46.4635957Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:37:46.4637957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:37:46.4640530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:37:46.4653640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:37:46.4665872Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:37:46.4668514Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:37:46.4789261Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:37:46.4802525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:37:46.5075079Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:37:46.5075960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:37:46.5077449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:37:46.5100601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:37:46.5103426Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:37:46.5105949Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:37:46.5229458Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:37:46.5242724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:37:46.5516024Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:37:46.5517377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:37:46.5517835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:37:46.5529685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:37:46.5543128Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:37:46.5546962Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:37:46.5669608Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:37:46.5683886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:37:46.5954624Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:37:46.5955549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:46.5959922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:37:46.5978045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:37:46.5985146Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:37:46.5989094Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:46.6109443Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:37:46.6125298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:37:46.6396286Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:37:46.6398876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:37:46.6420933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:37:46.6423616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:37:46.6426756Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:37:46.6429608Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:37:46.6549433Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:37:46.6563690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:37:46.6834746Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:37:46.6836616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:37:46.6838766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:37:46.6857286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:37:46.6864422Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:37:46.6867274Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:37:46.6989150Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:37:46.7002199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:37:46.7276173Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:37:46.7280169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:37:46.7282493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:37:46.7293645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:37:46.7305454Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:37:46.7308275Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:37:46.7429500Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:37:46.7443141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:37:46.7712498Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:37:46.7715759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:37:46.7719307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:37:46.7733527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:37:46.7740680Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:37:46.7747885Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:37:46.7869929Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:37:46.7883515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:37:46.8253695Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:37:46.8254547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:37:46.8256212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:37:46.8260046Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:37:46.8262916Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:37:46.8264678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:37:46.8310053Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:37:46.8441319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:37:46.8594209Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:37:46.8597390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:37:46.8598921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:37:46.8616947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:37:46.8621764Z [gw2] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:37:46.8631617Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:37:46.8750446Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:37:46.8764512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:37:46.9036703Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:37:46.9038592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:37:46.9039848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:37:46.9059548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:37:46.9063099Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:37:46.9190814Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:37:46.9207713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:37:46.9222792Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:37:46.9476182Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:37:46.9477530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:37:46.9478383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:37:46.9494630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:37:46.9501425Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:37:46.9606951Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:37:46.9630712Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:37:46.9646928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:37:46.9914478Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:37:46.9916170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:37:46.9916894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:37:46.9937771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:37:46.9944948Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:37:46.9947626Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:37:47.0069346Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:37:47.0086369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:37:47.0352280Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:37:47.0356621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:37:47.0357226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:37:47.0369990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:37:47.0383409Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:37:47.0385917Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:37:47.0509131Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:37:47.0521564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:37:47.0793407Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:37:47.0794795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:37:47.0795702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:37:47.0810974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:37:47.0822519Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:37:47.0825162Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:37:47.0949435Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:37:47.0963992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:37:47.1233662Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:37:47.1237793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:37:47.1240214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:37:47.1260363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:37:47.1263458Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:37:47.1266147Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:37:47.1389212Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:37:47.1401625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:37:47.1674189Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:37:47.1674760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:37:47.1675732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:37:47.1692016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:37:47.1703170Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:37:47.1705487Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:37:47.1828952Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:37:47.1843939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:37:47.2111937Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:37:47.2115814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:47.2118157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:37:47.2131743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:37:47.2141891Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:47.2144605Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:37:47.2269830Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:37:47.2281925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:37:47.2553224Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:37:47.2556936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:37:47.2558768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:37:47.2574326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:37:47.2585800Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:37:47.2588478Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:37:47.2709265Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:37:47.2721341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:37:47.2993743Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:37:47.2997661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:37:47.2998356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:37:47.3017755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:37:47.3020167Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:37:47.3022410Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:37:47.3149203Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:37:47.3162572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:37:47.3435680Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:37:47.3436128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:37:47.3436479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:37:47.3460059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:37:47.3462961Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:37:47.3465633Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:37:47.3589385Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:37:47.3602650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:37:47.3875327Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:37:47.3875829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:37:47.3876736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:37:47.3889204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:37:47.3898530Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:37:47.3905176Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:37:47.4029054Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:37:47.4041736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:37:47.4313997Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:37:47.4314584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:37:47.4315272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:37:47.4336067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:37:47.4343603Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:37:47.4346393Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:37:47.4469340Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:37:47.4482071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:37:47.4752946Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:37:47.4758168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:37:47.4761769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:37:47.4779135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:37:47.4783178Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:37:47.4786483Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:37:47.4908837Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:37:47.4921303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:37:47.5194643Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:37:47.5199303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:37:47.5200193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:37:47.5219906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:37:47.5227265Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:37:47.5230770Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:37:47.5348906Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:37:47.5361834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:37:47.5634684Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:37:47.5638247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:37:47.5643210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:47.5653517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:37:47.5667076Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:37:47.5669867Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:37:47.5789348Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:47.5805194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:37:47.6074423Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:37:47.6078919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:37:47.6080341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:37:47.6092563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:37:47.6094260Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:37:47.6105021Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:37:47.6229648Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:37:47.6242013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:37:47.6514531Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:37:47.6517649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:37:47.6519948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:37:47.6538605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:37:47.6541258Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:37:47.6544249Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:37:47.6669113Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:37:47.6681820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:37:47.6955469Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:37:47.6958767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:37:47.6959551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:37:47.6974424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:37:47.6976116Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:37:47.6987424Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:37:47.7109723Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:37:47.7121503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:37:47.7392975Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:37:47.7394543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:37:47.7399087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:37:47.7410218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:37:47.7419407Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:37:47.7427675Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:37:47.7549298Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:37:47.7562346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:37:47.7835051Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:37:47.7839291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:37:47.7843270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:37:47.7851581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:37:47.7863281Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:37:47.7866530Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:37:47.7989459Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:37:47.8002522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:37:47.8274576Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:37:47.8277471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:37:47.8278046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:37:47.8297712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:37:47.8300773Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:37:47.8303480Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:37:47.8429693Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:37:47.8443018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:37:47.8714131Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:37:47.8716161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:37:47.8718014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:37:47.8735200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:37:47.8744084Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:37:47.8746779Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:37:47.8869124Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:37:47.8881035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:37:47.9154641Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:37:47.9156054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:37:47.9160624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:37:47.9177297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:37:47.9182352Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:37:47.9185403Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:37:47.9309010Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:37:47.9321427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:37:47.9594996Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:37:47.9595596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:37:47.9596699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:47.9610449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:37:47.9623910Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:37:47.9626652Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:37:47.9749141Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:47.9761087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:37:48.0037135Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:37:48.0041131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:37:48.0042109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:37:48.0064179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:37:48.0066358Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:37:48.0069463Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:37:48.0190054Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:37:48.0203960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:37:48.0477099Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:37:48.0479304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:37:48.0479803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:37:48.0502777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:37:48.0510069Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:37:48.0512955Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:37:48.0630519Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:37:48.0649162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:37:48.0918870Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:37:48.0919469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:37:48.0921573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:37:48.0941989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:37:48.0948588Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:37:48.0951630Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:37:48.1071040Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:37:48.1087109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:37:48.1356238Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:37:48.1356643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:37:48.1375581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:37:48.1383560Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:37:48.1510534Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:37:48.1525224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:37:48.1646103Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:37:48.1661962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:37:48.1810685Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:37:48.1811136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:37:48.1811666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:37:48.1816029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:37:48.1827015Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:37:48.1830624Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:37:48.1950355Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:37:48.1967373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:37:48.2236417Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:37:48.2237111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:37:48.2240455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:37:48.2253353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:37:48.2268931Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:37:48.2271282Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:37:48.2389464Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:37:48.2403225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:37:48.2674149Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:37:48.2679608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:37:48.2683036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:37:48.2702212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:37:48.2704784Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:37:48.2707303Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:37:48.2829041Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:37:48.2841637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:37:48.3114458Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:37:48.3115331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:37:48.3117556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:37:48.3132763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:37:48.3140278Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:37:48.3142822Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:37:48.3269202Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:37:48.3281040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:37:48.3553320Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:37:48.3556395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:37:48.3561354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:48.3578102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:37:48.3581688Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:48.3585038Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:37:48.3708809Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:37:48.3720680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:37:48.4008814Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:37:48.4009437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:37:48.4009961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:37:48.4018719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:37:48.4025480Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:37:48.4028205Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:37:48.4148913Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:37:48.4160792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:37:48.4434387Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:37:48.4435503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:37:48.4435903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:37:48.4457209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:37:48.4465496Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:37:48.4467854Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:37:48.4588898Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:37:48.4601233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:37:48.4872769Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:37:48.4876619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:37:48.4877359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:37:48.4912900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:37:48.4915411Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:37:48.4918126Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:37:48.5029074Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:37:48.5041795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:37:48.5313772Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:37:48.5316081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:37:48.5319359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:37:48.5330067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:37:48.5336983Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:37:48.5345405Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:37:48.5469643Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:37:48.5490859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:37:48.5755446Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:37:48.5756055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:37:48.5760594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:37:48.5780091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:48.5783521Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:37:48.5786289Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:48.5909400Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:37:48.5921130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:37:48.6196990Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:37:48.6198988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:37:48.6202015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:48.6215451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:37:48.6223128Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:37:48.6226269Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:48.6349262Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:37:48.6361401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:37:48.6630747Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:37:48.6634854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:48.6637954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:37:48.6660353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:37:48.6662981Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:37:48.6665718Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:48.6788754Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:37:48.6801446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:37:48.7074691Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:37:48.7078572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:37:48.7079356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:37:48.7104799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:37:48.7107333Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:37:48.7110213Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:37:48.7229422Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:37:48.7242509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:37:48.7515089Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:37:48.7517285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:37:48.7521650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:37:48.7541388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:37:48.7544337Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:37:48.7546494Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:37:48.7669121Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:37:48.7681440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:37:48.7954433Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:37:48.7957268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:37:48.7959119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:37:48.7979150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:37:48.7982025Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:37:48.7984530Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:37:48.8109241Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:37:48.8122029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:37:48.8395325Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:37:48.8397631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:37:48.8399268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:37:48.8421430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:37:48.8424146Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:37:48.8426442Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:37:48.8549252Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:37:48.8562243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:37:48.8834658Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:37:48.8838667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:37:48.8857075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:37:48.8859212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:37:48.8861268Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:37:48.8863845Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:37:48.8989446Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:37:48.9002606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:37:48.9273343Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:37:48.9280217Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:48.9296460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:37:48.9303282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:37:48.9306020Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:37:48.9308851Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:37:48.9429429Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:48.9442618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:37:48.9713957Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:37:48.9719998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:37:48.9729368Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:48.9739863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:37:48.9742371Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:37:48.9745478Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:37:48.9869764Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:48.9881321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:37:49.0153111Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:37:49.0159436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:37:49.0163073Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:49.0182604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:37:49.0185237Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:49.0189253Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:37:49.0308939Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:37:49.0323574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:37:49.0595630Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:37:49.0596201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:37:49.0598486Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:49.0618312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:37:49.0621078Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:37:49.0624144Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:37:49.0749216Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:49.0761215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:37:49.1032174Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:37:49.1035105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:37:49.1040240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:37:49.1054127Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:49.1066830Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:37:49.1070744Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:49.1188937Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:37:49.1202445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:37:49.1473392Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:37:49.1477159Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:49.1482371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:37:49.1490030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:37:49.1504759Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:37:49.1507243Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:49.1628840Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:37:49.1641501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:37:49.1913754Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:37:49.1919006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:37:49.1920693Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:49.1937621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:37:49.1945167Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:37:49.1948040Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:37:49.2069652Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:49.2087531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:37:49.2356682Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:37:49.2357525Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:49.2361744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:37:49.2392045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:37:49.2392464Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:37:49.2392821Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:37:49.2511239Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:49.2530958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:37:49.2796800Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:37:49.2797564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:37:49.2798499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:37:49.2824288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:37:49.2832759Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:37:49.2835791Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:37:49.2950259Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:37:49.3144052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:37:49.3235828Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:37:49.3237613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:37:49.3240062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:37:49.3255782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:37:49.3263379Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:37:49.3346590Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:37:49.3390848Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:37:49.3409877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:37:49.3674258Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:37:49.3677265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:37:49.3677796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:37:49.3692678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:37:49.3700468Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:37:49.3737086Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:37:49.3829795Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:37:49.3844771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:37:49.4113810Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:37:49.4118068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:37:49.4118663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:37:49.4133991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:37:49.4141061Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:37:49.4270181Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:37:49.4285212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:37:49.4310013Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:37:49.4553147Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:37:49.4556073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:37:49.4560596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:37:49.4577074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:37:49.4583789Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:37:49.4587033Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:37:49.4709409Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:37:49.4722257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:37:49.4994488Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:37:49.4995065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:37:49.4999823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:37:49.5009964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:37:49.5023506Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:37:49.5027541Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:37:49.5148866Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:37:49.5164697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:37:49.5435856Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:37:49.5437538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:37:49.5439448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:37:49.5450866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:37:49.5464026Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:37:49.5468154Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:37:49.5589255Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:37:49.5602574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:37:49.5873385Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:37:49.5879318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:37:49.5882051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:37:49.5898393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:37:49.5906379Z [gw2] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:37:49.5908867Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:37:49.6029555Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:37:49.6042504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:37:49.6312014Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:37:49.6316078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:37:49.6317386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:37:49.6336345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:37:49.6343300Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:37:49.6346462Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:37:49.6469051Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:37:49.6481565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:37:49.6752818Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:37:49.6757534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:37:49.6758634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:37:49.6770113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:37:49.6777157Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:37:49.6786022Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:37:49.6908930Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:37:49.6921246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:37:49.7193574Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:37:49.7194131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:37:49.7198496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:37:49.7215918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:37:49.7218944Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:37:49.7226112Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:37:49.7349036Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:37:49.7362231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:37:49.7647500Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:37:49.7648010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:37:49.7648319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:37:49.7656658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:49.7668198Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:37:49.7670173Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:37:49.7789384Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:49.7804602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:37:49.8072025Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:37:49.8078879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:37:49.8081975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:37:49.8093265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:37:49.8096177Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:37:49.8107215Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:37:49.8228690Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:37:49.8241125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:37:49.8514026Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:37:49.8514766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:37:49.8515196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:37:49.8530842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:37:49.8542392Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:37:49.8544990Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:37:49.8669212Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:37:49.8681139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:37:49.8953734Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:37:49.8955204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:37:49.8958935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:37:49.8975443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:37:49.8983828Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:37:49.8987382Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:37:49.9108980Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:37:49.9120972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:37:49.9393508Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:37:49.9396321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:37:49.9397060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:37:49.9418226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:37:49.9420920Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:37:49.9423478Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:37:49.9549484Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:37:49.9562676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:37:49.9831770Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:37:49.9836492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:37:49.9838585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:37:49.9851590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:37:49.9863588Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:37:49.9865543Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:37:49.9989066Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:37:50.0003740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:37:50.0273823Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:37:50.0277435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:37:50.0279416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:37:50.0296516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:37:50.0303042Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:37:50.0305897Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:37:50.0429514Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:37:50.0442958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:37:50.0713527Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:37:50.0714663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:37:50.0719080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:37:50.0731660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:37:50.0738992Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:37:50.0746047Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:37:50.0868871Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:37:50.0881011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:37:50.1154798Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:37:50.1157426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:37:50.1158864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:37:50.1175905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:37:50.1182808Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:37:50.1186316Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:37:50.1309546Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:37:50.1322829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:37:50.1592313Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:37:50.1596226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:37:50.1597762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:37:50.1615506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:37:50.1624615Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:37:50.1628069Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:37:50.1749690Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:37:50.1763659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:37:50.2034007Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:37:50.2039052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:37:50.2040064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:37:50.2055116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:37:50.2063420Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:37:50.2066166Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:37:50.2188664Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:37:50.2201464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:37:50.2474887Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:37:50.2476067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:37:50.2478482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:37:50.2491515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:37:50.2503523Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:37:50.2506653Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:37:50.2629067Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:37:50.2640945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:37:50.2913011Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:37:50.2916582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:37:50.2917780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:37:50.2939059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:37:50.2942598Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:37:50.2946280Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:37:50.3068898Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:37:50.3081511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:37:50.3353894Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:37:50.3356075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:37:50.3362292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:37:50.3381776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:50.3385870Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:37:50.3389419Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:50.3508740Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:37:50.3523140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:37:50.3796914Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:37:50.3799390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:37:50.3804665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:37:50.3821571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:50.3824411Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:37:50.3827886Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:50.3949063Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:37:50.3960613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:37:50.4232727Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:37:50.4237330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:50.4238123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:37:50.4252702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:37:50.4259277Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:37:50.4267284Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:50.4389306Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:37:50.4401931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:37:50.4677488Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:37:50.4678385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:37:50.4679467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:50.5015381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:37:50.5022525Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:37:50.5026631Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:37:50.5031365Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:50.5050412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:37:50.5115571Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:37:50.5116155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:37:50.5118320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:37:50.5142915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:50.5145964Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:37:50.5149202Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:50.5430940Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:37:50.5445609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:37:50.5554092Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:37:50.5557451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:37:50.5558297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:37:50.5575595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:50.5583090Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:37:50.5608201Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:37:50.5871274Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:50.5886560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:37:50.5995256Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:37:50.5998758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:37:50.5999479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:50.6018730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:37:50.6028230Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:50.6034805Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:37:50.6311474Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:37:50.6327703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:37:50.6435189Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:37:50.6437021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:37:50.6438148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:37:50.6460868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:50.6462930Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:50.6591976Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:37:50.6750273Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:37:50.6764605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:37:50.6873413Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:37:50.6873859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:37:50.6876223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:50.6891615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:37:50.6905070Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:50.6907409Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:37:50.7189514Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:37:50.7202639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:37:50.7316074Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:37:50.7319015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:37:50.7320350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:37:50.7334465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:50.7341986Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:50.7350440Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:37:50.7629384Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:37:50.7643281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:37:50.7754680Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:37:50.7755910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:50.7757742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:37:50.7772129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:37:50.7781081Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:50.7787784Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:37:50.8069420Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:37:50.8081584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:37:50.8194638Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:37:50.8197480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:50.8198589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:37:50.8219903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:37:50.8222229Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:37:50.8224718Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:50.8509231Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:37:50.8522068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:37:50.8632473Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:37:50.8636234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:37:50.8638027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:50.8653639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:37:50.8665119Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:37:50.8667909Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:37:50.8948891Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:50.8961323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:37:50.9074599Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:37:50.9079873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:37:50.9089509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:37:50.9100490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:37:50.9103411Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:37:50.9106083Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:37:50.9389063Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:37:50.9400952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:37:50.9514152Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:37:50.9517363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:37:50.9520190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:37:50.9532880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:37:50.9544806Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:37:50.9547350Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:37:50.9829149Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:37:50.9844496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:37:50.9955626Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:37:50.9959743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:37:50.9960319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:37:50.9981041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:37:50.9984426Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:37:50.9987381Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:37:51.0269268Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:37:51.0281082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:37:51.0392222Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:37:51.0396822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:37:51.0398833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:37:51.0417215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:37:51.0423532Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:37:51.0426274Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:37:51.0709026Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:37:51.0721539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:37:51.0832616Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:37:51.0835491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:37:51.0836256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:37:51.0852912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:37:51.0859069Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:37:51.0865056Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:37:51.1149128Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:37:51.1161001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:37:51.1272581Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:37:51.1276794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:37:51.1278949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:37:51.1302562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:37:51.1305517Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:37:51.1309106Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:37:51.1589765Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:37:51.1601628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:37:51.1715695Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:37:51.1716238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:37:51.1719823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:37:51.1732324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:37:51.1734460Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:37:51.1742239Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:37:51.2029057Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:37:51.2041206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:37:51.2152664Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:37:51.2155020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:37:51.2159938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:37:51.2181126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:37:51.2184121Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:37:51.2187402Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:37:51.2468977Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:37:51.2481153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:37:51.2598327Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:37:51.2599256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:37:51.2600043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:37:51.2621546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:37:51.2623968Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:37:51.2626561Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:37:51.2909516Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:37:51.2923557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:37:51.3035868Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:37:51.3036634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:37:51.3037551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:37:51.3051581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:37:51.3062055Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:37:51.3064388Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:37:51.3349601Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:37:51.3362158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:37:51.3474458Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:37:51.3478258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:37:51.3478858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:37:51.3493000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:37:51.3504789Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:37:51.3507031Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:37:51.3791700Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:37:51.3806056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:37:51.3915676Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:37:51.3916186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:37:51.3916616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:37:51.3940301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:37:51.3948380Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:37:51.3951171Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:37:51.4230062Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:37:51.4246579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:37:51.4354134Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:37:51.4354872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:37:51.4355750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:37:51.4377326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:37:51.4385120Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:37:51.4401681Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:37:51.4669681Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:37:51.4684800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:37:51.4794281Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:37:51.4795192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:51.4796155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:37:51.4822236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:37:51.4824822Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:37:51.4827638Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:51.5109550Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:37:51.5124702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:37:51.5235744Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:37:51.5238050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:37:51.5239086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:37:51.5253197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:37:51.5265047Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:37:51.5267661Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:37:51.5549254Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:37:51.5561910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:37:51.5673528Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:37:51.5676393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:37:51.5680393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:37:51.5699533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:37:51.5701206Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:37:51.5704422Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:37:51.5989233Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:37:51.6001533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:37:51.6113319Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:37:51.6117423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:37:51.6119271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:37:51.6133564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:37:51.6140628Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:37:51.6147256Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:37:51.6429189Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:37:51.6442169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:37:51.6555638Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:37:51.6557844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:37:51.6558370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:37:51.6576383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:37:51.6594858Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:37:51.6597613Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:37:51.6870492Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:37:51.6884807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:37:51.6992574Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:37:51.6998209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:37:51.6998574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:37:51.7013906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:37:51.7146026Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:37:51.7149956Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:37:51.7313243Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:37:51.7329710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:37:51.7435872Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:37:51.7436533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:37:51.7437681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:37:51.7459473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:37:51.7466991Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:37:51.7470369Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:37:51.7751532Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:37:51.7768302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:37:51.7873541Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:37:51.7878820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:37:51.7879390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:37:51.7899408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:37:51.7901854Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:37:51.7916928Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:37:51.8191201Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:37:51.8206546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:37:51.8316147Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:37:51.8317590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:37:51.8318115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:37:51.8337326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:37:51.8340810Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:37:51.8499849Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:37:51.8630729Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:37:51.8645922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:37:51.8756138Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:37:51.8756700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:37:51.8757179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:37:51.8775442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:37:51.8782862Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:37:51.8882161Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:37:51.9070091Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:37:51.9083354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:37:51.9194135Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:37:51.9197426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:37:51.9199210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:37:51.9220139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:37:51.9227904Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:37:51.9230607Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:37:51.9509554Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:37:51.9525644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:37:51.9633935Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:37:51.9645352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:37:51.9646301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:37:51.9659773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:37:51.9662753Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:37:51.9666151Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:37:51.9949350Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:37:51.9961910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:37:52.0072492Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:37:52.0077029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:37:52.0077676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:37:52.0096801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:37:52.0099207Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:37:52.0101902Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:37:52.0389660Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:37:52.0403052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:37:52.0514367Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:37:52.0515946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:37:52.0517598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:37:52.0535504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:52.0542925Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:37:52.0545428Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:52.0829811Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:37:52.0841970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:37:52.0954027Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:37:52.0956141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:37:52.0959577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:37:52.0977347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:37:52.0983943Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:37:52.0986752Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:37:52.1270016Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:37:52.1283425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:37:52.1394438Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:37:52.1395275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:37:52.1396345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:37:52.1414165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:37:52.1422162Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:37:52.1425592Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:37:52.1709830Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:37:52.1722758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:37:52.1832860Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:37:52.1838886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:37:52.1840853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:37:52.1861627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:37:52.1865046Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:37:52.1867797Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:37:52.2148873Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:37:52.2161218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:37:52.2274853Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:37:52.2276996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:37:52.2281408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:37:52.2299022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:37:52.2301514Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:37:52.2304431Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:37:52.2589106Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:37:52.2600912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:37:52.2712658Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:37:52.2716185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:37:52.2719502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:37:52.2740236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:37:52.2743246Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:37:52.2746805Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:37:52.3029431Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:37:52.3043574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:37:52.3154610Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:37:52.3156460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:37:52.3158390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:37:52.3167910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:37:52.3181093Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:37:52.3183924Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:37:52.3468991Z [gw2] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:37:52.3481308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:37:52.3594513Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:37:52.3595641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:37:52.3600076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:37:52.3617818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:37:52.3625521Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:37:52.3628286Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:37:52.3909283Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:37:52.3921647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:37:52.4034016Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:37:52.4038869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:37:52.4043473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:37:52.4059904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:37:52.4063043Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:37:52.4066017Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:37:52.4349323Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:37:52.4364602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:37:52.4473752Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:37:52.4480648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:37:52.4500939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:37:52.4502523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:37:52.4505737Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:37:52.4508969Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:37:52.4789690Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:37:52.4802921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:37:52.4915884Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:37:52.4918558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:37:52.4919503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:37:52.4935729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:37:52.4943680Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:37:52.4946465Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:37:52.5229297Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:37:52.5241894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:37:52.5354312Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:37:52.5358324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:37:52.5359198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:37:52.5372956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:37:52.5385848Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:37:52.5388176Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:37:52.5669307Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:37:52.5681447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:37:52.5792764Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:37:52.5798644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:37:52.5801342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:37:52.5811668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:37:52.5824773Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:37:52.5995622Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:37:52.6109178Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:37:52.6122127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:37:52.6234081Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:37:52.6237871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:37:52.6238442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:37:52.6260995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:52.6263780Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:52.6266502Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:37:52.6549151Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:37:52.6563769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:37:52.6675324Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:37:52.6680337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:37:52.6700379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:37:52.6702174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:37:52.6705676Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:37:52.6708605Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:37:52.6989997Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:37:52.7003347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:37:52.7113852Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:37:52.7118603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:37:52.7119510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:37:52.7141661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:37:52.7145952Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:37:52.7149563Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:37:52.7428978Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:37:52.7441336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:37:52.7554246Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:37:52.7556040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:37:52.7558034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:37:52.7575835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:52.7582236Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:37:52.7585708Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:37:52.7869220Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:52.7882327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:37:52.7993375Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:37:52.7996966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:37:52.7998955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:52.8017635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:37:52.8024380Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:37:52.8026957Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:37:52.8309245Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:52.8322027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:37:52.8433575Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:37:52.8434235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:37:52.8437117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:52.8456243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:37:52.8462761Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:37:52.8465655Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:37:52.8749190Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:52.8761350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:37:52.8872074Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:37:52.8874547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:52.8875375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:37:52.8889102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:37:52.8896212Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:37:52.8906396Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:52.9191693Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:37:52.9208809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:37:52.9316263Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:37:52.9316846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:52.9318662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:37:52.9429931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:37:52.9438409Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:37:52.9440787Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:37:52.9630714Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:52.9647664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:37:52.9753892Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:37:52.9757502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:37:52.9759408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:37:52.9773478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:52.9786968Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:37:52.9789357Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:37:53.0071270Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:53.0085782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:37:53.0196426Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:37:53.0200135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:37:53.0201142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:37:53.0220938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:53.0223807Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:37:53.0377434Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:37:53.0510794Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:53.0527718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:37:53.0649849Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:37:53.0650499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:53.0651156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:37:53.0653150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:37:53.0660537Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:37:53.0761034Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:53.0950736Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:37:53.0965881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:37:53.1075837Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:37:53.1077992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:37:53.1078561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:37:53.1100667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:53.1103292Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:37:53.1145257Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:53.1389949Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:37:53.1403527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:37:53.1515181Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:37:53.1516883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:37:53.1518457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:53.1538854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:37:53.1545323Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:37:53.1548213Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:53.1830108Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:37:53.1843562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:37:53.1953831Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:37:53.1955788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:37:53.1956981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:53.1978089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:37:53.1983432Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:37:53.1985390Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:53.2269508Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:37:53.2282825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:37:53.2392809Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:37:53.2397684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:37:53.2398826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:53.2416112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:37:53.2423128Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:37:53.2425917Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:53.2709109Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:37:53.2721500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:37:53.2831699Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:37:53.2834900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:37:53.2836197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:37:53.2851143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:53.2857677Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:37:53.2877106Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:53.3149233Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:37:53.3162041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:37:53.3273841Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:37:53.3274862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:37:53.3276204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:53.3298049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:37:53.3300389Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:37:53.3303067Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:37:53.3589359Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:53.3601912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:37:53.3714875Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:37:53.3715605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:37:53.3716872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:53.3729303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:37:53.3743557Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:37:53.3746274Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:53.4029190Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:37:53.4044787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:37:53.4155596Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:37:53.4157614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:53.4158740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:37:53.4176470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:37:53.4179148Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:37:53.4186775Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:37:53.4470003Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:53.4482094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:37:53.4594609Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:37:53.4595626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:53.4601195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:37:53.4622595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:37:53.4625744Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:37:53.4628392Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:37:53.4909309Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:53.4921139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:37:53.5033131Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:37:53.5038308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:37:53.5040083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:53.5056071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:37:53.5064902Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:37:53.5067683Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:37:53.5349157Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:53.5361292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:37:53.5473088Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:37:53.5476319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:37:53.5479645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:37:53.5495667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:53.5498981Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:37:53.5507418Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:53.5789402Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:37:53.5801893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:37:53.5914058Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:37:53.5918845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:37:53.5932368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:37:53.5934276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:53.5946447Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:37:53.5948943Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:37:53.6228830Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:53.6241126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:37:53.6354846Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:37:53.6356135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:53.6357713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:37:53.6372075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:37:53.6382927Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:37:53.6385752Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:37:53.6669091Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:53.6681828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:37:53.6793750Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:37:53.6797417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:37:53.6798567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:37:53.6811833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:53.6823983Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:37:53.6827245Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:53.7109051Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:37:53.7121468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:37:53.7232637Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:37:53.7234498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:53.7239263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:37:53.7256444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:37:53.7262586Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:37:53.7265632Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:53.7549919Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:37:53.7564177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:37:53.7673967Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:37:53.7688046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:53.7688456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:37:53.7698971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:37:53.7707534Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:37:53.7710521Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:53.7988905Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:37:53.8001325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:37:53.8112916Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:37:53.8117821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:53.8118674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:37:53.8131084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:37:53.8139233Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:53.8146288Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:37:53.8430018Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:37:53.8441176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:37:53.8552008Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:37:53.8556571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:53.8560443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:37:53.8573288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:37:53.8579856Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:53.8587085Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:37:53.8869046Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:37:53.8884050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:37:53.8992402Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:37:53.8997390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:53.8998442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:37:53.9015139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:37:53.9024186Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:37:53.9027763Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:53.9309716Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:37:53.9322220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:37:53.9433495Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:37:53.9435082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:53.9436559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:37:53.9455186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:37:53.9461808Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:53.9464704Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:37:53.9749684Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:37:53.9762685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:37:53.9876341Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:37:53.9877052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:37:53.9878789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:53.9899137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:37:53.9902309Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:37:53.9905037Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:37:54.0189352Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:54.0201204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:37:54.0312374Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:37:54.0316748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:37:54.0318403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:37:54.0334451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:54.0342262Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:54.0344570Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:37:54.0628883Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:37:54.0641622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:37:54.0753821Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:37:54.0755908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:37:54.0758898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:54.0778580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:37:54.0781553Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:54.0784247Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:37:54.1069162Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:37:54.1081426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:37:54.1193640Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:37:54.1198494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:54.1199271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:37:54.1220098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:37:54.1223272Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:37:54.1226843Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:37:54.1511646Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:54.1524931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:37:54.1636053Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:37:54.1638467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:37:54.1639226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:54.1659343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:37:54.1666714Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:37:54.1674219Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:54.1952399Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:37:54.1965726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:37:54.2077399Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:37:54.2078337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:37:54.2078904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:37:54.2092027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:54.2108270Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:37:54.2110572Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:54.2391477Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:37:54.2405861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:37:54.2516162Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:37:54.2517225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:54.2518004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:37:54.2535685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:37:54.2542582Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:37:54.2648241Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:37:54.2831197Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:54.2846029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:37:54.2954109Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:37:54.2957805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:54.2958835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:37:54.2973864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:37:54.2981252Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:37:54.3041074Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:54.3271498Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:37:54.3288075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:37:54.3397000Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:37:54.3400540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:37:54.3401187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:54.3413460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:37:54.3427748Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:37:54.3430995Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:37:54.3710884Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:54.3735404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:37:54.3836843Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:37:54.3840143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:37:54.3840710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:37:54.3854977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:54.3862356Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:37:54.3869554Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:37:54.4150439Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:54.4164536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:37:54.4274104Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:37:54.4276207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:54.4277566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:37:54.4296600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:37:54.4303054Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:54.4306143Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:37:54.4590150Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:37:54.4604360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:37:54.4714479Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:37:54.4716413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:54.4717610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:37:54.4738438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:37:54.4745107Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:54.4747903Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:37:54.5030905Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:37:54.5044545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:37:54.5153602Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:37:54.5158007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:54.5159314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:37:54.5176038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:37:54.5186268Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:37:54.5193450Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:54.5470635Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:37:54.5485547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:37:54.5598577Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:37:54.5599867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:37:54.5600473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:54.5620645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:37:54.5628720Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:37:54.5631328Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:54.5910341Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:37:54.5925324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:37:54.6031815Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:37:54.6037999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:37:54.6039611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:37:54.6061091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:54.6064855Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:37:54.6068696Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:54.6350468Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:37:54.6363490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:37:54.6473938Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:37:54.6478293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:37:54.6479390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:37:54.6500973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:54.6504155Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:37:54.6507203Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:37:54.6792002Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:54.6806360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:37:54.6917740Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:37:54.6918782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:54.6920550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:37:54.6936924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:37:54.6943814Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:37:54.6951012Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:37:54.7231774Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:54.7247771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:37:54.7353231Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:37:54.7356121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:37:54.7359219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:54.7376619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:37:54.7387194Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:37:54.7390110Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:37:54.7670230Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:54.7685862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:37:54.7793821Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:37:54.7797638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:37:54.7799120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:37:54.7821332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:54.7824506Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:37:54.7827449Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:54.8112626Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:37:54.8128503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:37:54.8234408Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:37:54.8237295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:37:54.8238357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:54.8261461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:37:54.8280630Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:37:54.8284165Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:54.8550025Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:37:54.8567961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:37:54.8675779Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:37:54.8676973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:37:54.8678644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:54.8700025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:37:54.8704753Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:37:54.8707910Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:37:54.8989747Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:54.9004921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:37:54.9115278Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:37:54.9115954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:37:54.9116697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:54.9140435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:37:54.9143253Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:54.9145868Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:37:54.9430202Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:37:54.9444684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:37:54.9553379Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:37:54.9558333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:37:54.9559788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:54.9581744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:37:54.9596294Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:37:54.9599192Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:54.9869651Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:37:54.9883353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:37:54.9992154Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:37:54.9997401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:37:54.9999580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:55.0017365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:37:55.0025625Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:37:55.0029437Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:55.0311012Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:37:55.0325400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:37:55.0436996Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:37:55.0437851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:37:55.0439034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:55.0457177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:37:55.0465296Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:37:55.0471532Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:55.0749666Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:37:55.0766359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:37:55.0875402Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:37:55.0876264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:55.0877241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:37:55.0894590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:37:55.0907619Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:37:55.0910108Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:37:55.1189750Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:55.1203764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:37:55.1316403Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:37:55.1317681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:55.1319698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:37:55.1342026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:37:55.1344005Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:55.1346669Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:37:55.1629846Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:37:55.1643241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:37:55.1755579Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:37:55.1757235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:55.1760779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:37:55.1779202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:37:55.1786651Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:37:55.1789092Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:55.2069487Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:37:55.2082378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:37:55.2196503Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:37:55.2197255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:37:55.2201386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:55.2219611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:37:55.2222341Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:37:55.2230266Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:55.2509270Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:37:55.2522289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:37:55.2635563Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:37:55.2638006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:55.2638987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:37:55.2655086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:37:55.2664398Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:37:55.2667252Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:37:55.2949858Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:55.2961966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:37:55.3072381Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:37:55.3077147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:37:55.3077821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:37:55.3099657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:55.3101752Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:37:55.3105385Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:37:55.3389431Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:55.3404376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:37:55.3515267Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:37:55.3517244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:55.3519373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:37:55.3534351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:37:55.3547459Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:55.3550251Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:37:55.3831863Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:37:55.3844781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:37:55.3956420Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:37:55.3957548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:37:55.3958429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:55.3983990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:37:55.3986946Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:55.3990258Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:37:55.4271609Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:37:55.4286008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:37:55.4411319Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:37:55.4411730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:37:55.4412356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:55.4419212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:37:55.4426896Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:37:55.4429961Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:55.4711104Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:37:55.4726173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:37:55.4843179Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:37:55.4843915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:37:55.4844519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:37:55.4856726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:55.4864522Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:37:55.4931427Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:37:55.5151401Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:55.5167328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:37:55.5274061Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:37:55.5278550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:55.5280341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:37:55.5294670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:37:55.5303274Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:55.5319926Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:37:55.5591726Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:37:55.5606580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:37:55.5715831Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:37:55.5716429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:37:55.5717960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:55.5733274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:37:55.5741019Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:37:55.5749936Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:55.6029916Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:37:55.6043774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:37:55.6155145Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:37:55.6157727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:37:55.6159362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:37:55.6174931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:55.6181685Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:37:55.6189496Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:37:55.6470776Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:55.6485629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:37:55.6594393Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:37:55.6596426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:37:55.6598385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:55.6620659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:37:55.6623475Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:55.6626197Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:37:55.6910080Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:37:55.6924020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:37:55.7035799Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:37:55.7038788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:55.7039850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:37:55.7052669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:37:55.7063597Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:37:55.7066274Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:37:55.7349574Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:55.7362428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:37:55.7472145Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:37:55.7478206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:37:55.7498703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:37:55.7500328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:55.7503220Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:37:55.7506244Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:55.7789757Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:37:55.7802717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:37:55.7913355Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:37:55.7916625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:55.7920907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:37:55.7935274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:37:55.7945809Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:55.7948153Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:37:55.8229156Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:37:55.8244653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:37:55.8352782Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:37:55.8357512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:37:55.8362220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:37:55.8379093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:55.8386330Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:55.8389781Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:37:55.8669073Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:37:55.8681414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:37:55.8795191Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:37:55.8796094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:37:55.8803533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:55.8813381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:37:55.8826240Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:37:55.8829523Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:37:55.9109728Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:55.9123343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:37:55.9231161Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:37:55.9234981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:55.9237817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:37:55.9248611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:37:55.9258910Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:55.9468917Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:37:55.9589876Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:37:55.9603156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:37:55.9673595Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:37:55.9678115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:37:55.9683642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:37:55.9700809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:55.9705598Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:55.9708517Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:37:56.0069411Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:37:56.0081640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:37:56.0115429Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:37:56.0116979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:37:56.0119922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:37:56.0134998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:56.0140503Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:37:56.0147590Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:37:56.0509122Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:56.0521425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:37:56.0556248Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:37:56.0557709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:56.0558601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:37:56.0567204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:37:56.0581724Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:37:56.0584468Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:37:56.0949041Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:56.0960918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:37:56.0991873Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:37:56.0999232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:37:56.1002642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:37:56.1018771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:56.1021929Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:37:56.1024916Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:37:56.1389753Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:56.1402047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:37:56.1434452Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:37:56.1437364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:37:56.1439606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:56.1454120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:37:56.1466771Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:56.1469320Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:37:56.1829448Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:37:56.1841766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:37:56.1875145Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:37:56.1879411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:37:56.1883362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:37:56.1895988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:56.1906961Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:56.1909210Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:37:56.2269896Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:37:56.2281685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:37:56.2312557Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:37:56.2317219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:37:56.2320807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:56.2338178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:37:56.2345952Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:56.2348658Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:37:56.2709703Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:37:56.2722209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:37:56.2754231Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:37:56.2754806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:56.2760854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:37:56.2777125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:37:56.2781160Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:37:56.2789976Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:56.3149498Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:37:56.3164711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:37:56.3191991Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:37:56.3204680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:37:56.3205046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:37:56.3221034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:56.3223264Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:37:56.3226642Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:56.3589492Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:37:56.3601414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:37:56.3633616Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:37:56.3637976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:37:56.3639951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:37:56.3660008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:56.3662849Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:56.3665944Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:37:56.4029479Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:37:56.4041269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:37:56.4072706Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:37:56.4079649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:37:56.4093567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:56.4099088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:37:56.4101741Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:56.4104647Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:37:56.4469195Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:37:56.4482064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:37:56.4512691Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:37:56.4517962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:37:56.4518847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:37:56.4539563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:56.4542746Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:37:56.4546010Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:56.4909091Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:37:56.4922163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:37:56.4952840Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:37:56.4958201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:37:56.4959860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:56.4981430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:37:56.4984156Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:56.4987082Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:37:56.5349198Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:37:56.5361503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:37:56.5393031Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:37:56.5397783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:37:56.5399496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:56.5408381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:37:56.5418611Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:56.5426261Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:37:56.5791034Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:37:56.5805559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:37:56.5834458Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:37:56.5836662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:37:56.5856552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:56.5859206Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:37:56.5865736Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:56.5872501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:37:56.6233461Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:37:56.6249208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:37:56.6432652Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:37:56.6434961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:37:56.6435576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:37:56.6463259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:56.6465993Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:56.6468655Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:37:56.6671633Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:37:56.6686944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:37:56.6831353Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:37:56.6847515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:37:56.6870758Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:37:56.6885449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:37:56.6911123Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:37:56.7031141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:56.7110895Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:56.7127403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:37:56.7271022Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:37:56.7287244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:37:56.7310465Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:37:56.7325715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:37:56.7390285Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:37:56.7407752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:56.7550840Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:56.7566799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:37:56.7710746Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:37:56.7725678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:37:56.7750599Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:37:56.7766422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:37:56.7831212Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:37:56.7858513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:56.7990632Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:56.8009561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:37:56.8150180Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:37:56.8165083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:37:56.8190045Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:37:56.8204224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:37:56.8269847Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:37:56.8284009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:56.8429718Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:56.8443373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:37:56.8589638Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:37:56.8602532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:37:56.8629128Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:37:56.8641853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:37:56.8709863Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:37:56.8723725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:56.8869065Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:56.8881846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:37:56.9029062Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:37:56.9041446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:37:56.9069257Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:37:56.9081288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:37:56.9149251Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:37:56.9162035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:56.9309413Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:56.9321916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:37:56.9469104Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:37:56.9484643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:37:56.9508962Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:37:56.9521554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:37:56.9589118Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:37:56.9604725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:56.9749337Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:56.9761424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:37:56.9909288Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:37:56.9924124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:37:56.9948902Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:37:56.9961002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:37:57.0029201Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:37:57.0041570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:57.0189766Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:57.0202976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:37:57.0349564Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:37:57.0363729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:37:57.0389264Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:37:57.0405191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:37:57.0469191Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:37:57.0481183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:57.0628785Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:57.0641264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:37:57.0789139Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:37:57.0800941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:37:57.0828807Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:37:57.0840545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:37:57.0909607Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:37:57.0922196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:57.1070478Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:57.1083988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:37:57.1230454Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:37:57.1244698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:37:57.1269447Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:37:57.1281894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:37:57.1349524Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:37:57.1363699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:57.1509373Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:57.1522187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:37:57.1669415Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:37:57.1681993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:37:57.1709273Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:37:57.1721367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:37:57.1788977Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:37:57.1801414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:57.1949262Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:57.1961761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:37:57.2108804Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:37:57.2121139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:37:57.2149244Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:37:57.2161546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:37:57.2229171Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:37:57.2241443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:57.2389064Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:57.2401335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:37:57.2549134Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:37:57.2561971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:37:57.2589043Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:37:57.2600794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:37:57.2669317Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:37:57.2683989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:57.2829482Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:57.2846530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:37:57.2988731Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:37:57.3003095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:37:57.3028728Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:37:57.3042782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:37:57.3108823Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:37:57.3121151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:57.3269246Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:57.3281750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:37:57.3429047Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:37:57.3441443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:37:57.3469350Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:37:57.3480866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:37:57.3549067Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:37:57.3561172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:57.3709147Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:57.3721337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:37:57.3868920Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:37:57.3881445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:37:57.3909095Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:37:57.3920835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:37:57.3989300Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:37:57.4000581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:57.4149800Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:57.4161335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:37:57.4308869Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:37:57.4324069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:37:57.4349392Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:37:57.4361072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:37:57.4429235Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:37:57.4441093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:57.4589256Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:57.4601378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:37:57.4748979Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:37:57.4760957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:37:57.4789329Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:37:57.4801309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:37:57.4868898Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:37:57.4880693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:57.5029233Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:57.5041092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:37:57.5188945Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:37:57.5200997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:37:57.5229171Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:37:57.5244625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:37:57.5309185Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:37:57.5321338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:57.5469152Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:57.5480748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:37:57.5629398Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:37:57.5641253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:37:57.5669347Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:37:57.5680901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:37:57.5749548Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:37:57.5762888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:57.5909753Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:57.5924199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:37:57.6068669Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:37:57.6080728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:37:57.6109002Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:37:57.6123494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:37:57.6189731Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:37:57.6203372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:57.6349219Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:57.6361317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:37:57.6509860Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:37:57.6523769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:37:57.6548913Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:37:57.6561585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:37:57.6629300Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:37:57.6641732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:57.6789547Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:57.6802257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:37:57.6949166Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:37:57.6961583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:37:57.6989082Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:37:57.7001486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:37:57.7069456Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:37:57.7083646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:57.7229828Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:57.7242553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:37:57.7389493Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:37:57.7402678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:37:57.7429313Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:37:57.7441665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:37:57.7509673Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:37:57.7526928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:57.7669238Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:57.7685132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:37:57.7828586Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:37:57.7840782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:37:57.7869580Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:37:57.7881286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:37:57.7949123Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:37:57.7961630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:57.8109459Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:57.8122246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:37:57.8270277Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:37:57.8285285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:37:57.8350110Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:37:57.8366212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:37:57.8390708Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:37:57.8405666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:57.8550831Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:57.8565500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:37:57.8710667Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:37:57.8727881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:37:57.8790277Z [gw2] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:37:57.8809320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:37:57.8830449Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:37:57.8845408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:57.8991217Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:57.9006661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:37:57.9151708Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:37:57.9171960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:37:57.9230673Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:37:57.9246813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:37:57.9270778Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:37:57.9319433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:57.9430484Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:57.9447550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:37:57.9590550Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:37:57.9605238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:37:57.9670479Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:37:57.9686451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:37:57.9714640Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:37:57.9729834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:57.9870309Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:57.9885009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:37:58.0030813Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:37:58.0048707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:37:58.0110524Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:37:58.0129360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:37:58.0150747Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:37:58.0167193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:58.0310514Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:58.0325340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:37:58.0469964Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:37:58.0484292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:37:58.0550021Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:37:58.0563786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:37:58.0589575Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:37:58.0603449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:37:58.0749592Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:37:58.0764614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:37:58.0910155Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:37:58.0922321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:37:58.0989477Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:37:58.1003020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:37:58.1029400Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:37:58.1043680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:37:58.1189068Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:37:58.1201738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:37:58.1349033Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:37:58.1361419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:37:58.1429819Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:37:58.1443146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:37:58.1469412Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:37:58.1482538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:37:58.1629464Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:37:58.1643033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:37:58.1789358Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:37:58.1801494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:37:58.1868980Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:37:58.1882750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:37:58.1909146Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:37:58.1922942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:37:58.2069310Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:37:58.2082140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:37:58.2229183Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:37:58.2241458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:37:58.2309170Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:37:58.2321563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:37:58.2349056Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:37:58.2364243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:37:58.2509248Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:37:58.2524182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:37:58.2669393Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:37:58.2681579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:37:58.2749366Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:37:58.2761382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:37:58.2788963Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:37:58.2801250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:37:58.2949239Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:37:58.2961481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:37:58.3109029Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:37:58.3121291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:37:58.3188773Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:37:58.3200303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:37:58.3228877Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:37:58.3241146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:37:58.3389400Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:37:58.3401791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:37:58.3549321Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:37:58.3561146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:37:58.3629161Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:37:58.3642292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:37:58.3669542Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:37:58.3682401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:37:58.3829192Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:37:58.3843200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:37:58.3988952Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:37:58.4006090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:37:58.4069295Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:37:58.4082085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:37:58.4109348Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:37:58.4122809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:37:58.4269098Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:37:58.4280787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:37:58.4428981Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:37:58.4440992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:37:58.4509576Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:37:58.4522536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:37:58.4549472Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:37:58.4563380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:37:58.4709107Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:37:58.4722972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:37:58.4869680Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:37:58.4881269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:37:58.4949388Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:37:58.4965598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:37:58.4989337Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:37:58.5002569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:37:58.5148884Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:37:58.5161338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:37:58.5308990Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:37:58.5321844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:37:58.5389444Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:37:58.5402593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:37:58.5429351Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:37:58.5441121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:37:58.5589551Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:37:58.5601971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:37:58.5749456Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:37:58.5764141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:37:58.5828943Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:37:58.5840879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:37:58.5868830Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:37:58.5883148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:37:58.6028910Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:37:58.6040556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:37:58.6189553Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:37:58.6201368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:37:58.6269324Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:37:58.6281953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:37:58.6309153Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:37:58.6323705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:37:58.6468963Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:37:58.6480845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:37:58.6629203Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:37:58.6641594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:37:58.6709601Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:37:58.6721904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:37:58.6749302Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:37:58.6762316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:37:58.6909174Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:37:58.6922265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:37:58.7068989Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:37:58.7081381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:37:58.7149452Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:37:58.7161678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:37:58.7189172Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:37:58.7204236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:37:58.7349821Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:37:58.7364468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:37:58.7509163Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:37:58.7521054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:37:58.7589117Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:37:58.7601254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:37:58.7628888Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:37:58.7641009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:37:58.7789467Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:37:58.7802833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:37:58.7949350Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:37:58.7963072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:37:58.8029106Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:37:58.8041179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:37:58.8068871Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:37:58.8081594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:37:58.8229187Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:37:58.8242134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:37:58.8390046Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:37:58.8401661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:37:58.8469224Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:37:58.8481501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:37:58.8509023Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:37:58.8521179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:37:58.8669111Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:37:58.8680708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:37:58.8829337Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:37:58.8843942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:37:58.8909198Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:37:58.8923538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:37:58.8948982Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:37:58.8961469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:37:58.9269691Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:37:58.9281807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:37:58.9303525Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:37:58.9316363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:37:58.9349053Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:37:58.9361945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:37:58.9389027Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:37:58.9401660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:37:58.9549341Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:37:58.9560830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:37:58.9709581Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:37:58.9722497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:37:58.9788823Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:37:58.9804031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:37:58.9869136Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:37:58.9881645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:37:58.9989304Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:37:59.0001236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:37:59.0149353Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:37:59.0161892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:37:59.0228936Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:37:59.0241397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:37:59.0309529Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:37:59.0321803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:37:59.0429988Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:37:59.0441679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:37:59.0590848Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:37:59.0607538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:37:59.0670277Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:37:59.0684021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:37:59.0750571Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:37:59.0848708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:37:59.0870507Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:37:59.0886116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:37:59.1030711Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:37:59.1047069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:37:59.1110200Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:37:59.1125480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:37:59.1190751Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:37:59.1205903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:37:59.1310999Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:37:59.1324970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:37:59.1471536Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:37:59.1488034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:37:59.1550758Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:37:59.1566956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:37:59.1750272Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:37:59.1765100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:37:59.1798823Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:37:59.1815497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:37:59.1910907Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:37:59.1925608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:37:59.1990193Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:37:59.2011299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:37:59.2069758Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:37:59.2087638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:37:59.2190734Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:37:59.2208659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:37:59.2351391Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:37:59.2366705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:37:59.2430286Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:37:59.2510407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:37:59.2525673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:37:59.2583958Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:37:59.2629833Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:37:59.2644028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:37:59.2790033Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:37:59.2803957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:37:59.2869533Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:37:59.2883337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:37:59.2949694Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:37:59.2962945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:37:59.3069566Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:37:59.3081918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:37:59.3229412Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:37:59.3242329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:37:59.3309122Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:37:59.3321562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:37:59.3389135Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:37:59.3402168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:37:59.3509359Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:37:59.3521552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:37:59.3669162Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:37:59.3683950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:37:59.3749119Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:37:59.3761583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:37:59.3828943Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:37:59.3841447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:37:59.3949131Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:37:59.3960819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:37:59.4109257Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:37:59.4121269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:37:59.4189239Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:37:59.4200970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:37:59.4269030Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:37:59.4281106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:37:59.4389333Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:37:59.4401695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:37:59.4549050Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:37:59.4562220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:37:59.4628896Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:37:59.4643373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:37:59.4708995Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:37:59.4721371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:37:59.4829296Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:37:59.4841847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:37:59.4989294Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:37:59.5001310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:37:59.5069245Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:37:59.5081621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:37:59.5149034Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:37:59.5161762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:37:59.5269764Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:37:59.5281184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:37:59.5429327Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:37:59.5441500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:37:59.5509173Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:37:59.5520933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:37:59.5589014Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:37:59.5600860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:37:59.5709055Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:37:59.5721284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:37:59.5869264Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:37:59.5881651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:37:59.5949514Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:37:59.5962369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:37:59.6029565Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:37:59.6042389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:37:59.6149093Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:37:59.6161797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:37:59.6309577Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:37:59.6321944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:37:59.6389413Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:37:59.6402860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:37:59.6469456Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:37:59.6483335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:37:59.6589488Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:37:59.6601494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:37:59.6749420Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:37:59.6761257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:37:59.6829178Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:37:59.6841646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:37:59.6908985Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:37:59.6924167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:37:59.7029708Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:37:59.7045777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:37:59.7189339Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:37:59.7202914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:37:59.7269164Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:37:59.7280503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:37:59.7349135Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:37:59.7360966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:37:59.7469676Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:37:59.7481103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:37:59.7629660Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:37:59.7642920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:37:59.7709549Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:37:59.7721878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:37:59.7789474Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:37:59.7802051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:37:59.7909133Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:37:59.7921400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:37:59.8069429Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:37:59.8081700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:37:59.8149228Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:37:59.8161688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:37:59.8229565Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:37:59.8243255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:37:59.8349295Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:37:59.8361313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:37:59.8509048Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:37:59.8524661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:37:59.8590078Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:37:59.8604420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:37:59.8669249Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:37:59.8682114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:37:59.8789638Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:37:59.8801899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:37:59.8949221Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:37:59.8961543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:37:59.9029194Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:37:59.9041646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:37:59.9109249Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:37:59.9121862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:37:59.9229519Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:37:59.9243158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:37:59.9389516Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:37:59.9402482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:37:59.9469221Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:37:59.9484142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:37:59.9549095Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:37:59.9560958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:37:59.9668964Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:37:59.9681167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:37:59.9829126Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:37:59.9841444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:37:59.9909066Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:37:59.9920867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:37:59.9989187Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:38:00.0001293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:38:00.0109882Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:38:00.0122882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:38:00.0269524Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:38:00.0282558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:38:00.0349031Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:38:00.0361362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:38:00.0429070Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:38:00.0441298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:38:00.0549365Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:38:00.0561794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:38:00.0709150Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:38:00.0721008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:38:00.0788982Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:38:00.0800741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:38:00.0869000Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:38:00.0880835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:38:00.0988962Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:38:00.1000966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:38:00.1149382Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:38:00.1160988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:38:00.1229216Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:38:00.1241260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:38:00.1309066Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:38:00.1321238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:38:00.1429223Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:38:00.1440925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:38:00.1589291Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:38:00.1601218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:38:00.1669282Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:38:00.1681346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:38:00.1749082Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:38:00.1764155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:38:00.1869109Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:38:00.1890185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:38:00.2028743Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:38:00.2041504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:38:00.2108998Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:38:00.2123500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:38:00.2189129Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:38:00.2201713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:38:00.2309116Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:38:00.2320854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:38:00.2469221Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:38:00.2481571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:38:00.2548920Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:38:00.2560937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:38:00.2629454Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:38:00.2641588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:38:00.2750125Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:38:00.2763303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:38:00.2910865Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:38:00.2927177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:38:00.2990560Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:38:00.3005707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:38:00.3070396Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:38:00.3086186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:38:00.3190955Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:38:00.3206900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:38:00.3350707Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:38:00.3378598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:38:00.3431052Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:38:00.3446461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:38:00.3510898Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:38:00.3526752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:38:00.3630739Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:38:00.3645836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:38:00.3790954Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:38:00.3808718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:38:00.3870758Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:38:00.3886218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:38:00.3950520Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:38:00.4072115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:38:00.4087239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:38:00.4109476Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:38:00.4231927Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:38:00.4248130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:38:00.4310735Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:38:00.4329123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:38:00.4390395Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:38:00.4405770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:38:00.4511037Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:38:00.4526257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:38:00.4671287Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:38:00.4688477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:38:00.4750925Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:38:00.4766557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:38:00.4830814Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:38:00.4846862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:38:00.4949962Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:38:00.4964542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:38:00.5110810Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:38:00.5124814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:38:00.5189584Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:38:00.5202479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:38:00.5269174Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:38:00.5282389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:38:00.5389629Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:38:00.5401917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:38:00.5550072Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:38:00.5561801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:38:00.5629416Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:38:00.5643102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:38:00.5708936Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:38:00.5721994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:38:00.5828994Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:38:00.5842918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:38:00.5989146Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:38:00.6001234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:38:00.6068871Z [gw2] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:38:00.6080811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:38:00.6149199Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:38:00.6161649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:38:00.6269292Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:38:00.6281574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:38:00.6429143Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:38:00.6441292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:38:00.6509040Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:38:00.6521168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:38:00.6589179Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:38:00.6604044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:38:00.6709787Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:38:00.6724596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:38:00.6870066Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:38:00.6884197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:38:00.6949271Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:38:00.6962326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:38:00.7029101Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:38:00.7042570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:38:00.7149948Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:38:00.7164340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:38:00.7310243Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:38:00.7323785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:38:00.7389303Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:38:00.7402541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:38:00.7469183Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:38:00.7482076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:38:00.7589735Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:38:00.7603440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:38:00.7749243Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:38:00.7761634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:38:00.7829602Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:38:00.7842896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:38:00.7908785Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:38:00.7921319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:38:00.8029278Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:38:00.8041314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:38:00.8189395Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:38:00.8204700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:38:00.8269383Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:38:00.8282377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:38:00.8349276Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:38:00.8361754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:38:00.8469433Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:38:00.8482016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:38:00.8629148Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:38:00.8641865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:38:00.8709128Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:38:00.8722119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:38:00.8788916Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:38:00.8801587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:38:00.8909155Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:38:00.8922050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:38:00.9069679Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:38:00.9083041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:38:00.9149333Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:38:00.9164631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:38:00.9228983Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:38:00.9241080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:38:00.9349977Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:38:00.9363653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:38:00.9510166Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:38:00.9524746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:38:00.9589661Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:38:00.9602918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:38:00.9670210Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:38:00.9684177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:38:00.9790568Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:38:00.9804448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:38:00.9949939Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:38:00.9963454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:38:01.0029865Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:38:01.0043755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:38:01.0109155Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:38:01.0122544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:38:01.0229967Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:38:01.0244554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:38:01.0389119Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:38:01.0401818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:38:01.0469284Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:38:01.0482341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:38:01.0549072Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:38:01.0561899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:38:01.0669437Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:38:01.0682144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:38:01.0829624Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:38:01.0844260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:38:01.0909269Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:38:01.0922287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:38:01.0988885Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:38:01.1001146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:38:01.1109676Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:38:01.1123413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:38:01.1269247Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:38:01.1281376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:38:01.1349749Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:38:01.1361307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:38:01.1429298Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:38:01.1445018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:38:01.1549557Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:38:01.1567026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:38:01.1709668Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:38:01.1724429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:38:01.1789592Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:38:01.1803468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:38:01.1869215Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:38:01.1882067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:38:01.1989483Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:38:01.2001435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:38:01.2149280Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:38:01.2162232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:38:01.2229167Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:38:01.2241214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:38:01.2309339Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:38:01.2323056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:38:01.2429166Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:38:01.2441334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:38:01.2589002Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:38:01.2602242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:38:01.2669035Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:38:01.2682026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:38:01.2749119Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:38:01.2761579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:38:01.2869759Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:38:01.2883106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:38:01.3030276Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:38:01.3047196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:38:01.3110206Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:38:01.3124555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:38:01.3190215Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:38:01.3204775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:38:01.3310313Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:38:01.3325152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:38:01.3469810Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:38:01.3485446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:38:01.3550580Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:38:01.3565578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:38:01.3629261Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:38:01.3643865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:38:01.3749892Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:38:01.3764059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:38:01.3909536Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:38:01.3925475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:38:01.3989889Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:38:01.4007232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:38:01.4069780Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:38:01.4084837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:38:01.4189479Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:38:01.4202215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:38:01.4349378Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:38:01.4362055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:38:01.4429676Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:38:01.4442870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:38:01.4508695Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:38:01.4522569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:38:01.4629237Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:38:01.4644145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:38:01.4789539Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:38:01.4802847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:38:01.4869662Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:38:01.4884281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:38:01.4950006Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:38:01.4970633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:38:01.5070039Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:38:01.5084131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:38:01.5231036Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:38:01.5247080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:38:01.5310390Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:38:01.5324470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:38:01.5390501Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:38:01.5408977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:38:01.5510997Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:38:01.5526749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:38:01.5670702Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:38:01.5688436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:38:01.5750358Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:38:01.5765563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:38:01.5830543Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:38:01.5849080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:38:01.5950051Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:38:01.5964666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:38:01.6110965Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:38:01.6128688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:38:01.6190295Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:38:01.6205386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:38:01.6270609Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:38:01.6390363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:38:01.6410247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:38:01.6436295Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:38:01.6550729Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:38:01.6565847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:38:01.6630699Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:38:01.6648119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:38:01.6710188Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:38:01.6728945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:38:01.6830156Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:38:01.6844923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:38:01.6991635Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:38:01.7007463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:38:01.7070648Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:38:01.7087254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:38:01.7150455Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:38:01.7170235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:38:01.7270317Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:38:01.7284750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:38:01.7430551Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:38:01.7444885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:38:01.7509997Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:38:01.7524930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:38:01.7589738Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:38:01.7605056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:38:01.7709665Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:38:01.7724139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:38:01.7869912Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:38:01.7886702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:38:01.7949814Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:38:01.7964055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:38:01.8030380Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:38:01.8045260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:38:01.8150309Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:38:01.8164837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:38:01.8310323Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:38:01.8325255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:38:01.8390200Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:38:01.8404736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:38:01.8469580Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:38:01.8483265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:38:01.8590113Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:38:01.8605485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:38:01.8749790Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:38:01.8764234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:38:01.8829900Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:38:01.8849612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:38:01.8909806Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:38:01.8924527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:38:01.9029700Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:38:01.9043289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:38:01.9190732Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:38:01.9204098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:38:01.9269644Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:38:01.9284840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:38:01.9349768Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:38:01.9363815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:38:01.9469930Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:38:01.9483840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:38:01.9629496Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:38:01.9643135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:38:01.9709372Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:38:01.9724505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:38:01.9789639Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:38:01.9802790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:38:01.9909813Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:38:01.9923638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:38:02.0070807Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:38:02.0083817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:38:02.0149319Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:38:02.0163058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:38:02.0229662Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:38:02.0242833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:38:02.0349897Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:38:02.0364434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:38:02.0509959Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:38:02.0523821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:38:02.0590009Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:38:02.0604505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:38:02.0669411Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:38:02.0682749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:38:02.0800435Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:38:02.0806901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:38:02.0949995Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:38:02.0963860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:38:02.1029739Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:38:02.1042785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:38:02.1109901Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:38:02.1126200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:38:02.1229918Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:38:02.1250848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:38:02.1389942Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:38:02.1404745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:38:02.1469396Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:38:02.1482687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:38:02.1549604Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:38:02.1562566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:38:02.1668920Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:38:02.1682000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:38:02.1830406Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:38:02.1843502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:38:02.1909614Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:38:02.1924180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:38:02.1989656Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:38:02.2002351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:38:02.2109535Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:38:02.2123755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:38:02.2269436Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:38:02.2282110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:38:02.2349036Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:38:02.2361448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:38:02.2429134Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:38:02.2441831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:38:02.2548935Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:38:02.2561453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:38:02.2709689Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:38:02.2726434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:38:02.2789038Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:38:02.2801704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:38:02.2869314Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:38:02.2884204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:38:02.2989768Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:38:02.3003225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:38:02.3150366Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:38:02.3162665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:38:02.3228965Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:38:02.3244068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:38:02.3309414Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:38:02.3325223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:38:02.3429750Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:38:02.3443323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:38:02.3589788Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:38:02.3605046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:38:02.3669530Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:38:02.3692593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:38:02.3749424Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:38:02.3762794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:38:02.3869508Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:38:02.3882504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:38:02.4029626Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:38:02.4042678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:38:02.4109134Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:38:02.4121942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:38:02.4189324Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:38:02.4202141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:38:02.4309271Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:38:02.4322245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:38:02.4470101Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:38:02.4483520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:38:02.4548883Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:38:02.4560999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:38:02.4629051Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:38:02.4641653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:38:02.4749520Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:38:02.4761798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:38:02.4909246Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:38:02.4921704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:38:02.4989604Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:38:02.5003119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:38:02.5069079Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:38:02.5080932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:38:02.5189434Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:38:02.5202477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:38:02.5349132Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:38:02.5361483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:38:02.5429342Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:38:02.5443084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:38:02.5509101Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:38:02.5521106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:38:02.5629542Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:38:02.5644569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:38:02.5789681Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:38:02.5803398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:38:02.5869604Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:38:02.5882505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:38:02.5949008Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:38:02.5972671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:38:02.6069234Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:38:02.6084409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:38:02.6230662Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:38:02.6242053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:38:02.6309331Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:38:02.6321637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:38:02.6388966Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:38:02.6401592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:38:02.6509275Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:38:02.6521727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:38:02.6670067Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:38:02.6683485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:38:02.6749378Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:38:02.6762786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:38:02.6829748Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:38:02.6951088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:38:02.6966752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:38:02.7040192Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:38:02.7110019Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:38:02.7124124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:38:02.7190178Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:38:02.7206086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:38:02.7271277Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:38:02.7293409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:38:02.7390920Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:38:02.7405800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:38:02.7552213Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:38:02.7573297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:38:02.7630670Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:38:02.7646543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:38:02.7811001Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:38:02.7832357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:38:02.7838077Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:38:02.7847982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:38:02.7990807Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:38:02.8008428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:38:02.8070597Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:38:02.8091101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:38:02.8230700Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:38:02.8245648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:38:02.8270272Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:38:02.8284515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:38:02.8431271Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:38:02.8448618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:38:02.8510793Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:38:02.8531531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:38:02.8670883Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:38:02.8710196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:38:02.8724924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:38:02.8761007Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:38:02.8870735Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:38:02.8885647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:38:02.8950776Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:38:02.8968547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:38:02.9110532Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:38:02.9126986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:38:02.9150549Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:38:02.9165658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:38:02.9311836Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:38:02.9327912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:38:02.9390544Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:38:02.9410320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:38:02.9550484Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:38:02.9568248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:38:02.9589827Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:38:02.9604928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:38:02.9749936Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:38:02.9764227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:38:02.9829805Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:38:02.9848780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:38:02.9989751Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:38:03.0002892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:38:03.0029308Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:38:03.0042324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:38:03.0189345Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:38:03.0202946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:38:03.0269934Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:38:03.0289359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:38:03.0429415Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:38:03.0442527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:38:03.0469110Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:38:03.0482326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:38:03.0629822Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:38:03.0644108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:38:03.0709802Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:38:03.0724464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:38:03.0869591Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:38:03.0886087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:38:03.0909552Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:38:03.0925169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:38:03.1069653Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:38:03.1082140Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:03.1149673Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:03.1168481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:38:03.1309269Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:38:03.1321356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:38:03.1349490Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:38:03.1361249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:38:03.1509412Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:38:03.1522280Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:03.1589805Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:03.1607443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:38:03.1749469Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:38:03.1762279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:38:03.1788873Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:38:03.1801732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:38:03.1949613Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:38:03.1962616Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:03.2029358Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:03.2047925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:38:03.2189157Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:38:03.2201549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:38:03.2229142Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:38:03.2241533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:38:03.2389503Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:38:03.2404790Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:03.2470235Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:03.2488352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:38:03.2629501Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:38:03.2643097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:38:03.2669014Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:38:03.2681629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:38:03.2829825Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:38:03.2843104Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:03.2909802Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:03.2927444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:38:03.3068727Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:38:03.3081328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:38:03.3109183Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:38:03.3121937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:38:03.3269333Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:38:03.3281347Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:03.3349823Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:03.3370629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:38:03.3509896Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:38:03.3522385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:38:03.3549276Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:38:03.3561641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:38:03.3709520Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:38:03.3722117Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:03.3789965Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:03.3808932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:38:03.3949319Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:38:03.3962171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:38:03.3989357Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:38:03.4002209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:38:03.4150019Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:38:03.4164556Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:03.4229610Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:03.4244173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:38:03.4389277Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:38:03.4402388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:38:03.4429079Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:38:03.4441468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:38:03.4589252Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:38:03.4604221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:38:03.4669619Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:38:03.4682870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:38:03.4829060Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:38:03.4841231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:38:03.4869272Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:38:03.4881069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:38:03.5029770Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:38:03.5043395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:38:03.5109252Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:38:03.5121100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:38:03.5269092Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:38:03.5281971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:38:03.5309131Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:38:03.5320653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:38:03.5469474Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:38:03.5481775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:38:03.5549613Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:38:03.5562775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:38:03.5709217Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:38:03.5727872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:38:03.5749563Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:38:03.5764502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:38:03.5909204Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:38:03.5921447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:38:03.5989211Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:38:03.6001775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:38:03.6149104Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:38:03.6161196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:38:03.6189325Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:38:03.6201664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:38:03.6350086Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:38:03.6362799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:38:03.6429725Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:38:03.6443229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:38:03.6589831Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:38:03.6603810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:38:03.6629943Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:38:03.6642515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:38:03.6790062Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:38:03.6804137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:38:03.6870025Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:38:03.6882589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:38:03.7029653Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:38:03.7042910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:38:03.7069605Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:38:03.7083408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:38:03.7230032Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:38:03.7246710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:38:03.7309604Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:38:03.7322218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:38:03.7469931Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:38:03.7482996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:38:03.7509814Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:38:03.7522233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:38:03.7669641Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:38:03.7682965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:38:03.7749540Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:38:03.7762254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:38:03.7909415Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:38:03.7922979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:38:03.7948849Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:38:03.7961470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:38:03.8109578Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:38:03.8122190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:38:03.8189265Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:38:03.8204573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:38:03.8349505Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:38:03.8362137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:38:03.8389437Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:38:03.8401685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:38:03.8549381Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:38:03.8562411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:38:03.8629507Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:38:03.8642533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:38:03.8790176Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:38:03.8803061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:38:03.8829177Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:38:03.8842145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:38:03.8989865Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:38:03.9002850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:38:03.9069367Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:38:03.9081853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:38:03.9229317Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:38:03.9242060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:38:03.9269217Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:38:03.9282046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:38:03.9429327Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:38:03.9442199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:38:03.9509297Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:38:03.9521794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:38:03.9669623Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:38:03.9682447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:38:03.9749937Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:38:03.9763193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:38:03.9870335Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:38:03.9883488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:38:03.9950217Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:38:03.9965369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:38:04.0111019Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:38:04.0126002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:38:04.0190373Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:38:04.0204279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:38:04.0310337Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:38:04.0325307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:38:04.0390446Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:38:04.0405353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:38:04.0550792Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:38:04.0569591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:38:04.0630353Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:38:04.0647198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:38:04.0750470Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:38:04.0765999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:38:04.0830231Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:38:04.0845069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:38:04.0990476Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:38:04.1038734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:38:04.1070527Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:38:04.1085815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:38:04.1190350Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:38:04.1204760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:38:04.1270380Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:38:04.1285352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:38:04.1430041Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:38:04.1445036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:38:04.1510642Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:38:04.1524874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:38:04.1630376Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:38:04.1645847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:38:04.1710397Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:38:04.1725104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:38:04.1870543Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:38:04.1885351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:38:04.1950180Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:38:04.1963890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:38:04.2070073Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:38:04.2088044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:38:04.2149734Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:38:04.2162875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:38:04.2309662Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:38:04.2322735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:38:04.2389298Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:38:04.2402414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:38:04.2509258Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:38:04.2521559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:38:04.2589128Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:38:04.2601383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:38:04.2749263Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:38:04.2761958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:38:04.2829194Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:38:04.2841588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:38:04.2949140Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:38:04.2961821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:38:04.3029145Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:38:04.3043976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:38:04.3189156Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:38:04.3201576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:38:04.3269183Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:38:04.3281442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:38:04.3389779Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:38:04.3403639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:38:04.3468956Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:38:04.3481020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:38:04.3629729Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:38:04.3642129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:38:04.3709414Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:38:04.3721646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:38:04.3829058Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:38:04.3841658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:38:04.3909198Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:38:04.3920793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:38:04.4069170Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:38:04.4081433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:38:04.4149059Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:38:04.4161346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:38:04.4269463Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:38:04.4283106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:38:04.4348912Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:38:04.4360669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:38:04.4509336Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:38:04.4524131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:38:04.4589352Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:38:04.4601446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:38:04.4709289Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:38:04.4721260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:38:04.4789115Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:38:04.4801564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:38:04.4949937Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:38:04.4962321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:38:04.5029488Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:38:04.5042253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:38:04.5149686Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:38:04.5162328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:38:04.5229137Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:38:04.5241461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:38:04.5389712Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:38:04.5405652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:38:04.5469187Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:38:04.5484681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:38:04.5589428Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:38:04.5602282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:38:04.5669396Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:38:04.5682120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:38:04.5829427Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:38:04.5842087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:38:04.5909159Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:38:04.5922414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:38:04.6029266Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:38:04.6041878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:38:04.6109340Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:38:04.6121139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:38:04.6269651Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:38:04.6281750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:38:04.6349715Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:38:04.6362893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:38:04.6469235Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:38:04.6481099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:38:04.6548955Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:38:04.6560959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:38:04.6709511Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:38:04.6721611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:38:04.6788690Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:38:04.6800713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:38:04.6909440Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:38:04.6924458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:38:04.6988981Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:38:04.7000491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:38:04.7149139Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:38:04.7161577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:38:04.7228920Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:38:04.7241370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:38:04.7350027Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:38:04.7363981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:38:04.7429189Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:38:04.7442272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:38:04.7589476Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:38:04.7603903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:38:04.7669005Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:38:04.7682160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:38:04.7789478Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:38:04.7801847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:38:04.7869094Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:38:04.7883868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:38:04.8029263Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:38:04.8041749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:38:04.8108694Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:38:04.8121078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:38:04.8229275Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:38:04.8241982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:38:04.8309059Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:38:04.8321117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:38:04.8468971Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:38:04.8481462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:38:04.8548766Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:38:04.8561346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:38:04.8669816Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:38:04.8682006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:38:04.8749381Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:38:04.8761144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:38:04.8909493Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:38:04.8921754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:38:04.8988849Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:38:04.9001274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:38:04.9109582Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:38:04.9123496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:38:04.9188851Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:38:04.9201204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:38:04.9348843Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:38:04.9361248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:38:04.9428702Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:38:04.9440868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:38:04.9548795Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:38:04.9560808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:38:04.9629198Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:38:04.9641667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:38:04.9789833Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:38:04.9803664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:38:04.9868764Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:38:04.9881202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:38:04.9989651Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:38:05.0002633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:38:05.0069602Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:38:05.0082240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:38:05.0229502Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:38:05.0244585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:38:05.0308849Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:38:05.0323677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:38:05.0429083Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:38:05.0441996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:38:05.0508940Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:38:05.0522877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:38:05.0669564Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:38:05.0681179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:38:05.0748608Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:38:05.0760491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:38:05.0869268Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:38:05.0882056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:38:05.0949057Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:38:05.0963016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:38:05.1109315Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:38:05.1121237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:38:05.1188852Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:38:05.1201636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:38:05.1310033Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:38:05.1324252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:38:05.1389356Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:38:05.1401339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:38:05.1549665Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:38:05.1563142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:38:05.1629006Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:38:05.1641536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:38:05.1749755Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:38:05.1766363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:38:05.1829838Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:38:05.1842728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:38:05.1989849Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:38:05.2002805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:38:05.2070073Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:38:05.2085852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:38:05.2375496Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:38:05.2376642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:38:05.2385806Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:38:05.2400665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:38:05.2430096Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:38:05.2445712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:38:05.2510547Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:38:05.2527628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:38:05.2630696Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:38:05.2646063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:38:05.2790861Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:38:05.2810965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:38:05.2870234Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:38:05.2884672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:38:05.2950198Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:38:05.2967100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:38:05.3070703Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:38:05.3085568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:38:05.3230786Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:38:05.3245676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:38:05.3310209Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:38:05.3324796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:38:05.3390393Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:38:05.3407901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:38:05.3510428Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:38:05.3524436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:38:05.3670325Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:38:05.3685268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:38:05.3750315Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:38:05.3765401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:38:05.3830734Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:38:05.3848621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:38:05.3950320Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:38:05.3965385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:38:05.4110858Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:38:05.4126514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:38:05.4190319Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:38:05.4206601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:38:05.4270130Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:38:05.4283930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:38:05.4389981Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:38:05.4403999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:38:05.4549274Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:38:05.4562536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:38:05.4629201Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:38:05.4642250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:38:05.4709388Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:38:05.4721808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:38:05.4829733Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:38:05.4844410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:38:05.4989823Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:38:05.5003069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:38:05.5069372Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:38:05.5086252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:38:05.5149151Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:38:05.5164288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:38:05.5269360Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:38:05.5282379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:38:05.5429474Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:38:05.5443053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:38:05.5509063Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:38:05.5521928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:38:05.5588680Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:38:05.5600990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:38:05.5709690Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:38:05.5723707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:38:05.5869384Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:38:05.5882414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:38:05.5949163Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:38:05.5961088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:38:05.6029170Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:38:05.6041102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:38:05.6149427Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:38:05.6161522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:38:05.6308998Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:38:05.6323523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:38:05.6389253Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:38:05.6401309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:38:05.6469146Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:38:05.6481597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:38:05.6589252Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:38:05.6604061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:38:05.6749152Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:38:05.6761768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:38:05.6829372Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:38:05.6842203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:38:05.6909163Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:38:05.6921279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:38:05.7029512Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:38:05.7042288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:38:05.7189004Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:38:05.7201511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:38:05.7269054Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:38:05.7281915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:38:05.7349466Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:38:05.7361968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:38:05.7469486Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:38:05.7481624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:38:05.7629155Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:38:05.7644405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:38:05.7709279Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:38:05.7721442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:38:05.7789239Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:38:05.7800877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:38:05.7909144Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:38:05.7922383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:38:05.8069411Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:38:05.8083087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:38:05.8148929Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:38:05.8161208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:38:05.8229208Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:38:05.8240888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:38:05.8349705Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:38:05.8362373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:38:05.8509169Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:38:05.8522016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:38:05.8589311Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:38:05.8602584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:38:05.8669063Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:38:05.8681386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:38:05.8789241Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:38:05.8801897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:38:05.8948830Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:38:05.8961527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:38:05.9028957Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:38:05.9041547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:38:05.9108993Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:38:05.9121580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:38:05.9229940Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:38:05.9243088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:38:05.9389417Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:38:05.9402406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:38:05.9469501Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:38:05.9482576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:38:05.9549229Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:38:05.9561492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:38:05.9669817Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:38:05.9681789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:38:05.9829308Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:38:05.9842319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:38:05.9909111Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:38:05.9924257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:38:05.9989284Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:38:06.0010643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:38:06.0109316Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:38:06.0122288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:38:06.0268972Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:38:06.0281893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:38:06.0349308Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:38:06.0362762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:38:06.0429210Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:38:06.0441323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:38:06.0549287Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:38:06.0561223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:38:06.0709137Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:38:06.0723744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:38:06.0789547Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:38:06.0803468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:38:06.0869507Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:38:06.0881793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:38:06.0989685Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:38:06.1001938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:38:06.1149657Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:38:06.1162687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:38:06.1229389Z [gw3] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:38:06.1241915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:38:06.1308876Z [gw1] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:38:06.1321256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:38:06.1429390Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:38:06.1451277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:38:06.1589449Z [gw2] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:38:06.1603780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:38:06.1669300Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:38:06.1682006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:38:06.1749118Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:38:06.1761559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:38:06.1869253Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:38:06.1882499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:38:06.2029751Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:38:06.2042063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:38:06.2109274Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:38:06.2121507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:38:06.2189185Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:38:06.2201342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:38:06.2309293Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:38:06.2321197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:38:06.2469885Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:38:06.2485186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:38:06.2549209Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:38:06.2562217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:38:06.2628810Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:38:06.2641217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:38:06.2749024Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:38:06.2761198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:38:06.2909268Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:38:06.2923331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:38:06.2989145Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:38:06.3001242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:38:06.3069207Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:38:06.3081125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:38:06.3189155Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:38:06.3201360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:38:06.3349421Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:38:06.3361095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:38:06.3428825Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:38:06.3441271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:38:06.3508873Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:38:06.3520719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:38:06.3629161Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:38:06.3640896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:38:06.3789301Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:38:06.3801200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:38:06.3869510Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:38:06.3882766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:38:06.3948967Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:38:06.3960463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:38:06.4069586Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:38:06.4081252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:38:06.4229395Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:38:06.4241814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:38:06.4309637Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:38:06.4322352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:38:06.4390602Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:38:06.4406555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:38:06.4510658Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:38:06.4526311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:38:06.4670765Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:38:06.4687091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:38:06.4750399Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:38:06.4769096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:38:06.4830724Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:38:06.4848776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:38:06.4950698Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:38:06.4965598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:38:06.5110569Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:38:06.5128085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:38:06.5190191Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:38:06.5205758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:38:06.5270070Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:38:06.5284650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:38:06.5390519Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:38:06.5405497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:38:06.5550536Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:38:06.5565312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:38:06.5630482Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:38:06.5647899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:38:06.5710961Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:38:06.5729187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:38:06.5830750Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:38:06.5991915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:38:06.6002308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:38:06.6070467Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:38:06.6086651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:38:06.6150638Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:38:06.6168070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:38:06.6201523Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:38:06.6270368Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:38:06.6292579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:38:06.6428518Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:38:06.6442132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:38:06.6509272Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:38:06.6523157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:38:06.6589346Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:38:06.6602965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:38:06.6709836Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:38:06.6723882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:38:06.6869252Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:38:06.6882285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:38:06.6949292Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:38:06.6962236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:38:06.7029500Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:38:06.7042454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:38:06.7149804Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:38:06.7163839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:38:06.7308932Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:38:06.7324643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:38:06.7389276Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:38:06.7402345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:38:06.7469057Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:38:06.7482321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:38:06.7589848Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:38:06.7603466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:38:06.7749219Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:38:06.7761630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:38:06.7829265Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:38:06.7842257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:38:06.7908768Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:38:06.7921187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:38:06.8029573Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:38:06.8043115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:38:06.8190159Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:38:06.8201726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:38:06.8269228Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:38:06.8281978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:38:06.8349025Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:38:06.8361243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:38:06.8469264Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:38:06.8481722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:38:06.8629010Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:38:06.8641435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:38:06.8709457Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:38:06.8721570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:38:06.8789210Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:38:06.8801269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:38:06.8909536Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:38:06.8924630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:38:06.9068810Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:38:06.9080941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:38:06.9149321Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:38:06.9164042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:38:06.9228922Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:38:06.9241725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:38:06.9349274Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:38:06.9362009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:38:06.9509291Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:38:06.9521912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:38:06.9589453Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:38:06.9604612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:38:06.9669207Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:38:06.9684085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:38:06.9789294Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:38:06.9802243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:38:06.9948910Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:38:06.9961673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:38:07.0029185Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:38:07.0041061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:38:07.0109319Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:38:07.0121202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:38:07.0229326Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:38:07.0241899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:38:07.0389620Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:38:07.0402870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:38:07.0469772Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:38:07.0483430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:38:07.0549687Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:38:07.0562196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:38:07.0669920Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:38:07.0683197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:38:07.0829795Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:38:07.0843259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:38:07.0909585Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:38:07.0922893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:38:07.0989563Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:38:07.1001853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:38:07.1109357Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:38:07.1124927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:38:07.1269669Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:38:07.1282268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:38:07.1349219Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:38:07.1362125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:38:07.1429209Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:38:07.1442241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:38:07.1549369Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:38:07.1562044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:38:07.1709062Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:38:07.1721547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:38:07.1788968Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:38:07.1801472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:38:07.1869065Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:38:07.1881059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:07.1989187Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:07.2001572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:38:07.2149441Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:38:07.2166125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:38:07.2229499Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:38:07.2243116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:38:07.2309135Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:38:07.2321253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:38:07.2429600Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:38:07.2442291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:38:07.2589523Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:38:07.2602443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:38:07.2669023Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:38:07.2681606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:38:07.2749159Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:38:07.2761301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:38:07.2869085Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:38:07.2881593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:38:07.3029341Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:38:07.3041776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:38:07.3109461Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:38:07.3122016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:38:07.3188820Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:38:07.3200750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:38:07.3309081Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:38:07.3320907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:38:07.3469217Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:38:07.3483090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:38:07.3549129Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:38:07.3560900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:38:07.3629102Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:38:07.3640616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:38:07.3749259Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:38:07.3761325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:38:07.3909238Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:38:07.3921800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:38:07.3989019Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:38:07.4001094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:38:07.4069087Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:38:07.4080809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:38:07.4189076Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:38:07.4201426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:38:07.4349077Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:38:07.4360829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:38:07.4428814Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:38:07.4444036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:38:07.4509246Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:38:07.4523652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:38:07.4629216Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:38:07.4641591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:38:07.4788868Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:38:07.4802736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:38:07.4869218Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:38:07.4881294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:38:07.4949351Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:38:07.4961292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:38:07.5069020Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:38:07.5081265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:38:07.5229426Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:38:07.5240932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:38:07.5309013Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:38:07.5321100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:38:07.5389057Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:38:07.5401505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:38:07.5509162Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:38:07.5523758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:38:07.5669263Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:38:07.5681573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:38:07.5749039Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:38:07.5761357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:38:07.5829006Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:38:07.5840982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:38:07.5948842Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:38:07.5964154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:38:07.6108943Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:38:07.6120735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:38:07.6189558Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:38:07.6201596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:38:07.6269017Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:38:07.6281154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:38:07.6389957Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:38:07.6402297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:38:07.6550450Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:38:07.6564643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:38:07.6630380Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:38:07.6645333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:38:07.6710179Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:38:07.6727095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:38:07.6830742Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:38:07.6846090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:38:07.6990417Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:38:07.7008905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:38:07.7100245Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:38:07.7115443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:38:07.7150605Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:38:07.7165357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:38:07.7271621Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:38:07.7286830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:38:07.7430880Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:38:07.7446394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:38:07.7511105Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:38:07.7526219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:38:07.7590755Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:38:07.7607953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:38:07.7710957Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:38:07.7725655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:38:07.7870731Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:38:07.7885115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:38:07.7950591Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:38:07.7966864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:38:07.8030754Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:38:07.8049242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:38:07.8150444Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:38:07.8164673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:38:07.8310753Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:38:07.8390409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:38:07.8407624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:38:07.8470210Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:38:07.8479643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:38:07.8489692Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:38:07.8590343Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:38:07.8606531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:38:07.8748769Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:38:07.8764293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:38:07.8829566Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:38:07.8843226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:38:07.8909189Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:38:07.8922987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:38:07.9029407Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:38:07.9043352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:38:07.9189504Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:38:07.9202434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:38:07.9269591Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:38:07.9285367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:38:07.9349545Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:38:07.9365481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:38:07.9470191Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:38:07.9483435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:38:07.9629387Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:38:07.9641883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:38:07.9709979Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:38:07.9724756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:07.9789771Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:07.9802481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:38:07.9909954Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:38:07.9924088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:38:08.0069785Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:38:08.0081967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:38:08.0149143Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:38:08.0162099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:38:08.0229042Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:38:08.0241353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:38:08.0349267Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:38:08.0361420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:38:08.0509159Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:38:08.0521351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:38:08.0589215Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:38:08.0601593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:38:08.0669052Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:38:08.0681519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:38:08.0789839Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:38:08.0806657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:38:08.0949339Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:38:08.0963111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:38:08.1029054Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:38:08.1041040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:38:08.1109230Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:38:08.1121594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:38:08.1229531Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:38:08.1241372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:38:08.1389437Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:38:08.1401398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:38:08.1469593Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:38:08.1483494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:38:08.1549632Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:38:08.1563659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:38:08.1669232Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:38:08.1681281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:38:08.1829370Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:38:08.1850910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:38:08.1909591Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:38:08.1921681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:38:08.1989156Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:38:08.2001222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:38:08.2109170Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:38:08.2121669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:38:08.2269463Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:38:08.2281356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:38:08.2349148Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:38:08.2360913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:38:08.2429207Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:38:08.2441307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:38:08.2549314Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:38:08.2561664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:38:08.2709066Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:38:08.2720584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:38:08.2789094Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:38:08.2801505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:38:08.2869579Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:38:08.2881510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:38:08.2989017Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:38:08.3001307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:38:08.3149885Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:38:08.3160912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:38:08.3229239Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:38:08.3243203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:38:08.3308996Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:38:08.3321077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:38:08.3429361Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:38:08.3441899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:38:08.3589133Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:38:08.3601587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:38:08.3669003Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:38:08.3681356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:38:08.3749401Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:38:08.3761212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:38:08.3869200Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:38:08.3881180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:38:08.4028917Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:38:08.4041072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:38:08.4108819Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:38:08.4130636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:38:08.4189320Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:38:08.4204728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:38:08.4309874Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:38:08.4321635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:38:08.4469136Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:38:08.4481335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:38:08.4549143Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:38:08.4561266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:38:08.4629285Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:38:08.4641100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:38:08.4749630Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:38:08.4761527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:38:08.4909160Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:38:08.4921628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:38:08.4989301Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:38:08.5001776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:38:08.5069250Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:38:08.5081643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:38:08.5189278Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:38:08.5201482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:38:08.5349142Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:38:08.5360979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:38:08.5428774Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:38:08.5440889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:38:08.5509229Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:38:08.5521112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:38:08.5629199Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:38:08.5644255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:38:08.5789192Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:38:08.5801266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:38:08.5868818Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:38:08.5881092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:38:08.5948894Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:38:08.5961479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:38:08.6069780Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:38:08.6082588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:38:08.6229660Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:38:08.6243787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:38:08.6309074Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:38:08.6321806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:38:08.6389641Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:38:08.6401499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:38:08.6509078Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:38:08.6521286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:38:08.6669174Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:38:08.6684530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:38:08.6749236Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:38:08.6762267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:38:08.6828907Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:38:08.6841683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:38:08.6949444Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:38:08.6962448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:38:08.7109381Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:38:08.7122100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:38:08.7188985Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:38:08.7202096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:38:08.7269146Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:38:08.7281949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:38:08.7389728Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:38:08.7403287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:38:08.7549132Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:38:08.7563856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:38:08.7629305Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:38:08.7642161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:38:08.7709454Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:38:08.7722403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:38:08.7829557Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:38:08.7842566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:38:08.7989797Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:38:08.8002666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:38:08.8069730Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:38:08.8083370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:38:08.8149471Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:38:08.8162076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:38:08.8269640Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:38:08.8281943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:38:08.8429346Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:38:08.8441451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:38:08.8508790Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:38:08.8521682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:38:08.8589257Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:38:08.8601429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:38:08.8709690Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:38:08.8723417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:38:08.8870875Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:38:08.8886221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:38:08.8950388Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:38:08.8967455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:38:08.9030280Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:38:08.9050667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:38:08.9151102Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:38:08.9166084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:38:08.9310545Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:38:08.9325876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:38:08.9390717Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:38:08.9406003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:38:08.9470628Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:38:08.9485226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:38:08.9590420Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:38:08.9607361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:38:08.9750584Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:38:08.9764760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:38:08.9830602Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:38:08.9845794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:38:08.9910235Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:38:08.9927242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:38:09.0030768Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:38:09.0045640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:38:09.0190883Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:38:09.0204318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:38:09.0270247Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:38:09.0286181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:38:09.0350298Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:38:09.0367813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:38:09.0470558Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:38:09.0556197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:38:09.0630328Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:38:09.0709875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:38:09.0725087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:38:09.0754370Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:38:09.0790946Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:38:09.0808948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:38:09.0910236Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:38:09.0924429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:38:09.1068728Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:38:09.1082627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:38:09.1149303Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:38:09.1166146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:38:09.1229170Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:38:09.1243765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:38:09.1349678Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:38:09.1362963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:38:09.1509634Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:38:09.1526542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:38:09.1589696Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:38:09.1603894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:38:09.1669275Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:38:09.1682376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:38:09.1789157Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:38:09.1801865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:38:09.1949406Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:38:09.1961783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:38:09.2029331Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:38:09.2042567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:38:09.2108854Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:38:09.2121138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:38:09.2229595Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:38:09.2243491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:38:09.2388957Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:38:09.2401276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:38:09.2469119Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:38:09.2481181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:38:09.2549032Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:38:09.2560963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:38:09.2669265Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:38:09.2681371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:38:09.2829503Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:38:09.2843039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:38:09.2909706Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:38:09.2923479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:38:09.2989092Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:38:09.3001620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:38:09.3109548Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:38:09.3122177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:38:09.3269263Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:38:09.3281782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:38:09.3349327Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:38:09.3362161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:38:09.3428936Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:38:09.3440952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:38:09.3549656Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:38:09.3563048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:38:09.3709220Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:38:09.3721344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:38:09.3789000Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:38:09.3804057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:38:09.3868813Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:38:09.3883931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:38:09.3989565Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:38:09.4001865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:38:09.4149037Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:38:09.4161315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:38:09.4230016Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:38:09.4246664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:38:09.4309485Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:38:09.4325825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:38:09.4429995Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:38:09.4443919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:38:09.4589438Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:38:09.4602985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:38:09.4669497Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:38:09.4681833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:38:09.4749141Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:38:09.4761323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:38:09.4868982Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:38:09.4880967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:38:09.5029581Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:38:09.5043167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:38:09.5108984Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:38:09.5121138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:38:09.5189216Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:38:09.5201101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:38:09.5309654Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:38:09.5325806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:38:09.5469027Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:38:09.5480837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:38:09.5549030Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:38:09.5561650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:38:09.5629541Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:38:09.5642809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:38:09.5749585Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:38:09.5763091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:38:09.5908983Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:38:09.5921187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:38:09.5989237Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:38:09.6001077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:38:09.6069535Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:38:09.6081279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:38:09.6189337Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:38:09.6201277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:38:09.6349401Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:38:09.6364108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:38:09.6428915Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:38:09.6440937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:38:09.6509092Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:38:09.6521503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:38:09.6629703Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:38:09.6643123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:38:09.6789245Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:38:09.6801567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:38:09.6869382Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:38:09.6882428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:38:09.6949589Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:38:09.6962730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:38:09.7069449Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:38:09.7081995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:38:09.7229558Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:38:09.7241748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:38:09.7309595Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:38:09.7322402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:38:09.7389102Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:38:09.7402013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:38:09.7509176Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:38:09.7521328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:38:09.7669397Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:38:09.7681346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:38:09.7748976Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:38:09.7761563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:38:09.7829065Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:38:09.7843455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:38:09.7949730Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:38:09.7964415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:38:09.8109601Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:38:09.8122919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:38:09.8189459Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:38:09.8328396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:38:09.8335666Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:38:09.8348942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:38:09.8389406Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:38:09.8401627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:38:09.8548828Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:38:09.8561118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:38:09.8629802Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:38:09.8646058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:38:09.8749666Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:38:09.8767933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:38:09.8829171Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:38:09.8842143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:38:09.8989723Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:38:09.9001646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:38:09.9069455Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:38:09.9082145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:38:09.9189479Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:38:09.9201792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:38:09.9269838Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:38:09.9281458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:38:09.9429930Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:38:09.9442177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:38:09.9509291Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:38:09.9521833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:38:09.9629208Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:38:09.9641261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:38:09.9709056Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:38:09.9721321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:38:09.9869492Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:38:09.9881659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:38:09.9949371Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:38:09.9962346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:38:10.0069399Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:38:10.0081324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:38:10.0149044Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:38:10.0164381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:38:10.0308895Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:38:10.0323517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:38:10.0389826Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:38:10.0402899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:38:10.0509155Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:38:10.0521097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:38:10.0589319Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:38:10.0602879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:38:10.0749570Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:38:10.0761648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:38:10.0829403Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:38:10.0841354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:38:10.0949107Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:38:10.0962682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:38:10.1029637Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:38:10.1041675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:38:10.1190160Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:38:10.1207040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:38:10.1270046Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:38:10.1283426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:38:10.1390802Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:38:10.1408613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:38:10.1471200Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:38:10.1486784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:38:10.1630345Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:38:10.1676890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:38:10.1710559Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:38:10.1724966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:38:10.1831006Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:38:10.1850821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:38:10.1910613Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:38:10.1925824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:38:10.2070346Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:38:10.2085422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:38:10.2150316Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:38:10.2165572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:38:10.2270680Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:38:10.2288683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:38:10.2350592Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:38:10.2367071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:38:10.2510538Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:38:10.2526713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:38:10.2590388Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:38:10.2605169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:38:10.2711028Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:38:10.2729602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:38:10.2790075Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:38:10.2804804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:38:10.2950486Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:38:10.2964791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:38:10.3030307Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:38:10.3045700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:38:10.3150642Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:38:10.3169339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:38:10.3229919Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:38:10.3245148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:38:10.3389640Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:38:10.3403801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:38:10.3469966Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:38:10.3487142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:38:10.3589832Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:38:10.3605836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:38:10.3669264Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:38:10.3682196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:38:10.3829291Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:38:10.3841842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:38:10.3909371Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:38:10.3921763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:38:10.4029682Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:38:10.4042823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:38:10.4109900Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:38:10.4123390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:38:10.4269047Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:38:10.4283851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:38:10.4348855Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:38:10.4361451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:38:10.4469008Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:38:10.4482235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:38:10.4549596Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:38:10.4562122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:38:10.4710075Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:38:10.4723763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:38:10.4788936Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:38:10.4801783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:38:10.4909203Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:38:10.4921645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:38:10.4989625Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:38:10.5006242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:38:10.5149028Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:38:10.5160993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:38:10.5228864Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:38:10.5241109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:38:10.5348964Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:38:10.5361185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:38:10.5429505Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:38:10.5443091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:38:10.5589018Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:38:10.5601765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:38:10.5668968Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:38:10.5681232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:38:10.5789033Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:38:10.5801339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:38:10.5869159Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:38:10.5881815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:38:10.6029739Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:38:10.6045935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:38:10.6109294Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:38:10.6121029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:38:10.6229085Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:38:10.6241408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:38:10.6309319Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:38:10.6321405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:38:10.6469131Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:38:10.6480861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:38:10.6549335Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:38:10.6561284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:38:10.6668993Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:38:10.6681385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:38:10.6749420Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:38:10.6761830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:38:10.6909050Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:38:10.6923634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:38:10.6988960Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:38:10.7001038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:38:10.7109091Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:38:10.7121460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:38:10.7189030Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:38:10.7201600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:38:10.7349119Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:38:10.7361239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:38:10.7428781Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:38:10.7441133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:38:10.7549164Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:38:10.7560911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:38:10.7629231Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:38:10.7641682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:38:10.7789268Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:38:10.7801094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:38:10.7868995Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:38:10.7881040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:38:10.7989253Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:38:10.8001556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:38:10.8068957Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:38:10.8080880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:38:10.8229005Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:38:10.8241110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:38:10.8309204Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:38:10.8325705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:38:10.8429365Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:38:10.8444265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:38:10.8509906Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:38:10.8521614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:38:10.8669601Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:38:10.8683350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:38:10.8749446Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:38:10.8761523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:38:10.8869820Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:38:10.8883070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:38:10.8949944Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:38:10.8962547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:38:10.9109531Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:38:10.9122897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:38:10.9189444Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:38:10.9202503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:38:10.9309364Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:38:10.9321817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:38:10.9389589Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:38:10.9402687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:38:10.9549233Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:38:10.9561417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:38:10.9628652Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:38:10.9641233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:38:11.2316319Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:38:11.2349423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:38:11.2367944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:38:11.2370941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:38:11.2377191Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:38:11.2384927Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:38:11.2390792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:38:11.2399240Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:38:11.2407972Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:38:11.2416121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:38:11.2419023Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:38:11.2424797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:38:11.2430799Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:38:11.2438513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:38:11.2444932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:38:11.2448122Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:38:11.2789517Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:38:11.2801657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:38:11.2833955Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:38:11.2836887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:38:11.2840011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:38:11.2853000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:38:11.2863390Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:38:11.2865923Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:38:11.3229543Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:38:11.3246415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:38:11.3276391Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:38:11.3280147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:38:11.3285083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:38:11.3305487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:38:11.3308413Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:38:11.3310982Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:38:11.3672380Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:38:11.3816488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:38:11.3829421Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:38:11.3835377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:38:11.3836406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:38:11.3861581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:38:11.3864830Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:38:11.3868121Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:38:11.4111654Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:38:11.4125875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:38:11.4232979Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:38:11.4235885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:38:11.4248860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:38:11.4270438Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:38:11.4285278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:38:11.4388058Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:38:11.4550837Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:38:11.4565986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:38:11.4671455Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:38:11.4673999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:38:11.4695929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:38:11.4698783Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:38:11.4709989Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:38:11.4724993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:38:11.4991273Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:38:11.5009001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:38:11.5111701Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:38:11.5114781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:38:11.5135526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:38:11.5138117Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:38:11.5150352Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:38:11.5362351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:38:11.5430813Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:38:11.5447557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:38:11.5552286Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:38:11.5553003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:38:11.5567678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:38:11.5577280Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:38:11.5589299Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:38:11.5603142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:38:11.5869786Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:38:11.5882272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:38:11.5991133Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:38:11.5991710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:38:11.6007113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:38:11.6013647Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:38:11.6029241Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:38:11.6041756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:38:11.6310202Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:38:11.6323893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:38:11.6431379Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:38:11.6432478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:38:11.6450606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:38:11.6453398Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:38:11.6469095Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:38:11.6482821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:38:11.6749667Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:38:11.6763706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:38:11.6871166Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:38:11.6871890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:38:11.6889722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:38:11.6892422Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:38:11.6909072Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:38:11.6922058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:38:11.7189087Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:38:11.7201716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:38:11.7311318Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:38:11.7311978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:38:11.7326041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:38:11.7333263Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:38:11.7349305Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:38:11.7361542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:38:11.7629130Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:38:11.7641697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:38:11.7750901Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:38:11.7751762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:38:11.7765944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:38:11.7772222Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:38:11.7789472Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:38:11.7803903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:38:11.8069449Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:38:11.8082610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:38:11.8190479Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:38:11.8192658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:38:11.8213037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:38:11.8216033Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:38:11.8228921Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:38:11.8241702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:38:11.8509419Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:38:11.8522275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:38:11.8631714Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:38:11.8632088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:38:11.8652155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:38:11.8653754Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:38:11.8668857Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:38:11.8681658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:38:11.8950115Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:38:11.8964033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:38:11.9071557Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:38:11.9072612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:38:11.9088557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:38:11.9095567Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:38:11.9109010Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:38:11.9121789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:38:11.9389781Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:38:11.9403263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:38:11.9510944Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:38:11.9513399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:38:11.9530700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:38:11.9533196Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:38:11.9549178Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:38:11.9564563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:38:11.9829692Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:38:11.9844577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:38:11.9950910Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:38:11.9951706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:38:11.9969019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:38:11.9970795Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:38:11.9989369Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:38:12.0001646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:38:12.0269267Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:38:12.0281497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:38:12.0390608Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:38:12.0392794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:38:12.0403708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:38:12.0415729Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:38:12.0429078Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:38:12.0441492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:38:12.0709723Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:38:12.0722137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:38:12.0830787Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:38:12.0831379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:38:12.0849375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:38:12.0851070Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:38:12.0869254Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:38:12.0881480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:38:12.1149887Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:38:12.1161210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:38:12.1270339Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:38:12.1272308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:38:12.1289356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:38:12.1291718Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:38:12.1308996Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:38:12.1321354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:38:12.1589650Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:38:12.1603798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:38:12.1710595Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:38:12.1712580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:38:12.1722801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:38:12.1733657Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:38:12.1748926Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:38:12.1761184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:38:12.2029787Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:38:12.2042247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:38:12.2151405Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:38:12.2152001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:38:12.2167037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:38:12.2173116Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:38:12.2189330Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:38:12.2202514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:38:12.2469299Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:38:12.2481741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:38:12.2590770Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:38:12.2591418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:38:12.2605378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:38:12.2611936Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:38:12.2628829Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:38:12.2645320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:38:12.2909556Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:38:12.2922529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:38:12.3030627Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:38:12.3032727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:38:12.3046418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:38:12.3053283Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:38:12.3069173Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:38:12.3081276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:38:12.3348992Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:38:12.3361021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:38:12.3471115Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:38:12.3471505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:38:12.3488818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:38:12.3490624Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:38:12.3509432Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:38:12.3522425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:38:12.3789540Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:38:12.3801382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:38:12.3910964Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:38:12.3911550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:38:12.3928737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:38:12.3931136Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:38:12.3949383Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:38:12.3961423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:38:12.4229454Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:38:12.4241814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:38:12.4350441Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:38:12.4352762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:38:12.4370554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:38:12.4373227Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:38:12.4389492Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:38:12.4401389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:38:12.4669389Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:38:12.4684124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:38:12.4790091Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:38:12.4792661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:38:12.4810085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:38:12.4811513Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:38:12.4829074Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:38:12.4841227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:38:12.5109090Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:38:12.5121554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:38:12.5231098Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:38:12.5231880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:38:12.5250150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:38:12.5252637Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:38:12.5269256Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:38:12.5281528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:38:12.5549905Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:38:12.5562427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:38:12.5671543Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:38:12.5672036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:38:12.5687333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:38:12.5694159Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:38:12.5709419Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:38:12.5722273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:38:12.5991346Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:38:12.6005977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:38:12.6112886Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:38:12.6113401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:38:12.6128449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:38:12.6137714Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:38:12.6150400Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:38:12.6278099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:38:12.6430765Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:38:12.6445607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:38:12.6554004Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:38:12.6554709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:38:12.6576403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:38:12.6590850Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:38:12.6606860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:38:12.6672226Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:38:12.6870723Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:38:12.6886210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:38:12.6992503Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:38:12.6993734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:38:12.7017123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:38:12.7019993Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:38:12.7031011Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:38:12.7046183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:38:12.7311673Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:38:12.7328292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:38:12.7431806Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:38:12.7434553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:38:12.7448913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:38:12.7464664Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:38:12.7475610Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:38:12.7665666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:38:12.7750692Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:38:12.7766527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:38:12.7872525Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:38:12.7873252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:38:12.7895684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:38:12.7897125Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:38:12.7909418Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:38:12.7923762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:38:12.8189584Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:38:12.8203155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:38:12.8311774Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:38:12.8312397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:38:12.8330317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:38:12.8335121Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:38:12.8349753Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:38:12.8362509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:38:12.8629483Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:38:12.8642698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:38:12.8751607Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:38:12.8752210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:38:12.8769963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:38:12.8774790Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:38:12.8788964Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:38:12.8802241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:38:12.9069520Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:38:12.9082316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:38:12.9191970Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:38:12.9192585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:38:12.9210755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:38:12.9217366Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:38:12.9229244Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:38:12.9242200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:38:12.9509703Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:38:12.9525340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:38:12.9631428Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:38:12.9632081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:38:12.9646968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:38:12.9669419Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:38:12.9681975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:38:12.9837424Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:38:12.9949605Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:38:12.9962348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:38:13.0071299Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:38:13.0071932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:38:13.0085305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:38:13.0090968Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:38:13.0109519Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:38:13.0122773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:38:13.0389000Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:38:13.0403688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:38:13.0510114Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:38:13.0512443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:38:13.0530216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:38:13.0533010Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:38:13.0548861Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:38:13.0561760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:38:13.0829654Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:38:13.0843132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:38:13.0950980Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:38:13.0953346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:38:13.0970514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:38:13.0972863Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:38:13.0988763Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:38:13.1001022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:38:13.1269370Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:38:13.1281946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:38:13.1392302Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:38:13.1393477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:38:13.1415553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:38:13.1418202Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:38:13.1428883Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:38:13.1441607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:38:13.1709464Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:38:13.1721797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:38:13.1831766Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:38:13.1832476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:38:13.1850225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:38:13.1855381Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:38:13.1868818Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:38:13.1881092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:38:13.2149866Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:38:13.2165375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:38:13.2272559Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:38:13.2273183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:38:13.2291618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:38:13.2298390Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:38:13.2309487Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:38:13.2327313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:38:13.2589294Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:38:13.2602178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:38:13.2711904Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:38:13.2712535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:38:13.2733576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:38:13.2736136Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:38:13.2749454Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:38:13.2763083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:38:13.3029306Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:38:13.3041334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:38:13.3151536Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:38:13.3152147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:38:13.3173543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:38:13.3176186Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:38:13.3188835Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:38:13.3201037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:38:13.3470093Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:38:13.3483865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:13.3591668Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:13.3592597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:38:13.3609686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:38:13.3616352Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:38:13.3629378Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:38:13.3641220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:38:13.3909185Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:38:13.3924260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:38:13.4031790Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:38:13.4032293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:38:13.4049254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:38:13.4057099Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:38:13.4069282Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:38:13.4082683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:38:13.4349045Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:38:13.4364681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:38:13.4471503Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:38:13.4472067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:38:13.4489443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:38:13.4496655Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:38:13.4509307Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:38:13.4521843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:38:13.4789002Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:38:13.4801071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:38:13.4911870Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:38:13.4912575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:38:13.4929471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:38:13.4938593Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:38:13.4948881Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:38:13.4960948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:38:13.5229192Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:38:13.5241012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:38:13.5351411Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:38:13.5352212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:38:13.5368554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:38:13.5376630Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:38:13.5388931Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:38:13.5401133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:38:13.5669216Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:38:13.5681570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:38:13.5791403Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:38:13.5792235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:38:13.5811551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:38:13.5816409Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:38:13.5829219Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:38:13.5840910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:38:13.6109374Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:38:13.6121728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:38:13.6232238Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:38:13.6232749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:38:13.6252180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:38:13.6259559Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:38:13.6268953Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:38:13.6281086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:38:13.6549598Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:38:13.6561470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:38:13.6671674Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:38:13.6672232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:38:13.6692406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:38:13.6697210Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:38:13.6709184Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:38:13.6721327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:38:13.6989198Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:38:13.7001855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:38:13.7111365Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:38:13.7112072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:38:13.7133456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:38:13.7135116Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:38:13.7148831Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:38:13.7163748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:38:13.7429507Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:38:13.7443780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:38:13.7551566Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:38:13.7552462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:38:13.7574155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:38:13.7576023Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:38:13.7589335Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:38:13.7601336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:38:13.7869765Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:38:13.7882662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:38:13.7992583Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:38:13.7993223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:38:13.8015806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:38:13.8020769Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:38:13.8029943Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:38:13.8043986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:38:13.8312034Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:38:13.8328356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:38:13.8433738Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:38:13.8434436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:38:13.8452933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:38:13.8462959Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:38:13.8509969Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:38:13.8524884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:38:13.8750562Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:38:13.8766322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:38:13.8870765Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:38:13.8873016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:38:13.8890871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:38:13.8950438Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:38:13.8970954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:38:13.8974341Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:38:13.9191482Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:38:13.9208827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:38:13.9313054Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:38:13.9313627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:38:13.9330803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:38:13.9338676Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:38:13.9390670Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:38:13.9407514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:38:13.9631004Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:38:13.9646935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:38:13.9752767Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:38:13.9753562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:38:13.9776215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:38:13.9780129Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:38:13.9830617Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:38:13.9946782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:38:14.0070421Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:38:14.0085656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:38:14.0192088Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:38:14.0192556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:38:14.0212495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:38:14.0214992Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:38:14.0269360Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:38:14.0281964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:38:14.0509393Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:38:14.0522759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:38:14.0630075Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:38:14.0632555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:38:14.0650147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:38:14.0652117Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:38:14.0708975Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:38:14.0721563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:38:14.0948822Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:38:14.0961893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:38:14.1070148Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:38:14.1072496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:38:14.1090460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:38:14.1092834Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:38:14.1149370Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:38:14.1161295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:38:14.1390039Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:38:14.1401931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:38:14.1511427Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:38:14.1512026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:38:14.1529945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:38:14.1532611Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:38:14.1589174Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:38:14.1602006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:38:14.1829520Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:38:14.1842599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:38:14.1950863Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:38:14.1951239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:38:14.1965709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:38:14.1972407Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:38:14.2029299Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:38:14.2050773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:38:14.2269440Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:38:14.2281320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:38:14.2390173Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:38:14.2392007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:38:14.2409409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:38:14.2412644Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:38:14.2468907Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:38:14.2480668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:38:14.2709239Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:38:14.2721432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:38:14.2830026Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:38:14.2832503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:38:14.2845153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:38:14.2851450Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:38:14.2909237Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:38:14.2920687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:38:14.3149601Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:38:14.3162734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:38:14.3271424Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:38:14.3272033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:38:14.3285536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:38:14.3291530Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:38:14.3348965Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:38:14.3360811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:38:14.3589568Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:38:14.3601877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:38:14.3711192Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:38:14.3711565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:38:14.3726500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:38:14.3733328Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:38:14.3789053Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:38:14.3800620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:38:14.4029654Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:38:14.4052391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:38:14.4150826Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:38:14.4151605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:38:14.4165291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:38:14.4171703Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:38:14.4229037Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:38:14.4241023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:38:14.4469737Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:38:14.4482860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:38:14.4590754Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:38:14.4591336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:38:14.4608848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:38:14.4611529Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:38:14.4669248Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:38:14.4680897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:38:14.4909217Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:38:14.4921622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:38:14.5031014Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:38:14.5031604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:38:14.5044962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:38:14.5051586Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:38:14.5109121Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:38:14.5120884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:38:14.5348982Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:38:14.5361051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:38:14.5470742Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:38:14.5471340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:38:14.5485025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:38:14.5491637Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:38:14.5549149Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:38:14.5561299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:38:14.5789121Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:38:14.5801083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:38:14.5910617Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:38:14.5911421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:38:14.5923848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:38:14.5933403Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:38:14.5989490Z [gw2] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:38:14.6006630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:38:14.6229152Z [gw3] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:38:14.6242479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:38:14.6350809Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:38:14.6351241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:38:14.6369734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:38:14.6372752Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:38:14.6429533Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:38:14.6444096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:38:14.6669840Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:38:14.6682959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:38:14.6791336Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:38:14.6791687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:38:14.6806851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:38:14.6813064Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:38:14.6869892Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:38:14.6891956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:38:14.7109805Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:38:14.7122393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:38:14.7230796Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:38:14.7231526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:38:14.7246462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:38:14.7254206Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:38:14.7309305Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:38:14.7327200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:38:14.7550212Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:38:14.7564429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:38:14.7672066Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:38:14.7672723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:38:14.7691373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:38:14.7692773Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:38:14.7749525Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:38:14.7767619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:38:14.7989285Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:38:14.8001013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:38:14.8111591Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:38:14.8111973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:38:14.8129837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:38:14.8131658Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:38:14.8189495Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:38:14.8207998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:38:14.8430337Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:38:14.8442558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:38:14.8550814Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:38:14.8551419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:14.8565637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:38:14.8572958Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:14.8629166Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:38:14.8646096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:38:14.8869075Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:38:14.8884628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:38:14.8989971Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:38:14.8992562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:38:14.9009745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:38:14.9011145Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:38:14.9069568Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:38:14.9084163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:38:14.9309486Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:38:14.9322183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:38:14.9431016Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:38:14.9431696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:14.9449542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:38:14.9451910Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:38:14.9509486Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:14.9521315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:38:14.9749240Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:38:14.9761216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:38:14.9870442Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:38:14.9871839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:38:14.9885729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:38:14.9892591Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:38:14.9949685Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:38:14.9962696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:38:15.0190357Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:38:15.0202830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:38:15.0311222Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:38:15.0313948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:38:15.0326546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:38:15.0335669Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:38:15.0390133Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:38:15.0403111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:38:15.0632704Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:38:15.0646338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:38:15.0751996Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:38:15.0754608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:38:15.0774019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:38:15.0776708Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:38:15.0829966Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:38:15.0844277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:38:15.1070939Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:38:15.1085332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:38:15.1191984Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:38:15.1195546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:38:15.1208592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:38:15.1257585Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:38:15.1270381Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:38:15.1286037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:38:15.1510911Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:38:15.1525564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:38:15.1632459Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:38:15.1633324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:38:15.1650466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:38:15.1656693Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:38:15.1710670Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:38:15.1728651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:38:15.1951056Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:38:15.1965831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:38:15.2072007Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:38:15.2074511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:38:15.2089839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:38:15.2097938Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:38:15.2149706Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:38:15.2390584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:38:15.2405392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:38:15.2422502Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:38:15.2511420Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:38:15.2511995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:38:15.2531450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:38:15.2533827Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:38:15.2589155Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:38:15.2602551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:38:15.2829821Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:38:15.2844034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:38:15.2950964Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:38:15.2951567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:38:15.2966153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:38:15.2972343Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:38:15.3029220Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:38:15.3041846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:38:15.3269678Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:38:15.3283131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:38:15.3390684Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:38:15.3391334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:38:15.3408683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:38:15.3410607Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:38:15.3469006Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:38:15.3481787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:38:15.3709565Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:38:15.3724741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:38:15.3830572Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:38:15.3831187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:15.3845242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:38:15.3851549Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:38:15.3908863Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:15.3923625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:38:15.4149707Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:38:15.4161223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:38:15.4270610Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:38:15.4271140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:38:15.4285698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:15.4292405Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:38:15.4349023Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:15.4360674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:38:15.4589451Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:38:15.4601709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:38:15.4711183Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:38:15.4711637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:15.4728719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:38:15.4731319Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:15.4789115Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:38:15.4801175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:38:15.5029530Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:38:15.5043829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:38:15.5149912Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:38:15.5152235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:15.5165785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:38:15.5171863Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:38:15.5229079Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:15.5241349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:38:15.5470373Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:38:15.5483260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:38:15.5591537Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:38:15.5592309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:15.5605581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:38:15.5616490Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:15.5669347Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:38:15.5682123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:38:15.5909646Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:38:15.5922351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:38:15.6031289Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:38:15.6032043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:15.6050504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:38:15.6057185Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:15.6108919Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:38:15.6121034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:38:15.6350290Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:38:15.6364163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:38:15.6471184Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:38:15.6471759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:15.6487345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:38:15.6494032Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:38:15.6549812Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:15.6565490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:38:15.6790059Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:38:15.6802932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:38:15.6911574Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:38:15.6911971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:15.6932599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:38:15.6934333Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:15.6989399Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:38:15.7004346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:38:15.7229419Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:38:15.7241966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:38:15.7351012Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:38:15.7351684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:15.7371717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:38:15.7372935Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:15.7429208Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:38:15.7441867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:38:15.7669257Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:38:15.7681341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:38:15.7791618Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:38:15.7792028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:38:15.7810763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:38:15.7813820Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:38:15.7869402Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:38:15.7882364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:38:15.8110018Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:38:15.8123033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:38:15.8231627Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:38:15.8232324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:38:15.8252728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:38:15.8255935Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:38:15.8308972Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:38:15.8321762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:38:15.8549384Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:38:15.8565911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:38:15.8671802Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:38:15.8672434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:38:15.8689696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:38:15.8696646Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:38:15.8749399Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:38:15.8763127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:38:15.8990275Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:38:15.9003009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:38:15.9111273Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:38:15.9111932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:38:15.9125239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:38:15.9135366Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:38:15.9189081Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:38:15.9201456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:38:15.9429616Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:38:15.9442496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:38:15.9551496Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:38:15.9552911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:38:15.9569505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:38:15.9572115Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:38:15.9629536Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:38:15.9642868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:38:15.9870419Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:38:15.9883087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:38:15.9991867Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:38:15.9993385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:38:16.0013844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:38:16.0016663Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:38:16.0069222Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:38:16.0082109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:38:16.0309423Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:38:16.0322784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:38:16.0430344Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:38:16.0433217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:38:16.0453477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:38:16.0456599Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:38:16.0509761Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:38:16.0522100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:38:16.0749373Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:38:16.0762073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:38:16.0871453Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:38:16.0871837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:38:16.0891654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:38:16.0893743Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:38:16.0949404Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:38:16.0962545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:38:16.1189138Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:38:16.1201727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:38:16.1311210Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:38:16.1311813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:38:16.1327291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:38:16.1334128Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:38:16.1389119Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:38:16.1404064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:38:16.1629494Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:38:16.1641849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:38:16.1750256Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:38:16.1753170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:38:16.1769431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:38:16.1776237Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:38:16.1829137Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:38:16.1840976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:38:16.2069239Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:38:16.2081428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:38:16.2191174Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:38:16.2191872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:38:16.2210419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:38:16.2213498Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:38:16.2269273Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:38:16.2281703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:38:16.2509754Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:38:16.2521983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:38:16.2631541Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:38:16.2632128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:38:16.2647356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:38:16.2654871Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:38:16.2709853Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:38:16.2723426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:38:16.2951630Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:38:16.2966294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:38:16.3071931Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:38:16.3074781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:38:16.3095966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:38:16.3098606Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:38:16.3150322Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:38:16.3164703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:38:16.3390373Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:38:16.3408523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:38:16.3513201Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:38:16.3513904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:38:16.3531827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:38:16.3537756Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:38:16.3590050Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:38:16.3604416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:38:16.3830271Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:38:16.3844976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:38:16.3953241Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:38:16.3953657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:38:16.3971634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:38:16.3978966Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:38:16.4031065Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:38:16.4045635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:38:16.4270687Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:38:16.4286369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:38:16.4392277Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:38:16.4394783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:38:16.4413906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:38:16.4421438Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:38:16.4470154Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:38:16.4503564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:38:16.4710253Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:38:16.4724829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:38:16.4832035Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:38:16.4832639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:38:16.4848986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:38:16.4855499Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:38:16.4909512Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:38:16.4922710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:38:16.5149800Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:38:16.5162295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:38:16.5271602Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:38:16.5272427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:38:16.5290137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:38:16.5297222Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:38:16.5348976Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:38:16.5361100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:38:16.5588994Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:38:16.5601249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:38:16.5710026Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:38:16.5712415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:38:16.5731839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:38:16.5733633Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:38:16.5788966Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:38:16.5802275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:38:16.6029275Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:38:16.6042294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:38:16.6151350Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:38:16.6152153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:38:16.6173424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:38:16.6175878Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:38:16.6229193Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:38:16.6244654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:38:16.6469094Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:38:16.6481857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:38:16.6591396Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:38:16.6592015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:38:16.6606943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:38:16.6613340Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:38:16.6669263Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:38:16.6683427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:38:16.6909260Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:38:16.6921842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:38:16.7031005Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:38:16.7031608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:38:16.7046650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:38:16.7053616Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:38:16.7109140Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:38:16.7126790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:38:16.7349166Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:38:16.7361325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:38:16.7470980Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:38:16.7471464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:38:16.7488807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:38:16.7495665Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:38:16.7549548Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:38:16.7567203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:38:16.7789089Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:38:16.7801101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:38:16.7911542Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:38:16.7911984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:38:16.7926127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:38:16.7932696Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:38:16.7990328Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:38:16.8007394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:38:16.8229500Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:38:16.8245200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:38:16.8351180Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:38:16.8351807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:38:16.8370710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:38:16.8373550Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:38:16.8429578Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:38:16.8447979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:38:16.8669272Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:38:16.8682627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:16.8789966Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:16.8792099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:38:16.8809657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:38:16.8812599Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:38:16.8869257Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:38:16.8887048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:38:16.9109253Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:38:16.9122023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:38:16.9230989Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:38:16.9233162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:38:16.9251054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:38:16.9253538Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:38:16.9309748Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:38:16.9328528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:38:16.9549307Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:38:16.9562521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:16.9670675Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:16.9673264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:38:16.9690667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:38:16.9692778Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:38:16.9749705Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:38:16.9767787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:38:17.0004412Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:38:17.0006750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:38:17.0111253Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:38:17.0112069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:38:17.0127130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:38:17.0133475Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:38:17.0189433Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:38:17.0204000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:38:17.0429372Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:38:17.0441956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:38:17.0549950Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:38:17.0552036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:38:17.0568983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:38:17.0570763Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:38:17.0629372Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:38:17.0643823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:38:17.0869197Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:38:17.0892360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:38:17.0991172Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:38:17.0991904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:38:17.1009989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:38:17.1012492Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:38:17.1069509Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:38:17.1084932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:38:17.1309469Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:38:17.1322600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:38:17.1430230Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:38:17.1432760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:38:17.1449149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:38:17.1455694Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:38:17.1509180Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:38:17.1520929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:38:17.1749725Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:38:17.1763017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:38:17.1871278Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:38:17.1871903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:38:17.1892327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:38:17.1894025Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:38:17.1949229Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:38:17.1960958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:38:17.2189249Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:38:17.2201864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:38:17.2311152Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:38:17.2311749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:38:17.2329725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:38:17.2336169Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:38:17.2389649Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:38:17.2404089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:38:17.2629621Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:38:17.2642104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:38:17.2751206Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:38:17.2751927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:38:17.2771873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:38:17.2773420Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:38:17.2829103Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:38:17.2841093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:38:17.3069254Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:38:17.3084772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:38:17.3191442Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:38:17.3192090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:38:17.3209228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:38:17.3216729Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:38:17.3268904Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:38:17.3281055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:38:17.3509562Z [gw3] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:38:17.3522138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:38:17.3631108Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:38:17.3631805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:38:17.3647236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:38:17.3655382Z [gw2] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:38:17.3709160Z [gw0] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:38:17.3721982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:38:17.3949787Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:38:17.3961435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:17.4070301Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:17.4072655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:38:17.4092592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:38:17.4094129Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:38:17.4149338Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:38:17.4163856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:38:17.4389787Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:38:17.4404387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:17.4511005Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:17.4512232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:38:17.4532307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:38:17.4533255Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:38:17.4589292Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:38:17.4603476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:38:17.4830542Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:38:17.4845623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:17.4950672Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:17.4953011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:38:17.4969081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:38:17.4976407Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:38:17.5030060Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:38:17.5043693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:38:17.5271315Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:38:17.5288300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:17.5392582Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:17.5393103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:38:17.5416198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:38:17.5424830Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:38:17.5470279Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:38:17.5484708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:38:17.5711379Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:38:17.5727102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:17.5832885Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:17.5833405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:38:17.5853069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:38:17.5859529Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:38:17.5910587Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:38:17.5928854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:38:17.6150282Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:38:17.6164283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:17.6272235Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:17.6274254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:38:17.6291787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:38:17.6298672Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:38:17.6350086Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:38:17.6364302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:38:17.6591310Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:38:17.6606544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:17.6713143Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:17.6713968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:38:17.6733977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:38:17.6740643Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:38:17.6790101Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:38:17.6965721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:38:17.7029982Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:38:17.7044810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:17.7191942Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:17.7192685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:17.7214114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:38:17.7216152Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:17.7235390Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:38:17.7248749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:38:17.7469768Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:38:17.7483366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:17.7631613Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:17.7632167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:38:17.7650014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:38:17.7657095Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:38:17.7669236Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:38:17.7681838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:38:17.7909191Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:38:17.7925000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:38:17.8072165Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:38:17.8072775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:38:17.8089361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:38:17.8096397Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:38:17.8109544Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:38:17.8123021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:38:17.8349962Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:38:17.8363715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:38:17.8511920Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:38:17.8512475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:38:17.8528240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:38:17.8539634Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:38:17.8549205Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:38:17.8565123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:38:17.8789775Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:38:17.8803709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:38:17.8951877Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:38:17.8952254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:38:17.8968870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:38:17.8975836Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:38:17.8989491Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:38:17.9002332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:38:17.9231705Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:38:17.9245294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:38:17.9392443Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:38:17.9394672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:38:17.9414834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:38:17.9416582Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:38:17.9429828Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:38:17.9444912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:38:17.9671568Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:38:17.9685885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:38:17.9831548Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:38:17.9833748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:38:17.9848379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:38:17.9861396Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:38:17.9869529Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:38:17.9885095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:38:18.0109659Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:38:18.0123718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:38:18.0271315Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:38:18.0271945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:38:18.0290523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:38:18.0293366Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:38:18.0309403Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:38:18.0322586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:38:18.0549381Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:38:18.0562289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:38:18.0710737Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:38:18.0713016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:38:18.0729231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:38:18.0733737Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:38:18.0749149Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:38:18.0764829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:38:18.0989208Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:38:18.1001695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:38:18.1151253Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:38:18.1151891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:38:18.1169445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:38:18.1172127Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:38:18.1189080Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:38:18.1201274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:38:18.1430103Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:38:18.1442770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:38:18.1590146Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:38:18.1592326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:38:18.1605762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:38:18.1613058Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:38:18.1629052Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:38:18.1641129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:38:18.1869429Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:38:18.1882291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:38:18.2030943Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:38:18.2031855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:38:18.2049284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:38:18.2051976Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:38:18.2068856Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:38:18.2081273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:38:18.2309415Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:38:18.2321813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:38:18.2471715Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:38:18.2472153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:38:18.2489673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:38:18.2492374Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:38:18.2509430Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:38:18.2522924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:38:18.2749498Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:38:18.2764423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:38:18.2911408Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:38:18.2912375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:38:18.2928010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:38:18.2932476Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:38:18.2948933Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:38:18.2961541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:38:18.3189345Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:38:18.3201462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:38:18.3351394Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:38:18.3352041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:38:18.3368667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:38:18.3371475Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:38:18.3389083Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:38:18.3401087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:38:18.3629301Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:38:18.3643760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:38:18.3790729Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:38:18.3791364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:38:18.3808536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:38:18.3811279Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:38:18.3829290Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:38:18.3842582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:38:18.4069118Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:38:18.4081873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:38:18.4230891Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:38:18.4231495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:38:18.4245614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:38:18.4251628Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:38:18.4268861Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:38:18.4280899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:38:18.4509746Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:38:18.4522554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:38:18.4670522Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:38:18.4671216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:38:18.4689100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:38:18.4691808Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:38:18.4709463Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:38:18.4722229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:38:18.4949199Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:38:18.4961875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:38:18.5110629Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:38:18.5113139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:38:18.5130102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:38:18.5132590Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:38:18.5148498Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:38:18.5160491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:38:18.5389283Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:38:18.5401318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:38:18.5550595Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:38:18.5551312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:38:18.5565121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:38:18.5571963Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:38:18.5590097Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:38:18.5605629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:38:18.5829602Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:38:18.5843905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:38:18.5990372Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:38:18.5990825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:38:18.6005456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:38:18.6011959Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:38:18.6028724Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:38:18.6041020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:38:18.6269560Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:38:18.6281151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:38:18.6430936Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:38:18.6431676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:38:18.6448533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:38:18.6451174Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:38:18.6468947Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:38:18.6480569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:38:18.6709831Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:38:18.6722727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:38:18.6870841Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:38:18.6871517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:38:18.6888366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:38:18.6891587Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:38:18.6909534Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:38:18.6922777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:38:18.7150081Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:38:18.7163505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:38:18.7313233Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:38:18.7313844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:38:18.7329636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:38:18.7339838Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:38:18.7350779Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:38:18.7368255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:38:18.7590815Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:38:18.7608192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:38:18.7752864Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:38:18.7753464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:38:18.7769547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:38:18.7790857Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:38:18.7808820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:38:18.7902998Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:38:18.8030347Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:38:18.8045148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:38:18.8192366Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:38:18.8193199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:38:18.8213235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:38:18.8219718Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:38:18.8230598Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:38:18.8248857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:38:18.8470999Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:38:18.8486730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:38:18.8632914Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:38:18.8634598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:38:18.8656578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:38:18.8658319Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:38:18.8670588Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:38:18.8688337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:38:18.8910698Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:38:18.8926206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:38:18.9072198Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:38:18.9074269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:38:18.9095311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:38:18.9097931Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:38:18.9110906Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:38:18.9271326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:38:18.9350421Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:38:18.9366101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:38:18.9511827Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:38:18.9512544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:38:18.9526551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:38:18.9536045Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:38:18.9549718Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:38:18.9564021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:38:18.9790032Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:38:18.9804397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:38:18.9952001Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:38:18.9952398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:38:18.9968287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:38:18.9975248Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:38:18.9988917Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:38:19.0002926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:38:19.0230292Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:38:19.0244018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:38:19.0391694Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:38:19.0392191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:38:19.0411471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:38:19.0413321Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:38:19.0429758Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:38:19.0446210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:38:19.0669504Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:38:19.0682849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:38:19.0830736Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:38:19.0833127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:38:19.0851330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:38:19.0853937Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:38:19.0869598Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:38:19.0883312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:38:19.1109739Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:38:19.1123161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:38:19.1271414Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:38:19.1272881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:38:19.1291565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:38:19.1293345Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:38:19.1309776Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:38:19.1322903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:38:19.1549757Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:38:19.1564992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:38:19.1711856Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:38:19.1712451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:38:19.1725258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:19.1733876Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:38:19.1749565Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:19.1762966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:38:19.1989363Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:38:19.2002082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:38:19.2150609Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:38:19.2152918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:38:19.2167332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:19.2171751Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:38:19.2189149Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:19.2202206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:38:19.2429588Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:38:19.2444833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:38:19.2590449Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:38:19.2593043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:19.2607464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:38:19.2614274Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:38:19.2629280Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:19.2642034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:38:19.2869392Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:38:19.2881735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:38:19.3031267Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:38:19.3031888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:38:19.3050909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:19.3053371Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:38:19.3069268Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:19.3081222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:38:19.3309651Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:38:19.3321831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:38:19.3470039Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:38:19.3472684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:38:19.3484168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:38:19.3509747Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:38:19.3523117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:38:19.3537933Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:38:19.3749326Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:38:19.3761486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:38:19.3910044Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:38:19.3912619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:38:19.3923412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:38:19.3945204Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:38:19.3954181Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:38:19.3967209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:38:19.4189513Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:38:19.4201498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:38:19.4351353Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:38:19.4352092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:38:19.4365969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:38:19.4389969Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:38:19.4408992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:38:19.4411774Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:38:19.4628948Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:38:19.4641304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:38:19.4790873Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:38:19.4792869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:38:19.4803775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:38:19.4826094Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:38:19.4834971Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:38:19.4848053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:38:19.5069904Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:38:19.5081379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:38:19.5230845Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:38:19.5231249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:38:19.5244560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:38:19.5269463Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:38:19.5284737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:38:19.5511112Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:38:19.5531111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:38:19.5670179Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:38:19.5683705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:38:19.5711684Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:38:19.5724615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:38:19.5950632Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:38:19.5970813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:38:19.6109414Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:38:19.6123621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:38:19.6150281Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:38:19.6164970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:38:19.6391800Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:38:19.6412695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:38:19.6551195Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:38:19.6567431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:38:19.6590416Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:38:19.6605749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:38:19.6821753Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:38:19.6832439Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:38:19.6834851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:38:19.6853828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:38:19.6991625Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:38:19.7011109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:38:19.7071092Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:38:19.7093103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:38:19.7271485Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:38:19.7293969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:38:19.7430571Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:38:19.7445864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:38:19.7510266Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:38:19.7532509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:38:19.7560018Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:38:19.7568712Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:38:19.7711204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:38:19.7871256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:38:19.7887369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:38:19.7944420Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:38:19.7953317Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:38:19.7976244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:38:19.8151467Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:38:19.8159407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:38:19.8166877Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:38:19.8177399Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:38:19.8310987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:38:19.8327361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:38:19.8390315Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:38:19.8411675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:38:19.8423905Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:38:19.8592012Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:38:19.8592404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:38:19.8605576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:38:19.8750074Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:38:19.8765697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:38:19.8830649Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:38:19.8849228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:38:19.9029475Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:38:19.9042929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:38:19.9190536Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:38:19.9208150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:38:19.9270356Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:38:19.9288301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:38:19.9298144Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:38:19.9304984Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:38:19.9471359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:38:19.9487668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:38:19.9584472Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:38:19.9631271Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:38:19.9650554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:38:19.9712738Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:38:19.9713487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:38:19.9730931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:38:19.9912661Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:38:20.0025379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:38:20.0071806Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:38:20.0090644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:38:20.0151133Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:38:20.0177981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:38:20.0351098Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:38:20.0365593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:38:20.0511801Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:38:20.0530735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:38:20.0590871Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:38:20.0606385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:38:20.0793814Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:38:20.0820348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:38:20.0953019Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:38:20.0970943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:38:20.1031408Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:38:20.1046565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:38:20.1224225Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:38:20.1233834Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:38:20.1236416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:38:20.1256206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:38:20.1391626Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:38:20.1421954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:38:20.1471162Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:38:20.1674072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:38:20.1678080Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:38:20.1696660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:38:20.1756174Z [gw1] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:38:20.1764624Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:38:20.1830501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:38:20.1845199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:38:20.1910478Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:38:20.1927926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:38:20.2011853Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:38:20.2109546Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:38:20.2133232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:38:20.2190035Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:38:20.2269815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:38:20.2283486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:38:20.2349832Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:38:20.2364598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:38:20.2549520Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:38:20.2563934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:38:20.2710879Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:38:20.2724065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:38:20.2774462Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:38:20.2783092Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:38:20.2789766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:38:20.2803156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:38:20.2990368Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:38:20.3005336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:38:20.3021976Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:38:20.3149553Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:38:20.3162806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:38:20.3230873Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:38:20.3231569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:38:20.3244459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:38:20.3429553Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:38:20.3443581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:38:20.3590848Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:38:20.3604066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:38:20.3669963Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:38:20.3684616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:38:20.3869923Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:38:20.3883740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:38:20.3940556Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:38:20.3951779Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:38:20.4030095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:38:20.4046519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:38:20.4109722Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:38:20.4123807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:38:20.4249432Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:38:20.4310061Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:38:20.4323890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:38:20.4389351Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:38:20.4469616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:38:20.4482900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:38:20.4550116Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:38:20.4564413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:38:20.4750325Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:38:20.4764567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:38:20.4910356Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:38:20.4923090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:38:20.4959045Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:38:20.4966424Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:38:20.4990071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:38:20.5011017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:38:20.5190241Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:38:20.5207539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:38:20.5217180Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:38:20.5349152Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:38:20.5362513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:38:20.5388512Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:38:20.5429699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:38:20.5447150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:38:20.5630117Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:38:20.5644135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:38:20.5789768Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:38:20.5803337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:38:20.5870018Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:38:20.5884304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:38:20.6070981Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:38:20.6087886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:38:20.6179248Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:38:20.6188017Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:38:20.6229322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:38:20.6245099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:38:20.6309870Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:38:20.6328681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:38:20.6510274Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:38:20.6528005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:38:20.6670531Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:38:20.6685661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:38:20.6750236Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:38:20.6769832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:38:20.6951257Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:38:20.6969038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:38:20.6980166Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:38:20.6986497Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:38:20.7110523Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:38:20.7126532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:38:20.7190787Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:38:20.7210417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:38:20.7257062Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:38:20.7390491Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:38:20.7392932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:38:20.7407895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:38:20.7550212Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:38:20.7569503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:38:20.7630029Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:38:20.7643764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:38:20.7669535Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:38:20.7829784Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:38:20.7832381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:38:20.7849465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:38:20.7990332Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:38:20.8009798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:38:20.8070070Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:38:20.8088161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:38:20.8181188Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:38:20.8271408Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:38:20.8271886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:38:20.8290522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:38:20.8427725Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:38:20.8438021Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:38:20.8457765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:38:20.8510183Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:38:20.8526574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:38:20.8714308Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:38:20.8714947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:38:20.8733247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:38:20.8871605Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:38:20.8894649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:38:20.8951298Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:38:20.8969858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:38:20.9087376Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:38:20.9152235Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:38:20.9155877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:38:20.9170336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:38:20.9292984Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:38:20.9310151Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:38:20.9330027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:38:20.9389321Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:38:20.9402931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:38:20.9592496Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:38:20.9593126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:38:20.9607981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:38:20.9750428Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:38:20.9766013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:38:20.9777166Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:38:20.9829048Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:38:20.9845555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:38:21.0030313Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:38:21.0032534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:38:21.0049070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:38:21.0190196Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:38:21.0204097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:38:21.0270711Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:38:21.0275476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:38:21.0283292Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:38:21.0471781Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:38:21.0472255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:38:21.0488431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:38:21.0629746Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:38:21.0642827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:38:21.0710391Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:38:21.0728228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:38:21.0911066Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:38:21.0930370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:38:21.1070227Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:38:21.1084054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:38:21.1150856Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:38:21.1165451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:38:21.1350604Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:38:21.1364801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:38:21.1509545Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:38:21.1523490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:38:21.1540693Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:38:21.1550425Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:38:21.1590318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:38:21.1608044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:38:21.1791845Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:38:21.1813934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:38:21.1951332Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:38:21.1970201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:38:21.2031213Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:38:21.2050759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:38:21.2232845Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:38:21.2421553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:38:21.2432171Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:38:21.2450250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:38:21.2470725Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:38:21.2486352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:38:21.2670559Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:38:21.2685697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:38:21.2872270Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:38:21.2888847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:38:21.2951472Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:38:21.2970326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:38:21.3111767Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:38:21.3131922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:38:21.3312165Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:38:21.3332629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:38:21.3391297Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:38:21.3410108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:38:21.3551928Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:38:21.3571956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:38:21.3752937Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:38:21.3776168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:38:21.3831498Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:38:21.3992131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:38:21.4011998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:38:21.4031402Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:38:21.4098359Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:38:21.4107240Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:38:21.4190390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:38:21.4209959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:38:21.4270095Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:38:21.4288620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:38:21.4430465Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:38:21.4448827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:38:21.4629824Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:38:21.4649137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:38:21.4710349Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:38:21.4730649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:38:21.4870243Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:38:21.4887895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:38:21.5070269Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:38:21.5086692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:38:21.5150163Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:38:21.5167463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:38:21.5177278Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:38:21.5186430Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:38:21.5310216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:38:21.5328729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:38:21.5377519Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:38:21.5510066Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:38:21.5523277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:38:21.5591465Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:38:21.5592135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:38:21.5608813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:38:21.5750806Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:38:21.5769109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:38:21.5949942Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:38:21.5964327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:38:21.6030315Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:38:21.6047094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:38:21.6190116Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:38:21.6208106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:38:21.6390393Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:38:21.6404189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:38:21.6470686Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:38:21.6488539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:38:21.6630758Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:38:21.6649109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:38:21.6830762Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:38:21.6844710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:38:21.6910511Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:38:21.6928163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:38:21.7069851Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:38:21.7084087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:38:21.7271420Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:38:21.7286101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:38:21.7350434Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:38:21.7368312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:38:21.7510301Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:38:21.7525353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:38:21.7710232Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:38:21.7724403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:38:21.7790315Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:38:21.7807229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:38:21.7950397Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:38:21.7964173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:38:21.8150627Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:38:21.8165753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:38:21.8230482Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:38:21.8248100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:38:21.8390401Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:38:21.8409658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:38:21.8590982Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:38:21.8610007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:38:21.8670885Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:38:21.8688001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:38:21.8830471Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:38:21.8850017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:38:21.9030123Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:38:21.9043830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:38:21.9110144Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:38:21.9127658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:38:21.9270341Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:38:21.9289651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:38:21.9445466Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:38:21.9452383Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:38:21.9470768Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:38:21.9492441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:38:21.9590064Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:38:21.9606004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:38:21.9710647Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:38:21.9726150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:38:21.9910963Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:38:21.9931540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:38:22.0030083Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:38:22.0044495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:38:22.0150502Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:38:22.0169304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:38:22.0350812Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:38:22.0371352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:38:22.0469604Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:38:22.0483153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:38:22.0590641Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:38:22.0608513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:38:22.0721490Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:38:22.0732193Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:38:22.0790651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:38:22.0812352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:38:22.0909705Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:38:22.0923237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:38:22.1031152Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:38:22.1051697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:38:22.1200135Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:38:22.1209181Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:38:22.1230219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:38:22.1251518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:38:22.1350314Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:38:22.1364425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:38:22.1470133Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:38:22.1488640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:38:22.1670586Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:38:22.1690519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:38:22.1789881Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:38:22.1804690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:38:22.1909356Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:38:22.1922710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:38:22.2110642Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:38:22.2130466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:38:22.2229814Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:38:22.2243037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:38:22.2349762Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:38:22.2363752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:38:22.2550682Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:38:22.2571008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:38:22.2669762Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:38:22.2682655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:38:22.2789869Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:38:22.2804358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:38:22.2991049Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:38:22.3010855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:38:22.3109953Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:38:22.3124351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:38:22.3216532Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:38:22.3225594Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:38:22.3230837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:38:22.3243797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:38:22.3430990Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:38:22.3455497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:38:22.3549742Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:38:22.3562886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:38:22.3670071Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:38:22.3683595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:38:22.3873052Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:38:22.3894970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:38:22.3990469Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:38:22.4004891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:38:22.4111656Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:38:22.4127100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:38:22.4204843Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:38:22.4212114Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:38:22.4312005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:38:22.4335267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:38:22.4402647Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:38:22.4430550Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:38:22.4449891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:38:22.4550454Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:38:22.4566009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:38:22.4629640Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:38:22.4752241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:38:22.4772808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:38:22.4870802Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:38:22.4885532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:38:22.4991606Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:38:22.5008665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:38:22.5029816Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:38:22.5069412Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:38:22.5231722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:38:22.5246967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:38:22.5311619Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:38:22.5327156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:38:22.5431123Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:38:22.5445895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:38:22.5672535Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:38:22.5687477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:38:22.5751483Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:38:22.5767953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:38:22.5870927Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:38:22.5888509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:38:22.6112402Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:38:22.6128948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:38:22.6190757Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:38:22.6311828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:38:22.6332048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:38:22.6365206Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:38:22.6551157Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:38:22.6565540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:38:22.6630387Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:38:22.6643902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:38:22.6749830Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:38:22.6763738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:38:22.6990619Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:38:22.7004037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:38:22.7070277Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:38:22.7083394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:38:22.7190130Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:38:22.7204318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:38:22.7430490Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:38:22.7443698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:38:22.7509984Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:38:22.7523671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:38:22.7630025Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:38:22.7643882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:38:22.7870193Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:38:22.7884337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:38:22.7950197Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:38:22.7963386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:38:22.8069644Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:38:22.8083375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:38:22.8310702Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:38:22.8328912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:38:22.8389984Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:38:22.8403359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:38:22.8509853Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:38:22.8523011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:38:22.8750889Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:38:22.8764883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:38:22.8831082Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:38:22.8844536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:38:22.8950096Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:38:22.8964256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:38:22.9190307Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:38:22.9203747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:22.9269819Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:22.9286341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:38:22.9389992Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:38:22.9405823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:38:22.9630881Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:38:22.9645574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:38:22.9710154Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:38:22.9723997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:38:22.9830443Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:38:22.9845246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:38:23.0070573Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:38:23.0080947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:38:23.0091532Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:38:23.0096470Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:38:23.0149568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:38:23.0163403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:38:23.0270222Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:38:23.0284510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:38:23.0510632Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:38:23.0524092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:38:23.0589792Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:38:23.0604543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:38:23.0710085Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:38:23.0724570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:38:23.0950676Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:38:23.0965854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:38:23.1030865Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:38:23.1045457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:38:23.1150103Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:38:23.1167438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:38:23.1390116Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:38:23.1404452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:38:23.1469845Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:38:23.1483200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:38:23.1589784Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:38:23.1603306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:38:23.1830808Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:38:23.1844843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:38:23.1910600Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:38:23.1924577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:38:23.2030336Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:38:23.2044715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:38:23.2270951Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:38:23.2284710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:38:23.2350269Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:38:23.2363408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:38:23.2470398Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:38:23.2478345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:38:23.2485094Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:38:23.2493775Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:38:23.2710373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:38:23.2725001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:38:23.2790005Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:38:23.2803688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:38:23.2909875Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:38:23.2924001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:38:23.3150355Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:38:23.3166447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:38:23.3229700Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:38:23.3242921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:38:23.3349914Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:38:23.3362946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:38:23.3590027Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:38:23.3603492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:38:23.3669778Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:38:23.3682834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:38:23.3767279Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:38:23.3776824Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:38:23.3789351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:38:23.3803458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:38:23.4030474Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:38:23.4044802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:38:23.4110065Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:38:23.4126671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:38:23.4230669Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:38:23.4244084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:38:23.4415875Z [gw1] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:38:23.4425606Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:38:23.4470019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:38:23.4484463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:38:23.4550299Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:38:23.4564167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:38:23.4669949Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:38:23.4685395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:38:23.4909961Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:38:23.4923621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:38:23.4989995Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:38:23.5004122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:38:23.5109924Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:38:23.5123077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:38:23.5349935Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:38:23.5365043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:38:23.5429322Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:38:23.5442715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:38:23.5550276Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:38:23.5563414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:38:23.5790857Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:38:23.5804252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:38:23.5870317Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:38:23.5883881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:38:23.5989981Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:38:23.6006902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:38:23.6231393Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:38:23.6245245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:38:23.6309859Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:38:23.6323769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:38:23.6429886Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:38:23.6443947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:38:23.6672694Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:38:23.6690808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:38:23.6751449Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:38:23.6768357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:38:23.6871641Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:38:23.6889403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:38:23.7113033Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:38:23.7132166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:38:23.7191310Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:38:23.7207636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:38:23.7311492Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:38:23.7328989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:38:23.7552291Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:38:23.7572232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:38:23.7630971Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:38:23.7646704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:38:23.7751667Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:38:23.7768494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:38:23.7993027Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:38:23.8024903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:38:23.8071370Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:38:23.8088742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:38:23.8191639Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:38:23.8209797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:38:23.8432867Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:38:23.8451273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:38:23.8511149Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:38:23.8626517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:38:23.8637274Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:38:23.8655484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:38:23.8871739Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:38:23.8887676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:38:23.8950050Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:38:23.8968106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:38:23.9070302Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:38:23.9084798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:38:23.9310893Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:38:23.9325672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:38:23.9390408Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:38:23.9405962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:38:23.9510265Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:38:23.9523819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:38:23.9561957Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:38:23.9571443Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:38:23.9750776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:38:23.9764268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:38:23.9830523Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:38:23.9844746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:38:23.9950084Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:38:23.9964678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:38:24.0190626Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:38:24.0206006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:38:24.0269716Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:38:24.0283360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:38:24.0389982Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:38:24.0403797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:38:24.0630134Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:38:24.0645258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:38:24.0710106Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:38:24.0723113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:38:24.0829990Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:38:24.0846197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:38:24.1070686Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:38:24.1084734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:38:24.1149779Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:38:24.1162592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:38:24.1269964Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:38:24.1286633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:38:24.1510090Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:38:24.1524103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:38:24.1589571Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:38:24.1602797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:38:24.1711466Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:38:24.1717987Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:38:24.1725177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:38:24.1731753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:38:24.1930133Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:38:24.1949889Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:38:24.1964094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:38:24.2029424Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:38:24.2044532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:38:24.2151403Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:38:24.2152035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:38:24.2164751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:38:24.2290765Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:38:24.2389809Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:38:24.2402732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:38:24.2469507Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:38:24.2482173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:38:24.2591087Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:38:24.2591691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:38:24.2604563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:38:24.2829957Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:38:24.2846492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:38:24.2909400Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:38:24.2924418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:38:24.3029825Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:38:24.3043038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:38:24.3169006Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:38:24.3177222Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:38:24.3269996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:38:24.3284358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:38:24.3349737Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:38:24.3363371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:38:24.3448283Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:38:24.3469726Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:38:24.3483929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:38:24.3589546Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:38:24.3710344Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:38:24.3724411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:38:24.3790420Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:38:24.3806584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:38:24.3909923Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:38:24.3922775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:38:24.4050878Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:38:24.4056851Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:38:24.4149744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:38:24.4163353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:38:24.4229535Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:38:24.4242476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:38:24.4256183Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:38:24.4349385Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:38:24.4362515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:38:24.4468862Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:38:24.4589639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:38:24.4603042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:38:24.4670208Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:38:24.4686994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:38:24.4789246Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:38:24.4804280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:38:24.5030051Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:38:24.5043977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:38:24.5110291Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:38:24.5128381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:38:24.5229674Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:38:24.5243290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:38:24.5470219Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:38:24.5484539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:38:24.5550453Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:38:24.5568013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:38:24.5669762Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:38:24.5686581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:38:24.5910009Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:38:24.5923814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:38:24.5990849Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:38:24.6007645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:38:24.6109239Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:38:24.6122542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:38:24.6350572Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:38:24.6365496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:38:24.6430384Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:38:24.6444356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:38:24.6549367Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:38:24.6563599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:38:24.6790269Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:38:24.6803744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:38:24.6870319Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:38:24.6888850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:38:24.6989935Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:38:24.7004206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:38:24.7231382Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:38:24.7244600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:38:24.7310306Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:38:24.7329979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:38:24.7429833Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:38:24.7444060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:38:24.7670679Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:38:24.7688004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:38:24.7750875Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:38:24.7766922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:38:24.7870425Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:38:24.7884875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:38:24.8014392Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:38:24.8023696Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:38:24.8110690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:38:24.8124682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:38:24.8190819Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:38:24.8209946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:38:24.8310963Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:38:24.8324829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:38:24.8550472Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:38:24.8564070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:38:24.8630435Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:38:24.8653103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:38:24.8750172Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:38:24.8763579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:38:24.8994687Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:38:24.9012410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:38:24.9072248Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:38:24.9092531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:38:24.9191917Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:38:24.9207436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:38:24.9433585Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:38:24.9449427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:38:24.9511493Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:38:24.9532012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:38:24.9631551Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:38:24.9646932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:38:24.9844592Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:38:24.9853834Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:38:24.9870566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:38:24.9911086Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:38:24.9929395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:38:24.9990577Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:38:25.0011710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:38:25.0070752Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:38:25.0086629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:38:25.0270089Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:38:25.0284621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:38:25.0351342Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:38:25.0368353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:38:25.0430542Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:38:25.0450817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:38:25.0510127Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:38:25.0530534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:38:25.0711135Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:38:25.0791512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:38:25.0809445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:38:25.0871062Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:38:25.0950623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:38:25.0965952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:38:25.0976284Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:38:25.1232687Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:38:25.1247675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:38:25.1311294Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:38:25.1327117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:38:25.1390442Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:38:25.1405356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:38:25.1670535Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:38:25.1684555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:38:25.1750639Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:38:25.1765439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:38:25.1810112Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:38:25.1817366Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:38:25.1830163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:38:25.1845303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:38:25.2110626Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:38:25.2126289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:38:25.2190090Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:38:25.2203930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:38:25.2269667Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:38:25.2284190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:38:25.2550310Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:38:25.2567625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:38:25.2589189Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:38:25.2595473Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:38:25.2629749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:38:25.2643812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:38:25.2709717Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:38:25.2724796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:38:25.2990089Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:38:25.3006034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:38:25.3069826Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:38:25.3083444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:38:25.3149647Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:38:25.3163183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:38:25.3430359Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:38:25.3444364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:38:25.3509560Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:38:25.3527195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:38:25.3589584Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:38:25.3603201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:38:25.3649120Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:38:25.3656655Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:38:25.3870432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:38:25.3883768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:38:25.3949520Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:38:25.3963680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:38:25.4030688Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:38:25.4050427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:38:25.4310109Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:38:25.4323941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:38:25.4390378Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:38:25.4398077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:38:25.4409216Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:38:25.4416443Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:38:25.4470952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:38:25.4492828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:38:25.4750689Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:38:25.4766838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:38:25.4830002Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:38:25.4843680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:38:25.4910346Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:38:25.4931253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:38:25.5190493Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:38:25.5204994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:38:25.5269735Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:38:25.5282913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:38:25.5350650Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:38:25.5374294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:38:25.5534624Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:38:25.5545228Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:38:25.5629939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:38:25.5643811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:38:25.5709761Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:38:25.5724843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:38:25.5790769Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:38:25.5811031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:38:25.5996843Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:38:25.6005467Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:38:25.6069743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:38:25.6084265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:38:25.6149863Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:38:25.6165562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:38:25.6230603Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:38:25.6251542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:38:25.6510232Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:38:25.6526004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:38:25.6589567Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:38:25.6603869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:38:25.6670627Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:38:25.6692764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:38:25.6950820Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:38:25.6965242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:38:25.7029888Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:38:25.7044468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:38:25.7085852Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:38:25.7097032Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:38:25.7110817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:38:25.7132748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:38:25.7391595Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:38:25.7410290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:38:25.7470401Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:38:25.7484562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:38:25.7549364Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:38:25.7557558Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:38:25.7560349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:38:25.7573496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:38:25.7830977Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:38:25.7845409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:38:25.7910468Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:38:25.7924126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:38:25.7990453Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:38:25.8005012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:38:25.8270998Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:38:25.8284913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:38:25.8350622Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:38:25.8375040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:38:25.8429797Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:38:25.8443486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:38:25.8709884Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:38:25.8723260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:38:25.8789706Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:38:25.8804586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:38:25.8869892Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:38:25.8883696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:38:25.9150974Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:38:25.9164627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:38:25.9230475Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:38:25.9245398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:38:25.9310238Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:38:25.9327213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:38:25.9333762Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:38:25.9340047Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:38:25.9590553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:38:25.9604775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:38:25.9670124Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:38:25.9685197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:38:25.9750600Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:38:25.9765960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:38:26.0031309Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:38:26.0046551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:38:26.0110103Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:38:26.0126477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:38:26.0182232Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:38:26.0193223Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:38:26.0195669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:38:26.0206610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:38:26.0217068Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:38:26.0469527Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:38:26.0482780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:38:26.0549533Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:38:26.0562325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:38:26.0630551Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:38:26.0632169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:38:26.0646111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:38:26.0653057Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:38:26.0908901Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:38:26.0921358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:38:26.0989406Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:38:26.1002769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:38:26.1071708Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:38:26.1072381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:38:26.1083450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:38:26.1222012Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:38:26.1350784Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:38:26.1369859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:38:26.1429916Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:38:26.1444133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:38:26.1511833Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:38:26.1513024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:38:26.1533288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:38:26.1595396Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:38:26.1792193Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:38:26.1810743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:38:26.1870602Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:38:26.1885902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:38:26.1951450Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:38:26.1953938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:38:26.1970688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:38:26.2233918Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:38:26.2256923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:38:26.2311239Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:38:26.2328058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:38:26.2391048Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:38:26.2411676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:38:26.2672835Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:38:26.2692822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:38:26.2751704Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:38:26.2767459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:38:26.2831429Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:38:26.2847191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:38:26.2886040Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:38:26.2894774Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:38:26.3112557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:38:26.3144753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:38:26.3191372Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:38:26.3199976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:38:26.3270521Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:38:26.3286524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:38:26.3309533Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:38:26.3352542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:38:26.3551809Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:38:26.3566459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:38:26.3629987Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:38:26.3644526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:38:26.3710426Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:38:26.3727314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:38:26.3773786Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:38:26.3780321Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:38:26.3990862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:38:26.4012302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:38:26.4069847Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:38:26.4085071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:38:26.4149776Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:38:26.4163094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:38:26.4230974Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:38:26.4239749Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:38:26.4335139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:38:26.4429538Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:38:26.4442987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:38:26.4509427Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:38:26.4523036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:38:26.4590242Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:38:26.4604403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:38:26.4669144Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:38:26.4777794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:38:26.4869924Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:38:26.4883913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:38:26.4949179Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:38:26.4963481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:38:26.5029836Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:38:26.5047313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:38:26.5108754Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:38:26.5153941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:38:26.5309927Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:38:26.5323085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:38:26.5388940Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:38:26.5401011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:38:26.5469729Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:38:26.5483712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:38:26.5549087Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:38:26.5694219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:38:26.5789836Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:38:26.5803586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:38:26.5829717Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:38:26.5843347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:38:26.5909481Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:38:26.5922396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:38:26.5989023Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:38:26.6064892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:38:26.6230302Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:38:26.6243291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:38:26.6270016Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:38:26.6284079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:38:26.6350099Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:38:26.6365056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:38:26.6429413Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:38:26.6454848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:38:26.6670053Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:38:26.6685292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:38:26.6709881Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:38:26.6724386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:38:26.6789508Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:38:26.6804060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:38:26.6869889Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:38:26.6943295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:38:26.7109772Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:38:26.7125862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:38:26.7149889Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:38:26.7164092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:38:26.7229625Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:38:26.7243663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:38:26.7309110Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:38:26.7373679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:38:26.7549993Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:38:26.7561885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:38:26.7589447Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:38:26.7601922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:38:26.7669213Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:38:26.7681824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:38:26.7749571Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:38:26.7990960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:38:26.8003453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:38:26.8070449Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:38:26.8086837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:38:26.8109996Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:38:26.8123881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:38:26.8430417Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:38:26.8442589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:38:26.8509502Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:38:26.8521953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:38:26.8549158Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:38:26.8562375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:38:26.8624119Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:38:26.8632584Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:38:26.8719812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:38:26.8869680Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:38:26.8882989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:38:26.8949908Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:38:26.8965656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:38:26.8989591Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:38:26.9004336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:38:26.9069709Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:38:26.9120188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:38:26.9310426Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:38:26.9325413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:38:26.9389793Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:38:26.9402880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:38:26.9429286Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:38:26.9443117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:38:26.9509596Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:38:26.9523387Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:38:26.9749671Z [gw0] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:38:26.9764035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:38:26.9829364Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:38:26.9842470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:38:26.9869168Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:38:26.9884627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:38:26.9949082Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:38:26.9962628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:38:27.0189168Z [gw0] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:38:27.0201269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:38:27.0269491Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:38:27.0282999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:38:27.0308888Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:38:27.0321562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:38:27.0388960Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:38:27.0400712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:38:27.0628885Z [gw0] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:38:27.0641334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:38:27.0709528Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:38:27.0723101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:38:27.0748828Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:38:27.0761808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:38:27.0828754Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:38:27.0841264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:38:27.1069117Z [gw0] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:38:27.1081136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:38:27.1148983Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:38:27.1161247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:38:27.1188922Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:38:27.1203906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:38:27.1269206Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:38:27.1512469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:38:27.1527757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:38:27.1585241Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:38:27.1596123Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:38:27.1609693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:38:27.1629675Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:38:27.1643749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:38:27.1709241Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:38:27.1843695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:38:27.1950114Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:38:27.1972377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:38:27.2030323Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:38:27.2044916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:38:27.2069369Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:38:27.2083013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:38:27.2149199Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:38:27.2391400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:38:27.2395376Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:38:27.2403589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:38:27.2469344Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:38:27.2482155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:38:27.2509295Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:38:27.2523266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:38:27.2589210Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:38:27.2697252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:38:27.2829632Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:38:27.2842696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:38:27.2909575Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:38:27.2925637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:38:27.2949554Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:38:27.2963853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:38:27.3029131Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:38:27.3269913Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:38:27.3283479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:38:27.3349999Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:38:27.3363183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:38:27.3389759Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:38:27.3403845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:38:27.3711709Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:38:27.3725349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:38:27.3790568Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:38:27.3807017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:38:27.3830421Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:38:27.3846263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:38:27.4154232Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:38:27.4170052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:38:27.4231930Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:38:27.4249029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:38:27.4271007Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:38:27.4288048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:38:27.4593020Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:38:27.4607748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:38:27.4671622Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:38:27.4688738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:38:27.4711010Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:38:27.4729403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:38:27.5034505Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:38:27.5048413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:38:27.5111335Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:38:27.5129246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:38:27.5151187Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:38:27.5168686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:38:27.5178354Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:38:27.5261548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:38:27.5473776Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:38:27.5490132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:38:27.5497673Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:38:27.5550834Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:38:27.5568331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:38:27.5632678Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:38:27.5635112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:38:27.5654443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:38:27.5783705Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:38:27.5910608Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:38:27.5926036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:38:27.5991192Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:38:27.6067941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:38:27.6077473Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:38:27.6078621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:38:27.6092405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:38:27.6328452Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:38:27.6350044Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:38:27.6364472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:38:27.6429634Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:38:27.6443285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:38:27.6511132Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:38:27.6511611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:38:27.6525165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:38:27.6621202Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:38:27.6790104Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:38:27.6806382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:38:27.6869814Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:38:27.6882805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:38:27.6950820Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:38:27.6952729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:38:27.6965902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:38:27.7093977Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:38:27.7229600Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:38:27.7242917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:38:27.7308934Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:38:27.7321545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:38:27.7390336Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:38:27.7392627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:38:27.7408957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:38:27.7457181Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:38:27.7669599Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:38:27.7682530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:38:27.7749136Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:38:27.7765054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:38:27.7830273Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:38:27.7832849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:38:27.7850123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:38:27.7980907Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:38:27.8109800Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:38:27.8123417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:38:27.8189751Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:38:27.8203291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:38:27.8271863Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:38:27.8272298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:38:27.8290335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:38:27.8340024Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:38:27.8549443Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:38:27.8562541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:38:27.8628935Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:38:27.8641512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:38:27.8710466Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:38:27.8712719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:38:27.8729111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:38:27.8871104Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:38:27.8989654Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:38:27.9002618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:38:27.9069633Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:38:27.9082647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:38:27.9151212Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:38:27.9152026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:38:27.9170548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:38:27.9222089Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:38:27.9429855Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:38:27.9443886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:38:27.9509261Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:38:27.9521736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:38:27.9591706Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:38:27.9592380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:38:27.9613250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:38:27.9910568Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:38:27.9924983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:38:27.9950914Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:38:27.9972392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:38:28.0030451Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:38:28.0051419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:38:28.0350405Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:38:28.0364403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:38:28.0391060Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:38:28.0408330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:38:28.0470546Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:38:28.0492584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:38:28.0790466Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:38:28.0804767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:38:28.0830486Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:38:28.0850703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:38:28.0910015Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:38:28.0930488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:38:28.1229937Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:38:28.1245391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:38:28.1270272Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:38:28.1289637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:38:28.1350496Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:38:28.1370662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:38:28.1670342Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:38:28.1687819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:38:28.1709991Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:38:28.1728433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:38:28.1790732Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:38:28.1810921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:38:28.2111149Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:38:28.2126641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:38:28.2150293Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:38:28.2170114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:38:28.2230716Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:38:28.2251658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:38:28.2550839Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:38:28.2565892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:38:28.2590165Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:38:28.2614288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:38:28.2670854Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:38:28.2690324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:38:28.2989765Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:38:28.3003065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:38:28.3030274Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:38:28.3049309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:38:28.3110043Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:38:28.3129218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:38:28.3431140Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:38:28.3443804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:38:28.3455963Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:38:28.3467074Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:38:28.3470447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:38:28.3488732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:38:28.3550923Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:38:28.3571708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:38:28.3870440Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:38:28.3884045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:38:28.3910676Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:38:28.3930257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:38:28.3990133Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:38:28.4010112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:38:28.4310220Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:38:28.4323981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:38:28.4350402Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:38:28.4369944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:38:28.4408166Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:38:28.4416495Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:38:28.4430135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:38:28.4454915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:38:28.4585859Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:38:28.4749989Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:38:28.4763348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:38:28.4790386Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:38:28.4804545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:38:28.4829001Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:38:28.4870133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:38:28.4884775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:38:28.5078780Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:38:28.5189663Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:38:28.5203681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:38:28.5229164Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:38:28.5242626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:38:28.5269818Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:38:28.5310358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:38:28.5323767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:38:28.5392209Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:38:28.5629533Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:38:28.5643443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:38:28.5669514Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:38:28.5684693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:38:28.5708742Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:38:28.5749556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:38:28.5762936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:38:28.5989870Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:38:28.6069635Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:38:28.6083668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:38:28.6151272Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:38:28.6151984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:38:28.6164389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:38:28.6189481Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:38:28.6203241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:38:28.6243370Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:38:28.6511569Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:38:28.6529770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:38:28.6591867Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:38:28.6593968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:38:28.6608432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:38:28.6631389Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:38:28.6652578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:38:28.6714887Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:38:28.6951179Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:38:28.6967346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:38:28.7032132Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:38:28.7033020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:38:28.7047680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:38:28.7071308Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:38:28.7088930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:38:28.7260833Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:38:28.7391128Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:38:28.7405863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:38:28.7473362Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:38:28.7474077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:38:28.7490445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:38:28.7511446Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:38:28.7579949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:38:28.7638105Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:38:28.7837340Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:38:28.7912521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:38:28.7914152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:38:28.7928148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:38:28.7950770Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:38:28.7969209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:38:28.7975349Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:38:28.8041354Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:38:28.8269932Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:38:28.8285061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:38:28.8350869Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:38:28.8353752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:38:28.8372560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:38:28.8390416Z [gw0] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:38:28.8406789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:38:28.8418633Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:38:28.8709833Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:38:28.8723780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:38:28.8791408Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:38:28.8792245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:38:28.8809155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:38:28.8829795Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:38:28.8843202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:38:28.8861457Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:38:28.9149397Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:38:28.9162261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:38:28.9231296Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:38:28.9232296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:38:28.9244844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:38:28.9267912Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:38:28.9277060Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:38:28.9293299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:38:28.9589602Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:38:28.9602452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:38:28.9671414Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:38:28.9672171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:38:28.9688868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:38:28.9709422Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:38:28.9722164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:38:29.0000234Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:38:29.0030048Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:38:29.0043549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:38:29.0111706Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:38:29.0113527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:38:29.0127581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:38:29.0150211Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:38:29.0164424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:38:29.0283370Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:38:29.0470422Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:38:29.0485457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:38:29.0550302Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:38:29.0553107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:38:29.0566279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:38:29.0589566Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:38:29.0603332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:38:29.0694634Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:38:29.0909633Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:38:29.0923667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:38:29.0991467Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:38:29.0992117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:38:29.1009710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:38:29.1029836Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:38:29.1043054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:38:29.1081754Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:38:29.1349687Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:38:29.1365943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:38:29.1431319Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:38:29.1431921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:38:29.1449273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:38:29.1469748Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:38:29.1476163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:38:29.1489153Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:38:29.1789849Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:38:29.1803101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:38:29.1871406Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:38:29.1872645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:38:29.1889304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:38:29.1910652Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:38:29.1928617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:38:29.1967455Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:38:29.2229493Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:38:29.2242562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:38:29.2311201Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:38:29.2311586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:38:29.2327884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:38:29.2350237Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:38:29.2359867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:38:29.2371273Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:38:29.2669410Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:38:29.2681757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:38:29.2750171Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:38:29.2752675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:38:29.2768540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:38:29.2790065Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:38:29.2803852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:38:29.3111809Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:38:29.3130333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:38:29.3189943Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:38:29.3209321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:38:29.3230065Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:38:29.3244178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:38:29.3439295Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:38:29.3448727Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:38:29.3550316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:38:29.3566067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:38:29.3629655Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:38:29.3648643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:38:29.3670275Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:38:29.3685251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:38:29.3738097Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:38:29.3868943Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:38:29.3990120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:38:29.4010680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:38:29.4069941Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:38:29.4090510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:38:29.4150049Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:38:29.4167519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:38:29.4430691Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:38:29.4450914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:38:29.4510120Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:38:29.4530087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:38:29.4589275Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:38:29.4602609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:38:29.4871371Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:38:29.4891411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:38:29.4950638Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:38:29.4970875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:38:29.5029950Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:38:29.5043608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:38:29.5311130Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:38:29.5332031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:38:29.5390916Z [gw2] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:38:29.5413428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:38:29.5469820Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:38:29.5484397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:38:29.5751091Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:38:29.5772383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:38:29.5830243Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:38:29.5850539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:38:29.5911108Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:38:29.5925828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:38:29.6191150Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:38:29.6230997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:38:29.6270791Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:38:29.6293654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:38:29.6349323Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:38:29.6363095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:38:29.6632228Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:38:29.6653063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:38:29.6710426Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:38:29.6729269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:38:29.6774274Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:38:29.6782493Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:38:29.6789993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:38:29.6804233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:38:29.6850730Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:38:29.7070151Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:38:29.7083853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:38:29.7149399Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:38:29.7166084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:38:29.7189512Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:38:29.7229395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:38:29.7243204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:38:29.7377161Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:38:29.7509698Z [gw0] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:38:29.7522665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:38:29.7589245Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:38:29.7602128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:38:29.7629354Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:38:29.7669556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:38:29.7683034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:38:29.7785676Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:38:29.7949729Z [gw0] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:38:29.7962801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:38:29.8028993Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:38:29.8042076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:38:29.8069128Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:38:29.8110438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:38:29.8125086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:38:29.8165414Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:38:29.8389499Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:38:29.8402778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:38:29.8470203Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:38:29.8484198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:38:29.8509685Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:38:29.8553893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:38:29.8589835Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:38:29.8603766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:38:29.8831055Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:38:29.8845276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:38:29.8910700Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:38:29.8925543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:38:29.8949998Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:38:29.9030531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:38:29.9049023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:38:29.9272158Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:38:29.9286844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:38:29.9351222Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:38:29.9368012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:38:29.9471119Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:38:29.9488516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:38:29.9713405Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:38:29.9728945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:38:29.9791359Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:38:29.9808406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:38:29.9910914Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:38:29.9967170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:38:30.0152642Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:38:30.0174365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:38:30.0221309Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:38:30.0236461Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:38:30.0238435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:38:30.0254683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:38:30.0351640Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:38:30.0367499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:38:30.0592075Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:38:30.0607307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:38:30.0671945Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:38:30.0716712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:38:30.0726440Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:38:30.0779642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:38:30.0791274Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:38:30.0806556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:38:30.1031288Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:38:30.1049765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:38:30.1110510Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:38:30.1125459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:38:30.1229856Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:38:30.1246392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:38:30.1471069Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:38:30.1478797Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:38:30.1485353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:38:30.1491021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:38:30.1550420Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:38:30.1565130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:38:30.1670136Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:38:30.1683980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:38:30.1834694Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:38:30.1909924Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:38:30.1912164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:38:30.1926678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:38:30.1990537Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:38:30.2008176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:38:30.2110466Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:38:30.2124658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:38:30.2350889Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:38:30.2364386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:38:30.2430243Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:38:30.2444346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:38:30.2549648Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:38:30.2563186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:38:30.2790415Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:38:30.2803365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:38:30.2863621Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:38:30.2875126Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:38:30.2875955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:38:30.2888711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:38:30.2990332Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:38:30.3003921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:38:30.3230749Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:38:30.3244621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:38:30.3294999Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:38:30.3310858Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:38:30.3312804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:38:30.3326866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:38:30.3429867Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:38:30.3443633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:38:30.3525848Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:38:30.3669914Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:38:30.3682948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:38:30.3751445Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:38:30.3752058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:38:30.3764666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:38:30.3849073Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:38:30.3869388Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:38:30.3885877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:38:30.4109670Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:38:30.4122815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:38:30.4190571Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:38:30.4191303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:38:30.4204325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:38:30.4309296Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:38:30.4322584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:38:30.4549832Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:38:30.4563350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:38:30.4629599Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:38:30.4642283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:38:30.4749484Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:38:30.4762683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:38:30.4780512Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:38:30.4788683Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:38:30.4990785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:38:30.5004804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:38:30.5070472Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:38:30.5085302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:38:30.5190088Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:38:30.5204254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:38:30.5430149Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:38:30.5444460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:38:30.5509681Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:38:30.5523608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:38:30.5618455Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:38:30.5628026Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:38:30.5629527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:38:30.5644310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:38:30.5871144Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:38:30.5887230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:38:30.5949506Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:38:30.5962987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:38:30.6069940Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:38:30.6083762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:38:30.6310974Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:38:30.6325077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:38:30.6389434Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:38:30.6403784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:38:30.6469016Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:38:30.6476893Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:38:30.6509673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:38:30.6524425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:38:30.6599676Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:38:30.6749728Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:38:30.6762836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:38:30.6829341Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:38:30.6845639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:38:30.6909327Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:38:30.6949461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:38:30.6965111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:38:30.6972381Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:38:30.7190285Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:38:30.7204644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:38:30.7269069Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:38:30.7283559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:38:30.7349718Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:38:30.7389545Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:38:30.7403607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:38:30.7558841Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:38:30.7629499Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:38:30.7643094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:38:30.7709125Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:38:30.7722081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:38:30.7788830Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:38:30.7829205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:38:30.7837911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:38:30.7850083Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:38:30.8069142Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:38:30.8081276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:38:30.8148745Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:38:30.8161430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:38:30.8228578Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:38:30.8269150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:38:30.8284440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:38:30.8510672Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:38:30.8528577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:38:30.8590377Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:38:30.8608036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:38:30.8710046Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:38:30.8726483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:38:30.8886803Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:38:30.8896202Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:38:30.8950110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:38:30.8965174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:38:30.9030222Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:38:30.9048304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:38:30.9149404Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:38:30.9163578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:38:30.9205328Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:38:30.9309614Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:38:30.9390538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:38:30.9404958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:38:30.9414323Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:38:30.9470339Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:38:30.9484514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:38:30.9589874Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:38:30.9603145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:38:30.9749172Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:38:30.9829902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:38:30.9843432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:38:30.9910900Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:38:30.9915812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:38:30.9923045Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:38:31.0029827Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:38:31.0043249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:38:31.0189247Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:38:31.0260929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:38:31.0270705Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:38:31.0283980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:38:31.0349828Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:38:31.0362752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:38:31.0469956Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:38:31.0483446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:38:31.0629300Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:38:31.0709933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:38:31.0726813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:38:31.0764695Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:38:31.0790235Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:38:31.0804387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:38:31.0910155Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:38:31.0923589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:38:31.1070514Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:38:31.1142168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:38:31.1152926Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:38:31.1170518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:38:31.1230841Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:38:31.1247904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:38:31.1352152Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:38:31.1368060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:38:31.1510727Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:38:31.1591732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:38:31.1608804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:38:31.1671615Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:38:31.1689955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:38:31.1792072Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:38:31.1815773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:38:31.2032174Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:38:31.2049156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:38:31.2111559Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:38:31.2126811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:38:31.2232142Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:38:31.2354550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:38:31.2418148Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:38:31.2425883Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:38:31.2471680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:38:31.2551214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:38:31.2573958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:38:31.2576823Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:38:31.2671345Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:38:31.2692007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:38:31.2773497Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:38:31.2829475Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:38:31.2911694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:38:31.2928745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:38:31.2946165Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:38:31.2990892Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:38:31.3110526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:38:31.3125576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:38:31.3162178Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:38:31.3269900Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:38:31.3333398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:38:31.3350288Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:38:31.3364868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:38:31.3429802Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:38:31.3448363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:38:31.3549194Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:38:31.3565774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:38:31.3709252Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:38:31.3829348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:38:31.3843296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:38:31.3910911Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:38:31.3928941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:38:31.3989661Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:38:31.4007621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:38:31.4270216Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:38:31.4283673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:38:31.4349886Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:38:31.4368912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:38:31.4429784Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:38:31.4446903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:38:31.4543301Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:38:31.4552638Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:38:31.4710248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:38:31.4723858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:38:31.4790085Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:38:31.4807817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:38:31.4870271Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:38:31.4889076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:38:31.5066143Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:38:31.5076007Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:38:31.5150386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:38:31.5163867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:38:31.5230473Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:38:31.5249535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:38:31.5305470Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:38:31.5313009Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:38:31.5328649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:38:31.5509357Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:38:31.5590130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:38:31.5607025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:38:31.5670339Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:38:31.5689109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:38:31.5750053Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:38:31.5767582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:38:31.5783326Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:38:31.5949723Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:38:31.6029667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:38:31.6043026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:38:31.6081455Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:38:31.6109919Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:38:31.6128270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:38:31.6189479Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:38:31.6202653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:38:31.6389215Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:38:31.6469953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:38:31.6483454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:38:31.6590815Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:38:31.6619320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:38:31.6630035Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:38:31.6644280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:38:31.6661345Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:38:31.6829975Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:38:31.6909902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:38:31.6923109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:38:31.6958058Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:38:31.7029679Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:38:31.7048033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:38:31.7069278Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:38:31.7082950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:38:31.7269638Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:38:31.7350658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:38:31.7369512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:38:31.7469568Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:38:31.7477446Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:38:31.7487140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:38:31.7509756Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:38:31.7523317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:38:31.7709071Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:38:31.7790588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:38:31.7805962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:38:31.7812738Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:38:31.7909977Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:38:31.7927427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:38:31.7989820Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:38:31.8004541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:38:31.8149314Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:38:31.8229810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:38:31.8248826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:38:31.8390172Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:38:31.8406447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:38:31.8470222Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:38:31.8493922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:38:31.8671476Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:38:31.8690419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:38:31.8831012Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:38:31.8844621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:38:31.8909987Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:38:31.8924054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:38:31.9112091Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:38:31.9131273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:38:31.9270632Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:38:31.9283911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:38:31.9350330Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:38:31.9365975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:38:31.9552788Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:38:31.9568089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:38:31.9710491Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:38:31.9725188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:38:31.9789908Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:38:31.9804631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:38:31.9990831Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:38:32.0010695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:38:32.0150271Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:38:32.0164474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:38:32.0230154Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:38:32.0243783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:38:32.0430881Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:38:32.0453454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:38:32.0590142Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:38:32.0604688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:38:32.0669898Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:38:32.0683411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:38:32.0870625Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:38:32.0886023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:38:32.1029727Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:38:32.1043386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:38:32.1109613Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:38:32.1122628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:38:32.1310154Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:38:32.1323428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:38:32.1469971Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:38:32.1486687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:38:32.1550024Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:38:32.1563567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:38:32.1750610Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:38:32.1765844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:38:32.1909948Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:38:32.1923623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:38:32.1990437Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:38:32.2003723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:38:32.2190489Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:38:32.2204220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:38:32.2350449Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:38:32.2364175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:38:32.2429793Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:38:32.2442831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:38:32.2519690Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:38:32.2530252Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:38:32.2630147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:38:32.2644728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:38:32.2789840Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:38:32.2803116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:38:32.2869686Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:38:32.2882750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:38:32.3069985Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:38:32.3082959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:38:32.3229666Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:38:32.3242878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:38:32.3310041Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:38:32.3326960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:38:32.3512760Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:38:32.3529076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:38:32.3672136Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:38:32.3687076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:38:32.3751128Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:38:32.3766998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:38:32.3952588Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:38:32.3969136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:38:32.4111696Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:38:32.4126740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:38:32.4190681Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:38:32.4205869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:38:32.4392469Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:38:32.4407128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:38:32.4552408Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:38:32.4568904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:38:32.4632072Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:38:32.4665253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:38:32.4807028Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:38:32.4814850Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:38:32.4832399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:38:32.4847580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:38:32.4991932Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:38:32.5007825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:38:32.5033623Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:38:32.5071069Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:38:32.5086039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:38:32.5230258Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:38:32.5311399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:38:32.5333137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:38:32.5342512Z [gw2] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:38:32.5430518Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:38:32.5461780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:38:32.5510853Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:38:32.5525702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:38:32.5669856Z [gw1] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:38:32.5732813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:38:32.5790189Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:38:32.5805175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:38:32.5869543Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:38:32.5883345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:38:32.5949814Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:38:32.5962919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:38:32.6109286Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:38:32.6167660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:38:32.6229139Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:38:32.6241889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:38:32.6309466Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:38:32.6325279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:38:32.6389259Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:38:32.6402173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:38:32.6549805Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:38:32.6670539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:38:32.6685655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:38:32.6750186Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:38:32.6763755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:38:32.6830277Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:38:32.6845248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:38:32.7111276Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:38:32.7125105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:38:32.7190057Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:38:32.7204488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:38:32.7270345Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:38:32.7284697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:38:32.7550545Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:38:32.7564157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:38:32.7629633Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:38:32.7644003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:38:32.7710243Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:38:32.7724109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:38:32.7776829Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:38:32.7783216Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:38:32.7990790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:38:32.8006079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:38:32.8069874Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:38:32.8085925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:38:32.8150443Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:38:32.8167724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:38:32.8424359Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:38:32.8433626Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:38:32.8434042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:38:32.8447552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:38:32.8509835Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:38:32.8524300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:38:32.8589908Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:38:32.8605826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:38:32.8732289Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:38:32.8870581Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:38:32.8873022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:38:32.8885751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:38:32.8950039Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:38:32.8963900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:38:32.9030610Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:38:32.9054748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:38:32.9059078Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:38:32.9310583Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:38:32.9312873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:38:32.9324997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:38:32.9390435Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:38:32.9403664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:32.9469921Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:32.9483689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:38:32.9681547Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:38:32.9751309Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:38:32.9751828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:38:32.9765711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:38:32.9830062Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:38:32.9844298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:38:32.9900991Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:38:32.9911080Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:38:32.9924908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:38:33.0190562Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:38:33.0192721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:38:33.0208759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:38:33.0270537Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:38:33.0284329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:38:33.0326560Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:38:33.0349499Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:38:33.0363989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:38:33.0632458Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:38:33.0633037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:38:33.0646821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:38:33.0709961Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:38:33.0724001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:38:33.0830121Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:38:33.0843721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:38:33.1070932Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:38:33.1084673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:38:33.1150203Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:38:33.1166985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:38:33.1195011Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:38:33.1205705Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:38:33.1270321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:38:33.1284663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:38:33.1506394Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:38:33.1513678Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:38:33.1528458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:38:33.1589370Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:38:33.1602118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:38:33.1628702Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:38:33.1710897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:38:33.1728946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:38:33.1951143Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:38:33.1973130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:38:33.2030057Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:38:33.2044304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:38:33.2150367Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:38:33.2168049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:38:33.2391887Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:38:33.2413540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:38:33.2458455Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:38:33.2466614Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:38:33.2473351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:38:33.2490913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:38:33.2590655Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:38:33.2605146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:38:33.2814525Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:38:33.2829812Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:38:33.2845628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:38:33.2869297Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:38:33.2910635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:38:33.2926460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:38:33.3030301Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:38:33.3047066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:38:33.3092402Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:38:33.3270218Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:38:33.3283365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:38:33.3309379Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:38:33.3350058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:38:33.3369357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:38:33.3430338Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:38:33.3469646Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:38:33.3482879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:38:33.3710131Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:38:33.3725597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:38:33.3749150Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:38:33.3789902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:38:33.3809345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:38:33.3910347Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:38:33.3924478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:38:33.4150694Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:38:33.4166130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:38:33.4230280Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:38:33.4249806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:38:33.4349663Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:38:33.4363600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:38:33.4590560Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:38:33.4604730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:38:33.4670491Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:38:33.4689033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:38:33.4790124Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:38:33.4804526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:38:33.4916884Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:38:33.4925548Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:38:33.5030417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:38:33.5048534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:38:33.5110314Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:38:33.5129758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:38:33.5230856Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:38:33.5246703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:38:33.5440942Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:38:33.5447563Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:38:33.5470232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:38:33.5484725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:38:33.5550743Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:38:33.5567319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:38:33.5670759Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:38:33.5687175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:38:33.5912796Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:38:33.5929166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:38:33.5946086Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:38:33.5953360Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:38:33.5991158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:38:33.6011103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:38:33.6111887Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:38:33.6135323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:38:33.6351901Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:38:33.6369723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:38:33.6431560Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:38:33.6449165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:38:33.6551283Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:38:33.6566162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:38:33.6792012Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:38:33.6806735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:38:33.6870992Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:38:33.6891391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:38:33.6992154Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:38:33.7141689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:38:33.7231631Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:38:33.7247135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:38:33.7311238Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:38:33.7331968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:38:33.7432313Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:38:33.7455621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:38:33.7673458Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:38:33.7689066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:38:33.7751698Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:38:33.7872729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:38:33.7897134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:38:33.7952358Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:38:33.8112056Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:38:33.8127076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:38:33.8190623Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:38:33.8209099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:38:33.8311398Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:38:33.8334293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:38:33.8550363Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:38:33.8566099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:38:33.8629728Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:38:33.8648870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:38:33.8750467Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:38:33.8771935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:38:33.8990626Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:38:33.9007296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:38:33.9070413Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:38:33.9089804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:38:33.9191124Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:38:33.9213329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:38:33.9430424Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:38:33.9444134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:38:33.9509897Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:38:33.9529175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:38:33.9630831Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:38:33.9652012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:38:33.9871024Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:38:33.9889423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:38:33.9950555Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:38:33.9966709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:38:34.0070984Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:38:34.0092400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:38:34.0310779Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:38:34.0325637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:38:34.0390068Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:38:34.0408832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:38:34.0510586Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:38:34.0531523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:38:34.0750180Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:38:34.0764163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:38:34.0830377Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:38:34.0851896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:38:34.0950644Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:38:34.0972754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:38:34.1053213Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:38:34.1063714Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:38:34.1189353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:38:34.1203783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:38:34.1269855Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:38:34.1288957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:38:34.1390407Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:38:34.1411802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:38:34.1629700Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:38:34.1643544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:38:34.1709924Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:38:34.1725608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:38:34.1830625Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:38:34.1850910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:38:34.2069749Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:38:34.2083139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:38:34.2149831Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:38:34.2162679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:38:34.2271260Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:38:34.2292343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:38:34.2510023Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:38:34.2523827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:38:34.2589598Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:38:34.2603669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:38:34.2710871Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:38:34.2736017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:38:34.2950710Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:38:34.2966040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:38:34.3029596Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:38:34.3043630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:38:34.3161705Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:38:34.3171635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:38:34.3261548Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:38:34.3270369Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:38:34.3390197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:38:34.3403538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:38:34.3470498Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:38:34.3476688Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:38:34.3485508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:38:34.3589465Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:38:34.3602351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:38:34.3709594Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:38:34.3830187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:38:34.3851199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:38:34.3910189Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:38:34.3930575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:38:34.4029707Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:38:34.4042648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:38:34.4271231Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:38:34.4291853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:38:34.4350442Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:38:34.4371733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:38:34.4469888Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:38:34.4484465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:38:34.4710846Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:38:34.4735535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:38:34.4790451Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:38:34.4811117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:38:34.4910189Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:38:34.4925154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:38:34.5150887Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:38:34.5171455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:38:34.5230428Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:38:34.5250339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:38:34.5349564Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:38:34.5363333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:38:34.5590685Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:38:34.5612079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:38:34.5670199Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:38:34.5694655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:38:34.5789756Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:38:34.5803246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:38:34.6030917Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:38:34.6051913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:38:34.6110477Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:38:34.6130965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:38:34.6229854Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:38:34.6242988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:38:34.6471432Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:38:34.6491667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:38:34.6550508Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:38:34.6571441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:38:34.6669980Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:38:34.6685078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:38:34.6911109Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:38:34.6931642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:38:34.6990527Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:38:34.7010862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:38:34.7109401Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:38:34.7123348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:38:34.7350601Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:38:34.7370765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:38:34.7417502Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:38:34.7424151Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:38:34.7429849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:38:34.7448439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:38:34.7549504Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:38:34.7565931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:38:34.7791576Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:38:34.7811952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:38:34.7870074Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:38:34.7891261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:38:34.7989960Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:38:34.8003716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:38:34.8231331Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:38:34.8251900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:38:34.8311440Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:38:34.8332781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:38:34.8431063Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:38:34.8445971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:38:34.8673640Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:38:34.8697531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:38:34.8751808Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:38:34.8775221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:38:34.8871564Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:38:34.8888733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:38:34.8946205Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:38:34.8952842Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:38:34.9112527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:38:34.9136167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:38:34.9191961Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:38:34.9214981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:38:34.9311449Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:38:34.9327151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:38:34.9554007Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:38:34.9578701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:38:34.9631887Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:38:34.9655469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:38:34.9751613Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:38:34.9767417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:38:34.9993913Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:38:35.0072242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:38:35.0095019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:38:35.0141555Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:38:35.0191439Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:38:35.0206878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:38:35.0432835Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:38:35.0454958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:38:35.0512032Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:38:35.0549305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:38:35.0630602Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:38:35.0648457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:38:35.0871013Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:38:35.0892847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:38:35.0949795Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:38:35.0969774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:38:35.1070021Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:38:35.1084691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:38:35.1116892Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:38:35.1126422Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:38:35.1311590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:38:35.1334257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:38:35.1390797Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:38:35.1413166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:38:35.1510316Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:38:35.1524782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:38:35.1752073Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:38:35.1772436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:38:35.1830721Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:38:35.1851686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:38:35.1950389Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:38:35.1964907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:38:35.2191945Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:38:35.2213390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:38:35.2270731Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:38:35.2291455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:38:35.2390354Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:38:35.2408664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:38:35.2631065Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:38:35.2651207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:38:35.2710449Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:38:35.2730819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:38:35.2829652Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:38:35.2843885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:38:35.3070750Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:38:35.3091081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:38:35.3150464Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:38:35.3169773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:38:35.3270573Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:38:35.3284633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:38:35.3511157Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:38:35.3531380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:38:35.3590833Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:38:35.3611047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:38:35.3710226Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:38:35.3724893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:38:35.3951615Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:38:35.3968994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:38:35.4030864Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:38:35.4054136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:38:35.4149908Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:38:35.4164688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:38:35.4393013Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:38:35.4429709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:38:35.4470842Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:38:35.4492289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:38:35.4589931Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:38:35.4606471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:38:35.4831132Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:38:35.4852022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:38:35.4911021Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:38:35.4931754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:38:35.5030188Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:38:35.5044089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:38:35.5255587Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:38:35.5263754Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:38:35.5270308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:38:35.5289879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:38:35.5350366Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:38:35.5375505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:38:35.5470261Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:38:35.5484932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:38:35.5711170Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:38:35.5726744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:38:35.5790619Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:38:35.5810040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:38:35.5910115Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:38:35.5925429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:38:35.6150426Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:38:35.6165491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:38:35.6230501Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:38:35.6251134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:38:35.6350778Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:38:35.6365592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:38:35.6591023Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:38:35.6606751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:38:35.6670313Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:38:35.6690194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:38:35.6789905Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:38:35.6803896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:38:35.7030632Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:38:35.7044249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:38:35.7057531Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:38:35.7066066Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:38:35.7111099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:38:35.7132996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:38:35.7230290Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:38:35.7247585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:38:35.7470553Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:38:35.7485259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:38:35.7551037Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:38:35.7571305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:38:35.7670139Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:38:35.7684117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:38:35.7910776Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:38:35.7925129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:38:35.7990834Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:38:35.8011536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:38:35.8110055Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:38:35.8125223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:38:35.8351371Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:38:35.8365435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:38:35.8430204Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:38:35.8451102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:38:35.8550531Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:38:35.8567823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:38:35.8790400Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:38:35.8805401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:38:35.8870123Z [gw2] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:38:35.8889674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:38:35.8989694Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:38:35.9002809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:38:35.9137914Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:38:35.9144787Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:38:35.9230243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:38:35.9248786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:38:35.9273973Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:38:35.9309786Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:38:35.9323660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:38:35.9430053Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:38:35.9445065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:38:35.9549089Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:38:35.9593208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:38:35.9669504Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:38:35.9682508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:38:35.9749372Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:38:35.9762165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:38:35.9870038Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:38:35.9883728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:38:35.9990256Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:38:36.0110522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:38:36.0124386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:38:36.0189973Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:38:36.0207069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:38:36.0233742Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:38:36.0309449Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:38:36.0322528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:38:36.0429846Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:38:36.0542426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:38:36.0552859Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:38:36.0566855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:38:36.0630034Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:38:36.0645784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:38:36.0750554Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:38:36.0767720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:38:36.0870420Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:38:36.0991657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:38:36.1008774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:38:36.1019243Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:38:36.1071215Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:38:36.1090381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:38:36.1191063Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:38:36.1209655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:38:36.1310469Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:38:36.1379860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:38:36.1430572Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:38:36.1450620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:38:36.1510623Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:38:36.1528201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:38:36.1631534Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:38:36.1650993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:38:36.1749747Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:38:36.1865011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:38:36.1873258Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:38:36.1888652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:38:36.1951252Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:38:36.1967982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:38:36.2070761Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:38:36.2139132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:38:36.2190437Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:38:36.2246064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:38:36.2310199Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:38:36.2342203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:38:36.2390363Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:38:36.2404399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:38:36.2510300Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:38:36.2525305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:38:36.2630377Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:38:36.2751116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:38:36.2766023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:38:36.2831494Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:38:36.2854669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:38:36.2951032Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:38:36.2967722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:38:36.2994886Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:38:36.3068713Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:38:36.3189858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:38:36.3209870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:38:36.3216170Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:38:36.3269172Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:38:36.3283313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:38:36.3389941Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:38:36.3404928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:38:36.3509084Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:38:36.3523683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:38:36.3629034Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:38:36.3643849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:38:36.3708975Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:38:36.3723315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:38:36.3829500Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:38:36.3843641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:38:36.3949101Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:38:36.3963306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:38:36.4068991Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:38:36.4084658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:38:36.4148919Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:38:36.4161284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:38:36.4269513Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:38:36.4283020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:38:36.4389053Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:38:36.4466994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:38:36.4508949Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:38:36.4521396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:38:36.4589088Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:38:36.4602060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:38:36.4709535Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:38:36.4724933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:38:36.4829624Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:38:36.4864831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:38:36.4948989Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:38:36.4961019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:38:36.5029222Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:38:36.5044547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:38:36.5149136Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:38:36.5161484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:38:36.5269050Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:38:36.5389862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:38:36.5404327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:38:36.5469715Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:38:36.5489312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:38:36.5561624Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:38:36.5589676Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:38:36.5749972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:38:36.5814583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:38:36.5830363Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:38:36.5844913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:38:36.5866894Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:38:36.5909374Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:38:36.5922480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:38:36.6029612Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:38:36.6042869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:38:36.6189617Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:38:36.6270364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:38:36.6284195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:38:36.6311277Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:38:36.6349852Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:38:36.6363419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:38:36.6470308Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:38:36.6485354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:38:36.6630476Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:38:36.6678218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:38:36.6709385Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:38:36.6724722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:38:36.6789311Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:38:36.6801951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:38:36.6910108Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:38:36.6927345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:38:36.7069561Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:38:36.7150046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:38:36.7166399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:38:36.7175852Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:38:36.7229193Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:38:36.7242715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:38:36.7349433Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:38:36.7365015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:38:36.7509821Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:38:36.7589569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:38:36.7604541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:38:36.7670792Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:38:36.7692333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:38:36.7704912Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:38:36.7789515Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:38:36.7802634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:38:36.7949238Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:38:36.8029945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:38:36.8047275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:38:36.8053748Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:38:36.8109128Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:38:36.8121840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:38:36.8229550Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:38:36.8242955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:38:36.8389075Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:38:36.8469489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:38:36.8483532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:38:36.8550233Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:38:36.8556435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:38:36.8567773Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:38:36.8669352Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:38:36.8682302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:38:36.8829117Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:38:36.8909739Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:38:36.8925887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:38:36.8990226Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:38:36.9010012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:38:36.9096576Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:38:36.9109720Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:38:36.9122935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:38:36.9269833Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:38:36.9349913Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:38:36.9364318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:38:36.9394122Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:38:36.9429493Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:38:36.9442622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:38:36.9549238Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:38:36.9563055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:38:36.9709630Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:38:36.9790103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:38:36.9803590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:38:36.9870680Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:38:36.9896482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:38:36.9906033Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:38:36.9989868Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:38:37.0003655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:38:37.0149310Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:38:37.0230033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:38:37.0240089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:38:37.0349861Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:38:37.0362694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:38:37.0470362Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:38:37.0483923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:38:37.0590605Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:38:37.0793288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:38:37.0813810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:38:37.0911940Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:38:37.0926350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:38:37.1069841Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:38:37.1076681Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:38:37.1233242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:38:37.1255126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:38:37.1292868Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:38:37.1350393Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:38:37.1366195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:38:37.1510616Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:38:37.1606682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:38:37.1670641Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:38:37.1684249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:38:37.1732262Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:38:37.1740671Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:38:37.1755100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:38:37.1789831Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:38:37.1807566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:38:37.1949928Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:38:37.1963221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:38:37.2110139Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:38:37.2124916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:38:37.2149293Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:38:37.2162526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:38:37.2228752Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:38:37.2241913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:38:37.2389061Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:38:37.2401379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:38:37.2549562Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:38:37.2562492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:38:37.2589139Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:38:37.2617887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:38:37.2668643Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:38:37.2681290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:38:37.2828954Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:38:37.2991571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:38:37.3009736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:38:37.3021406Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:38:37.3030628Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:38:37.3060037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:38:37.3110015Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:38:37.3124146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:38:37.3311021Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:38:37.3473755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:38:37.3475880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:38:37.3491445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:38:37.3515201Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:38:37.3572076Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:38:37.3590926Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:38:37.3606322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:38:37.3750510Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:38:37.3913484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:38:37.3915238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:38:37.3931152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:38:37.3963550Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:38:37.3976432Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:38:37.4030645Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:38:37.4046364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:38:37.4190810Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:38:37.4278614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:38:37.4351825Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:38:37.4354553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:38:37.4370267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:38:37.4386958Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:38:37.4470293Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:38:37.4484743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:38:37.4630256Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:38:37.4794903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:38:37.4795622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:38:37.4819252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:38:37.4895349Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:38:37.4911131Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:38:37.4921318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:38:37.4929490Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:38:37.5069994Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:38:37.5174952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:38:37.5231682Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:38:37.5234489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:38:37.5247615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:38:37.5308298Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:38:37.5350148Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:38:37.5365179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:38:37.5509117Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:38:37.5631097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:38:37.5670928Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:38:37.5672382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:38:37.5685201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:38:37.5690680Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:38:37.5789018Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:38:37.5802831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:38:37.5949508Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:38:37.6009762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:38:37.6112329Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:38:37.6112710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:38:37.6129594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:38:37.6136531Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:38:37.6230322Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:38:37.6244543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:38:37.6390139Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:38:37.6552349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:38:37.6553461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:38:37.6579817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:38:37.6596548Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:38:37.6621762Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:38:37.6669964Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:38:37.6694528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:38:37.6829228Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:38:37.6945545Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:38:37.6991703Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:38:37.6992552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:38:37.7005090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:38:37.7040604Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:38:37.7109336Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:38:37.7124059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:38:37.7269537Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:38:37.7430960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:38:37.7432848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:38:37.7455017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:38:37.7471109Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:38:37.7504737Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:38:37.7549101Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:38:37.7562783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:38:37.7709297Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:38:37.7819700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:38:37.7871517Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:38:37.7872004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:38:37.7884998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:38:37.7938570Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:38:37.7989192Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:38:37.8002604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:38:37.8149970Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:38:37.8311221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:38:37.8313801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:38:37.8336146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:38:37.8356735Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:38:37.8403002Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:38:37.8429345Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:38:37.8443278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:38:37.8589658Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:38:37.8724440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:38:37.8751711Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:38:37.8752334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:38:37.8765214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:38:37.8802855Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:38:37.8869019Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:38:37.8883654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:38:37.9029986Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:38:37.9191069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:38:37.9192536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:38:37.9209818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:38:37.9221513Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:38:37.9243387Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:38:37.9309463Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:38:37.9323288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:38:37.9469873Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:38:37.9550333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:38:37.9631064Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:38:37.9632884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:38:37.9649243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:38:37.9703669Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:38:37.9749564Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:38:37.9765319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:38:37.9909068Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:38:38.0071409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:38:38.0074057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:38:38.0086119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:38:38.0097170Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:38:38.0107750Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:38:38.0189666Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:38:38.0203710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:38:38.0349129Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:38:38.0440421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:38:38.0510223Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:38:38.0512958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:38:38.0524286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:38:38.0561553Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:38:38.0629574Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:38:38.0789853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:38:38.0951975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:38:38.0954054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:38:38.0976632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:38:38.0990052Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:38:38.1013088Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:38:38.1078871Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:38:38.1087443Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:38:38.1230244Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:38.1327154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:38:38.1393321Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:38:38.1393928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:38:38.1412735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:38:38.1426244Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:38:38.1670526Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:38:38.1794745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:38:38.1831294Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:38:38.1845570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:38:38.1870164Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:38:38.1901377Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:38:38.1929556Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:38:38.1938331Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:38.2110767Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:38:38.2167161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:38:38.2177841Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:38:38.2269739Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:38:38.2283987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:38:38.2309393Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:38:38.2341274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:38:38.2349882Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:38:38.2550425Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:38:38.2650698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:38:38.2709910Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:38:38.2723871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:38:38.2749718Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:38:38.2815002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:38:38.2990282Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:38:38.3090653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:38:38.3150713Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:38:38.3165149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:38:38.3230619Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:38:38.3278851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:38:38.3430898Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:38:38.3548477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:38:38.3590747Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:38:38.3605323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:38:38.3670564Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:38:38.3757664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:38:38.3870525Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:38:38.4032534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:38:38.4057551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:38:38.4069281Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:38:38.4110217Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:38:38.4140326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:38:38.4310116Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:38:38.4412110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:38:38.4470697Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:38:38.4488576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:38:38.4550393Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:38:38.4581424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:38:38.4750490Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:38:38.4912798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:38:38.4937673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:38:38.4951705Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:38:38.4990443Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:38:38.5005084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:38:38.5189929Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:38:38.5291051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:38:38.5352227Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:38:38.5367665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:38:38.5430841Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:38:38.5448476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:38:38.5632031Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:38:38.5795115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:38:38.5820252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:38:38.6060915Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:38:38.6072931Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:38:38.6079381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:38:38.6083094Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:38:38.6089109Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:38:38.6096430Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:38:38.6222222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:38:38.6235190Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:38:38.6258581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:38:38.6311377Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:38:38.6330546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:38:38.6511353Z [gw2] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:38:38.6599540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:38:38.6671370Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:38:38.6686151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:38:38.6751463Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:38:38.6793626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:38:38.6951934Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:38:38.7050503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:38:38.7112423Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:38:38.7135474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:38:38.7191353Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:38:38.7312586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:38:38.7319805Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:38:38.7390662Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:38:38.7404648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:38:38.7499766Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:38:38.7552456Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:38:38.7574980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:38:38.7631011Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:38:38.7728948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:38:38.7832099Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:38:38.7993445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:38:38.8023179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:38:38.8025979Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:38:38.8070161Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:38:38.8183978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:38:38.8270268Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:38:38.8362330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:38:38.8430962Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:38:38.8452310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:38:38.8509862Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:38:38.8566124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:38:38.8710809Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:38:38.8872696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:38:38.8893705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:38:38.8950870Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:38:38.8980145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:38:38.9144722Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:38:38.9155198Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:38:38.9303049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:38:38.9311223Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:38:38.9338218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:38:38.9389818Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:38:38.9479587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:38:38.9590773Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:38:38.9754138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:38:38.9776113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:38:38.9831580Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:38:39.0078927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:38:39.0131971Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:38:39.0137818Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:38:39.0192251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:38:39.0219593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:38:39.0270727Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:38:39.0371460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:38:39.0382846Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:38:39.0550765Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:38:39.0632078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:38:39.0654023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:38:39.0672491Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:38:39.0709912Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:38:39.0858077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:38:39.0992395Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:38:39.1066766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:38:39.1079805Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:38:39.1102351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:38:39.1150514Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:38:39.1230387Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:38:39.1431677Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:38:39.1511867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:38:39.1533650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:38:39.1591327Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:38:39.1711300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:38:39.1871725Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:38:39.1950249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:38:39.1958817Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:38:39.1973467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:38:39.1980352Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:38:39.2029378Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:38:39.2162477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:38:39.2310655Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:38:39.2391686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:38:39.2470945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:38:39.2618486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:38:39.2751648Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:38:39.2936910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:38:39.3010626Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:38:39.3018574Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:38:39.3193724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:38:39.3224083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:38:39.3234587Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:38:39.3368331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:38:39.3430667Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:38:39.3605037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:38:39.3671078Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:38:39.3739715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:38:39.3836254Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:38:39.3910658Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:38:39.4113335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:38:39.4247481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:38:39.4489194Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:38:39.4500969Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:38:39.4509987Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:38:39.4510685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:38:39.4552261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:38:39.5039330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:38:39.5052876Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:38:39.5159891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:38:39.5403438Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:38:39.5414503Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:38:39.5474216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:38:39.5555880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:38:39.5595300Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:38:39.5607272Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:38:39.5832808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:38:39.5874620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:38:39.6031896Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:38:39.6042207Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:38:39.6278502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:38:39.6284866Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:38:39.6426262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:38:39.6435353Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:38:39.6471773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:38:39.6535399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:38:39.6733152Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:38:39.6871818Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:38:39.6912830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:38:39.7157086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:38:39.7314216Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:38:39.7740994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:38:39.7753780Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:38:39.8017581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:38:39.8027623Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:38:39.8301700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:38:39.8312445Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:38:39.8531481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:38:39.8638312Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:38:39.8649933Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:38:39.8758268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:38:39.8765477Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:38:39.8773167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:38:39.8860228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:38:39.9197137Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:38:39.9414480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:38:39.9636137Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:38:39.9707032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:38:40.0076135Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:38:40.0276924Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:38:40.0285240Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:38:40.0504401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:38:40.0519259Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:38:40.0737104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:38:40.0953624Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:38:40.0978857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:38:40.0989212Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:38:40.1132347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:38:40.1393870Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:38:40.2306180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:38:40.2316045Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:38:40.2905765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:38:40.2915265Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:38:40.3530650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:38:40.3540458Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:38:40.3733560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:38:40.3743438Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:38:40.4090610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:38:40.4099608Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:38:40.4321505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:38:40.4512963Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:38:40.4678976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:38:40.4955004Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:38:40.5222078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:38:40.5394087Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:38:40.5525452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:38:40.5722877Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:38:40.5735361Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:38:40.5743223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:38:40.5752473Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:38:40.5832022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:38:40.6527099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:38:40.6541507Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:38:40.6750722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:38:40.6764322Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:38:40.7652570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:38:40.7661111Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:38:40.8122602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:38:40.8135001Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:38:40.8576840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:38:40.8586095Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:38:40.9428498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:38:40.9436253Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:38:40.9477616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:38:40.9485436Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:38:40.9889515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:38:40.9912232Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:38:41.0141315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:38:41.0154980Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:38:41.0657961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:38:41.0671193Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:38:41.1012271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:38:41.1113538Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:38:41.1189883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:38:41.1203063Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:38:41.1305280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:38:41.1315635Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:38:41.2490304Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:38:41.2498686Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:38:41.2933410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:38:41.2944350Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:38:41.3132840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:38:41.3356961Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:38:41.3489116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:38:41.3795544Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:38:41.3907273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:38:41.4223107Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:38:41.4231286Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:38:41.4233934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:38:41.4314833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:38:41.4477444Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:38:41.4490699Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:38:41.4673997Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:38:41.5289429Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:38:41.5299959Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:38:41.5551101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:38:41.5563180Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:38:41.5752732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:38:41.5995580Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:38:41.6331176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:38:41.6340179Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:38:41.6890850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:38:41.6900555Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:38:41.7338250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:38:41.7346168Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:38:41.7474451Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:38:41.7547134Z [gw1] [ 73%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:38:41.7559871Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:38:41.7706338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:38:41.7712334Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:38:41.7752349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:38:41.7787962Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:38:41.8154989Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:38:41.8512802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:38:41.8522423Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:38:41.9114688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:38:41.9126553Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:38:41.9442024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:38:41.9469954Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:38:41.9681824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:38:41.9690105Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:38:42.0037525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:38:42.0113179Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:38:42.0276817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:38:42.0554555Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:38:42.0568950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:38:42.0578247Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:38:42.0900860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:38:42.0993284Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:38:42.1032829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:38:42.1043028Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:38:42.1160309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:38:42.1434719Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:38:42.1612926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:38:42.1627142Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:38:42.1867254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:38:42.1882396Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:38:42.2112110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:38:42.2218910Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:38:42.2230119Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:38:42.2312406Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:38:42.2321130Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:38:42.2658665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:38:42.2668298Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:38:42.2675639Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:38:42.3019582Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:38:42.3071990Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:38:42.3301598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:38:42.3506938Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:38:42.3523306Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:38:42.3524414Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:38:42.3550167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:38:42.3955484Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:38:42.4272351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:38:42.4285679Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:38:42.4337281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:38:42.4349617Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:38:42.4476743Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:38:42.4714653Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:38:42.4816380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:38:42.5157730Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:38:42.5420628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:38:42.5523557Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:38:42.5535989Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:38:42.5543617Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:38:42.5554870Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:38:42.5591702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:38:42.5731338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:38:42.6035572Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:38:42.6201407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:38:42.6474763Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:38:42.6556063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:38:42.6915821Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:38:42.6947199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:38:42.6957288Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:38:42.7835610Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:38:42.7846554Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:38:42.8259524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:38:42.8272252Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:38:42.8372233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:38:42.8714774Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:38:42.8770831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:38:42.8783608Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:38:42.8791117Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:38:42.9155516Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:38:42.9219106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:38:42.9595220Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:38:42.9682613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:38:43.0075662Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:38:43.0124921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:38:43.0515680Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:38:43.0580828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:38:43.0588221Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:38:43.0596363Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:38:43.0954634Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:38:43.1000021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:38:43.1394854Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:38:43.1446103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:38:43.1453066Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:38:43.1460198Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:38:43.1728829Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:38:43.1737649Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:38:43.1833664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:38:43.1881454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:38:43.1982822Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:38:43.1993825Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:38:43.2276019Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:38:43.2400507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:38:43.2558932Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:38:43.2572067Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:38:43.2754421Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:38:43.2817240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:38:43.3195759Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:38:43.4795785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:38:43.4809008Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:38:43.4957241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:38:43.5020871Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:38:43.5029157Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:38:43.5234151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:38:43.5269990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:38:43.5676568Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:38:43.5847152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:38:43.5856977Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:38:43.5885531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:38:43.6275058Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:38:43.6298806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:38:43.6715246Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:38:43.6741694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:38:43.7155425Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:38:43.7182404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:38:43.7595753Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:38:43.7629167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:38:43.8036830Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:38:43.8073832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:38:43.8475939Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:38:43.8501334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:38:43.8915391Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:38:43.8940545Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:38:43.9355751Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:38:43.9381125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:38:43.9797796Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:38:43.9830389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:38:43.9985877Z [gw0] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:38:44.0002558Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:38:44.0275413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:38:44.0422132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:38:44.0433733Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:38:44.0607830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:38:44.0637081Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:38:44.0710996Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:38:44.0866646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:38:44.0880330Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:38:44.1114788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:38:44.1153140Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:38:44.1312601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:38:44.1402351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:38:44.1455284Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:38:44.1591901Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:38:44.1751375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:38:44.2055256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:38:44.2096186Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:38:44.2108089Z [gw0] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:38:44.2191287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:38:44.2355720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:38:44.2400470Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:38:44.2510913Z [gw0] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:38:44.2551257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:38:44.2561736Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:38:44.2632469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:38:44.2687779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:38:44.2954643Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:38:44.3145092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:38:44.3154541Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:38:44.3383971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:38:44.3595013Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:38:44.3760440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:38:44.4075965Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:38:44.4197033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:38:44.4514586Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:38:44.4820665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:38:44.4951779Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:38:44.5094160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:38:44.5394196Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:38:44.6122690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:38:44.6135475Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:38:44.6396206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:38:44.6554498Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:38:44.6736025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:38:44.6936895Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:38:44.6951725Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:38:44.6992905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:38:44.7086202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:38:44.7435510Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:38:44.8498167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:38:44.8505462Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:38:44.8690644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:38:44.8787702Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:38:44.8800382Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:38:44.8918516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:38:44.8930200Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:38:44.8953152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:38:44.9401647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:38:44.9411881Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:38:44.9439318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:38:44.9449544Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:38:44.9678501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:38:44.9874139Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:38:45.0083816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:38:45.0315107Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:38:45.0393215Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:38:45.0757290Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:38:45.0944119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:38:45.1077992Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:38:45.1086199Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:38:45.1102141Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:38:45.1110151Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:38:45.1194108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:38:45.1306889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:38:45.1637137Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:38:45.1796566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:38:45.1837426Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:38:45.1845925Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:38:45.2039275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:38:45.2072276Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:38:45.2138852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:38:45.2271021Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:38:45.2516096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:38:45.2582789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:38:45.2712862Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:38:45.3033226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:38:45.3152175Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:38:45.3263206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:38:45.3595239Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:38:45.3662942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:38:45.3671718Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:38:45.3692794Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:38:45.4036332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:38:45.4125321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:38:45.4139525Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:38:45.5680054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:38:45.5688280Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:38:45.5977573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:38:45.6114661Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:38:45.6729877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:38:45.6740633Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:38:45.6749390Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:38:45.6759506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:38:45.6792166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:38:45.7195910Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:38:45.7814248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:38:45.7820601Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:38:45.8243771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:38:45.8253537Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:38:45.8280779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:38:45.8291694Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:38:45.8301446Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:38:45.8358661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:38:45.8374005Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:38:45.8558695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:38:45.8673262Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:38:45.8701485Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:38:45.8790942Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:38:45.9116489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:38:45.9215649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:38:45.9270981Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:38:45.9456506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:38:45.9714061Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:38:46.0456717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:38:46.0465543Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:38:46.0630763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:38:46.0637973Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:38:46.0853707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:38:46.0871468Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:38:46.1015883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:38:46.1092793Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:38:46.1103601Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:38:46.1314906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:38:46.1542464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:38:46.1794843Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:38:46.1899569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:38:46.2140581Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:38:46.2152034Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:38:46.2233322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:38:46.2556548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:38:46.2592950Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:38:46.2791685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:38:46.2804233Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:38:46.3008920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:38:46.3237009Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:38:46.3595892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:38:46.3608641Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:38:46.3703726Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:38:46.3718329Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:38:46.3926800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:38:46.4018286Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:38:46.4073116Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:38:46.4152463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:38:46.5884587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:38:46.5898675Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:38:46.6835544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:38:46.6843213Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:38:46.7216457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:38:46.7226104Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:38:46.7780789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:38:46.7792430Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:38:46.8200540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:38:46.8210091Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:38:46.8222992Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:38:46.8232269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:38:46.8376450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:38:46.8566483Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:38:46.8632544Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:38:46.8671538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:38:46.8772528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:38:46.9108548Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:38:46.9120629Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:38:46.9122093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:38:46.9211947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:38:46.9329032Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:38:46.9555353Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:38:46.9556036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:38:46.9614779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:38:46.9995176Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:38:47.0101931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:38:47.0142156Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:38:47.0153476Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:38:47.0384084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:38:47.0431526Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:38:47.0469439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:38:47.0592196Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:38:47.0875463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:38:47.1115834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:38:47.1314940Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:38:47.1397194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:38:47.1755170Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:38:47.2085934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:38:47.2097236Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:38:47.3168821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:38:47.3178052Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:38:47.3259341Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:38:47.3595759Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:38:47.3681198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:38:47.3695751Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:38:47.3704641Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:38:47.4035839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:38:47.4377460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:38:47.4388472Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:38:47.7682296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:38:47.7690077Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:38:47.8499260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:38:47.8513668Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:38:48.0379498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:38:48.0389472Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:38:48.1034462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:38:48.1046192Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:38:48.1252678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:38:48.1473430Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:38:48.2153422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:38:48.2163479Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:38:48.2385270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:38:48.2594546Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:38:48.2976724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:38:48.3032571Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:38:48.3125193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:38:48.3475515Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:38:48.4209201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:38:48.4221108Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:38:48.4247724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:38:48.4635722Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:38:48.4669435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:38:48.5075892Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:38:48.5109071Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:38:48.5148893Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:38:48.5161788Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:38:48.5448371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:38:48.5460868Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:38:48.5512264Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:38:48.5545705Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:38:48.5790071Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:38:48.5804877Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:38:48.5954925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:38:48.5988051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:38:48.6150515Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:38:48.6231260Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:38:48.6393639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:38:48.6416273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:38:48.6802092Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:38:48.6811625Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:38:48.6872872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:38:48.7067412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:38:48.7235762Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:38:48.7354453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:38:48.7365052Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:38:48.7581844Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:38:48.7671763Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:38:48.7717397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:38:48.7737577Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:38:48.7790129Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:38:48.8115342Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:38:48.8266372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:38:48.8594871Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:38:48.8676554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:38:48.9034976Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:38:48.9079990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:38:48.9475659Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:38:48.9781299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:38:48.9789252Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:38:48.9931735Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:38:48.9947627Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:38:49.0140932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:38:49.0354497Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:38:49.0418649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:38:49.0796316Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:38:49.1121023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:38:49.1130641Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:38:49.1609102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:38:49.1619858Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:38:49.1901592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:38:49.2032884Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:38:49.2180125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:38:49.2473071Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:38:49.2547721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:38:49.2915565Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:38:49.3114232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:38:49.3354991Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:38:49.3453327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:38:49.3795847Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:38:49.4204049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:38:49.4232994Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:38:49.4272179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:38:49.4285635Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:38:49.4417951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:38:49.4530736Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:38:49.4537965Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:38:49.4671247Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:38:49.5040413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:38:49.5054053Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:38:49.5085488Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:38:49.5476024Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:38:49.5502467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:38:49.5744450Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:38:49.5754387Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:38:49.5914497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:38:49.5949786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:38:49.6016408Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:38:49.6026286Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:38:49.6193647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:38:49.6292869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:38:49.6635976Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:38:49.6667512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:38:49.6794951Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:38:49.6806531Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:38:49.7075199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:38:49.7110889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:38:49.7515251Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:38:49.7611704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:38:49.7955543Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:38:49.8715707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:38:49.8726302Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:38:49.8934907Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:38:49.9152622Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:38:49.9346249Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:38:49.9543804Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:38:49.9553340Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:38:49.9593396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:38:50.0584990Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:38:50.0594301Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:38:50.1261057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:38:50.1269552Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:38:50.2164685Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:38:50.2173953Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:38:50.2989463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:38:50.2997663Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:38:50.3113425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:38:50.3129070Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:38:50.3226779Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:38:50.3433176Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:38:50.3594994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:38:50.3874755Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:38:50.4188125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:38:50.4313712Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:38:50.4439533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:38:50.4754922Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:38:50.5954032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:38:50.5963835Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:38:50.6393912Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:38:50.6403075Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:38:50.6877841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:38:50.6890828Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:38:50.7149497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:38:50.7159888Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:38:50.7443155Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:38:50.7593966Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:38:50.8015301Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:38:50.8025167Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:38:50.9099506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:38:50.9112825Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:38:50.9747938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:38:50.9756840Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:38:50.9911763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:38:50.9921143Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:38:50.9977548Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:38:50.9979344Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:38:51.0907228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:38:51.0916487Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:38:51.1128222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:38:51.1139606Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:38:51.1575400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:38:51.1582892Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:38:51.2033592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:38:51.2043263Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:38:51.2054362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:38:51.2065280Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:38:51.2340651Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:38:51.2472929Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:38:51.2499660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:38:51.2914690Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:38:51.2941927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:38:51.3018708Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:38:51.3029229Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:38:51.3354460Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:38:51.3759627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:38:51.3770895Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:38:51.4365432Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:38:51.4378477Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:38:51.4926829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:38:51.4940101Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:38:51.5721150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:38:51.5731821Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:38:51.5753612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:38:51.5785352Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:38:51.5794423Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:38:51.5987582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:38:51.6152873Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:38:51.6233966Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:38:51.6739477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:38:51.6754193Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:38:51.6810614Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:38:51.6819552Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:38:51.7044495Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:38:51.7053009Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:38:51.7373791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:38:51.7472811Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:38:51.8024705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:38:51.8036099Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:38:51.8244868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:38:51.8276139Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:38:51.8286937Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:38:51.8473750Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:38:51.9092920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:38:51.9102939Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:38:51.9129769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:38:51.9515461Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:38:51.9548750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:38:51.9955235Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:38:51.9981962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:38:52.0395938Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:38:52.0429529Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:38:52.0835963Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:38:52.0863023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:38:52.1276032Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:38:52.1305242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:38:52.1715552Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:38:52.1743602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:38:52.2155707Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:38:52.2183509Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:38:52.2596006Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:38:52.2623023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:38:52.3035976Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:38:52.7367517Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:38:52.7378350Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:38:53.2451436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:38:53.2463426Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:38:53.3702285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:38:53.3711691Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:38:53.6575345Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:38:53.6585286Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:38:53.6612378Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:38:53.6995484Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:38:53.7021060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:38:53.7111561Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:38:53.7122205Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:38:53.7435068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:38:53.7468007Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:38:53.7874830Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:38:53.7901674Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:38:53.8315531Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:38:53.8340678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:38:53.8756232Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:38:53.8940439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:38:53.8951066Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:38:53.9211162Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:38:53.9220723Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:38:54.0155226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:38:54.0167166Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:38:54.0603615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:38:54.0612933Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:38:54.0716348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:38:54.0728347Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:38:54.0767954Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:38:54.1014223Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:38:54.1022327Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:38:54.1031906Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:38:54.1140562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:38:54.1476848Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:38:54.1716320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:38:54.1954215Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:38:54.2090625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:38:54.2395656Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:38:54.2714160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:38:54.2736037Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:38:54.2742077Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:38:54.2832910Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:38:54.3056784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:38:54.3273062Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:38:54.4859788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:38:54.4871444Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:38:54.5296256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:38:54.5351910Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:38:54.5658134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:54.5668169Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:38:54.7547271Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:38:54.7558182Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:54.8625476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:38:54.8632516Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:38:54.8667832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:38:54.9075045Z [gw0] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:38:54.9119477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:38:54.9515202Z [gw0] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:38:54.9831517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:38:54.9955600Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:38:54.9965249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:38:54.9977079Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:38:55.0009923Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:38:55.0129588Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:38:55.0395268Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:38:55.0396023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:38:55.0544046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:38:55.0835052Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:38:55.1363362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:38:55.1375676Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:38:55.1524126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:38:55.1795743Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:38:55.2001335Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:38:55.2008863Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:38:55.2081084Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:38:55.2232614Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:38:55.2377351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:38:55.2674734Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:38:55.3011878Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:38:55.3114530Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:38:55.4026912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:38:55.4043961Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:38:55.4595298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:38:55.4606349Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:38:55.4690630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:38:55.5036562Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:38:55.5127497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:38:55.5477048Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:38:55.5828034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:38:55.5913820Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:38:55.6953844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:38:55.6963075Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:38:55.7364678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:38:55.7392735Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:38:55.7791677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:38:55.7872449Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:38:55.8027888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:38:55.8315292Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:38:55.8335974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:38:55.8755899Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:38:55.8777120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:38:55.9194885Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:38:55.9598593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:38:55.9633258Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:38:55.9789716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:38:56.0074417Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:38:56.0442720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:38:56.0512695Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:38:56.0668196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:38:56.0954049Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:38:56.1372323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:38:56.1391932Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:38:56.1503963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:38:56.1835476Z [gw0] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:38:56.1916229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:38:56.2273874Z [gw0] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:38:56.3168754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:38:56.3179565Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:38:56.3323699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:38:56.3365268Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:38:56.3375367Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:38:56.3593652Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:38:56.3670203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:38:56.3972474Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:38:56.3983574Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:38:56.4032745Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:38:56.4185760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:38:56.4265037Z [gw2] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:38:56.4431735Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:38:56.4472492Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:38:56.6379089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:38:56.6488849Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:38:56.7647716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:38:56.7656046Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:38:56.8070437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:38:56.8080995Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:38:57.0284203Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:38:57.0298336Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:38:57.1313930Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:38:57.1322313Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:38:57.2577300Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:38:57.2587878Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:38:57.4513319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:38:57.4523119Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:38:57.4938526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:38:57.4993591Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:38:57.5268513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:38:57.5433238Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:38:57.5777186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:38:57.5785585Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:38:57.6115850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:38:57.6194156Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:38:57.6361630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:38:57.6370988Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:38:57.6668366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:38:57.6793314Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:38:57.6924513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:38:57.7107464Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:38:57.7116454Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:38:57.7273542Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:38:57.7338688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:38:57.7715480Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:38:57.9048432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:38:57.9057556Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:38:57.9698038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:38:57.9704823Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:38:58.0404239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:38:58.0417292Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:38:58.0494402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:38:58.0501847Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:38:58.0856068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:38:58.0912668Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:38:58.1376461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:38:58.1390313Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:38:58.1703628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:38:58.1792176Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:38:58.4103483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:38:58.4118306Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:38:58.5266120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:38:58.5279294Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:38:58.5496424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:38:58.5511975Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:38:58.6604632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:38:58.6617614Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:38:58.7151179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:38:58.7163513Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:38:58.7634254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:38:58.7642386Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:38:58.7802867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:38:58.7813153Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:38:58.7890531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:38:58.8235425Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:38:58.8327214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:38:58.8674774Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:38:58.9015338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:38:58.9114033Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:38:58.9423055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:38:58.9432739Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:38:58.9993984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:38:59.0002679Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:38:59.0321543Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:38:59.0330473Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:38:59.0800891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:38:59.0809843Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:38:59.1033532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:38:59.1048033Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:38:59.1055278Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:38:59.1234276Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:38:59.1499752Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:59.1674378Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:59.1811495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:59.2114866Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:59.2493702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:59.2553569Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:59.2695754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:59.3128449Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:59.3866225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:38:59.3875993Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:38:59.3948445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:38:59.4318335Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:38:59.4414708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:38:59.4759015Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:38:59.5294865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:38:59.5304021Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:38:59.5498324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:38:59.5714470Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:38:59.5781745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:38:59.6155794Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:38:59.6298371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:38:59.6596752Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:38:59.6838616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:38:59.6890738Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:38:59.6897583Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:38:59.7033489Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:38:59.7177710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:38:59.7476605Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:38:59.8558981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:38:59.8569010Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:39:00.0384789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:39:00.0393839Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:39:00.3041872Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:39:00.3051221Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:39:00.4416459Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:39:00.4420967Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:39:00.6206708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:39:00.6216297Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:39:00.7412655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:39:00.7423971Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:39:00.7664066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:39:00.7833820Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:39:00.7930045Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:39:00.8274963Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:39:00.8334140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:39:00.8715648Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:39:00.9018655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:39:00.9029773Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:39:00.9280263Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:39:00.9290886Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:39:00.9843103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:39:00.9855547Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:39:00.9970132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:39:00.9987292Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:39:01.0558929Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:39:01.0568899Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:39:01.1373933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:39:01.1383800Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:39:01.1533404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:39:01.1613960Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:39:01.1627439Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:39:01.1794943Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:39:01.2798065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:39:01.2807349Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:39:01.2990283Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:39:01.3157530Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:39:01.3167706Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:39:01.3177049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:39:01.3188152Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:39:01.3232421Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:39:01.3386395Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:39:01.3594415Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:39:01.6539522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:39:01.6548746Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:39:01.7405931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:39:01.7420378Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:39:01.7561994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:39:01.7835532Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:39:01.7951099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:39:01.8277060Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:39:01.9173851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:39:01.9188957Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:39:01.9583803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:39:01.9625081Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:39:01.9716253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:39:02.0074860Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:39:02.0596171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:39:02.0609502Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:39:02.0806885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:39:02.1035454Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:39:02.1583143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:39:02.1591587Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:39:02.1819861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:39:02.2035194Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:39:02.2055766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:39:02.2474981Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:39:02.2494932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:39:02.2915791Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:39:02.2935153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:39:02.3354967Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:39:02.3375314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:39:02.3795410Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:39:02.4036922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:39:02.4234703Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:39:02.4332879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:39:02.4675877Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:39:02.4859435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:39:02.5114407Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:39:02.5201720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:39:02.5554943Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:39:02.5735379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:39:02.5995295Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:39:02.6082713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:39:02.6434879Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:39:02.7093877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:39:02.7103904Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:39:02.7242008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:39:02.7465091Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:39:02.7473892Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:39:02.7510693Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:39:02.7633024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:39:02.7931047Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:39:02.7938675Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:39:02.7951853Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:39:02.8307146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:39:02.8433641Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:39:02.8531386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:39:02.8801625Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:39:02.8812521Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:39:02.8872811Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:39:02.9076336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:39:02.9354811Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:39:02.9472470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:39:02.9481153Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:39:02.9541484Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:39:02.9834304Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:39:02.9986258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:39:03.0274352Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:39:03.0409313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:39:03.0715383Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:39:03.0856807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:39:03.1154989Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:39:03.1523319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:39:03.1592369Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:39:03.2785736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:39:03.2793120Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:39:03.2971225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:39:03.3234097Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:39:03.3395914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:39:03.3409317Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:39:03.3441915Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:39:03.3454233Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:39:03.3721545Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:39:03.3731279Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:39:03.3825025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:39:03.4155028Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:39:03.6733613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:39:03.6747139Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:39:03.7119878Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:39:03.7131649Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:39:03.7905352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:39:03.7915456Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:39:03.8236851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:39:03.8246693Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:39:03.8446209Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:39:03.8673907Z [gw1] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:39:03.9268267Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:39:03.9279686Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:39:04.3011850Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:39:04.3025980Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:39:05.0271156Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:39:05.0284490Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:39:05.0927136Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:39:05.0944864Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:39:05.2858810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:39:05.2869984Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:39:05.2933813Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:05.2944129Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:39:05.3356766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:39:05.3370843Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:05.3560958Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:39:05.3794222Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:39:05.4063889Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:39:05.4234676Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:39:05.4791910Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:05.4804560Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:05.5308485Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:05.5316806Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:39:05.5757574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:39:05.5766491Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:39:05.6393865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:39:05.6404552Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:39:05.8175779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:39:05.8188649Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:05.8224840Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:39:05.8235168Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:39:05.8483117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:39:05.8713849Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:39:05.9184709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:39:05.9195893Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:39:05.9312622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:39:05.9325491Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:39:05.9647027Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:39:05.9661735Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:39:05.9856641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:39:05.9869240Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:39:06.0365085Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:39:06.0375046Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:39:06.0956693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:39:06.0968968Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:39:06.1250412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:39:06.1259673Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:39:06.2248875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:39:06.2257605Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:39:06.2502889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:39:06.2511928Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:39:06.2534920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:39:06.2955224Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:39:06.2987317Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:39:06.3046951Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:39:06.3058404Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:39:06.3149046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:39:06.3393034Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:39:06.3420132Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:39:06.3470932Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:39:06.3835688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:39:06.3862491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:39:06.4057146Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:39:06.4066337Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:39:06.4112085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:39:06.4272158Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:39:06.4473561Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:39:06.5002885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:39:06.5011335Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:39:06.5972037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:39:06.5984056Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:39:06.6384211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:39:06.6396539Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:39:06.7121960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:39:06.7130843Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:39:06.7930429Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:39:06.7940112Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:39:07.7733353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:39:07.7836158Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:39:07.7921271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:39:07.8274807Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:39:07.8948447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:39:07.8962195Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:39:07.9362977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:39:07.9392856Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:39:07.9571576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:39:07.9876049Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:39:07.9979382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:08.0315875Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:08.0468886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:39:08.0754978Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:39:08.0810860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:39:08.1195544Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:39:08.1264148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:08.1634945Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:08.1870952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:08.2074376Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:08.2197579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:39:08.2514269Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:39:08.2997439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:39:08.3009375Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:39:08.3216193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:39:08.3434088Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:39:08.3599534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:39:08.3876018Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:39:08.4020421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:39:08.4315247Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:39:08.4522133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:39:08.4795107Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:39:08.5026973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:39:08.5233111Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:39:08.5531907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:39:08.5674346Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:39:08.6050432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:39:08.6153734Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:39:08.6510915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:39:08.6592050Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:39:08.6690539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:08.7034696Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:08.7240421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:08.7475179Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:08.7565576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:08.7914806Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:08.8552292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:39:08.8562774Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:39:08.8584704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:39:08.8599019Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:39:08.8936769Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:39:08.9032569Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:39:08.9429975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:39:08.9472714Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:39:08.9537460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:39:08.9813716Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:39:08.9825383Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:39:08.9912516Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:39:09.0604487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:09.0617470Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:09.0870073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:39:09.0878599Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:39:09.1652803Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:39:09.1666488Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:39:09.2526306Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:39:09.2534205Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:39:09.3345719Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:39:09.3357398Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:39:09.4293665Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:39:09.4302546Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:39:09.9427322Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:39:09.9439397Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:39:10.0706019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:39:10.0717350Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:39:10.2416210Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:10.2426702Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:10.5360585Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:10.5369381Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:10.5979117Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:10.5992705Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:11.2739077Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:39:11.2747659Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:39:11.4472272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:39:11.4480344Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:39:11.7180007Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:39:11.7196399Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:39:11.7203528Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:39:11.7208366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:39:11.7392239Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:39:11.7633351Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:39:12.1558182Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:12.1571689Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:39:12.4151623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:39:12.4160414Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:39:12.9658383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:39:12.9667960Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:13.1305708Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:39:13.1314277Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:39:13.6397957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:39:13.6411537Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:39:13.9562055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:39:13.9576999Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:39:14.1996865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:39:14.2006973Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:39:14.2214214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:39:14.2434058Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:39:14.2588857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:39:14.2873761Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:39:14.2967085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:39:14.3315804Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:39:14.3390541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:39:14.3755613Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:39:14.3945242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:39:14.4234232Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:39:14.4894561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:39:14.4906853Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:39:14.5228403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:39:14.5312178Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:39:14.5452771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:39:14.5754613Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:39:14.6079413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:39:14.6193252Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:39:14.6362455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:39:14.6634657Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:39:14.7684134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:39:14.7695993Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:39:14.8059914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:39:14.8113065Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:39:14.8370915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:39:14.8554396Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:39:14.8687194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:39:14.8994172Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:39:14.9380272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:39:14.9432396Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:39:14.9607156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:39:14.9875335Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:39:15.0052698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:39:15.0065500Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:39:15.0310617Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:39:15.0352011Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:39:15.0468313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:39:15.0795854Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:39:15.0888175Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:39:15.1236200Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:39:15.1390677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:39:15.1676376Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:39:15.1739476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:39:15.2115458Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:39:15.2229240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:39:15.2554629Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:39:15.2617872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:39:15.2995428Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:39:15.4828710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:39:15.4838910Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:39:15.5044010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:39:15.5274622Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:39:15.5342961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:39:15.5715182Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:39:15.5796353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:39:15.6154857Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:39:15.6344887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:39:15.6354962Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:39:15.6390277Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:39:15.6593436Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:39:15.6689351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:39:15.7035205Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:39:15.7139223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:39:15.7475248Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:39:15.7579602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:39:15.7914649Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:39:15.8065649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:39:15.8354711Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:39:15.8537781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:39:15.8793467Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:39:15.8906721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:39:15.9234997Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:39:15.9488299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:39:15.9673242Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:39:15.9791667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:39:16.0013211Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:39:16.0025485Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:39:16.0112994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:39:16.0186473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:39:16.0554319Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:39:16.0643948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:16.0994949Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:16.1256671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:39:16.1433708Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:39:16.1493267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:39:16.1874231Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:39:16.1966596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:16.2315567Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:16.2388340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:16.2754064Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:16.2862720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:39:16.3196037Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:39:16.3962702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:39:16.3973343Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:39:16.4338652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:39:16.4393251Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:39:16.5168897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:39:16.5178372Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:39:16.5560213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:39:16.5593517Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:39:17.2235240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:39:17.2246344Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:39:17.3111691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:39:17.3121536Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:39:17.4447098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:39:17.4459911Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:39:17.4553200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:39:17.4874870Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:39:17.5095798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:39:17.5314514Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:39:17.5567627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:39:17.5753257Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:39:17.5975669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:39:17.6195460Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:39:17.8624613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:39:17.8634381Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:39:17.9890233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:39:17.9898013Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:39:18.0106359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:39:18.0312415Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:39:18.0421775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:39:18.0754544Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:39:18.1237287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:39:18.1245005Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:39:18.1381254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:39:18.1674310Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:39:18.1972208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:39:18.2113034Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:39:18.2237959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:39:18.2254492Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:39:18.2261514Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:39:18.2553934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:39:18.2687456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:39:18.2995353Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:39:18.3068663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:39:18.3435953Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:39:18.3484669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:39:18.3875370Z [gw0] [ 75%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:39:18.3918364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:39:18.4315763Z [gw0] [ 75%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:39:18.4474896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:39:18.4753343Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:39:18.4821009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:39:18.5195239Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:39:19.0539118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:39:19.0549844Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:39:19.0902112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:39:19.0912525Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:39:19.1627240Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:39:19.1636284Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:39:19.3958521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:39:19.3969194Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:39:19.4133524Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:39:19.4145585Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:39:19.4370941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:39:19.4554586Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:39:19.4643104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:39:19.4995108Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:39:19.7812790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:39:19.7821459Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:39:20.2158860Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:39:20.2172159Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:39:20.2527216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:39:20.2593091Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:39:20.2709933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:39:20.3035347Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:39:20.4134999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:39:20.4142443Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:39:20.4496222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:39:20.4551581Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:39:20.4683720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:39:20.5033083Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:39:20.5436748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:39:20.5471785Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:39:20.5487757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:39:20.5914159Z [gw0] [ 76%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:39:20.5930420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:39:20.6353543Z [gw0] [ 76%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:39:20.6369457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:39:20.6796365Z [gw0] [ 76%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:39:20.6815681Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:39:20.7235410Z [gw0] [ 76%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:39:20.7409699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:39:20.7715171Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:39:20.7803685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:39:20.8155842Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:39:21.1812191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:39:21.1823746Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:39:21.3437863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:39:21.3445962Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:39:21.5619134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:39:21.5629352Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:39:21.6583525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:39:21.6594051Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:39:21.9009058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:39:21.9017552Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:39:22.0187822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:39:22.0195330Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:39:22.2316863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:39:22.2331409Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:39:22.3105309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:39:22.3112789Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:39:22.5794871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:39:22.5806576Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:39:22.5823980Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:39:22.5838175Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:39:22.5990472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:39:22.6316909Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:39:22.6603883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:39:22.6754070Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:39:22.6855087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:39:22.7194516Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:39:22.7345073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:39:22.7635015Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:39:22.7662133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:39:22.8075116Z [gw0] [ 76%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:39:22.8116404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:39:22.8515559Z [gw0] [ 76%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:39:22.8812423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:39:22.8952771Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:39:22.9103674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:39:22.9396192Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:39:22.9686800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:39:22.9832860Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:39:22.9988040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:39:23.0274425Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:39:23.0355745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:39:23.0755435Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:39:23.0801044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:39:23.1195582Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:39:23.1501614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:39:23.1633207Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:39:23.1777051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:39:23.2115073Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:39:23.4175890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:39:23.4185914Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:39:23.4997145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:39:23.5006987Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:39:23.5276427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:39:23.5433790Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:39:23.6445583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:39:23.6456087Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:39:23.6976104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:39:23.6985625Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:39:23.7247864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:39:23.7432744Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:39:23.7607959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:39:23.7874154Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:39:23.8272474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:39:23.8312049Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:39:23.8431894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:39:23.8754522Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:39:23.9156887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:39:23.9193213Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:39:23.9276118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:39:23.9284616Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:39:23.9464843Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:39:23.9633709Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:39:23.9799303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:39:24.0073771Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:39:24.0132934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:39:24.0514916Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:39:24.0648421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:39:24.0954147Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:39:24.1027404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:39:24.1394467Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:39:24.1507928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:39:24.1834932Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:39:24.1904651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:39:24.2274468Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:39:24.2393678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:39:24.2714562Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:39:24.2787200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:39:24.3195177Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:39:24.4051983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:39:24.4063525Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:39:24.4598357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:39:24.4613013Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:39:24.6791364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:39:24.6799282Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:39:24.7766866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:39:24.7773431Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:39:24.7865174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:39:24.8194602Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:39:24.8376840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:39:24.8634762Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:39:24.8656055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:39:24.9114548Z [gw0] [ 76%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:39:24.9130932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:39:24.9555094Z [gw0] [ 76%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:39:24.9996451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:39:25.0005585Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:39:25.0225302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:39:25.0434024Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:39:25.0599392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:39:25.0621822Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:39:25.0763061Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:39:25.0871164Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:39:25.1001299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:39:25.1315914Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:39:25.1973130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:39:25.1983664Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:39:25.2434016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:39:25.2443031Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:39:25.3132611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:39:25.3146632Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:39:25.3523150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:39:25.3552479Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:39:25.4632016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:39:25.4642229Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:39:25.5926784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:39:25.5934605Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:39:25.7201051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:39:25.7215869Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:39:25.9692252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:39:25.9701774Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:39:26.0660996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:39:26.0670127Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:39:26.1376982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:39:26.1392276Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:39:26.2152796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:39:26.2164450Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:39:26.2979929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:39:26.2992507Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:39:26.3290289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:39:26.3434964Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:39:26.3579422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:39:26.3874711Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:39:26.4047048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:39:26.4314473Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:39:26.4584838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:39:26.4753418Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:39:26.4869676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:39:26.5194929Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:39:26.5362566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:39:26.5634854Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:39:26.5714615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:39:26.6074887Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:39:26.6828772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:39:26.6843789Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:39:26.7109146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:39:26.7274662Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:39:26.7356856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:39:26.7714621Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:39:26.7750074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:39:26.8155699Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:39:26.8322078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:39:26.8594998Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:39:26.8680253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:39:26.9035682Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:39:26.9753628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:39:26.9767655Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:39:27.0107426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:39:27.0193483Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:39:27.0673338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:39:27.0687034Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:39:27.0803838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:39:27.1117016Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:39:27.2627443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:39:27.2636099Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:39:27.2967268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:39:27.3073386Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:39:27.3627862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:39:27.3636192Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:39:27.4463634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:39:27.4473586Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:39:27.4542348Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:39:27.4914167Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:39:27.7385090Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:39:27.7394465Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:39:27.7677168Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:39:27.7833595Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:39:27.8064589Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:39:27.8274166Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:39:28.1879354Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:39:28.1888650Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:39:28.1908915Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:39:28.2316160Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:39:28.2483277Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:39:28.2756622Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:39:28.3006216Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:39:28.3194392Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:39:28.3325752Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:39:28.3636320Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:39:28.3801319Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:39:28.4076225Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:39:28.4189922Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:39:28.4291832Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:39:28.4305006Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:39:28.4512883Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:39:28.4692822Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:39:28.4712294Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:39:28.5015804Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:39:28.5025248Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:39:28.5040712Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:39:28.5192103Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:39:28.5500416Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:39:28.5511442Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:39:28.5531447Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:39:28.5548355Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:39:28.5670429Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:39:28.5952917Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:39:28.5971817Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:39:28.6394613Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:39:28.6480886Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:39:28.6834123Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:39:28.6982601Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:39:28.7274420Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:39:28.7612805Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:39:28.7623033Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:39:28.8051354Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:39:28.8061369Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:39:28.8581528Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:39:28.8591882Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:39:28.8672159Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:39:28.9036044Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:39:28.9117643Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:39:28.9515247Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:39:28.9600775Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:39:28.9954473Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:39:29.0446198Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:39:29.0454430Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:39:29.0475469Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:39:29.0874798Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:39:29.1038883Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:39:29.1315841Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:39:29.1477870Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:39:29.1755797Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:39:29.1774484Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:39:29.1786441Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:39:29.1915559Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:39:29.2195132Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:39:29.2311804Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:39:29.2634242Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:39:29.2739673Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:39:29.3074611Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:39:29.3338423Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:39:29.3513542Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:39:29.3673615Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:39:29.3954189Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:39:29.4416329Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:39:29.4428092Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:39:29.4577593Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:39:29.4834782Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:39:29.4944903Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:39:29.5275272Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:39:29.5290792Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:39:29.5717509Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:39:29.5738957Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:39:29.6157055Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:39:29.6180005Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:39:29.6596666Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:39:29.6621789Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:39:29.7036861Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:39:29.7210222Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:39:29.7474328Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:39:29.7991483Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:39:29.7999064Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:39:29.8551825Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:39:29.8561642Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:39:29.8747452Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:39:29.8995378Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:39:29.9233184Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:39:29.9435125Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:39:29.9723788Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:39:29.9874672Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:39:29.9939644Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:39:30.0314674Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:39:30.0428070Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:39:30.0583248Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:39:30.0594705Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:39:30.0752470Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:39:30.0988958Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:39:30.1195274Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:39:30.1619106Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:39:30.1632312Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:39:30.2072914Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:39:30.2083800Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:39:30.2510465Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:39:30.2552855Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:39:30.4159052Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:39:30.4173859Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:39:30.4762588Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:39:30.4769584Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:39:30.5316382Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:39:30.5328058Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:39:30.5747970Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:39:30.5760356Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:39:30.6876009Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:39:30.6886106Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:39:30.8859112Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:39:30.9069728Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:39:31.1322498Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:39:31.1334628Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:39:31.4724665Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:39:31.4735632Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:39:31.7010680Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:39:31.7019180Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:39:31.8882342Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:39:31.8889596Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:39:32.0763011Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:39:32.0777178Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:39:32.0864230Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:39:32.1194922Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:39:32.1682666Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:39:32.1697876Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:39:32.1711696Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:39:32.2115408Z [gw2] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:39:32.2247053Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:39:32.2555483Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:39:32.2620042Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:39:32.2632985Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:39:32.2700878Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:39:32.3036572Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:39:32.6178962Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:39:32.6188036Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:39:32.6287405Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:39:32.6594496Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:39:32.6787342Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:39:32.7034862Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:39:32.9704684Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:39:32.9713051Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:39:33.2554725Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:39:33.2562211Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:39:33.5430445Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:39:33.5440567Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:39:33.9957202Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:39:33.9968263Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:39:34.0404708Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:39:34.0415874Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:39:34.1015003Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:39:34.1023719Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:39:34.2888361Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:39:34.2902916Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:39:34.3175795Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:39:34.3314870Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:39:34.7156065Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:39:34.7165464Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:39:35.3142073Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:39:35.3149997Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:39:35.3543819Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:39:35.3555079Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:39:35.4725366Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:39:35.4734474Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:39:35.5301294Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:39:35.5311901Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:39:39.7579703Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:39:39.7589509Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:39:42.3028863Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:39:42.3037998Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:39:42.3159033Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:39:42.3474813Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:39:42.3829512Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:39:42.3912760Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:39:42.7055504Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:39:42.7066588Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:39:43.0008185Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:39:43.0018702Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:39:43.2671903Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:39:43.2678051Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:39:43.6357548Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:39:43.6367760Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:39:43.8421334Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:39:43.8430281Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:39:43.8712153Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:39:43.8724558Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:39:44.1255193Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:39:44.1264412Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:39:44.3490610Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:39:44.3502792Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:39:44.5563004Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:39:44.5573485Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:39:44.5689764Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:39:44.5995019Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:39:44.6306821Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:39:44.6473660Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:39:45.0283076Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:39:45.0293014Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:39:45.2057853Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:39:45.2069733Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:39:45.2211760Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:39:45.2474922Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:39:45.2553577Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:39:45.2914946Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:39:45.5934012Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:39:45.5942421Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:39:45.6102536Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:39:45.6354845Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:39:45.8433453Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:39:45.8440572Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:39:45.9874575Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:39:45.9883817Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:39:46.0107037Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:39:46.0354267Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:39:46.0570702Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:39:46.1376066Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:39:49.3880818Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:39:49.3890825Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:39:50.2019014Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:39:50.2031266Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:39:50.2551626Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:39:50.2559770Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:39:50.3108991Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:39:50.3118162Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:39:50.3314367Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:39:50.3554516Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:39:50.3762764Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:39:50.3995528Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:39:50.4100700Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:39:50.4436217Z [gw2] [ 76%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:39:50.4836815Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:39:50.4872553Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:39:50.7880103Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:39:50.7888550Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:39:50.8076493Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:39:50.8314365Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:39:50.9415124Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:39:50.9423394Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:39:51.0591554Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:39:51.0604181Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:39:51.0935119Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:39:51.1033622Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:39:51.1862325Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:39:51.1870797Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:39:51.4882638Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:39:51.4893244Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:39:52.1949632Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:39:52.1956461Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:39:52.6108359Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:39:52.6117920Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:39:52.6406820Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:39:52.6553022Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:39:52.7618188Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:39:52.7631977Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:39:52.8534254Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:39:52.8543097Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:39:52.9096438Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:39:52.9106474Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:39:53.1625486Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:39:53.1646900Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:39:53.1654707Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:39:53.1658201Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:39:53.2222102Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:39:53.2230581Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:39:53.2331582Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:39:53.2634347Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:39:53.3246396Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:39:53.3257619Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:39:53.3853624Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:39:53.3867172Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:39:53.3927324Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:39:53.4275372Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:39:53.4367062Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:39:53.4715250Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:39:53.4847185Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:39:53.5155221Z [gw0] [ 76%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:39:53.5540799Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:39:53.5592704Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:39:53.7186485Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:39:53.7194445Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:39:53.8311987Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:39:53.8320478Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:39:53.8339893Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:39:53.8754989Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:39:53.9452062Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:39:53.9467013Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:39:53.9543272Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:39:53.9876367Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:39:54.0289051Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:39:54.0312779Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:39:54.1758192Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:39:54.1771248Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:39:54.2718844Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:39:54.2727028Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:39:54.3310551Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:39:54.3319993Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:39:54.3723434Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:39:54.3733375Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:39:54.4170858Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:39:54.4182456Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:39:54.4519381Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:39:54.4592063Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:39:54.5061009Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:39:54.5071353Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:39:54.5122589Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:39:54.5135656Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:39:54.5225520Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:39:54.5556052Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:39:54.6331935Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:39:54.6341935Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:39:54.6665236Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:39:54.6753857Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:39:54.7095863Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:39:54.7106217Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:39:54.7599465Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:39:54.7609824Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:39:54.7883535Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:39:54.8034578Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:39:55.0058141Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:39:55.0095370Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:39:55.0855415Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:39:55.0865998Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:39:55.1235462Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:39:55.1244333Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:39:55.1444270Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:39:55.1674408Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:39:55.1984958Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:39:55.2000600Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:39:55.4973358Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:39:55.4982987Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:39:55.5575712Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:39:55.5585162Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:39:55.5804806Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:39:55.5994235Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:39:55.6154461Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:39:55.6435512Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:39:55.8735619Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:39:55.8743741Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:39:57.4915531Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:39:57.4924065Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:39:57.6866750Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:39:57.6876295Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:39:57.9188195Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:39:57.9197312Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:39:58.1778927Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:39:58.1791978Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:39:58.2016430Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:39:58.2234577Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:39:58.2358210Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:39:58.2367897Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:39:58.2538059Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:39:58.2629652Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:39:58.2671168Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:39:58.2792853Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:39:58.3107043Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:39:58.3233403Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:39:58.3666293Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:39:58.3676300Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:39:58.3750913Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:39:58.3761861Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:39:58.3767992Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:39:58.4090499Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:39:58.4112214Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:39:58.4170486Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:39:58.4190606Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:39:58.4554762Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:39:58.4910641Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:39:58.4992557Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:39:58.5359295Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:39:58.5432293Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:39:58.5600585Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:39:58.5874742Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:39:58.5999639Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:39:58.6100148Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:39:58.6113599Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:39:58.6227142Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:39:58.6312084Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:39:58.6554257Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:39:58.6873419Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:39:58.6883510Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:39:58.6959287Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:39:58.6990748Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:39:58.7003003Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:39:58.7016983Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:39:58.7170599Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:39:58.7351530Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:39:58.7361227Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:39:58.7432419Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:39:58.7477213Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:39:58.7672244Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:39:58.7791852Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:39:58.7850348Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:39:58.7871368Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:39:58.8087008Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:39:58.8231878Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:39:58.8312587Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:39:58.8545484Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:39:58.8673985Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:39:58.8761407Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:39:58.8774202Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:39:58.8821722Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:39:58.9155243Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:39:58.9296297Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:39:58.9305160Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:39:58.9319197Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:39:58.9408444Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:39:58.9633110Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:39:58.9711360Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:39:59.0306571Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:39:59.0316733Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:39:59.0551239Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:39:59.0565607Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:39:59.1002185Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:39:59.1012571Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:39:59.1033264Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:39:59.1046373Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:39:59.1312774Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:39:59.1330559Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:39:59.1333952Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:39:59.1514003Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:39:59.1715116Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:39:59.1731217Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:39:59.1810026Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:39:59.1993222Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:39:59.2284541Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:39:59.2433721Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:39:59.2532358Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:39:59.2543784Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:39:59.2731210Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:39:59.2877866Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:39:59.2886702Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:39:59.2953332Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:39:59.2976262Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:39:59.2985016Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:39:59.3079128Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:39:59.3354453Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:39:59.3454487Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:39:59.3458532Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:39:59.4300837Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:39:59.4310234Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:39:59.4590307Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:39:59.4603600Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:39:59.4753785Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:39:59.4762553Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:39:59.4805246Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:39:59.4813656Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:39:59.5394179Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:39:59.5403565Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:39:59.5481397Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:39:59.5494341Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:39:59.5698475Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:39:59.5709223Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:39:59.6162470Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:39:59.6169606Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:39:59.6292565Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:39:59.6304572Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:39:59.6549837Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:39:59.6558546Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:39:59.6730678Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:39:59.6737973Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:39:59.6920745Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:39:59.7135623Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:39:59.7146165Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:39:59.7152623Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:39:59.7449355Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:59.7593660Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:59.7902112Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:39:59.7916649Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:39:59.7928632Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:39:59.8032820Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:39:59.8301595Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:59.8474233Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:59.8673877Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:39:59.8686533Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:39:59.8739256Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:39:59.8913430Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:39:59.9005214Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:39:59.9113045Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:40:00.0094373Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:40:00.0104207Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:40:00.0298048Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:40:00.0306436Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:40:00.0993667Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:40:00.1006939Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:40:00.2226705Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:40:00.2235919Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:40:00.2371491Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:40:00.2381110Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:40:00.3059122Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:40:00.3069124Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:40:00.3803980Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:40:00.3817524Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:40:00.4952805Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:40:00.4966969Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:40:00.5848273Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:40:00.5863310Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:40:00.6803497Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:40:00.6815197Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:40:00.7258417Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:40:00.7267636Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:40:00.8180824Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:40:00.8194164Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:40:00.8388963Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:40:00.8635920Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:40:00.9086811Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:40:00.9112615Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:40:00.9863507Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:40:00.9871976Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:40:01.0013239Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:40:01.0066356Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:40:01.0074139Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:40:01.0314460Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:40:01.0455512Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:40:01.0756620Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:40:01.1103182Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:40:01.1193795Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:40:01.3010083Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:40:01.3019705Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:40:01.5631759Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:40:01.5640798Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:40:01.5730236Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:40:01.6027043Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:40:01.6033998Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:40:01.6073540Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:40:01.8740816Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:40:01.8753905Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:40:02.1172524Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:40:02.1186418Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:40:02.1403854Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:40:02.1413878Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:40:02.1742890Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:40:02.1755087Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:40:02.1801675Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:40:02.2194720Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:40:02.2322006Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:40:02.2634993Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:40:02.2721454Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:40:02.3115642Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:40:02.3255734Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:40:02.3270126Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:40:02.3429172Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:40:02.3441079Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:40:02.3551520Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:40:02.3714186Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:40:02.4021667Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:40:02.4031102Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:40:02.4045394Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:40:02.4152608Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:40:02.4173003Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:40:02.4475396Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:40:02.4977348Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:40:02.4987624Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:40:02.5067581Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:40:02.5080376Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:40:02.5484575Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:40:02.5553835Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:40:02.6220545Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:40:02.6229622Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:40:02.6249627Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:40:02.6675795Z [gw0] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:40:02.6753993Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:40:02.7115760Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:40:02.7173545Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:40:02.7555110Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:40:02.7608458Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:40:02.7994427Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:40:02.8049971Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:40:02.8435297Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:40:02.8610107Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:40:02.8874195Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:40:02.9061543Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:40:02.9314430Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:40:02.9548800Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:40:02.9753971Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:40:02.9828186Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:40:03.0196674Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:40:03.0360002Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:40:03.0634337Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:40:03.0838635Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:40:03.1074820Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:40:03.1287078Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:40:03.1515102Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:40:03.1580434Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:40:03.1956432Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:40:03.2102339Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:40:03.2396555Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:40:03.2496571Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:40:03.2835284Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:40:03.2886244Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:40:03.3277290Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:40:03.4818543Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:40:03.4830479Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:40:03.4881469Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:40:03.5275886Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:40:03.5356931Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:40:03.5714590Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:40:03.5838891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:40:03.6155069Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:40:03.6646982Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:40:03.6656291Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:40:03.6868986Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:40:03.7075213Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:40:03.7317536Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:03.7327053Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:40:03.7381446Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:40:03.7512275Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:03.7598544Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:40:03.7642372Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:40:03.7751619Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:40:03.7953958Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:40:03.8182040Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:40:03.8393985Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:40:03.8417589Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:40:03.8582957Z [gw0] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:40:03.8596163Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:40:03.8834586Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:40:03.8858077Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:40:03.9275150Z [gw0] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:40:03.9665331Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:40:03.9712673Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:40:03.9829696Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:40:04.0155547Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:40:04.0276663Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:40:04.0594451Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:40:04.0911246Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:40:04.1033300Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:40:04.1053720Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:40:04.1474779Z [gw0] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:40:04.1689863Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:40:04.1914529Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:40:04.2213471Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:40:04.2263412Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:40:04.2273268Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:40:04.2352047Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:40:04.2553136Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:40:04.2685858Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:40:04.2711066Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:40:04.2792787Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:40:04.2956677Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:40:04.3233283Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:40:04.3775221Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:40:04.3782937Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:40:04.3799860Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:40:04.3809677Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:40:04.3820634Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:40:04.3829114Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:40:04.4018039Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:40:04.4058430Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:40:04.4100671Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:40:04.4190228Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:40:04.4231365Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:40:04.4234288Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:40:04.4667707Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:40:04.4679213Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:40:04.4731323Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:40:04.4741138Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:40:04.4812849Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:40:04.5104469Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:40:04.5112800Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:40:04.5151929Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:40:04.5328477Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:40:04.5554615Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:40:04.5957516Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:40:04.5967048Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:40:04.5976567Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:40:04.6025539Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:40:04.6070541Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:40:04.6130529Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:40:04.6393322Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:40:04.6432384Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:40:04.6615470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:40:04.6817368Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:40:04.6831788Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:40:04.6847482Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:40:04.6871531Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:40:04.6931357Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:40:04.6940794Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:40:04.7125518Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:40:04.7140542Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:40:04.7272013Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:40:04.7311701Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:40:04.7351810Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:40:04.7608017Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:40:04.7628102Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:40:04.7711464Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:40:04.7752777Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:40:04.7860692Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:40:04.8197298Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:40:04.8339892Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:40:04.8634167Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:40:04.8846665Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:40:04.9074634Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:40:04.9138854Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:40:04.9514819Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:40:04.9583552Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:40:04.9955532Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:40:05.0312512Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:40:05.0393234Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:40:05.0508798Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:40:05.0636064Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:40:05.0647565Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:40:05.0834191Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:40:05.0975368Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:40:05.1227841Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:40:05.1235920Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:40:05.1272679Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:40:05.1386974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:40:05.1715029Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:40:05.1883664Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:40:05.1894797Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:40:05.2003870Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:40:05.2152511Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:40:05.2273532Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:40:05.2337632Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:40:05.2351146Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:40:05.2595046Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:40:05.2679057Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:40:05.3035358Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:40:05.3105489Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:40:05.3475540Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:40:05.3859499Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:40:05.3869120Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:40:05.4041442Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:40:05.4275656Z [gw2] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:40:05.4448261Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:40:05.4456630Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:40:05.4669276Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:40:05.4752581Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:40:05.4917531Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:40:05.4929273Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:40:05.5010287Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:40:05.5044104Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:40:05.5053918Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:40:05.5299837Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:40:05.5307191Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:40:05.5352995Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:40:05.5469506Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:40:05.5623017Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:40:05.5630128Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:40:05.5793890Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:40:05.5860951Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:40:05.6203648Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:40:05.6216417Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:40:05.6272808Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:40:05.6335678Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:40:05.6715602Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:40:05.6809611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:05.6824544Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:40:05.7428042Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:40:05.7437724Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:40:05.7577467Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:40:05.7875050Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:40:05.8692895Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:40:05.8702930Z [gw2] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:40:05.9107977Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:40:05.9118133Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:40:05.9491927Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:40:05.9507775Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:05.9790655Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:40:05.9799651Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:40:06.2816559Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:40:06.2825843Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:40:06.2860501Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:40:06.2869914Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:40:06.3354673Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:40:06.3362886Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:40:06.6781899Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:40:06.6792394Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:40:06.8544484Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:40:06.8558097Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:40:06.8756331Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:40:06.8994629Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:40:07.0574901Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:40:07.0587046Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:40:07.1245783Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:40:07.1257484Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:40:07.2726731Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:07.2742858Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:40:07.4468517Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:40:07.4478734Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:40:07.6835453Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:40:07.6844543Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:40:07.7531675Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:40:07.7541828Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:40:07.8072601Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:40:07.8082897Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:40:07.8189261Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:40:07.8201865Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:07.8233991Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:40:07.8634670Z [gw0] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:40:07.8717627Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:40:07.8968032Z [gw0] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:40:07.8979333Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:40:07.9073285Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:40:07.9197275Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:40:07.9514600Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:40:07.9597115Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:40:07.9954380Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:40:08.0151815Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:40:08.0393407Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:40:08.0477431Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:40:08.0834795Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:40:08.1099793Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:40:08.1273981Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:40:08.1478573Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:40:08.1714657Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:40:08.1747281Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:40:08.2154930Z [gw0] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:40:08.2453368Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:40:08.2593513Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:40:08.3221806Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:40:08.3235581Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:40:08.3618973Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:40:08.3672729Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:40:08.3871034Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:40:08.3880156Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:40:08.4053519Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:40:08.4113815Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:40:08.4161969Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:40:08.4555207Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:40:08.4816979Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:40:08.4994303Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:40:08.5204406Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:40:08.5434419Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:40:08.5655806Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:40:08.5941410Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:40:08.6017233Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:40:08.6356301Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:40:08.6383155Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:40:08.6797354Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:40:08.6820598Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:40:08.7237774Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:40:08.7456742Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:40:08.7675972Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:40:08.7849627Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:40:08.8115723Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:40:08.8283977Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:40:08.8554832Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:40:08.9048028Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:08.9059359Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:08.9197660Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:08.9474197Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:08.9584328Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:40:08.9915453Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:40:09.0423337Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:40:09.0431817Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:40:09.0464161Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:40:09.0874797Z [gw0] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:40:09.1034817Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:40:09.1314878Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:40:09.1408228Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:40:09.1670640Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:40:09.1682051Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:40:09.1752757Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:40:09.2183662Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:40:09.2195493Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:40:09.3240936Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:40:09.3249257Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:40:09.3269346Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:40:09.3675541Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:40:09.3814487Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:40:09.4114654Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:40:09.4226572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:40:09.4554703Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:40:09.4674176Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:40:09.4994265Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:40:09.5572263Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:40:09.5585439Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:40:09.5623653Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:40:09.5634728Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:40:09.5724010Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:40:09.6074284Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:40:09.6327006Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:40:09.6513995Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:40:09.6890581Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:40:09.6899224Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:40:09.6907564Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:40:09.6951598Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:40:09.7479146Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:40:09.7492252Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:40:09.7565691Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:40:09.7915301Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:40:09.8233388Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:40:09.8241962Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:40:09.8447349Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:40:09.8463325Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:40:09.8531194Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:40:09.8876959Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:40:09.9110504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:40:09.9315828Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:40:09.9391616Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:40:09.9519090Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:40:09.9532051Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:40:09.9756316Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:40:09.9880439Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:40:10.0196103Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:40:10.0273402Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:40:10.0636441Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:40:10.0714279Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:40:10.1074692Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:40:10.1204298Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:40:10.1514395Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:40:10.1665104Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:40:10.1954101Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:40:10.2093180Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:40:10.2394333Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:40:10.2756573Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:40:10.2872893Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:40:10.3475666Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:40:10.3484003Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:40:10.3796784Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:40:10.3913702Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:40:10.4362634Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:40:10.4376395Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:40:10.4692511Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:40:10.4792116Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:40:10.4884992Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:40:10.5234147Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:40:10.5311116Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:40:10.5714303Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:40:10.5782928Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:40:10.6155822Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:40:10.6786397Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:40:10.6796679Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:40:10.7641676Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:40:10.7651683Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:40:10.7690792Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:40:10.8075275Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:40:10.8296944Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:40:10.8513603Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:40:10.8789622Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:40:10.8953717Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:40:10.9232896Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:40:10.9393263Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:40:10.9856863Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:40:10.9865759Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:40:11.0107602Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:40:11.0273552Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:40:11.0483894Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:40:11.0715683Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:40:11.1422466Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:40:11.1432487Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:40:11.1742094Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:40:11.1874721Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:40:11.2358542Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:40:11.2367744Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:40:11.3075351Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:40:11.3090520Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:40:11.3244138Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:40:11.3515394Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:40:11.3769557Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:40:11.3953808Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:40:11.4145472Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:40:11.4393806Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:40:11.4560277Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:40:11.4834621Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:40:11.5123664Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:40:11.5272944Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:40:11.5313304Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:40:11.5715489Z [gw0] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:40:11.5812749Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:40:11.6153876Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:40:11.6439260Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:40:11.6633888Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:40:11.6818730Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:40:11.7074552Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:40:11.7671943Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:40:11.7682841Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:40:11.8627017Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:40:11.8635992Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:40:11.9448167Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:40:11.9456881Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:40:12.0246207Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:40:12.0258004Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:40:12.0627393Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:40:12.0672625Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:40:12.1161050Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:40:12.1170263Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:40:12.1247137Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:40:12.1258293Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:40:12.1451296Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:40:12.1592783Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:40:12.1638132Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:40:12.1671507Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:40:12.1799601Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:40:12.1942585Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:40:12.2031672Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:40:12.2112623Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:40:12.2209173Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:40:12.2252060Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:40:12.2472212Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:40:12.2552729Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:40:12.2713189Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:40:12.2914267Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:40:12.2926692Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:40:12.2990831Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:40:12.3057096Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:40:12.3434694Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:40:12.3603478Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:40:12.3875863Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:40:12.3986068Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:40:12.4317077Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:40:12.4340321Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:40:12.4445159Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:40:12.4454757Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:40:12.4755735Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:40:12.4778680Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:40:12.5150523Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:40:12.5163953Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:40:12.5193724Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:40:12.5330720Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:40:12.5636567Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:40:12.5793830Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:40:12.5848056Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:40:12.5861323Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:40:12.6068973Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:40:12.6080489Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:40:12.6084062Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:40:12.6184118Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:40:12.6513162Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:40:12.6614600Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:40:12.6955948Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:40:12.7122243Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:40:12.7130812Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:40:12.7429362Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:40:12.7436829Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:40:12.7726818Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:40:12.7872782Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:40:12.8169993Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:40:12.8180636Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:40:12.8190169Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:40:12.8311560Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:40:12.8830108Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:40:12.8845371Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:40:12.9235123Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:40:12.9244080Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:40:12.9436411Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:40:12.9444116Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:40:12.9483035Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:40:12.9673697Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:40:12.9846434Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:40:12.9911596Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:40:13.0013757Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:40:13.0339765Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:40:13.0354637Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:40:13.0355957Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:40:13.0451292Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:40:13.0466591Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:40:13.0793255Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:40:13.0795625Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:40:13.0907794Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:40:13.1235207Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:40:13.1366297Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:40:13.1678993Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:40:13.1680714Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:40:13.1689920Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:40:13.2096952Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:40:13.2111848Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:40:13.2179000Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:40:13.2555237Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:40:13.2665915Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:40:13.2995067Z [gw0] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:40:13.3350370Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:40:13.3432809Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:40:13.3595608Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:40:13.3850885Z [gw0] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:40:13.3861336Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:40:13.3871930Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:40:13.3944765Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:40:13.3955432Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:40:13.4273117Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:40:13.4312456Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:40:13.4545202Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:40:13.4713912Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:40:13.4891857Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:40:13.5154530Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:40:13.5335473Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:40:13.5503911Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:40:13.5516822Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:40:13.5592579Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:40:13.5845507Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:40:13.6044115Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:40:13.6209611Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:40:13.6221954Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:40:13.7654156Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:40:13.7667655Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:40:13.7808348Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:40:13.7817305Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:40:13.7884098Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:40:13.8075039Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:40:13.8216667Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:40:13.8516037Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:40:13.8765154Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:40:13.8955191Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:40:13.9580147Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:40:13.9589902Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:40:14.0075254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:14.0086529Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:40:14.0104616Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:40:14.0114616Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:40:14.0240551Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:40:14.0554123Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:40:14.0646697Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:40:14.0995603Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:40:14.2648325Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:40:14.2659307Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:40:14.3007943Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:40:14.3017983Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:40:14.3118586Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:40:14.3434316Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:40:14.4048454Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:40:14.4057298Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:40:14.4222268Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:40:14.4474284Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:40:14.4642614Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:40:14.4915401Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:40:14.5137600Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:40:14.5354363Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:40:14.9530499Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:40:14.9543897Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:40:14.9710668Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:40:14.9954256Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:40:15.1149667Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:40:15.1166079Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:40:15.1526382Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:40:15.1593215Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:40:15.2171720Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:40:15.2180825Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:40:15.2719163Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:40:15.2728870Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:40:15.3507422Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:40:15.3515920Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:40:15.3723625Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:40:15.3954757Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:40:15.4741846Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:40:15.4753185Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:40:15.9014093Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:40:15.9023888Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:40:16.0541446Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:40:16.0553552Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:40:16.0892390Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:40:16.0902988Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:40:16.1416894Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:16.1424681Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:16.1478432Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:40:16.1493416Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:16.1666078Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:40:16.1913996Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:40:16.2150314Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:40:16.2353869Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:40:16.2442987Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:40:16.2797092Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:40:16.3107875Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:40:16.3235159Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:40:16.4285885Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:40:16.4297845Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:40:16.4319690Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:40:16.4715349Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:40:16.4732503Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:40:16.5157592Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:40:16.5425832Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:40:16.5633838Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:40:16.5783522Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:40:16.6075344Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:40:16.6339230Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:40:16.6514094Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:40:16.6758713Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:40:16.6995087Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:40:16.7190750Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:40:16.7201005Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:40:16.7222309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:40:16.7634586Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:40:16.7662066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:40:16.7801771Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:40:16.7809770Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:40:16.7828830Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:40:16.8073243Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:40:16.8235274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:40:16.8691056Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:40:16.8699188Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:40:16.9067392Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:40:16.9112694Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:40:16.9552796Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:40:16.9562377Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:40:16.9796510Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:40:16.9906746Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:40:16.9918479Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:40:16.9991672Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:40:17.0290886Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:40:17.0431785Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:40:17.0706668Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:40:17.0872531Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:40:17.1213312Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:40:17.1313827Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:40:17.1838704Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:40:17.1849557Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:40:17.2223680Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:40:17.2273032Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:40:17.2701004Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:40:17.2715089Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:40:17.3077316Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:40:17.3151927Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:40:17.3536332Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:40:17.3592587Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:40:17.4008278Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:40:17.4072437Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:40:17.4551627Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:40:17.4564614Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:40:17.4723008Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:40:17.4994909Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:40:17.5252088Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:40:17.5434118Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:40:17.5846561Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:40:17.5873085Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:40:17.5978865Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:40:17.6129853Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:40:17.6139563Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:40:17.6313527Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:40:17.6429045Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:40:17.6756805Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:40:17.7016624Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:40:17.7195042Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:40:17.8246572Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:40:17.8255499Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:40:17.8825830Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:40:17.8837473Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:40:17.8972093Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:40:17.9275124Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:40:17.9502180Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:40:17.9714779Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:40:18.0508443Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:40:18.0516808Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:40:18.0899344Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:40:18.0953638Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:40:18.1190353Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:40:18.1394052Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:40:18.1529457Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:40:18.1834487Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:40:18.2084813Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:40:18.2273718Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:40:18.2447021Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:40:18.2713807Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:40:18.3311646Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:40:18.3320964Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:40:18.3606273Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:40:18.3751212Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:40:18.3925138Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:40:18.4192086Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:40:18.4460778Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:40:18.4634656Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:40:18.4858023Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:40:18.5073947Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:40:18.5286045Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:40:18.5513380Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:40:18.5622983Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:40:18.5955349Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:40:18.6551178Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:40:18.6559618Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:40:18.6625088Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:40:18.6994671Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:40:18.7053946Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:40:18.7434351Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:40:18.7484429Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:40:18.7874820Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:40:18.7959294Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:40:18.8315097Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:40:18.9837537Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:40:18.9848127Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:40:18.9877326Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:40:19.0275096Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:40:19.0305984Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:40:19.0715669Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:40:19.0745508Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:40:19.1156830Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:40:19.1186113Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:40:19.1583560Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:40:19.1596460Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:40:19.1599614Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:40:19.1637523Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:40:19.1802449Z [gw0] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:40:19.2035288Z [gw1] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:40:19.2035939Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:40:19.2205437Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:40:19.2474268Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:40:19.2672303Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:40:19.2915377Z [gw0] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:40:19.3467817Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:40:19.3477383Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:40:19.4317261Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:40:19.4326776Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:40:19.5701838Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:40:19.5714713Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:40:19.5959965Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:40:19.6154317Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:40:19.6403667Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:40:19.6594641Z [gw0] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:40:19.6877922Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:40:19.7033120Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:40:19.7615629Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:40:19.7628442Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:40:19.9801842Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:40:19.9812532Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:40:20.0090124Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:40:20.0233873Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:40:20.0572734Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:40:20.0672955Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:40:20.0701523Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:40:20.0716626Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:40:20.1157974Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:40:20.1170415Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:40:20.1613510Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:40:20.1627185Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:40:20.3837461Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:40:20.3850743Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:40:20.4294981Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:40:20.4304916Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:40:20.4617178Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:40:20.4711875Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:40:20.4876564Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:40:20.5153632Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:40:20.5336180Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:40:20.5593415Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:40:20.6098424Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:40:20.6110748Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:40:20.7736739Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:40:20.7749929Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:40:20.8634950Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:40:20.8645258Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:40:21.3552506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:40:21.3564983Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:40:21.4195335Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:40:21.4205882Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:40:21.4635196Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:40:21.4672686Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:40:21.5216379Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:40:21.5223213Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:40:21.5499538Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:40:21.5510657Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:40:22.4009830Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:40:22.4016644Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:40:22.4809077Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:40:22.4822848Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:40:22.8885608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:40:22.8897551Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:40:22.8925189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:40:22.9315777Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:40:23.1785074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:40:23.1795270Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:40:23.1857524Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:40:23.1871460Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:40:23.2108480Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:23.2234371Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:40:23.3265450Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:40:23.3275003Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:40:23.3364837Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:40:23.3715711Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:40:23.4021673Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:40:23.4029572Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:23.4043963Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:40:23.4152448Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:40:23.4241526Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:40:23.4261975Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:40:23.4272390Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:40:23.4595483Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:40:23.4710474Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:40:23.5035929Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:40:23.5414643Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:40:23.5422099Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:40:23.5429293Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:40:23.5472360Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:40:23.5578117Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:40:23.5915129Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:40:23.6530042Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:40:23.6541360Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:40:23.6693970Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:40:23.6955297Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:40:23.7666980Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:40:23.7675539Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:40:24.0301552Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:40:24.0311654Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:40:24.0464762Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:40:24.0473200Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:40:24.2332313Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:40:24.2344463Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:40:24.2787092Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:40:24.2803798Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:40:24.2807011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:40:24.2818624Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:40:24.3332395Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:40:24.3344252Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:40:24.3915706Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:40:24.3929049Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:40:24.4830580Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:40:24.4834077Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:40:24.5033391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:40:24.5046120Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:40:24.5677057Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:40:24.5686595Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:40:24.5713166Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:40:24.6114999Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:40:24.6627106Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:40:24.6637030Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:40:24.7195981Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:40:24.7207429Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:40:24.7497046Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:40:24.7631745Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:40:24.8139184Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:40:24.8148117Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:40:24.8167709Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:24.8555152Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:24.8597188Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:40:24.8606057Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:40:24.8832790Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:40:24.8994708Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:40:24.9060693Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:40:24.9070179Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:40:24.9270488Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:40:24.9431786Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:40:24.9617922Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:40:24.9875068Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:40:25.0346405Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:40:25.0357115Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:40:25.0957851Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:40:25.0970176Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:40:25.1290910Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:40:25.1394079Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:40:25.1764712Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:40:25.1833119Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:40:25.2126381Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:40:25.2274556Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:40:25.3163209Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:25.3173273Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:25.5747357Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:40:25.5757312Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:40:25.6078128Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:40:25.6234079Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:40:25.7517372Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:40:25.7533184Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:40:25.9068290Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:40:25.9076961Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:40:25.9181604Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:40:25.9515575Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:40:25.9881287Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:40:25.9953276Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:40:26.0219127Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:40:26.0232927Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:40:26.0355894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:40:26.0392446Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:40:26.1137782Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:40:26.1150697Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:40:26.2227948Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:40:26.2236756Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:40:26.4932957Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:40:26.4941737Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:40:26.5456096Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:40:26.5465618Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:40:26.8007048Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:40:26.8013237Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:40:26.9802907Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:40:26.9811704Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:40:27.1145367Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:40:27.1152430Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:40:27.1970424Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:40:27.1979912Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:40:27.4087529Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:40:27.4101802Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:40:27.4842807Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:40:27.4849528Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:40:27.5216198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:40:27.5230762Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:40:27.5399121Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:40:27.5674643Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:40:27.6104970Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:40:27.6113799Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:40:27.6682518Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:40:27.6697348Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:40:27.8710162Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:40:27.8717535Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:40:28.3050203Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:28.3072298Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:28.3092250Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:40:28.3475989Z [gw0] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:40:28.3703356Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:40:28.3916662Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:40:28.4192220Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:40:28.4355506Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:40:28.4618088Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:40:28.4794342Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:40:28.4982276Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:40:28.5234336Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:40:28.5970905Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:40:28.5983953Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:40:28.6125131Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:40:28.6394683Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:40:28.6444788Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:40:28.6834532Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:40:28.6985372Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:40:28.7274784Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:40:28.7428567Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:40:28.7714858Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:40:28.7744791Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:40:28.8154740Z [gw0] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:40:28.8224362Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:40:28.8594129Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:40:28.9421988Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:40:28.9430605Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:40:29.3264293Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:40:29.3274959Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:40:29.3988165Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:40:29.3999470Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:40:29.4330660Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:40:29.4433583Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:40:29.4954954Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:40:29.4963852Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:40:29.5633817Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:40:29.5646479Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:40:29.6065055Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:40:29.6077706Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:40:29.6599521Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:40:29.6609525Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:40:29.7925530Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:40:29.7935700Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:40:29.8294463Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:40:29.8353682Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:40:29.9219341Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:40:29.9230005Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:40:29.9530439Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:40:29.9633660Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:40:30.0066535Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:40:30.0075908Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:40:30.0203270Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:40:30.0514182Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:40:30.0632042Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:40:30.0954615Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:40:30.1477654Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:40:30.1491063Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:40:30.1564554Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:40:30.1915698Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:40:30.2065677Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:40:30.2354369Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:40:30.2523581Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:40:30.2793424Z [gw0] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:40:30.3041585Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:40:30.3234114Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:40:30.3370054Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:40:30.3673635Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:40:30.3971362Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:40:30.4112886Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:40:30.4133505Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:40:30.4554696Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:40:30.4698372Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:40:30.4995516Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:40:30.5112085Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:40:30.5434170Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:40:30.5550318Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:40:30.5873910Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:40:30.8115234Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:40:30.8152932Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:40:31.6322719Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:40:31.6332822Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:40:31.8329251Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:40:31.8341088Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:40:31.8951503Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:40:31.8962183Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:40:31.9250356Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:31.9393408Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:32.0308406Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:40:32.0317355Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:40:32.1234522Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:40:32.1248429Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:40:32.2185830Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:40:32.2201316Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:40:32.4999040Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:40:32.5014120Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:40:32.5749958Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:40:32.5759597Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:40:32.6275676Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:40:32.6285033Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:40:32.6552418Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:32.6714619Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:32.6835629Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:40:32.7155578Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:40:32.7337454Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:40:32.7594837Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:40:32.7724165Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:40:32.8035687Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:40:32.8239459Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:40:32.8475329Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:40:32.8667180Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:40:32.8914596Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:40:32.9069001Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:40:32.9355080Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:40:32.9808355Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:40:32.9817459Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:40:33.0264007Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:40:33.0272480Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:40:34.0556621Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:40:34.0573962Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:40:34.0837323Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:40:34.0993160Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:40:34.2361392Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:40:34.2374486Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:40:34.2492937Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:40:34.2835342Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:40:34.3107014Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:40:34.3274314Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:40:34.3393009Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:40:34.3716229Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:40:34.3764879Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:40:34.4156917Z [gw0] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:40:34.4336166Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:40:34.4595967Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:40:34.7916953Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:40:34.7926984Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:40:34.8006840Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:40:34.8355252Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:40:34.8544573Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:40:34.8794561Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:40:34.9888476Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:40:34.9898346Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:40:35.0104390Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:40:35.0316270Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:40:35.1204451Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:40:35.1217159Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:40:35.3209120Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:40:35.3222090Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:40:35.4229354Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:40:35.4241741Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:40:35.5169688Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:40:35.5182559Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:40:35.5446754Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:40:35.5593553Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:40:35.5653212Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:40:35.6034475Z [gw0] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:40:35.6314821Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:40:35.6473950Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:40:35.6720964Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:40:35.6955108Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:40:35.7125103Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:40:35.7394188Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:40:35.7566114Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:40:35.7835416Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:40:35.8194562Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:40:35.8272766Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:40:35.9126333Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:40:35.9136132Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:40:35.9351686Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:40:35.9554538Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:40:35.9865116Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:40:35.9993740Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:40:36.0299157Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:40:36.0433744Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:40:36.0522647Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:40:36.0876810Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:40:36.0984814Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:40:36.1316868Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:40:36.1496919Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:40:36.1756481Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:40:36.2134529Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:40:36.2192983Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:40:36.3227388Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:40:36.3239684Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:40:36.5038108Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:40:36.5051208Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:40:36.5306505Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:40:36.5474043Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:40:36.6013649Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:40:36.6023171Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:40:36.6431379Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:40:36.6442066Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:40:36.6900596Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:40:36.6908347Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:40:36.7268217Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:40:36.7311856Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:40:36.7470104Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:40:36.7753848Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:40:36.7863559Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:40:36.8194918Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:40:36.8460898Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:40:36.8633165Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:40:36.8784644Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:40:36.9075584Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:40:36.9280324Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:40:36.9515407Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:40:36.9610715Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:40:36.9956294Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:40:37.0157760Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:40:37.0394246Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:40:37.0410729Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:40:37.0834813Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:40:37.0912596Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:40:37.1274959Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:40:37.1399367Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:40:37.1714065Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:40:37.1861452Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:40:37.2154651Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:40:37.2299631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:40:37.2595148Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:40:37.2642069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:40:37.3035046Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:40:37.3160000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:40:37.3474650Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:40:37.3627199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:40:37.3916967Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:40:37.3965374Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:40:37.4356811Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:40:37.4446629Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:40:37.4797441Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:40:37.4923622Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:40:37.5235836Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:40:37.5422277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:40:37.5676400Z [gw0] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:40:37.5726536Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:40:37.6117551Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:40:37.6329479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:40:37.6554752Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:40:37.6685139Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:40:37.6994134Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:40:37.7093161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:40:37.7434588Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:40:37.7490184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:40:37.7874725Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:40:37.7953074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:40:37.8355342Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:40:37.8456123Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:40:37.8794578Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:40:37.8873183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:40:37.9235772Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:40:37.9309114Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:40:37.9675252Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:40:37.9769548Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:40:38.0155632Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:40:38.0226962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:40:38.0595008Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:40:38.0667451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:40:38.1035079Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:40:38.1241652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:40:38.1474809Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:40:38.1557882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:40:38.1915516Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:40:38.1997379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:40:38.2355402Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:40:38.2393055Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:40:38.2795938Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:40:38.2945198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:40:38.3234954Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:40:38.3315699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:40:38.3676174Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:40:38.3777050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:40:38.4115205Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:40:38.4214364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:40:38.4554770Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:40:38.4826671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:40:38.4993732Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:40:38.5125081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:40:38.5435068Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:40:38.5540347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:40:38.5915484Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:40:38.6049337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:40:38.6354093Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:40:38.6456866Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:40:38.6798943Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:40:38.7859524Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:40:38.7870144Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:40:38.7968525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:40:38.8276543Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:40:38.8420144Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:40:38.8717224Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:40:38.8854019Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:40:38.9156615Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:40:38.9232850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:40:38.9595520Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:40:38.9716538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:40:39.0036502Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:40:39.0193561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:40:39.0474206Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:40:39.0650439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:40:39.0913664Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:40:39.0935158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:40:39.1355670Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:40:39.1377305Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:40:39.1795244Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:40:39.1852206Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:40:39.2233940Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:40:39.2286109Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:40:39.2674432Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:40:39.2791246Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:40:39.3114763Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:40:39.3232944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:40:39.3555081Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:40:39.3661454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:40:39.3995191Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:40:39.4016218Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:40:39.4436366Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:40:39.4624032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:40:39.4874599Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:40:39.5068160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:40:39.5314472Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:40:39.5512890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:40:39.5754185Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:40:39.5868315Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:40:39.6195132Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:40:39.6622517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:40:39.6632322Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:40:39.6790733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:40:39.7074867Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:40:39.7260809Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:40:39.7514131Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:40:39.7699148Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:40:39.7954186Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:40:39.8147340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:40:39.8393925Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:40:39.8592889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:40:39.8835091Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:40:39.8952865Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:40:39.9274633Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:40:39.9434893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:40:39.9714147Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:40:39.9873744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:40:40.0154199Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:40:40.0332484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:40:40.0594269Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:40:40.0710535Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:40:40.1037288Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:40:40.1194158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:40:40.1477810Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:40:40.1597953Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:40:40.1917126Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:40:40.2049549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:40:40.2357038Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:40:40.2483967Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:40:40.2795325Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:40:40.2872105Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:40:40.3234794Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:40:40.3405004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:40:40.3673466Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:40:40.3817941Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:40:40.4113792Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:40:40.4271321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:40:40.4554050Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:40:40.4633012Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:40:40.4995818Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:40:40.5142022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:40:40.5434758Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:40:40.5515200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:40:40.5518083Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:40:40.5530157Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:40:40.5544146Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:40:40.5873761Z [gw1] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:40:40.5953357Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:40:40.5957310Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:40:40.6314277Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:40:40.6447698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:40:40.6754300Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:40:40.6836397Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:40:40.7195239Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:40:40.7324048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:40:40.7633801Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:40:40.7762485Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:40:40.8074214Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:40:40.8194726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:40:40.8514704Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:40:40.8546969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:40:40.8955539Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:40:40.9055262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:40:40.9395340Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:40:40.9549054Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:40:40.9834603Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:40:40.9882823Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:40:41.0275013Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:40:41.0342563Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:40:41.0715180Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:40:41.0773545Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:40:41.1154843Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:40:41.1213370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:40:41.1337673Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:40:41.1346468Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:40:41.1519127Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:40:41.1592296Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:40:41.1647188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:40:41.1750898Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:40:41.2034630Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:40:41.2087894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:40:41.2476641Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:40:41.2552140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:40:41.2562748Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:40:41.2599778Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:40:41.2915348Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:40:41.2941245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:40:41.3356984Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:40:41.3393117Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:40:41.3796925Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:40:41.3836000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:40:41.3921464Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:40:41.3930059Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:40:41.4045643Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:40:41.4233797Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:40:41.4262048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:40:41.4393054Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:40:41.4528547Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:40:41.4673740Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:40:41.4701422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:40:41.4833984Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:40:41.5116911Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:40:41.5441720Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:40:41.5527741Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:40:41.5539122Z [gw1] [ 80%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:40:41.5551573Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:40:41.5762507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:40:41.5994034Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:40:41.6465428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:40:41.6478917Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:40:41.6512615Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:40:41.6524968Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:40:41.6659725Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:40:41.6914174Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:40:41.7039739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:40:41.7354110Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:40:41.7460111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:40:41.7794675Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:40:41.7912774Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:40:41.8001453Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:40:41.8009748Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:40:41.8233660Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:40:41.8313905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:40:41.8675010Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:40:41.9530264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:40:41.9542006Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:40:41.9604551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:40:41.9955265Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:40:42.0043851Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:40:42.0343356Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:40:42.0351331Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:40:42.0368135Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:40:42.0391376Z [gw1] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:40:42.0540101Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:40:42.0792073Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:40:42.0832180Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:40:42.0932030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:40:42.1276046Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:40:42.1629921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:40:42.1638480Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:40:42.1705947Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:40:42.1719173Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:40:42.1728387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:40:42.1840120Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:40:42.2072763Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:40:42.2152771Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:40:42.2236113Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:40:42.2529619Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:40:42.2537319Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:40:42.2593003Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:40:42.2657581Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:40:42.3035056Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:40:42.3100509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:40:42.3475327Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:40:42.3538120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:40:42.3915114Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:40:42.4391833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:40:42.4405603Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:40:42.4924847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:40:42.4937880Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:40:42.4997743Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:40:42.5355106Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:40:42.5434724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:40:42.5456350Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:40:42.5469435Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:40:42.5797744Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:40:42.5872946Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:40:42.6237164Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:40:42.6435332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:40:42.6676587Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:40:42.6762768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:40:42.7117345Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:40:42.7222766Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:40:42.7557575Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:40:42.7631857Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:40:42.7997407Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:40:42.8074112Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:40:42.8435052Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:40:42.8471494Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:40:42.8479376Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:40:42.8718387Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:40:42.8873517Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:40:42.9557714Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:40:42.9571981Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:40:42.9635980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:40:42.9997003Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:40:43.0167484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:40:43.0436170Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:40:43.0543967Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:40:43.0874653Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:40:43.0898360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:40:43.1315502Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:40:43.1381871Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:40:43.1756476Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:40:43.1818926Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:40:43.2195483Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:40:43.2293472Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:40:43.2635282Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:40:43.2698069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:40:43.3074825Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:40:43.3191531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:40:43.3514829Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:40:43.3595791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:40:43.3955932Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:40:43.4046709Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:40:43.4395177Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:40:43.4573445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:40:43.4834924Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:40:43.4975813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:40:43.5274027Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:40:43.5391650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:40:43.5755993Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:40:43.5862914Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:40:43.6194781Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:40:43.6280008Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:40:43.6634304Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:40:43.6678023Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:40:43.7075509Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:40:43.7530516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:40:43.7552742Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:40:43.7634253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:40:43.7648834Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:40:43.7672550Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:40:43.7993850Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:40:43.8106973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:40:43.8145834Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:40:43.8156970Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:40:43.8435804Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:40:43.8540058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:40:43.8762202Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:40:43.8777111Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:40:43.8873297Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:40:43.8972942Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:40:43.9315985Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:40:43.9374356Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:40:43.9756981Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:40:43.9809220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:40:44.0197667Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:40:44.0256111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:40:44.0637089Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:40:44.0696253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:40:44.1076122Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:40:44.1116111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:40:44.1344531Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:40:44.1352953Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:40:44.1437174Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:40:44.1511803Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:40:44.1560777Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:40:44.1792412Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:40:44.1953661Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:40:44.2035818Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:40:44.2394557Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:40:44.2573198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:40:44.2834176Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:40:44.2926664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:40:44.3274763Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:40:44.3388837Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:40:44.3714673Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:40:44.3819300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:40:44.4154083Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:40:44.4271586Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:40:44.4594516Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:40:44.4738710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:40:44.5033618Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:40:44.5202687Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:40:44.5474360Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:40:44.5846162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:40:44.5912543Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:40:44.6195118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:40:44.6353630Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:40:44.6450975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:40:44.6795815Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:40:44.7018632Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:40:44.7235608Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:40:44.7455906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:40:44.7674153Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:40:44.7799668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:40:44.8114569Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:40:44.8135024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:40:44.8146898Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:40:44.8229785Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:40:44.8554577Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:40:44.8682052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:40:44.8693632Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:40:44.8703839Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:40:44.8993525Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:40:44.9113699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:40:44.9435513Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:40:44.9486596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:40:44.9875753Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:40:44.9986397Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:40:45.0315087Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:40:45.0379572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:40:45.0383526Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:40:45.0389261Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:40:45.0754049Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:40:45.0894162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:40:45.0956563Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:40:45.0964972Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:40:45.1196158Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:40:45.1214190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:40:45.1637847Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:40:45.1660772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:40:45.1727960Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:40:45.1740147Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:40:45.2076103Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:40:45.2201009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:40:45.2516216Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:40:45.2602142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:40:45.2956529Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:40:45.3043550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:40:45.3397076Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:40:45.3658389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:40:45.3676063Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:40:45.3681203Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:40:45.3834127Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:40:45.3861902Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:40:45.4036778Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:40:45.4111785Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:40:45.4190659Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:40:45.4271498Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:40:45.4533664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:40:45.4551790Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:40:45.4712959Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:40:45.4847828Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:40:45.5009278Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:40:45.5019459Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:40:45.5152415Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:40:45.5248577Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:40:45.5416237Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:40:45.5430947Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:40:45.5593745Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:40:45.6017746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:40:45.6031396Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:40:45.6168398Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:40:45.6473893Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:40:45.6484195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:40:45.6494432Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:40:45.6564210Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:40:45.6765205Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:40:45.6913954Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:40:45.6919228Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:40:45.7015141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:40:45.7355634Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:40:45.7455290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:40:45.7794935Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:40:45.7893930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:40:45.8234469Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:40:45.8424419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:40:45.8673833Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:40:45.8789958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:40:45.9114840Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:40:45.9128748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:40:45.9141168Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:40:45.9227385Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:40:45.9555155Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:40:45.9624960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:40:45.9996183Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:40:46.0123620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:40:46.0435091Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:40:46.0567987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:40:46.0875906Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:40:46.0983280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:40:46.1314986Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:40:46.1444983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:40:46.1756054Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:40:46.1903333Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:40:46.2194876Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:40:46.2242540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:40:46.2256532Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:40:46.2290577Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:40:46.2452960Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:40:46.2632826Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:40:46.2672787Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:40:46.2703661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:40:46.2880826Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:40:46.3073310Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:40:46.3112251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:40:46.3136539Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:40:46.3333404Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:40:46.3512392Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:40:46.3552198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:40:46.3573866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:40:46.3955992Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:40:46.4051110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:40:46.4396894Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:40:46.4617516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:40:46.4836578Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:40:46.4885348Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:40:46.5276397Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:40:46.5378900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:40:46.5717517Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:40:46.5800233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:40:46.5814398Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:40:46.7327697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:40:46.7336798Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:40:46.7415656Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:40:46.7754930Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:40:46.7872337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:40:46.8194459Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:40:46.8355507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:40:46.8634527Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:40:46.8700230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:40:46.9074771Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:40:46.9189287Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:40:46.9514998Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:40:46.9596695Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:40:46.9955055Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:40:47.0048777Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:40:47.0395367Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:40:47.0456937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:40:47.0835152Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:40:47.0911941Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:40:47.1003150Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:40:47.1013876Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:40:47.1274700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:40:47.1316945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:40:47.1715502Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:40:47.1790599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:40:47.2154658Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:40:47.2243945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:40:47.2594646Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:40:47.2653574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:40:47.3035073Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:40:47.3116217Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:40:47.3475330Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:40:47.3590607Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:40:47.3915118Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:40:47.4072383Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:40:47.4354593Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:40:47.4448656Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:40:47.4795362Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:40:47.4879832Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:40:47.5236730Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:40:47.5310989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:40:47.5675394Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:40:47.5708083Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:40:47.6115326Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:40:47.6205358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:40:47.6556719Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:40:47.6663559Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:40:47.6997339Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:40:47.7302051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:40:47.7435792Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:40:47.7518613Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:40:47.7526563Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:40:47.7558532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:40:47.7877497Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:40:47.7991954Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:40:47.8316585Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:40:47.8440879Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:40:47.8756512Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:40:47.8868638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:40:47.9196704Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:40:47.9480856Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:40:47.9633886Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:40:47.9876749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:40:48.0074932Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:40:48.0146545Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:40:48.0514914Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:40:48.0816975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:40:48.0954329Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:40:48.0990795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:40:48.1045435Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:40:48.1055584Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:40:48.1395036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:40:48.1473827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:40:48.1835173Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:40:48.1935612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:40:48.2275629Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:40:48.2371747Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:40:48.2715428Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:40:48.2815634Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:40:48.3154457Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:40:48.3233286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:40:48.3595635Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:40:48.3611167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:40:48.4034750Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:40:48.4097414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:40:48.4474842Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:40:48.4539510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:40:48.4914471Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:40:48.4976087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:40:48.5355118Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:40:48.5455788Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:40:48.5794698Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:40:48.5878887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:40:48.6234636Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:40:48.6318136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:40:48.6675379Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:40:48.6747717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:40:48.7115503Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:40:48.7225924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:40:48.7555108Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:40:48.7643468Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:40:48.7995219Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:40:48.8104684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:40:48.8435947Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:40:48.8519361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:40:48.8875094Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:40:48.8939032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:40:48.8956116Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:40:48.8966633Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:40:48.9316397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:40:48.9418307Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:40:48.9757139Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:40:48.9848251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:40:49.0197017Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:40:49.0289599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:40:49.0637138Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:40:49.0771251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:40:49.1076959Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:40:49.1254147Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:40:49.1516930Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:40:49.1622347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:40:49.1956533Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:40:49.2112732Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:40:49.2395953Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:40:49.2539810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:40:49.2835022Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:40:49.2940568Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:40:49.3275104Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:40:49.3438671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:40:49.3714927Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:40:49.4019552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:40:49.4153443Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:40:49.4250660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:40:49.4594890Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:40:49.4656075Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:40:49.4665468Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:40:49.4678551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:40:49.5036507Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:40:49.5139315Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:40:49.5474220Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:40:49.5594990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:40:49.5915302Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:40:49.6184986Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:40:49.6354218Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:40:49.6627232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:40:49.6793623Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:40:49.6855124Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:40:49.7235423Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:40:49.7321525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:40:49.7675057Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:40:49.7760159Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:40:49.8115172Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:40:49.8207887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:40:49.8555326Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:40:49.8623704Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:40:49.8994733Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:40:49.9062166Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:40:49.9434748Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:40:49.9634246Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:40:49.9874432Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:40:49.9927806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:40:49.9940437Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:40:49.9949030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:40:50.0315015Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:40:50.0435943Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:40:50.0755297Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:40:50.0857318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:40:50.1195748Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:40:50.1284672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:40:50.1635115Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:40:50.1721960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:40:50.2076703Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:40:50.2199246Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:40:50.2517492Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:40:50.2551074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:40:50.2957687Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:40:50.3072976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:40:50.3397338Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:40:50.3486407Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:40:50.3836809Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:40:50.3992649Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:40:50.4277598Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:40:50.4406819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:40:50.4715854Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:40:50.4829473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:40:50.5155884Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:40:50.5205320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:40:50.5594350Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:40:50.5700512Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:40:50.6033924Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:40:50.6176525Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:40:50.6474005Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:40:50.6619301Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:40:50.6955422Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:40:50.7707880Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:40:50.7717228Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:40:50.8060646Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:40:50.8152983Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:40:50.8696049Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:40:50.8705713Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:40:50.9144405Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:40:50.9160426Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:40:50.9423330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:40:50.9433503Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:40:51.0088279Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:40:51.0097689Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:40:51.0455553Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:40:51.0512611Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:40:51.1112876Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:40:51.1128634Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:40:51.1587605Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:40:51.1598108Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:40:51.4238188Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:40:51.4247042Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:40:51.4653975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:40:51.4666910Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:40:51.7621895Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:40:51.7633668Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:40:51.8232858Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:40:51.8243103Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:40:51.8976178Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:40:51.8983621Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:40:51.9628477Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:40:51.9638881Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:40:52.0198484Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:40:52.0208699Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:40:52.0831974Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:40:52.0840733Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:40:52.1510628Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:40:52.1519840Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:40:52.4675219Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:40:52.4684061Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:40:52.7862991Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:40:52.7871589Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:40:52.8501092Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:40:52.8509658Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:40:54.2174866Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:40:54.2183433Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:40:54.4536899Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:40:54.4546698Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:40:54.5477305Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:40:54.5486244Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:40:54.8325305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:40:54.8335259Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:40:54.9067118Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:40:54.9077301Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:40:54.9851888Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:40:54.9860672Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:40:55.5165678Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:40:55.5175952Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:40:55.8645898Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:40:55.8658444Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:40:56.4136414Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:40:56.4147169Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:40:56.4209197Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:40:56.4556311Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:40:56.4667003Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:40:56.4995141Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:40:56.5095047Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:40:56.5435384Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:40:56.5835836Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:40:56.5872104Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:40:56.6136088Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:40:56.6315140Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:40:56.6513622Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:40:56.6755057Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:40:56.7219099Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:40:56.7229331Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:40:56.7509766Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:40:56.7633080Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:40:56.8184655Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:40:56.8193693Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:40:56.8612394Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:40:56.8673033Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:40:56.9235913Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:40:56.9244578Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:40:56.9276324Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:40:56.9674844Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:40:56.9699209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:40:56.9906016Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:40:56.9912976Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:40:57.0113329Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:57.0186459Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:40:57.0556883Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:40:57.0620052Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:40:57.0997922Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:40:57.1343232Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:40:57.1434483Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:40:57.1496355Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:40:57.1877421Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:40:57.1941969Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:40:57.2317081Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:40:57.2527637Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:40:57.2756305Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:40:57.3005521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:40:57.3195062Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:40:57.3488521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:40:57.3633375Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:40:57.3692264Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:40:57.4075818Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:40:57.4218275Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:40:57.4514867Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:40:57.4676882Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:40:57.4955340Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:40:57.5001954Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:40:57.5394876Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:40:57.5588509Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:40:57.5833722Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:40:57.5957253Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:40:57.6275559Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:40:57.6414653Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:40:57.6715028Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:40:57.6857354Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:40:57.7012142Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:40:57.7023132Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:40:57.7045699Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:40:57.7151914Z [gw1] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:40:57.7203546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:40:57.7432850Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:40:57.7455523Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:40:57.7591773Z [gw1] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:40:57.7680861Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:40:57.7873037Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:40:57.8034755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:40:57.8112806Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:40:57.8475903Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:40:57.8530585Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:40:57.8916196Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:40:57.9817967Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:40:57.9830952Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:40:57.9876180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:40:58.0205298Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:40:58.0218150Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:58.0272130Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:40:58.0834414Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:40:58.0846224Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:40:58.0917546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:40:58.1275394Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:40:58.1380633Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:40:58.1715726Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:40:58.2101804Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:40:58.2152267Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:40:58.2431654Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:40:58.2594234Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:40:58.2698217Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:40:58.3035113Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:40:58.4422818Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:40:58.4431957Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:40:58.5548076Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:40:58.5557261Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:40:58.6186398Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:40:58.6198517Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:40:58.6404791Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:40:58.6418928Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:40:58.6520507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:40:58.6633418Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:40:58.7064442Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:40:58.7078538Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:40:58.7257671Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:40:58.7515673Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:40:58.7641920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:40:58.7955320Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:40:58.7977278Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:40:58.8396471Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:40:58.8415680Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:40:58.8835663Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:40:58.9138827Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:40:58.9273811Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:40:58.9338130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:40:58.9754869Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:40:58.9864521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:40:59.0194438Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:40:59.0258745Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:40:59.0634542Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:40:59.0740473Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:40:59.0772270Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:40:59.0779369Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:40:59.1075046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:40:59.1180706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:40:59.1514835Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:40:59.1611271Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:40:59.1956025Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:40:59.2241425Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:40:59.2394193Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:40:59.2455578Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:40:59.2834619Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:40:59.2859057Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:40:59.3275566Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:40:59.3460367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:40:59.3715953Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:40:59.3984599Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:40:59.4153499Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:40:59.4490817Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:40:59.4592634Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:40:59.4717110Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:40:59.5035260Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:40:59.5235280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:40:59.5474646Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:40:59.5804390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:40:59.5912723Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:40:59.6372478Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:40:59.6386780Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:40:59.6572455Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:40:59.6795696Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:40:59.6844392Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:40:59.6858341Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:40:59.7111328Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:40:59.7234447Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:40:59.7640479Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:40:59.7673001Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:40:59.7794307Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:40:59.8047644Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:40:59.8056356Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:40:59.8114049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:40:59.8316945Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:40:59.8555591Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:40:59.8855471Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:40:59.8991978Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:40:59.9266792Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:40:59.9433278Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:40:59.9558506Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:40:59.9874790Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:41:00.0093581Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:41:00.0315249Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:41:00.0575225Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:41:00.0754218Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:41:00.0870488Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:41:00.1195466Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:41:00.1370496Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:41:00.1674880Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:41:00.1876965Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:41:00.2114545Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:41:00.2188708Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:41:00.2555218Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:41:00.2658968Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:41:00.2996065Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:41:00.3169164Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:41:00.3435509Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:41:00.3494303Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:41:00.3875990Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:41:00.3937023Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:41:00.4314908Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:41:00.4476310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:41:00.4485705Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:00.4547914Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:41:00.4752950Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:41:00.4796617Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:41:00.5194900Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:41:00.5335684Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:41:00.5346136Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:41:00.7021914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:41:00.7030922Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:41:00.7240360Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:41:00.7434667Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:41:00.7750628Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:41:00.7873267Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:41:00.8108880Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:41:00.8315031Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:41:00.8672107Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:41:00.8754546Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:41:00.9036103Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:41:00.9195278Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:41:00.9479279Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:41:00.9635141Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:41:01.0639040Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:41:01.0648440Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:41:01.0819538Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:41:01.1077529Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:41:01.1161057Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:41:01.1517736Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:41:01.1834538Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:41:01.1953301Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:41:01.2008852Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:41:01.2395422Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:41:01.2722361Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:41:01.2833131Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:41:01.3047506Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:41:01.3274960Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:41:01.3407516Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:41:01.3714524Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:41:01.3780293Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:41:01.4155276Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:41:01.4218896Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:41:01.4594968Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:41:01.4657749Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:41:01.5035519Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:41:01.6320106Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:41:01.6328385Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:41:01.6392906Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:41:01.6754780Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:41:01.6842737Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:41:01.7195259Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:41:01.7252868Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:41:01.7635923Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:41:01.7696692Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:41:01.8074829Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:41:01.8134828Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:41:01.8515280Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:41:01.8579815Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:41:01.8954277Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:41:01.9241888Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:41:01.9395085Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:41:01.9472717Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:41:01.9836726Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:41:02.0065172Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:02.0075300Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:41:02.2145669Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:02.2152540Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:02.3452493Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:41:02.3462759Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:41:02.3758432Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:41:02.3764338Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:02.3787347Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:02.4123791Z [gw2] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:02.4131894Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:41:02.4192278Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:41:02.6505900Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:41:02.6520750Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:41:02.8586298Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:41:02.8595702Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:41:03.1040067Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:41:03.1049472Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:41:03.2462219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:41:03.2472072Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:41:03.3038583Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:41:03.3048727Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:41:03.8544170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:41:03.8552979Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:41:03.8591877Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:41:03.8995510Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:41:03.9066856Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:41:03.9434913Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:41:03.9501692Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:41:03.9874981Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:41:03.9945442Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:41:04.0315662Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:41:04.0422897Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:41:04.0754242Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:41:04.1355385Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:41:04.1367467Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:41:04.1518971Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:41:04.1794593Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:41:04.1867906Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:41:04.2235426Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:41:04.2573663Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:41:04.2673343Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:41:04.2916479Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:41:04.3113647Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:41:04.3153272Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:41:04.3555724Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:41:04.4795174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:41:04.4804812Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:41:04.5070122Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:41:04.5233323Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:41:04.5412756Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:41:04.5674114Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:41:04.5989044Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:41:04.6113401Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:41:04.6820027Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:41:04.6831715Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:41:04.6841348Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:41:04.6851309Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:41:04.7178364Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:04.7274238Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:04.7806916Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:04.7850108Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:04.8187284Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:41:04.8274011Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:41:04.8340812Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:41:04.8715615Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:41:04.8759498Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:41:04.8769316Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:41:04.9012800Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:41:04.9155063Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:41:04.9741368Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:41:04.9754898Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:41:04.9914893Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:41:04.9929634Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:41:05.0052153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:41:05.0193275Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:41:05.1120319Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:41:05.1131982Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:41:05.1309115Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:41:05.1555871Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:41:05.1618165Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:41:05.1995073Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:41:05.2016073Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:41:05.2436098Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:41:05.2457788Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:41:05.2875498Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:41:05.3032552Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:41:05.3315462Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:41:05.3442891Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:41:05.3754400Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:41:05.3883323Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:41:05.4194299Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:41:05.4525951Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:41:05.4633037Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:41:05.4723374Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:41:05.4994034Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:41:05.5004232Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:41:05.5072691Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:41:05.5095336Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:41:05.5515157Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:41:05.5612067Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:41:05.5956444Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:41:05.6202658Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:41:05.6393226Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:41:05.7253513Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:41:05.7265299Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:41:05.7416580Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:05.7674181Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:05.7803064Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:05.8115142Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:05.9052675Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:05.9062205Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:05.9247751Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:05.9473359Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:05.9640412Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:05.9914512Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:06.0156787Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:06.0356708Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:06.1532979Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:06.1542198Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:41:06.2636091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:41:06.2638487Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:06.2649546Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:41:06.2654484Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:41:06.2704409Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:41:06.3074612Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:41:06.3261965Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:06.3514856Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:06.3687783Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:06.3955675Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:06.4146739Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:41:06.4394557Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:41:06.6696293Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:06.6704306Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:06.7339466Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:41:06.7348110Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:41:06.7402879Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:41:06.7755515Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:41:06.7872121Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:41:06.8195797Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:41:06.8266965Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:41:06.8635439Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:41:06.8743793Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:41:06.9076427Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:41:06.9342463Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:06.9516313Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:06.9658129Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:06.9954318Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:07.0094131Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:41:07.0394118Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:41:07.0981454Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:41:07.0991161Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:41:07.1032477Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:41:07.1396815Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:41:07.1539859Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:41:07.1834906Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:41:07.1915269Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:41:07.2274333Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:41:07.2623341Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:41:07.2712639Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:41:07.3557232Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:41:07.3567618Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:41:07.3585626Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:41:07.3995697Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:41:07.4120689Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:41:07.4437202Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:41:07.4523552Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:41:07.4877226Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:41:07.4983405Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:41:07.5356915Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:41:07.5733849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:41:07.5833689Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:41:07.6446046Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:41:07.6456369Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:41:07.6567541Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:41:07.6875173Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:41:07.7096692Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:41:07.7314325Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:41:07.7654704Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:41:07.7753094Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:41:07.8294051Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:41:07.8308053Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:41:07.8350673Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:41:07.9011430Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:41:07.9118288Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:41:07.9192461Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:41:07.9593606Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:41:07.9672782Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:41:07.9723927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:41:08.0114991Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:41:08.0322172Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:41:08.0554791Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:41:08.0617212Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:41:08.0995173Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:41:08.1050670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:41:08.1434719Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:41:08.1500110Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:41:08.1874954Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:41:08.1976146Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:41:08.2315840Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:41:08.2382161Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:41:08.2755733Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:41:08.3243976Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:41:08.3253547Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:41:08.3306480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:41:08.3674792Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:41:08.3729286Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:41:08.4115406Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:41:08.4173080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:41:08.4372025Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:41:08.4383492Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:41:08.4554151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:41:08.4640621Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:41:08.4994951Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:41:08.5174131Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:08.5434559Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:08.5610641Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:08.5874307Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:08.6052022Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:08.6315418Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:08.6541009Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:41:08.6755539Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:41:08.6805438Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:41:08.7197035Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:41:08.7313957Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:41:08.7636993Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:41:08.7835172Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:41:08.8076466Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:41:08.8252264Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:41:08.8516206Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:41:08.8827940Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:41:08.8837136Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:41:08.8864695Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:41:08.8995068Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:41:08.9005778Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:41:08.9313277Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:41:08.9660641Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:41:08.9752336Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:41:08.9815364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:41:08.9825548Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:41:08.9913219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:41:09.0082394Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:41:09.0191703Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:41:09.0232450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:41:09.0544056Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:41:09.0632994Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:41:09.0653355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:41:09.0670203Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:41:09.0824540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:41:09.1113703Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:41:09.1136556Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:41:09.1146151Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:41:09.1168876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:41:09.1555302Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:41:09.1607797Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:41:09.1995985Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:41:09.2045233Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:41:09.2056710Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:41:09.2064359Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:41:09.2435318Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:41:09.2897554Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:41:09.2910729Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:41:09.3088621Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:41:09.3097203Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:41:09.3352870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:41:09.3363671Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:41:09.3393417Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:41:09.3793482Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:41:09.3970905Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:41:09.4138502Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:41:09.4149551Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:41:09.4233072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:41:09.4458471Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:41:09.4673836Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:41:09.4897671Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:41:09.4944863Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:41:09.4956087Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:41:09.4977260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:41:09.5111830Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:41:09.5393073Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:41:09.5454564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:41:09.5552116Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:41:09.5614058Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:41:09.5995558Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:41:09.6363198Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:41:09.6432992Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:41:09.6622825Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:41:09.6874221Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:41:09.7083147Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:41:09.7096834Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:41:09.7120078Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:41:09.7446624Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:41:09.7455714Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:41:09.7512533Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:41:09.7537571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:41:09.7610785Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:41:09.7872635Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:41:09.7953159Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:41:09.7989254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:41:09.8130559Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:41:09.8312031Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:41:09.8392892Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:41:09.8425326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:41:09.8787743Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:41:09.8797540Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:41:09.8832838Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:41:09.8871891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:41:09.9236736Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:41:09.9463042Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:41:09.9473005Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:41:09.9483904Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:41:09.9505335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:41:09.9673590Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:41:09.9862481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:41:09.9912405Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:41:10.0115801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:41:10.0261180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:41:10.0557002Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:41:10.0803981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:41:10.0995534Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:41:10.1032441Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:41:10.1437262Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:41:10.1540517Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:41:10.1876926Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:41:10.2051934Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:41:10.2255145Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:41:10.2264703Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:41:10.2284870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:41:10.2311821Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:41:10.2464689Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:41:10.2672087Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:41:10.2694664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:41:10.2751374Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:41:10.3114470Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:41:10.3226557Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:41:10.3237211Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:41:10.3606472Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:41:10.3672176Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:41:10.4611640Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:41:10.4623474Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:41:10.5386325Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:41:10.5395329Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:41:10.5573848Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:41:10.5875287Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:41:10.6055806Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:41:10.6313730Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:41:10.6630400Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:41:10.6753962Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:41:10.6978769Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:41:10.7194153Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:41:10.7292115Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:41:10.7635869Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:41:10.7891595Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:41:10.8074483Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:41:10.8784629Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:41:10.8796829Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:41:10.9712748Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:41:10.9723292Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:41:10.9874836Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:41:11.0155675Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:41:11.0227946Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:41:11.0595165Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:41:11.0694197Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:41:11.1034628Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:41:11.1064873Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:41:11.1476236Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:41:11.1561447Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:41:11.1914894Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:41:11.2003302Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:41:11.2357325Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:41:11.3387700Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:41:11.3402380Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:41:11.3475188Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:41:11.3837015Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:41:11.3863120Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:41:11.4276905Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:41:11.4299430Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:41:11.4717411Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:41:11.4854096Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:41:11.5157272Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:41:11.5286023Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:41:11.5596050Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:41:11.6311228Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:41:11.6320042Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:41:11.6435710Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:41:11.6753790Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:41:11.6844392Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:41:11.7194935Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:41:11.7542133Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:41:11.7632563Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:41:11.7873485Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:41:11.8074502Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:41:11.8204742Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:41:11.8222055Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:41:11.8320418Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:41:11.8513908Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:41:11.8889906Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:41:11.8952331Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:41:11.9131995Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:41:11.9394205Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:41:11.9581681Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:41:11.9835659Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:41:12.0042354Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:41:12.0274090Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:41:12.0361202Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:41:12.0715001Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:41:12.0776543Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:41:12.1154542Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:41:12.1219976Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:41:12.1594363Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:41:12.1855650Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:41:12.2033940Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:41:12.2169173Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:41:12.2184114Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:41:12.2265534Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:41:12.2472008Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:41:12.2541089Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:41:12.2914382Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:41:12.3063857Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:41:12.3354122Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:41:12.3904351Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:41:12.3916064Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:41:12.8085598Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:41:12.8092523Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:41:13.4402510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:41:13.4411528Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:41:13.4486202Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:41:13.4835907Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:41:13.5051076Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:41:13.5274315Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:41:13.5335243Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:41:13.5714969Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:41:13.6433665Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:41:13.6443545Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:41:13.6950109Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:41:13.6958525Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:41:13.7653159Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:41:13.7662882Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:41:13.7779257Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:41:13.8074669Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:41:13.8611589Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:41:13.8625190Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:41:13.9351838Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:41:13.9361148Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:41:14.0128826Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:41:14.0140037Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:41:14.0267619Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:41:14.0556883Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:41:14.0793280Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:41:14.0994748Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:41:14.2252306Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:41:14.2261136Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:41:14.2669005Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:41:14.2712744Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:41:14.2822928Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:41:14.3155756Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:41:14.3233116Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:41:14.3595050Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:41:14.5174195Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:41:14.5184606Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:41:14.5266763Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:41:14.5595384Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:41:14.6125917Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:41:14.6139316Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:41:14.6466796Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:41:14.6553366Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:41:14.6777657Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:41:14.6995605Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:41:14.7198602Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:41:14.7435579Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:41:14.7644947Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:41:14.7874050Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:41:15.1144976Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:41:15.1158322Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:41:15.1293072Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:41:15.1595717Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:41:15.1680113Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:41:15.2037149Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:41:15.2138581Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:41:15.2477068Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:41:15.3795947Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:41:15.3805844Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:41:15.4090701Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:41:15.4233391Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:41:15.4721751Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:41:15.4733109Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:41:15.4864746Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:41:15.5153903Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:41:15.5799772Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:41:15.5807209Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:41:15.6389884Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:41:15.6401985Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:41:15.6582388Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:41:15.6835170Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:41:15.7448350Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:41:15.7461687Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:41:15.8082175Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:41:15.8093228Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:41:16.1866966Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:41:16.1874910Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:41:16.2011976Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:41:16.2315483Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:41:16.5130035Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:41:16.5144837Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:41:16.5713105Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:41:16.5728526Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:41:16.6457161Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:41:16.6472915Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:41:16.7171151Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:41:16.7187388Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:41:16.7286805Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:41:16.7595727Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:41:16.7846922Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:41:16.8034652Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:41:16.8113754Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:41:16.8474659Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:41:16.8696973Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:41:16.8913222Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:41:16.9609891Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:41:16.9620150Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:41:16.9640723Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:41:17.0035886Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:41:17.0058980Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:41:17.0475540Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:41:17.0678297Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:41:17.0914703Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:41:17.1019487Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:41:17.1354311Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:41:17.1485222Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:41:17.1794546Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:41:17.2033044Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:41:17.2234949Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:41:17.2364244Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:41:17.2716219Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:41:17.2937954Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:41:17.3154250Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:41:17.3373991Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:41:17.3594139Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:41:17.3799398Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:41:17.4034870Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:41:17.4498391Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:41:17.4507124Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:41:17.4585103Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:41:17.4914823Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:41:17.4935458Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:41:17.5354840Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:41:17.5788770Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:41:17.5800896Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:41:17.6293709Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:41:17.6306210Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:41:17.6713114Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:41:17.6721657Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:41:17.6915559Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:41:17.7153478Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:41:17.7778313Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:41:17.7788493Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:41:17.8620801Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:41:17.8628285Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:41:17.9349122Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:41:17.9359162Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:41:17.9386006Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:41:17.9397058Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:41:17.9895058Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:41:17.9908616Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:41:18.0493526Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:41:18.0505241Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:41:18.0910004Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:41:18.0922197Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:41:18.1111692Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:41:18.1355075Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:41:18.1806182Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:41:18.1819971Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:41:18.2230840Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:41:18.2272627Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:41:18.2741442Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:41:18.2750540Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:41:18.3248718Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:41:18.3258348Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:41:18.3629069Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:41:18.3672507Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:41:18.4322778Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:41:18.4331772Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:41:18.4743539Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:41:18.4793736Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:41:18.5345746Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:41:18.5356886Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:41:18.5868356Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:41:18.5878174Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:41:18.6016637Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:41:18.6315586Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:41:18.6660808Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:41:18.6752957Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:41:18.7287524Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:41:18.7299444Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:41:18.7387228Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:41:18.7714708Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:41:18.7811866Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:41:18.8154733Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:41:18.8346068Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:41:18.8594990Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:41:18.9201776Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:41:18.9212411Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:41:18.9315908Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:41:18.9634403Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:41:18.9954281Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:41:19.0072999Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:41:19.0774215Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:41:19.0787012Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:41:19.1362632Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:41:19.1376338Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:41:19.1974899Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:41:19.1989331Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:41:19.2159766Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:41:19.2396887Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:41:19.2492691Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:41:19.2837153Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:41:19.2994849Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:41:19.3276633Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:41:19.3591553Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:41:19.3753149Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:41:19.3930050Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:41:19.4193501Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:41:19.4952174Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:41:19.4961025Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:41:19.5300284Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:41:19.5392403Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:41:19.5563743Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:41:19.5833714Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:41:19.6122876Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:41:19.6273530Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:41:19.6550133Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:41:19.6713333Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:41:19.7936123Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:41:19.7946025Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:41:20.0975623Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:41:20.0988844Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:41:20.5512353Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:41:20.5523477Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:41:20.5616109Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:41:20.5957305Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:41:20.6146242Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:41:20.6396352Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:41:20.7153063Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:41:20.7163209Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:41:20.7300325Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:41:20.7595128Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:41:20.7876561Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:41:20.8033356Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:41:20.8208285Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:41:20.8475667Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:41:20.9058591Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:41:20.9067950Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:41:20.9231711Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:41:20.9474536Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:41:20.9716898Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:41:20.9914562Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:41:20.9948613Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:41:21.0355166Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:41:21.2682366Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:41:21.2692154Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:41:21.2805706Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:41:21.3115805Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:41:21.3294093Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:41:21.3554914Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:41:21.3615377Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:41:21.3994919Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:41:21.4395944Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:41:21.4432419Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:41:21.4476120Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:41:21.4875497Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:41:21.4952940Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:41:21.5315007Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:41:21.5352186Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:41:21.5755647Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:41:21.5791735Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:41:21.6195186Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:41:21.6240623Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:41:21.6634914Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:41:21.6680502Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:41:21.7075386Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:41:21.7139081Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:41:21.7515553Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:41:21.9378222Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:41:21.9387900Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:41:21.9422116Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:41:21.9797128Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:41:21.9834093Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:41:22.0235872Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:41:22.0268364Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:41:22.0675707Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:41:22.0708644Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:41:22.1115812Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:41:22.1148955Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:41:22.1555207Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:41:22.1771279Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:41:22.1994113Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:41:22.2230775Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:41:22.2434386Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:41:22.2628443Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:41:22.2874604Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:41:22.3048885Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:41:22.3314210Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:41:22.4039199Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:41:22.4049468Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:41:22.4255326Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:41:22.4473864Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:41:22.5337274Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:41:22.5345340Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:41:22.5545866Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:41:22.5755201Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:41:22.6070762Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:41:22.6233462Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:41:22.6381297Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:41:22.6674988Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:41:22.7039907Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:41:22.7114407Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:41:22.7162840Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:41:22.7172202Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:41:22.9060954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:41:22.9072619Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:41:22.9414545Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:41:22.9513268Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:41:22.9706897Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:41:22.9952994Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:41:23.0393514Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:41:23.0403819Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:41:23.0887264Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:41:23.0899139Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:41:23.2125252Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:41:23.2131279Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:41:23.2564168Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:41:23.2573565Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:41:23.2737646Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:41:23.2994425Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:41:23.3073771Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:41:23.3435839Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:41:23.3546631Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:41:23.3875008Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:41:23.4046608Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:41:23.4312894Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:41:23.5432270Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:41:23.5441761Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:41:23.5821152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:41:23.5834198Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:41:23.6492541Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:41:23.6501963Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:41:23.7192533Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:41:23.7201029Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:41:24.0463560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:41:24.0473186Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:41:24.1047074Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:41:24.1056952Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:41:24.1263644Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:41:24.1273479Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:41:24.1413785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:41:24.1471569Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:41:24.1737651Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:41:24.1954030Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:41:24.6381573Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:41:24.6388378Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:41:24.8784639Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:41:24.8795370Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:41:25.4134992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:41:25.4148208Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:41:25.7030284Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:25.7037740Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:25.7980973Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:41:25.7994350Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:41:25.8890498Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:41:25.8897682Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:41:25.9023776Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:41:25.9315352Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:41:25.9924330Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:41:25.9938861Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:41:26.0825755Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:41:26.0838892Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:41:26.1564632Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:41:26.1577854Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:41:26.3980950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:41:26.3989114Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:41:26.6820130Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:41:26.6829390Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:41:26.7949734Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:41:26.7964746Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:41:26.8120325Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:26.8128943Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:41:26.8385270Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:41:26.8393746Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:26.8731677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:26.8741448Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:41:26.8767780Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:41:26.9015281Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:41:26.9024768Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:26.9153750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:41:26.9883542Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:41:26.9897815Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:41:27.0136622Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:41:27.0313587Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:41:27.1098198Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:41:27.1108055Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:41:27.1672200Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:41:27.1687756Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:41:27.6000878Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:41:27.6010839Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:41:27.7991826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:41:27.8000280Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:41:27.9569166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:41:27.9587048Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:41:28.2331000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:28.2343172Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:28.5617614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:28.5626400Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:41:29.1307279Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:41:29.1316908Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:41:29.2927690Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:41:29.2936416Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:41:29.3144845Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:41:29.3354379Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:41:29.3607592Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:41:29.3793692Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:41:29.4265551Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:41:29.4275206Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:41:29.5759408Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:41:29.5772024Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:41:29.6926256Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:41:29.6938835Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:41:30.1574204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:41:30.1583688Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:41:30.1610837Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:41:30.1995689Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:41:30.2217943Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:41:30.2434374Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:41:30.2519633Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:41:30.2875018Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:41:30.3020819Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:41:30.3315853Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:41:30.3533467Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:41:30.3754699Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:41:30.4041076Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:41:30.4193883Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:41:30.4410978Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:41:30.4635005Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:41:30.4752408Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:41:30.5074017Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:41:30.5186162Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:41:30.5514784Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:41:30.5996997Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:41:30.6005784Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:41:30.6456182Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:41:30.6464953Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:41:30.6570224Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:41:30.6874878Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:41:30.6923702Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:41:30.7112981Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:41:30.7122451Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:41:30.7314533Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:41:30.7494585Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:41:30.7755099Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:41:30.7933192Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:41:30.8194194Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:41:30.8495028Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:41:30.8633345Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:41:30.8673035Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:41:30.9074679Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:41:30.9827008Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:41:30.9838797Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:41:30.9893320Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:41:31.0274504Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:41:31.0451342Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:41:31.0696911Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:41:31.0707492Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:41:31.0752522Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:41:31.1850954Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:41:31.1864452Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:41:31.5444372Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:41:31.5454365Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:41:31.5613462Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:41:31.5624063Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:41:31.6115888Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:41:31.6131615Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:41:31.6141090Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:41:31.6150167Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:41:31.6419640Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:41:31.6594005Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:41:31.7013155Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:41:31.7072682Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:41:31.7420891Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:41:31.7513273Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:41:31.7855121Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:41:31.7953200Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:41:31.7966582Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:41:31.7976160Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:41:31.8230775Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:41:31.8299566Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:41:31.8391695Z [gw2] [ 83%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:41:31.8395469Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:41:31.9408547Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:41:31.9417673Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:41:31.9832874Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:41:31.9842066Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:41:32.0302800Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:41:32.0311029Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:41:32.0408196Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:41:32.0756125Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:41:32.0876195Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:41:32.1194668Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:41:32.1904323Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:41:32.1912472Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:41:32.2649294Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:41:32.2663839Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:41:32.3024055Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:41:32.3072529Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:41:32.3416861Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:32.3513826Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:32.3889607Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:32.3953402Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:32.4741013Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:41:32.4757994Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:41:32.4908059Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:41:32.5196807Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:41:32.5309801Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:41:32.5637530Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:41:32.6286778Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:41:32.6301435Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:41:32.6401463Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:41:32.6716131Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:41:32.6920215Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:41:32.7154726Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:41:32.7305321Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:41:32.7342548Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:41:32.7352416Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:41:32.7593626Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:41:32.8554227Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:41:32.8563517Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:41:32.9073542Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:41:32.9083234Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:41:32.9230765Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:41:32.9514698Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:41:32.9615921Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:41:32.9955125Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:41:33.0551930Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:33.0560901Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:33.1137573Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:33.1146936Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:33.1705436Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:33.1718690Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:33.1935816Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:41:33.2154944Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:41:33.3432092Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:41:33.3440925Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:41:33.3823734Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:41:33.3912951Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:41:33.7640664Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:41:33.7647756Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:41:33.8889303Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:41:33.8899593Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:41:33.8969072Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:41:33.9315428Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:41:33.9469765Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:41:33.9756792Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:41:34.0451679Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:41:34.0464214Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:41:34.0628247Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:41:34.0875046Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:41:34.0953142Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:41:34.1315065Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:41:34.1336175Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:41:34.1755032Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:41:34.1776002Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:41:34.2195501Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:41:34.2359028Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:41:34.2634371Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:41:34.2766851Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:41:34.3074919Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:41:34.3206034Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:41:34.3514559Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:41:34.3792976Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:41:34.3953327Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:41:34.4320910Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:41:34.4392934Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:41:34.4967105Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:41:34.4979881Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:41:34.5682602Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:41:34.5696833Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:41:34.6033464Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:41:34.6113898Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:41:34.6579209Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:41:34.6592438Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:41:34.6803102Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:41:34.7004418Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:41:34.7016750Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:41:34.7071541Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:41:34.7176698Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:41:34.7555739Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:41:34.7661763Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:41:34.7672619Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:41:34.7888867Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:41:34.7994781Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:41:34.8056529Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:41:34.8112794Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:41:34.8195969Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:41:34.8434351Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:41:34.8583205Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:41:34.8594828Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:41:34.8860344Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:41:34.8913146Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:41:34.9016369Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:41:34.9030319Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:41:34.9597642Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:41:34.9608639Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:41:34.9922436Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:41:34.9934955Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:41:35.0017076Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:41:35.0031893Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:41:35.0471308Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:41:35.0482351Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:41:35.0498696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:41:35.0512087Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:41:35.1343234Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:41:35.1354891Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:35.1862999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:41:35.1872273Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:41:35.3130791Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:41:35.3144617Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:41:35.3262942Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:41:35.3275854Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:41:35.3518886Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:41:35.3552408Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:41:35.3916416Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:41:35.3926044Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:41:35.4950145Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:41:35.4960079Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:41:35.5333264Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:41:35.5343979Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:41:35.5548931Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:41:35.5754283Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:41:35.6584899Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:41:35.6595739Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:41:35.8779839Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:41:35.8788594Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:41:35.9137544Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:41:35.9145715Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:41:35.9591530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:35.9602142Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:35.9739333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:35.9747373Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:41:36.0276927Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:41:36.0288844Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:36.0607042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:41:36.0619633Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:41:36.1685536Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:41:36.1694886Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:41:36.3432736Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:41:36.3441575Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:41:36.4416280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:41:36.4425177Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:41:36.5726607Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:41:36.5736126Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:41:36.7114451Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:41:36.7121890Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:41:36.7133280Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:41:36.7133982Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:41:36.7882590Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:41:36.7897719Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:41:36.8066133Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:41:36.8076079Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:41:36.8796303Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:41:36.8806011Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:41:36.9745570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:41:36.9754184Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:41:36.9987545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:41:37.0134269Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:41:37.0146279Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:41:37.0192558Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:41:37.0946542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:41:37.0956637Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:41:37.2267395Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:41:37.2274671Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:41:37.3200161Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:41:37.3210889Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:41:37.3248317Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:41:37.3264002Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:41:37.3342169Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:41:37.3632437Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:41:37.5384580Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:41:37.5394213Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:41:37.5516178Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:41:37.5834135Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:41:37.6691885Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:41:37.6705630Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:41:37.7204627Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:41:37.7212100Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:41:37.7237199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:41:37.7636901Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:41:37.7674598Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:41:37.8076833Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:41:37.9368423Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:41:37.9375946Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:41:37.9396086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:41:37.9796365Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:41:38.0419629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:41:38.0429665Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:41:38.1757675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:38.1766333Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:38.3096730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:38.3105312Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:38.4545131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:38.4555001Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:38.4938201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:41:38.4993479Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:41:39.3247232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:41:39.3262962Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:41:39.5191767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:41:39.5201041Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:41:39.9779212Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:41:39.9787992Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:41:40.0083391Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:41:40.0193385Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:41:40.2381436Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:41:40.2389036Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:41:40.3840840Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:41:40.3849507Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:41:40.4093495Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:41:40.4275253Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:41:40.4612228Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:40.4714845Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:40.4927448Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:41:40.5155752Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:41:40.5407161Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:41:40.5596691Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:41:40.5940392Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:40.6034412Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:40.6971548Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:40.6985354Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:40.7555377Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:41:40.7567019Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:41:40.8213647Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:41:40.8224127Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:41:40.8730512Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:41:40.8741002Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:41:40.9199942Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:41:40.9209096Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:41:40.9800529Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:41:40.9808402Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:41:41.0211144Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:41:41.0273642Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:41:41.0878972Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:41:41.0891908Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:41:41.1467545Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:41:41.1476084Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:41:41.2217517Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:41:41.2227923Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:41:41.2489958Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:41.2633928Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:41.3012073Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:41.3072936Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:41.3531790Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:41.3539708Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:41.4275448Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:41:41.4280393Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:41:41.5032500Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:41:41.5055745Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:41:41.5154676Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:41:41.5475959Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:41:41.6560357Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:41.6573134Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:43.3309914Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:41:43.3320763Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:41:43.6284243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:41:43.6298454Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:41:44.2974564Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:41:44.2982363Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:41:44.3386323Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:41:44.3394474Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:41:44.3787703Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:41:44.3832274Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:41:44.5454510Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:41:44.5466871Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:41:44.5590396Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:41:44.5599991Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:41:44.7385053Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:41:44.7391844Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:41:44.8731477Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:41:44.8741772Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:41:45.2735268Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:41:45.2744575Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:41:45.3305447Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:41:45.3315824Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:41:45.4005440Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:41:45.4015124Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:41:45.6225191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:41:45.6236230Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:41:45.6569596Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:45.6672867Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:45.6960031Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:45.7154805Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:46.1324642Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:41:46.1336588Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:41:46.2773161Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:41:46.2784447Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:41:46.3742265Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:41:46.3751949Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:41:46.8318416Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:46.8331184Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:48.4147809Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:48.4157445Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:41:48.8221622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:41:48.8231058Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:41:48.8276698Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:41:48.8289620Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:41:48.8312583Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:41:48.8715705Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:41:48.8904043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:41:48.9195390Z [gw3] [ 84%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:41:48.9219551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:41:48.9636299Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:41:48.9669245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:41:49.0075683Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:41:49.0227158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:41:49.0514791Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:41:49.0541659Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:41:49.0956644Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:41:49.0991140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:41:49.1394814Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:41:49.1422503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:41:49.1835779Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:41:49.1871274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:41:49.2276849Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:41:49.2300086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:41:49.2715316Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:41:49.2748307Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:41:49.3196106Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:41:49.4531086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:41:49.4540449Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:41:49.5874420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:41:49.5887134Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:41:49.6580573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:41:49.6593551Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:49.7596177Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:41:49.7606696Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:41:49.9372857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:41:49.9382133Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:41:50.0191180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:41:50.0202731Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:41:50.0428222Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:50.0634520Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:50.1034493Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:50.1072896Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:50.3126126Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:41:50.3135007Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:41:50.4266640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:41:50.4275869Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:41:50.4511553Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:41:50.4714683Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:41:50.5543583Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:41:50.5552575Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:41:50.5697929Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:41:50.5995291Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:41:50.6479811Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:41:50.6488061Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:41:50.6802052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:41:50.6810705Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:41:50.7143881Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:41:50.7153733Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:41:50.7868397Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:41:50.7877504Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:41:50.8908955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:41:50.8923731Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:41:50.8956628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:41:50.9039207Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:41:50.9281476Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:41:50.9474199Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:41:51.0378744Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:51.0388878Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:51.0401200Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:51.0414170Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:41:51.1987193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:41:51.1996647Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:51.2041082Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:41:51.2435562Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:41:51.2484559Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:41:51.2874274Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:41:51.2922386Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:41:51.3316647Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:41:51.3437639Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:41:51.3754352Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:41:51.5021454Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:41:51.5032083Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:41:51.5904471Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:41:51.5913552Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:41:51.5935319Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:41:51.6355764Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:41:51.6374786Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:41:51.6795646Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:41:51.6816934Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:41:51.7236582Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:41:51.7253355Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:41:51.7676717Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:41:51.7694393Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:41:51.8115560Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:41:51.8207685Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:41:51.8216511Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:41:51.8308458Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:41:51.8316428Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:41:51.8362119Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:41:51.8467098Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:41:51.8551859Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:41:51.8753320Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:41:51.8939105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:41:51.8991963Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:41:51.9171419Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:41:51.9192598Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:41:51.9703336Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:41:51.9715361Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:41:51.9724869Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:41:51.9734590Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:41:52.0240097Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:41:52.0252883Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:41:52.1386715Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:41:52.1399777Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:41:52.1533042Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:41:52.1876541Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:41:52.2800616Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:41:52.2815608Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:41:52.3452169Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:52.3466058Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:52.3896589Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:41:52.3908956Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:41:52.4087518Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:41:52.4313407Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:41:52.4966709Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:41:52.4978955Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:41:52.6599617Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:41:52.6609566Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:41:52.6648701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:41:52.6660653Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:41:52.7241768Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:41:52.7255735Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:41:52.7851187Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:41:52.7863968Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:41:52.8290168Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:41:52.8302528Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:41:52.8620571Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:52.8712985Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:52.9244006Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:41:52.9254507Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:41:52.9819821Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:41:52.9828340Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:41:53.0196854Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:41:53.0231647Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:41:53.0436503Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:53.0673102Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:53.0877653Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:53.1114300Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:53.2646158Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:53.2656982Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:53.4708581Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:41:53.4722305Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:41:53.8552380Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:41:53.8564477Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:41:54.0535188Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:54.0543978Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:41:54.2112899Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:41:54.2122886Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:54.3400423Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:41:54.3409775Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:41:54.4705735Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:41:54.4716477Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:41:54.5466110Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:41:54.5474867Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:41:54.6402266Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:41:54.6412197Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:41:54.9926140Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:41:54.9939586Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:41:55.0160119Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:41:55.0356337Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:41:55.0626853Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:55.0793184Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:55.0973070Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:41:55.1002606Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:41:55.1012660Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:41:55.1234421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:41:55.1369130Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:41:55.1715920Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:41:55.2186762Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:41:55.2197356Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:41:55.4395457Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:41:55.4408044Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:41:55.4843977Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:41:55.4856881Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:41:55.5461205Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:41:55.5465852Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:41:55.5471354Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:41:55.5478894Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:55.7013857Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:41:55.7025659Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:41:55.7455615Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:41:55.7472986Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:41:55.7999887Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:41:55.8013721Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:41:55.8474690Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:55.8486934Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:55.8503412Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:41:55.8516758Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:55.8886565Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:41:55.8912177Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:41:55.9007612Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:41:55.9355355Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:41:55.9463539Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:41:55.9795002Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:41:56.0114410Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:56.0348425Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:41:56.3801841Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:41:56.3814298Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:56.4627305Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:41:56.4635807Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:41:56.4795615Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:41:56.5074430Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:41:56.5233505Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:41:56.5514567Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:41:56.5699645Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:41:56.5955526Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:41:56.6040642Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:41:56.6051983Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:41:56.6170233Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:41:56.6394591Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:41:56.6460281Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:41:56.6473916Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:41:56.6540632Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:41:56.6804442Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:41:56.6832492Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:41:56.6913269Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:41:56.7365075Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:41:56.7380566Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:41:56.7667703Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:41:56.7793686Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:41:56.8147644Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:41:56.8232936Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:41:56.8581510Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:41:56.8672478Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:41:56.8831296Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:41:56.9115467Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:41:56.9394695Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:56.9553558Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:56.9777869Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:41:56.9995595Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:41:57.0197862Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:57.0433965Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:57.0695298Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:41:57.0873557Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:41:57.1051692Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:41:57.1059992Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:41:57.1604151Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:57.1612689Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:41:57.2153488Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:41:57.2162291Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:41:57.3391242Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:41:57.3401266Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:57.4797595Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:41:57.4811283Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:41:57.5363539Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:57.5372217Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:57.5398015Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:57.5794937Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:57.7871372Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:41:57.7884952Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:41:57.8475073Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:41:57.8486813Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:41:57.9749084Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:41:57.9761951Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:41:58.1380149Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:41:58.1389834Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:41:58.1492770Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:41:58.1504786Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:41:58.1662526Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:41:58.1913025Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:41:58.2380562Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:41:58.2395350Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:41:58.2548801Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:41:58.2834479Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:41:58.4415412Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:41:58.4428774Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:41:58.4564351Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:41:58.4834684Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:41:58.5164916Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:41:58.5273420Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:41:58.5409621Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:41:58.5714616Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:41:58.6096738Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:41:58.6153889Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:41:58.6218622Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:41:58.6595019Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:41:58.6625706Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:41:58.7036308Z [gw0] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:41:58.7124631Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:41:58.7487820Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:41:58.7851098Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:58.7913085Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:58.8836827Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:41:58.8850273Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:41:59.0034110Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:41:59.0041300Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:41:59.0108600Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:41:59.0475976Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:41:59.3456894Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:41:59.3467023Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:41:59.9636010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:41:59.9644698Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:41:59.9797860Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:42:00.0075456Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:42:00.0579539Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:42:00.0590185Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:42:00.1406075Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:42:00.1419079Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:42:00.1960170Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:42:00.1973748Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:42:00.2509684Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:42:00.2516737Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:42:00.2596119Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:42:00.2608453Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:42:00.3124065Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:42:00.3138153Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:42:00.3549736Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:42:00.3564459Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:42:00.4194409Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:42:00.4208200Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:42:00.4321400Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:42:00.4640537Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:42:00.4645928Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:42:00.4654535Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:42:00.4828022Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:42:00.5075751Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:42:00.5245529Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:00.5253755Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:42:00.5850445Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:42:00.5862296Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:00.6426236Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:42:00.6435301Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:42:00.6859503Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:42:00.6868051Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:42:00.7741657Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:42:00.7750731Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:42:00.8555455Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:42:00.8568398Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:42:00.8984665Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:42:00.8993631Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:42:01.1932953Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:42:01.1942406Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:42:01.2157096Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:42:01.2355649Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:42:01.2511515Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:42:01.2796492Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:42:01.3054236Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:42:01.3235318Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:42:01.3279603Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:42:01.3675058Z [gw0] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:42:01.3717963Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:42:01.3725896Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:42:01.3906571Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:42:01.4115981Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:42:01.4304241Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:42:01.4467099Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:42:01.4474916Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:42:01.4554894Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:42:01.4582325Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:42:01.4706421Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:42:01.4914270Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:42:01.4987042Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:42:01.4994520Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:42:01.5187047Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:42:01.5354167Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:42:01.5433208Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:42:01.5551935Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:42:01.5794598Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:42:01.5911155Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:42:01.6048511Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:42:01.6060799Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:42:01.6233191Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:42:01.6409597Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:42:01.6437204Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:42:01.6472290Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:42:01.6675869Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:42:01.7201233Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:42:01.7211299Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:42:01.7310883Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:42:01.7379328Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:42:01.7391513Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:42:01.7575125Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:42:01.7632670Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:42:01.7714565Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:42:01.7832132Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:42:01.7997889Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:42:01.8072593Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:42:01.8274866Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:42:01.8283471Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:42:01.8514570Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:42:01.8552799Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:42:01.8713975Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:42:01.8747781Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:42:01.9155061Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:42:01.9175641Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:42:01.9189804Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:42:01.9276228Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:42:01.9546891Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:42:01.9593807Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:42:01.9594551Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:42:01.9701084Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:42:01.9715935Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:42:02.0033928Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:42:02.0037460Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:42:02.0123087Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:42:02.0376171Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:42:02.0472515Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:42:02.0475908Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:42:02.0810561Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:42:02.0913412Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:42:02.1008608Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:42:02.1019035Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:42:02.1073994Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:42:02.1354695Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:42:02.2142251Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:42:02.2152764Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:42:02.2220022Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:42:02.2595527Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:42:02.2809413Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:42:02.3033950Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:42:02.3054709Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:42:02.3474364Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:42:02.3495198Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:42:02.3914611Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:42:02.4140964Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:42:02.4355575Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:42:02.4916203Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:42:02.4925694Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:42:02.5282428Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:42:02.5353066Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:42:02.5891490Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:42:02.5901371Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:42:02.7065964Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:42:02.7073623Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:42:02.7610576Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:42:02.7618423Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:42:02.8231510Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:42:02.8242267Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:42:02.8639041Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:42:02.8648161Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:42:02.8653679Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:42:02.8672640Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:42:02.9120416Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:42:02.9134329Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:42:03.0342064Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:42:03.0357019Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:42:03.0880126Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:42:03.0892866Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:42:03.1236468Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:42:03.1249506Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:42:03.1895351Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:42:03.1908850Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:42:03.2884542Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:42:03.2893579Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:42:03.3824070Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:42:03.3834172Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:42:03.4153533Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:42:03.4162450Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:42:03.6200415Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:42:03.6209635Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:42:03.6441078Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:42:03.6635124Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:42:03.7014013Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:42:03.7072190Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:42:03.7180572Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:42:03.7194291Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:42:03.7608571Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:42:03.7621990Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:42:03.8004718Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:42:03.8033420Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:42:03.8554872Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:42:03.8565035Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:42:03.9955329Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:42:03.9963181Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:42:04.0247319Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:42:04.0258339Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:42:04.0264219Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:42:04.0392904Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:42:04.0456541Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:42:04.0673292Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:42:04.0913776Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:42:04.0982109Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:42:04.0993158Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:42:04.1060172Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:04.1111552Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:04.1196675Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:42:04.1431604Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:42:04.1553032Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:04.1604592Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:42:04.1641684Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:04.1801310Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:42:04.1808947Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:42:04.1870435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:42:04.1994428Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:42:04.2218555Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:42:04.2436508Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:42:04.2452457Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:42:04.2460287Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:42:04.2557345Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:42:04.2877197Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:42:04.2973434Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:42:04.3061405Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:42:04.3073100Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:42:04.3315623Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:42:04.3428214Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:42:04.3497701Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:42:04.3552140Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:42:04.3754785Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:04.3980977Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:42:04.4194264Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:42:04.4299331Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:42:04.4636064Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:42:04.4697759Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:42:04.4711313Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:04.6519175Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:04.6529514Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:42:04.6742237Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:42:04.6767448Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:42:04.6780214Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:04.6954465Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:42:04.7294589Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:42:04.7377549Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:42:04.7389132Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:42:04.7431763Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:04.7470130Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:42:04.7794830Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:04.7967466Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:04.8235554Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:04.8667731Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:42:04.8681925Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:42:04.8699984Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:42:04.8721593Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:42:04.8732725Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:42:04.8807636Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:42:04.9112596Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:42:04.9151881Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:42:04.9165628Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:42:04.9459531Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:42:04.9552632Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:42:04.9591941Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:42:04.9609051Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:42:04.9684727Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:42:04.9993928Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:42:05.0032298Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:42:05.0051559Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:42:05.0434412Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:42:05.0488437Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:42:05.0874573Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:42:05.0931821Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:42:05.1074328Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:42:05.1080990Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:42:05.1313734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:42:05.1389906Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:42:05.1399385Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:42:05.1460780Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:42:05.1754557Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:42:05.1878907Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:42:05.1896910Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:42:05.1901584Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:42:05.2192777Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:42:05.2210137Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:42:05.2393366Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:42:05.2401361Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:42:05.2478864Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:42:05.2631979Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:42:05.2652466Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:42:05.2831761Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:42:05.3075270Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:05.3231478Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:42:05.3265667Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:42:05.3279185Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:05.3514213Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:05.3715351Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:42:05.3727502Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:05.3735692Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:42:05.3954020Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:05.4101986Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:42:05.4113982Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:42:05.4191135Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:05.4293749Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:42:05.4392242Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:42:05.4532087Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:42:05.4631897Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:42:05.4833835Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:42:05.4972014Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:42:05.5277054Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:42:05.5509647Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:42:05.5715371Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:42:05.5955651Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:42:05.6155954Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:42:05.6383557Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:42:05.6595866Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:42:05.6622443Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:42:05.7036814Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:42:05.7263844Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:42:05.7330511Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:42:05.7341229Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:42:05.7473824Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:42:05.7528982Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:42:05.7790436Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:42:05.7801547Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:42:05.7911453Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:42:05.7963138Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:42:05.8354570Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:42:05.8430287Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:42:05.8793894Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:42:05.8869191Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:42:05.9235892Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:42:05.9476830Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:42:05.9673890Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:42:05.9878591Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:42:06.0113798Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:42:06.0580319Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:42:06.0592545Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:42:06.0637500Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:42:06.1034979Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:42:06.1110987Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:42:06.1475031Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:42:06.1496809Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:42:06.1914344Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:42:06.1935548Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:42:06.2356423Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:42:06.2376742Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:42:06.2795816Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:42:06.2820008Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:42:06.3236151Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:42:06.3313530Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:42:06.3674884Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:42:06.4430991Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:42:06.4442715Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:42:06.4647735Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:42:06.4874353Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:42:06.4968447Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:42:06.5314157Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:42:06.5478935Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:42:06.5753278Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:42:06.5957454Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:42:06.6194572Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:42:06.6316396Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:42:06.6635771Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:42:06.6862764Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:42:06.7114960Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:42:06.7597900Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:42:06.7618047Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:42:06.7749723Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:42:06.8037224Z [gw0] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:42:06.8759634Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:42:06.8769817Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:42:06.9040884Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:42:06.9195438Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:42:06.9882676Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:42:06.9889159Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:42:07.0349941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:42:07.0362616Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:42:07.1006738Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:42:07.1016180Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:42:07.1585371Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:42:07.1595737Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:42:07.1707425Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:42:07.2034603Z [gw0] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:42:07.2079768Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:42:07.2089792Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:42:07.2956910Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:42:07.2968566Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:42:07.3134166Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:42:07.3394486Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:42:07.3496498Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:42:07.3834109Z [gw2] [ 85%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:42:07.5961063Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:42:07.5969873Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:42:07.6388740Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:42:07.6397842Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:42:07.6483658Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:42:07.6835926Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:42:07.6852836Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:42:07.7124650Z [gw2] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:42:07.7134734Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:42:07.7273528Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:42:07.7295980Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:42:07.7715644Z [gw2] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:42:07.7964371Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:42:07.8154320Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:42:07.8498928Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:42:07.8593446Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:42:07.8814233Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:42:07.9035452Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:42:07.9528339Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:42:07.9537945Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:42:07.9917156Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:07.9952426Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:08.0346579Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:08.0433237Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:08.0973602Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:08.0980585Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:08.1672431Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:08.1687553Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:08.3051288Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:08.3060768Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:08.3788660Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:08.3797719Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:42:08.3829777Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:42:08.4233804Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:42:08.4260482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:42:08.4316198Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:42:08.4328093Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:08.4675070Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:08.4842666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:42:08.4856042Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:08.5131686Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:08.5273567Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:08.5749328Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:08.5759864Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:08.7457879Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:08.7466635Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:42:08.7799768Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:42:08.7809670Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:42:08.8105320Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:42:08.8233107Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:42:08.8374312Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:42:08.8675235Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:42:08.9020564Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:42:08.9113061Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:42:08.9441469Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:42:08.9554095Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:42:08.9674392Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:42:08.9995250Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:42:09.0038677Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:42:09.0047742Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:09.0081653Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:09.0435114Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:42:09.0615265Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:42:09.0626961Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:42:09.0649506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:42:09.0801882Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:42:09.0871038Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:42:09.1001498Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:42:09.1031968Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:42:09.1188269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:42:09.1311785Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:42:09.1472325Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:42:09.1496071Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:42:09.1915730Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:42:09.1947429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:42:09.2216671Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:42:09.2228514Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:42:09.2354942Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:42:09.2383428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:42:09.2836338Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:42:09.2869062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:42:09.3276230Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:42:09.3309462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:42:09.3417918Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:42:09.3425730Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:42:09.3613249Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:42:09.3712697Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:42:09.3747603Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:42:09.3829871Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:42:09.4009830Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:42:09.4153550Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:42:09.4275095Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:42:09.4356842Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:42:09.4720147Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:42:09.4751660Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:42:09.4759415Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:42:09.5169328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:42:09.5177366Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:42:09.5763248Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:42:09.5823766Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:42:09.6277539Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:42:09.6286827Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:42:09.6486292Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:42:09.6494687Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:09.6648195Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:09.6712014Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:42:09.7110774Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:42:09.7151022Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:42:09.7536808Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:42:09.7540264Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:42:09.7548325Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:09.7590143Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:09.8054713Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:42:09.8064567Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:42:09.8138175Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:42:09.8474655Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:42:09.8540196Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:42:09.8550334Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:42:09.8713886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:42:09.8724350Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:42:09.8911229Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:42:09.8992696Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:42:09.9170389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:42:09.9252156Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:42:09.9351483Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:42:09.9433738Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:42:10.0514198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:42:10.0524734Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:42:10.0583652Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:42:10.0602743Z [gw0] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:42:10.0612014Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:10.0707018Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:42:10.0951748Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:42:10.1032001Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:42:10.2568649Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:10.2576336Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:10.4576080Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:10.4584755Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:42:10.6256421Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:42:10.6266210Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:42:10.6434735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:42:10.6674663Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:42:10.6864210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:42:10.7116604Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:42:10.7987407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:42:10.7997362Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:42:10.8395945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:42:10.8407435Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:10.9094798Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:10.9103871Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:42:11.0113759Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:42:11.0122338Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:42:11.0336243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:42:11.0347847Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:11.1890396Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:11.1899263Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:42:11.2279908Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:42:11.2312897Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:42:11.2475954Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:42:11.2482548Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:11.2854363Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:11.2868227Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:42:11.3211647Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:42:11.3273132Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:42:11.3346593Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:42:11.3715619Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:42:11.3749368Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:42:11.3862783Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:42:11.3871416Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:11.4157401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:11.4343823Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:42:11.4595743Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:42:11.4891888Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:42:11.5075305Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:42:11.5180323Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:42:11.5516492Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:42:11.5657101Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:42:11.5956069Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:42:11.6365376Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:42:11.6392244Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:42:11.6895893Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:42:11.6905986Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:42:11.7054490Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:42:11.7315109Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:42:11.7357046Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:42:11.7755447Z [gw0] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:42:11.8169765Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:42:11.8192804Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:42:11.8224601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:42:11.8635793Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:42:11.8666633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:42:11.8770002Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:42:11.8780689Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:11.9075057Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:11.9106567Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:42:11.9514996Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:42:11.9545303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:42:11.9955815Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:42:11.9986542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:42:12.0396153Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:42:12.0425565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:42:12.0834962Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:42:12.0865064Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:42:12.1278233Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:42:12.1309181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:42:12.1642936Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:42:12.1648717Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:12.1713078Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:12.1735896Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:42:12.2155509Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:42:12.2178259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:42:12.2596928Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:42:12.2629405Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:42:12.3037750Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:42:12.3069290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:42:12.3161064Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:42:12.3170099Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:12.3477719Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:12.3512583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:42:12.3917296Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:42:12.3941080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:42:12.4354850Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:42:12.4377349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:42:12.4795057Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:42:12.4818195Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:42:12.5234699Z [gw0] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:42:12.5244804Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:12.5248304Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:12.5277971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:42:12.5675617Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:42:12.5708604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:42:12.6155982Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:42:12.6189663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:42:12.6595444Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:42:12.6628999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:42:12.7036139Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:42:12.7066908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:42:12.7476626Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:42:12.7508137Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:42:12.7916733Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:42:12.7951015Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:42:12.8356900Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:42:12.8393577Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:42:12.8836723Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:42:12.8872052Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:42:12.9136344Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:42:12.9144790Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:12.9273886Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:12.9309203Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:42:12.9755540Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:42:12.9785409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:42:12.9939603Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:42:12.9951262Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:13.0194884Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:13.0225563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:42:13.0674506Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:42:13.0704972Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:42:13.1115021Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:42:13.1136940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:42:13.1153735Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:13.1159237Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:42:13.1556155Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:42:13.1588036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:42:13.1996038Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:42:13.2028690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:42:13.2130904Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:42:13.2138036Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:42:13.2234645Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:42:13.2434190Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:42:13.2468049Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:42:13.2551182Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:42:13.2566137Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:13.2721272Z [gw2] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:13.2732086Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:42:13.2873089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:42:13.2909973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:42:13.3032103Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:42:13.3047576Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:42:13.3219069Z [gw2] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:42:13.3226770Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:42:13.3251023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:42:13.3310910Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:42:13.3341458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:42:13.3510246Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:42:13.3631577Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:13.3753465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:42:13.3789483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:42:13.4197230Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:42:13.4236009Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:42:13.4243413Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:42:13.4251650Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:13.4637213Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:13.4668074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:42:13.4701745Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:42:13.4715103Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:13.5076935Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:13.5108714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:42:13.5517243Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:42:13.5549730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:42:13.5956701Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:42:13.5989536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:42:13.6397651Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:42:13.6432248Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:42:13.6836412Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:42:13.6865769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:42:13.7262018Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:42:13.7276903Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:13.7277703Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:13.7307231Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:42:13.7714860Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:42:13.7744554Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:42:13.8155493Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:42:13.8185118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:42:13.8595524Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:42:13.8625926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:42:13.9035057Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:42:13.9065585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:42:13.9474446Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:42:13.9504599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:42:13.9915176Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:42:13.9945095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:42:14.0355312Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:42:14.0386086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:42:14.0400442Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:42:14.0407703Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:14.0459424Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:14.0792028Z [gw2] [ 86%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:14.0811671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:42:14.0831259Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:42:14.1110295Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:42:14.1233444Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:42:14.1254016Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:42:14.1271465Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:42:14.1647559Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:42:14.1657315Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:42:14.1672885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:42:14.1704626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:42:14.2115033Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:42:14.2146389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:42:14.2360027Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:42:14.2368192Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:42:14.2401649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:42:14.2552382Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:42:14.2583433Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:42:14.2753836Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:42:14.2764343Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:42:14.2791534Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:14.2818708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:42:14.2992097Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:42:14.3022937Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:42:14.3231833Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:42:14.3433626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:42:14.3464698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:42:14.3875252Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:42:14.3905236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:42:14.4315813Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:42:14.4341078Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:42:14.4635961Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:42:14.4649269Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:14.4753387Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:14.4776242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:42:14.5109849Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:42:14.5120531Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:14.5192577Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:14.5223700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:42:14.5308576Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:42:14.5553022Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:14.5633231Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:14.5652448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:42:14.5662924Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:14.5993006Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:42:14.6072598Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:14.6103327Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:42:14.6133304Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:42:14.6433118Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:14.6513246Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:14.6544365Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:42:14.6634011Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:42:14.6875818Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:14.6955538Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:14.6987771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:42:14.7397734Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:42:14.7432289Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:42:14.7838666Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:42:14.7872943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:42:14.8277410Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:42:14.8309223Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:42:14.8716269Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:42:14.8746764Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:42:14.9157428Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:42:14.9193075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:42:14.9292452Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:42:14.9300944Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:14.9595692Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:14.9630673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:42:14.9790246Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:42:14.9799911Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:15.0033983Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:15.0066521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:42:15.0474793Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:42:15.0505281Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:42:15.0915284Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:42:15.0946288Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:42:15.1354775Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:42:15.1384802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:42:15.1797032Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:42:15.1828574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:42:15.2234746Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:42:15.2265585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:42:15.2675187Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:42:15.2707107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:42:15.3115994Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:42:15.3145875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:42:15.3556369Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:42:15.3586376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:42:15.3995265Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:42:15.4027623Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:42:15.4436347Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:42:15.4466019Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:42:15.4874673Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:42:15.4906313Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:42:15.5315170Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:42:15.5345570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:42:15.5754489Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:42:15.5784422Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:42:15.6195695Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:42:15.6227032Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:42:15.6635675Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:42:15.6667187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:42:15.7077087Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:42:15.7107219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:42:15.7515691Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:42:15.7546206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:42:15.7954687Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:42:15.7983473Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:42:15.8395872Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:42:15.8425058Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:42:15.8834527Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:42:15.8866713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:42:15.9016383Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:42:15.9026528Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:15.9274740Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:15.9306884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:42:15.9647419Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:42:15.9654270Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:15.9713606Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:15.9749051Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:42:16.0156888Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:42:16.0165648Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:42:16.0178808Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:16.0188693Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:16.0595308Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:42:16.0623215Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:42:16.0785414Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:42:16.0797370Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:16.1035333Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:16.1066895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:42:16.1476266Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:42:16.1509601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:42:16.1596399Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:42:16.1606830Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:16.1914803Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:16.1950325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:42:16.2266891Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:42:16.2276397Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:16.2353635Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:16.2385928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:42:16.2795163Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:42:16.2826164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:42:16.3047121Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:42:16.3057664Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:16.3234230Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:16.3269525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:42:16.3675864Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:42:16.3709190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:42:16.4115035Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:42:16.4144883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:42:16.4296840Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:42:16.4305372Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:16.4556061Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:16.4586128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:42:16.4734881Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:42:16.4745911Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:16.4995383Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:16.5024505Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:42:16.5045411Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:42:16.5052650Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:42:16.5434322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:42:16.5465424Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:42:16.5476324Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:42:16.5483714Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:16.5750401Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:16.5757754Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:42:16.5783664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:42:16.5822876Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:42:16.5871308Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:16.5893293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:42:16.5909934Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:42:16.6192004Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:42:16.6220121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:42:16.6311570Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:42:16.6336891Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:42:16.6632584Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:42:16.6752089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:42:16.6777640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:42:16.7195804Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:42:16.7217889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:42:16.7610790Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:42:16.7622011Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:42:16.7631996Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:16.7655054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:42:16.8075644Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:42:16.8096794Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:42:16.8515656Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:42:16.8538036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:42:16.8612796Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:42:16.8623133Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:16.8734011Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:16.8953210Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:16.8983430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:42:16.9071670Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:42:16.9394558Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:16.9420532Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:42:16.9835934Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:42:16.9859916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:42:17.0275526Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:42:17.0308262Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:42:17.0715058Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:42:17.0741097Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:42:17.1155017Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:42:17.1179634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:42:17.1595181Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:42:17.1621597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:42:17.2035002Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:42:17.2061257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:42:17.2474850Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:42:17.2495436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:42:17.2917197Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:42:17.2951284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:42:17.3319840Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:42:17.3331587Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:17.3353284Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:17.3386310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:42:17.3651661Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:42:17.3660459Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:42:17.3792781Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:42:17.3826782Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:42:17.4235768Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:42:17.4263870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:42:17.4676951Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:42:17.4707035Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:42:17.4717828Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:42:17.4726536Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:42:17.4753486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:42:17.5114750Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:42:17.5143537Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:42:17.5157688Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:42:17.5350719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:42:17.5554489Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:42:17.5581833Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:42:17.5593900Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:42:17.5623700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:42:17.5995759Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:42:17.6020976Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:42:17.6031992Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:42:17.6054994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:42:17.6433751Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:42:17.6457526Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:42:17.6471311Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:42:17.6495732Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:42:17.6873890Z [gw1] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:42:17.6899646Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:42:17.6951871Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:42:17.7314333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:42:17.7342071Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:42:17.7755540Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:42:17.7786738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:42:17.8194263Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:42:17.8219306Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:42:17.8635109Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:42:17.8665898Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:42:17.9074683Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:42:17.9099879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:42:17.9516504Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:42:17.9538663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:42:17.9955377Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:42:17.9979238Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:42:18.0395736Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:42:18.0426897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:42:18.0834456Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:42:18.0856627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:42:18.1276093Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:42:18.1306096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:42:18.1445728Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:42:18.1457465Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:42:18.1715499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:42:18.1740792Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:42:18.2195965Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:42:18.2218809Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:42:18.2636402Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:42:18.2659515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:42:18.3077093Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:42:18.3107130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:42:18.3515274Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:42:18.3540716Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:42:18.3954764Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:42:18.3982233Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:18.4395173Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:18.4429521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:18.4835417Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:18.4866854Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:18.5273877Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:18.5296338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:18.5716303Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:18.5746378Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:18.6157176Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:18.6182903Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:18.6597184Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:18.6622394Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:18.7035092Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:18.7062814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:18.7475639Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:18.7504453Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:18.7915888Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:18.7942518Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:18.8397076Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:18.8422195Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:18.8836372Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:18.8866847Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:18.9276351Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:18.9299462Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:18.9715286Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:18.9752736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:19.0156475Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:19.0180115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:19.0594944Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:19.0617824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:19.1035070Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:19.1062039Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:19.1516109Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:19.1536751Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:19.1955682Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:19.1987051Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:19.2395459Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:19.2419879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:19.2835399Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:19.2870427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:19.3276206Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:19.3303516Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:19.3714903Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:19.3743709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:42:19.4156585Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:42:19.4186645Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:42:19.4635940Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:42:19.4662868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:42:19.4883189Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:42:19.4891258Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:42:19.5072762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:42:19.5098948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:42:19.5515731Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:42:19.5539690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:42:19.5775177Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:42:19.5787584Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:42:19.5954190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:42:19.5977452Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:42:19.6395384Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:42:19.6417918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:42:19.6836188Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:42:19.6862324Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:42:19.7275661Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:42:19.7305959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:42:19.7713106Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:42:19.7733757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:42:19.8155315Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:42:19.8178148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:42:19.8594871Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:42:19.8622287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:42:19.9036498Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:42:19.9066083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:42:19.9476190Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:42:19.9504021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:42:19.9915474Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:42:19.9943028Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:42:20.0354794Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:42:20.0382426Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:42:20.0794653Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:42:20.0821164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:42:20.1234273Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:42:20.1257952Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:42:20.1714229Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:42:20.1735616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:42:20.2156503Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:42:20.2183316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:42:20.2594366Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:42:20.2627557Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:42:20.3035834Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:42:20.3065523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:42:20.3474856Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:42:20.3506238Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:42:20.3914524Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:42:20.3946739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:42:20.4355021Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:42:20.4385994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:42:20.4795313Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:42:20.4826689Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:42:20.5235869Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:42:20.5268518Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:42:20.5675722Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:42:20.5706054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:42:20.6114140Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:42:20.6134240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:42:20.6280219Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:42:20.6290122Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:42:20.6553375Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:42:20.6573613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:42:20.6996436Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:42:20.7023647Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:42:20.7435877Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:42:20.7461929Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:42:20.7875508Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:42:20.7899555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:42:20.8315948Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:42:20.8344750Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:42:20.8754385Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:42:20.8780219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:42:20.9193439Z [gw0] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:42:20.9219030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:42:20.9635775Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:42:20.9661429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:42:21.0075294Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:42:21.0100991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:42:21.0515934Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:42:21.0546098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:42:21.0954980Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:42:21.0980985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:42:21.1395550Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:42:21.1429557Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:42:21.1836132Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:42:21.1874521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:42:21.1877208Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:42:21.1887681Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:42:21.2274945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:42:21.2298149Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:42:21.2716775Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:42:21.2747717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:42:21.3155775Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:42:21.3180375Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:42:21.3597245Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:42:21.3628461Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:42:21.4036855Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:42:21.4072768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:42:21.4475940Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:42:21.4507399Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:42:21.4915470Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:42:21.4948394Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:42:21.5355530Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:42:21.5385740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:42:21.5793975Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:42:21.5823726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:42:21.6273875Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:42:21.6300685Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:42:21.6715340Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:42:21.6741372Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:42:21.7156319Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:42:21.7179912Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:42:21.7547095Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:42:21.7554129Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:42:21.7633464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:42:21.7667193Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:42:21.7772362Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:42:21.7992633Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:42:21.8074256Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:42:21.8105046Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:42:21.8428662Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:42:21.8439369Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:42:21.8513247Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:42:21.8543684Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:42:21.8996397Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:42:21.9018607Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:42:21.9436204Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:42:21.9466552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:42:21.9875890Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:42:21.9905020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:42:22.0315402Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:42:22.0337494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:42:22.0754464Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:42:22.0781261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:42:22.1194381Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:42:22.1229161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:42:22.1635456Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:42:22.1665382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:42:22.2075573Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:42:22.2096949Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:42:22.2514390Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:42:22.2534836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:42:22.2954210Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:42:22.2975297Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:42:22.3393846Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:42:22.3415278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:42:22.3615385Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:42:22.3626567Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:42:22.3833086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:42:22.3855174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:42:22.4275146Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:42:22.4304031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:42:22.4715754Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:42:22.4744203Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:42:22.5154810Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:42:22.5182176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:22.5595704Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:22.5622809Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:22.6036184Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:22.6062576Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:22.6475393Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:22.6505166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:22.6917213Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:22.6949713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:22.7356020Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:22.7382824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:22.7795548Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:22.7818935Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:22.8235449Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:22.8257426Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:22.8674384Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:22.8698104Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:22.8895403Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:22.8904406Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:22.9101801Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:22.9112297Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:42:22.9116475Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:42:22.9140040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:22.9481408Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:22.9555039Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:42:22.9555713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:42:22.9581164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:22.9677881Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:22.9996903Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:42:22.9997321Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:42:23.0026870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:23.0436179Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:23.0468252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:23.0875420Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:23.0907886Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:23.1315971Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:23.1344186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:23.1755369Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:23.1790535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:23.2195997Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:23.2227493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:23.2634017Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:23.2663905Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:23.3075062Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:23.3105098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:23.3515472Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:23.3545411Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:23.3956189Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:23.3984691Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:23.4396145Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:23.4424864Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:23.4835858Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:23.4867673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:42:23.5283840Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:42:23.5308611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:42:23.5590516Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:42:23.5598735Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:42:23.5712101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:42:23.5742335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:42:23.5787176Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:42:23.6032174Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:42:23.6153190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:42:23.6183802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:42:23.6594833Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:42:23.6624338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:42:23.7035694Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:42:23.7064977Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:42:23.7475078Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:42:23.7509906Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:42:23.7915396Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:42:23.7950073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:42:23.8355990Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:42:23.8391099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:42:23.8797418Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:42:23.8831114Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:42:23.9237052Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:42:23.9271902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:42:23.9677101Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:42:23.9706946Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:42:24.0116243Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:42:24.0146084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:42:24.0555774Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:42:24.0590566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:42:24.0997012Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:42:24.1049574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:42:24.1435502Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:42:24.1463880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:42:24.1636276Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:42:24.1645911Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:42:24.1873447Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:42:24.1908808Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:42:24.2356132Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:42:24.2388384Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:42:24.2795489Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:42:24.2824755Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:42:24.3276685Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:42:24.3305287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:42:24.3530437Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:42:24.3537384Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:42:24.3714014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:42:24.3741840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:42:24.3899672Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:42:24.3951521Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:42:24.4153534Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:42:24.4180867Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:42:24.4285012Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:42:24.4390192Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:42:24.4411978Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:42:24.4591453Z [gw1] [ 87%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:42:24.4615557Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:42:24.4871641Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:42:24.5033420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:42:24.5067336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:42:24.5475923Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:42:24.5503298Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:42:24.5915107Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:42:24.5943936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:42:24.6355375Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:42:24.6384127Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:42:24.6795546Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:42:24.6824595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:42:24.7235331Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:42:24.7269653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:42:24.7675608Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:42:24.7708495Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:42:24.8115456Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:42:24.8148563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:42:24.8554959Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:42:24.8583021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:42:24.8995442Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:42:24.9029247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:42:24.9435803Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:42:24.9463773Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:42:24.9874491Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:42:24.9904125Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:42:25.0316260Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:42:25.0345129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:42:25.0753528Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:42:25.0782856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:42:25.1196645Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:42:25.1228990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:42:25.1637501Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:42:25.1668287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:42:25.2076130Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:42:25.2109984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:42:25.2515467Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:42:25.2545407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:42:25.2957488Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:42:25.2988455Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:42:25.3437099Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:42:25.3468230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:42:25.3875479Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:42:25.3902268Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:42:25.4316030Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:42:25.4345498Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:42:25.4754532Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:42:25.4783614Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:42:25.5195954Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:42:25.5225652Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:42:25.5635981Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:42:25.5665335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:42:25.6114715Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:42:25.6148379Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:42:25.6555134Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:42:25.6588988Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:42:25.6995794Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:42:25.7024668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:42:25.7435577Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:42:25.7468129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:42:25.7874352Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:42:25.7904390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:42:25.8316251Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:42:25.8345587Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:42:25.8755497Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:42:25.8785369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:42:25.9196152Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:42:25.9225871Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:42:25.9634893Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:42:25.9676691Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:42:26.0114948Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:42:26.0148653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:42:26.0556048Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:42:26.0584890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:42:26.0994955Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:42:26.1028844Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:42:26.1435097Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:42:26.1464692Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:42:26.1875020Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:42:26.1907771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:42:26.2316049Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:42:26.2349050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:42:26.2754321Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:42:26.2784693Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:42:26.3194584Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:42:26.3224023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:42:26.3635642Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:42:26.3665582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:42:26.4077451Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:42:26.4107649Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:42:26.4516819Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:42:26.4733357Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:42:26.4956686Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:42:26.5660893Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:42:26.5674921Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:42:26.5710264Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:42:26.6116870Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:42:26.6209049Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:42:26.6555544Z [gw0] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:42:26.6637783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:42:26.6995869Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:42:26.7075792Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:42:26.7435346Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:42:26.8112191Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:42:26.8121652Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:42:26.8424421Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:42:26.8553347Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:42:26.8720226Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:42:26.8994144Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:42:26.9246766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:42:26.9434594Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:42:26.9881279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:42:26.9890713Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:42:27.0087856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:42:27.0312939Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:42:27.0511887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:42:27.0754329Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:42:27.0917332Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:42:27.1194280Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:42:27.1570647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:42:27.1632592Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:42:27.1938119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:42:27.2072665Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:42:27.2318556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:42:27.2514412Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:42:27.5712600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:42:27.5723201Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:42:27.8976075Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:42:27.8991363Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:42:28.1516158Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:42:28.1525073Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:42:28.3778084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:42:28.3787441Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:42:28.4375875Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:42:28.4384616Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:42:28.4972110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:42:28.4987358Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:42:28.5473782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:42:28.5482405Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:42:28.6121101Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:42:28.6129218Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:42:28.9685090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:42:28.9695087Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:42:29.3371806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:42:29.3383500Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:29.5651341Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:29.5660892Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:42:29.6174181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:42:29.6184013Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:42:31.1583626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:42:31.1592641Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:42:31.2651550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:42:31.2663270Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:42:31.5881241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:42:31.5892493Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:42:31.6394154Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:42:31.6407242Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:42:31.7036042Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:42:31.7050552Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:42:32.0320816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:42:32.0333117Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:33.7198342Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:33.7211143Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:34.1003638Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:42:34.1013526Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:42:34.2279766Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:42:34.2288994Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:42:34.5619725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:42:34.5632581Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:42:36.0073538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:42:36.0081090Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:42:36.2371866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:42:36.2380657Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:42:36.2979207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:42:36.2990753Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:42:36.3379714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:42:36.3432493Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:42:36.5465476Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:42:36.5476138Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:42:36.5896193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:42:36.5912298Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:42:36.6517333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:36.6530296Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:42:36.7801960Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:42:36.7812646Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:42:36.7865756Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:42:36.8273497Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:42:36.8346459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:42:36.8714044Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:42:36.8779095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:42:36.9153766Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:42:36.9393628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:42:36.9593413Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:42:36.9785924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:42:37.0033498Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:42:37.0405688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:42:37.0473598Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:42:37.0989748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:42:37.1007188Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:42:37.1104311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:42:37.1435339Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:42:37.1562762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:42:37.1877150Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:42:37.2065883Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:42:37.2314354Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:42:37.2488154Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:42:37.2754829Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:42:37.2927928Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:42:37.3085507Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:42:37.3093146Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:42:37.3194312Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:42:37.3648172Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:42:37.3658816Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:42:37.3894983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:42:37.4073034Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:42:37.4313630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:42:37.4512123Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:42:37.4535167Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:42:37.4954628Z [gw0] [ 87%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:42:37.5009135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:42:37.5436542Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:42:37.5580308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:42:37.5592883Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:37.5660421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:42:37.5872461Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:42:37.5908575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:42:37.6030865Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:42:37.6215823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:42:37.6311685Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:42:37.6477996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:42:37.6754870Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:42:37.6920966Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:42:37.7194993Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:42:37.7625109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:42:37.7634862Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:42:37.7919665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:42:37.7932077Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:42:37.8022532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:42:37.8356976Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:42:37.8507785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:42:37.8795200Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:42:37.8994872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:42:37.9234615Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:42:37.9290492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:42:37.9661606Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:42:37.9676143Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:42:37.9677896Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:42:37.9733902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:42:38.0113841Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:42:38.0427303Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:42:38.0446496Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:42:38.0458890Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:42:38.0552503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:42:38.0590523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:42:38.0994593Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:42:38.1053350Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:42:38.1435235Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:42:38.1623226Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:42:38.1875164Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:42:38.2031808Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:42:38.2041088Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:42:38.2074916Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:42:38.2315148Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:42:38.2542411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:42:38.2602968Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:42:38.2611441Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:42:38.2751584Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:42:38.2804987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:42:38.3195622Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:42:38.3274421Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:42:38.3634807Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:42:38.4463231Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:42:38.4468891Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:42:38.5032253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:42:38.5048822Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:42:38.5241239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:42:38.5475945Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:42:38.5703006Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:42:38.5715133Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:42:38.5866929Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:42:38.5903312Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:42:38.5951120Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:42:38.6155206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:42:38.6509036Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:42:38.6632885Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:42:38.6968450Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:42:38.7073564Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:42:38.7315089Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:42:38.7481445Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:42:38.7494420Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:42:38.7510926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:42:38.7842051Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:42:38.7911935Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:42:38.8255281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:42:38.8393801Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:42:38.8515307Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:42:38.8525574Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:42:38.8676163Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:42:38.8832432Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:42:38.9353333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:42:38.9362734Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:42:38.9682620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:42:38.9792964Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:42:38.9987305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:42:39.0234512Z [gw0] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:42:39.1814985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:42:39.1823860Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:42:39.2916347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:42:39.2925525Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:42:39.3353002Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:42:39.3359669Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:42:39.3523406Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:39.3533953Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:42:39.4100369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:42:39.4109108Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:39.5697528Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:39.5705452Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:39.6125209Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:39.6145263Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:39.6601423Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:39.6610766Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:42:39.6668566Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:42:39.6678850Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:39.7216160Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:39.7226291Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:39.7632023Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:42:39.7642976Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:42:39.7774099Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:39.8077282Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:39.8290648Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:39.8516602Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:39.9683874Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:39.9698959Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:42:40.2493641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:42:40.2500540Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:42:40.3041698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:42:40.3051585Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:42:40.3497316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:42:40.3508395Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:42:40.4225242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:42:40.4235819Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:42:40.4909408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:42:40.4918667Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:42:40.8612532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:42:40.8625284Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:40.8683999Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:42:40.8694893Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:42:40.9696127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:42:40.9710031Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:42:40.9808077Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:42:41.0114837Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:42:41.0337794Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:42:41.0554975Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:42:41.0761449Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:41.0994896Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:41.1132083Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:42:41.1433763Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:42:41.1570269Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:42:41.1914548Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:42:41.2523492Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:41.2535410Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:41.3035409Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:41.3064056Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:41.3326018Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:42:41.3474224Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:42:41.3875231Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:41.3911492Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:41.4058823Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:42:41.4354937Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:42:41.4603040Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:41.4793827Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:41.5020906Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:42:41.5233555Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:42:41.5430071Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:41.5674805Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:41.5917670Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:42:41.5938193Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:42:41.5948001Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:42:41.6112641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:42:41.6516640Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:41.6525834Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:42:41.8070249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:42:41.8079070Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:42.0281487Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:42.0290858Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:43.0634887Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:42:43.0644600Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:42:43.0817571Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:43.1074870Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:43.1676668Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:43.1686667Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:43.2096383Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:42:43.2111106Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:42:43.2293349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:42:43.2305528Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:42:43.3327496Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:42:43.3336309Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:42:43.3602774Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:42:43.3615354Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:42:43.3728402Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:42:43.4033901Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:42:43.4256938Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:42:43.4473131Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:42:43.4614374Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:42:43.4915129Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:42:43.5347809Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:42:43.5361281Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:42:43.5443131Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:42:43.5794357Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:42:43.5852036Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:42:43.6234275Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:42:43.6448350Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:42:43.6674039Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:42:43.6759350Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:42:43.6774009Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:42:43.7354756Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:42:43.7365037Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:42:43.8323714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:42:43.8334119Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:42:44.9949209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:42:44.9960970Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:42:45.0049060Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:42:45.0395000Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:42:45.9266762Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:42:45.9272572Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:42:45.9547411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:42:45.9555290Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:46.2536301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:46.2548487Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:42:47.1126030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:42:47.1140719Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:48.2295519Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:48.2307817Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:42:48.2351458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:42:48.2716436Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:42:48.2812012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:42:48.3155133Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:42:48.3228845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:42:48.3594570Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:42:48.3988250Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:42:48.4031947Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:42:48.4417154Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:42:48.4471828Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:42:48.5013779Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:42:48.5023474Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:42:48.5408435Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:42:48.5431937Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:42:48.5926538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:42:48.5935340Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:42:48.6127767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:42:48.6353527Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:42:48.6625561Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:42:48.6793899Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:42:48.7090046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:42:48.7232770Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:42:48.7553445Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:42:48.7672690Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:42:48.8330687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:42:48.8342847Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:42:48.8733937Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:42:48.8751216Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:42:48.9200543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:42:48.9231648Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:42:48.9262902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:42:48.9674187Z [gw0] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:42:48.9735079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:42:49.0114033Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:42:49.0435627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:42:49.0552668Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:42:49.1100348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:42:49.1112826Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:42:49.1426642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:42:49.1552662Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:42:49.1758961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:42:49.1994111Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:42:49.2703555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:42:49.2713002Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:42:49.2871348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:42:49.3157223Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:42:49.3331989Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:42:49.3596770Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:42:49.3823610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:42:49.4035322Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:42:49.4096510Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:42:49.4477195Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:42:49.4540940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:42:49.4916361Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:42:49.5270954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:42:49.5353268Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:42:49.5411028Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:42:49.5796837Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:42:49.5857842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:42:49.6234177Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:42:49.6449416Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:42:49.6674741Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:42:49.6897691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:42:49.7113432Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:42:49.7362290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:42:49.7554618Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:42:49.8733129Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:42:49.8744950Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:42:49.8931730Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:42:49.9154659Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:42:49.9301963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:42:49.9595156Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:42:49.9832876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:42:50.0034254Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:42:50.0226308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:42:50.0474828Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:42:50.0769664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:42:50.0913119Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:42:50.1011100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:42:50.1355696Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:42:50.1649104Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:42:50.1794683Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:42:50.2087537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:42:50.2232783Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:42:50.2522765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:42:50.2672970Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:42:50.2891765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:42:50.3113648Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:42:50.3221792Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:42:50.3554042Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:42:50.3766972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:42:50.3994371Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:42:50.4088753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:42:50.4435448Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:42:50.4559246Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:42:50.4874523Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:42:50.5089619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:42:50.5313880Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:42:50.9768775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:42:50.9777490Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:42:50.9921266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:42:51.0194958Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:42:51.0431579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:42:51.0634168Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:42:51.0816330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:42:51.1073224Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:42:51.7261013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:42:51.7270326Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:42:51.7328402Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:42:51.7674190Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:42:51.7889904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:42:51.8114198Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:42:51.8256823Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:42:51.8554056Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:42:51.8576764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:42:51.8669514Z [gw0] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:42:51.8681078Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:51.8990787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:42:51.9002697Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:42:51.9030137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:42:51.9111152Z [gw0] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:42:51.9435783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:52.3348098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:42:52.3357629Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:42:52.3454580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:42:52.3794694Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:42:52.4038218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:42:52.4234415Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:42:52.4578006Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:42:52.4672998Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:42:52.5023142Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:42:52.5112691Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:42:52.5174577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:42:52.5555336Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:42:52.5665314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:42:52.5993308Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:42:52.7455192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:42:52.7465454Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:42:52.7690310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:42:52.7874194Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:42:52.7964112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:42:52.8356285Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:42:52.8412238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:42:52.8836266Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:42:52.9845778Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:42:52.9855534Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:42:52.9901922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:42:53.0275337Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:42:53.0607112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:42:53.0712678Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:42:53.0956122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:42:53.1152822Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:42:53.1262413Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:42:53.1595675Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:42:53.1713593Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:42:53.2033465Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:42:53.5767239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:42:53.5777645Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:42:53.5800281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:42:53.6194732Z [gw0] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:42:53.6295536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:42:53.6675445Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:42:53.7283575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:42:53.7293903Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:42:53.7847571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:42:53.7857464Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:42:53.8048178Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:42:53.8272807Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:42:53.8356378Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:42:53.8714619Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:42:53.9344118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:53.9352339Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:53.9429561Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:42:53.9795415Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:42:54.0153537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:42:54.0232880Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:42:54.0613609Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:42:54.0673231Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:42:54.0857622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:42:54.1114381Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:42:54.1433467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:42:54.1553172Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:42:54.1966904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:42:54.1991861Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:42:54.5273836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:42:54.5284873Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:42:54.5359328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:42:54.5717405Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:42:54.7585920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:42:54.7601018Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:42:54.8008742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:42:54.8033319Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:42:54.8428622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:54.8473558Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:54.8806111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:42:54.8913947Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:42:54.8981400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:42:54.9355553Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:42:54.9579410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:42:54.9796246Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:42:54.9927716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:42:55.0235158Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:42:55.0421875Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:42:55.0675923Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:42:55.1291671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:42:55.1304974Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:42:55.1426405Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:42:55.1716241Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:42:55.1985786Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:42:55.2154150Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:42:55.2547409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:42:55.2591986Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:42:55.2840363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:42:55.2935528Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:42:55.2942986Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:55.3031140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:55.3072280Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:42:55.3474967Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:42:55.3553656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:42:55.3916043Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:42:55.3962889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:42:55.4354388Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:42:55.4431852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:42:55.4793938Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:42:55.4904512Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:42:55.5235029Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:42:55.5375871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:42:55.5673251Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:42:55.5940467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:42:55.6112912Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:42:55.6172111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:42:55.6554880Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:42:55.8294656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:42:55.8304565Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:42:55.8784994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:42:55.8793826Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:42:55.9043500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:42:55.9236721Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:42:55.9846599Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:42:55.9856188Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:42:56.0037118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:42:56.0275254Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:42:56.0579405Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:42:56.0754765Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:42:56.1200773Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:42:56.1231862Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:42:56.1242964Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:42:56.1254891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:42:56.1404948Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:42:56.1595048Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:42:56.1713306Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:42:56.1720090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:42:56.2046803Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:42:56.2146720Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:42:56.2157753Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:42:56.2191898Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:42:56.2342816Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:42:56.2593529Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:42:56.2873558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:42:56.2885576Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:42:56.2893467Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:42:56.3032601Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:56.3168621Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:42:56.3213354Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:56.3311940Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:42:56.3473204Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:56.3602065Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:42:56.3751757Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:56.3788788Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:56.3912318Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:42:56.4103326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:42:56.4178170Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:56.4190635Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:42:56.4352646Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:56.4464627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:42:56.4631363Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:56.4702009Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:56.4791393Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:42:56.4912298Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:42:56.5071042Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:56.5123191Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:42:56.5155727Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:42:56.5230624Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:42:56.5512297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:42:56.5578419Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:42:56.5671563Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:42:56.6003436Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:42:56.6013304Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:42:56.6224056Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:42:56.6235274Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:42:56.6393630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:42:56.6676372Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:42:56.6847520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:42:56.7072107Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:42:56.7080831Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:42:56.7112729Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:42:56.7310395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:42:56.7555690Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:42:56.7647013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:42:56.7995600Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:42:56.8113036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:42:56.8435349Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:42:56.8636453Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:42:56.8875781Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:42:56.8885370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:42:56.8899344Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:42:56.8942495Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:42:56.9316231Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:42:56.9379562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:42:56.9755964Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:42:56.9861878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:42:57.0195562Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:42:57.0603781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:42:57.0672858Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:42:57.0696013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:42:57.0706096Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:42:57.0714335Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:42:57.1114460Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:42:57.1966447Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:42:57.1974357Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:42:57.2280114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:42:57.2394150Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:42:57.2670590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:42:57.3007535Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:42:57.3268978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:42:57.3434100Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:42:57.3505560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:42:57.3874626Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:42:57.4514596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:42:57.4521225Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:42:57.4778399Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:42:57.4956049Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:42:57.5119180Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:42:57.5392926Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:42:57.5586815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:42:57.5833767Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:42:57.6085714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:42:57.6274034Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:42:58.4002156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:42:58.4009480Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:42:58.4049301Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:42:58.4057672Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:42:58.4117052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:42:58.4434504Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:42:58.5035450Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:42:58.5049279Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:42:58.5753672Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:42:58.5780548Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:42:58.5856478Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:42:58.5934854Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:42:58.5944655Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:42:58.6165773Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:42:58.6232301Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:42:58.6352483Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:42:58.6558215Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:42:58.6687616Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:42:58.6695708Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:42:58.6791709Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:42:58.6824365Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:42:58.7017498Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:42:58.7111318Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:42:58.7199045Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:42:58.7272004Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:42:58.7584837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:42:58.7710962Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:42:58.7993791Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:42:58.8765000Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:42:58.8778191Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:42:58.8955055Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:42:58.9233767Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:42:59.0502960Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:42:59.0511530Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:42:59.0843281Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:42:59.0952378Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:42:59.1297974Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:42:59.1392449Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:42:59.1776231Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:42:59.1831352Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:42:59.1845094Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:42:59.2275201Z [gw2] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:42:59.2299516Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:42:59.2715802Z [gw2] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:42:59.2820168Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:42:59.3155307Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:42:59.3261809Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:42:59.3594446Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:42:59.4293321Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:42:59.4307127Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:42:59.5705140Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:42:59.5715004Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:42:59.5773540Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:42:59.6155109Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:42:59.6320617Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:42:59.6594648Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:42:59.6758276Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:42:59.7034039Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:42:59.7196599Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:42:59.7474825Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:42:59.7641823Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:42:59.7914867Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:42:59.8849464Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:42:59.8865286Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:42:59.9920465Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:42:59.9934775Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:43:00.2333906Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:43:00.2343804Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:43:00.2887323Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:00.2900774Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:43:00.4365580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:43:00.4375503Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:00.5833600Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:00.5841335Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:43:00.6186725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:43:00.6274668Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:43:00.6578544Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:43:00.6590977Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:00.9167227Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:00.9177406Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:01.1101950Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:01.1111437Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:01.3586402Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:01.3601426Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:02.2995037Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:43:02.3003496Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:43:02.6300244Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:02.6314143Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:43:02.8071023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:43:02.8079099Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:03.2372341Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:03.2381745Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:03.2548591Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:43:03.2793530Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:43:03.3083936Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:43:03.3232514Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:43:03.3291124Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:43:03.3674670Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:43:03.3859560Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:43:03.4115571Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:43:03.4230429Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:43:03.4555342Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:43:03.4624031Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:43:03.4995990Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:43:03.5068026Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:43:03.5435954Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:43:03.5528949Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:43:03.5875549Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:43:03.6117556Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:43:03.6315736Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:43:03.6350062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:43:03.6755909Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:43:03.6786768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:43:03.7197303Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:43:03.7226550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:43:03.7637302Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:43:03.7666303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:43:03.8075469Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:43:03.8105674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:43:03.8516436Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:43:03.8550849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:43:03.8957417Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:43:03.9004653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:43:03.9396434Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:43:03.9418696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:43:03.9837689Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:43:03.9870280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:43:04.0276673Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:43:04.0300533Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:43:04.0716236Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:43:04.0743466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:43:04.1194299Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:43:04.1225694Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:43:04.1636500Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:43:04.1666258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:43:04.2076026Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:43:04.2106466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:43:04.2515405Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:43:04.2545061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:43:04.2955198Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:43:04.2984180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:43:04.3395585Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:43:04.3428276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:43:04.3836695Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:43:04.3866972Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:43:04.4275663Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:43:04.4297444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:43:04.4715746Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:43:04.4743969Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:43:04.5156078Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:43:04.5176834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:43:04.5595506Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:43:04.5620268Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:43:04.6036446Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:43:04.6061869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:43:04.6476863Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:43:04.6503665Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:43:04.6914962Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:43:04.6939469Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:43:04.7355575Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:43:04.7380660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:43:04.7796004Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:43:04.7822562Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:43:04.8236382Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:43:04.8256267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:43:04.8675182Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:43:04.8698543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:43:04.8787889Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:43:04.8800205Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:43:04.9116037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:43:04.9140239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:43:04.9554701Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:43:04.9577727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:43:04.9995444Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:43:05.0016711Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:43:05.0435073Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:43:05.0458002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:43:05.0874955Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:43:05.0903192Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:43:05.1316744Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:43:05.1346543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:43:05.1757361Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:43:05.1786788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:43:05.2196386Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:43:05.2217312Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:43:05.2636990Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:43:05.2667819Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:43:05.3076756Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:43:05.3112931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:43:05.3517411Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:43:05.3550242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:43:05.3924661Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:43:05.3932970Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:43:05.3952295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:05.4233407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:43:05.4393803Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:43:05.4418116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:43:05.4834911Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:43:05.4864927Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:43:05.5275265Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:43:05.5302926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:43:05.5715687Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:43:05.5733764Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:43:05.6154399Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:43:05.6184110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:43:05.6595711Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:43:05.6615900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:43:05.6633507Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:43:05.6636340Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:43:05.6755876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:43:05.7032411Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:43:05.7054159Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:43:05.7071933Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:43:05.7160189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:43:05.7472703Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:43:05.7496132Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:43:05.7511071Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:43:05.7741441Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:43:05.7912390Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:43:05.7932463Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:43:05.7950909Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:43:05.8013802Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:43:05.8353480Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:43:05.8372994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:43:05.8391148Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:43:05.8624988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:43:05.8792644Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:43:05.8814584Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:43:05.8831775Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:43:05.9067737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:43:05.9232959Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:43:05.9255612Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:43:05.9271599Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:43:05.9356801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:43:05.9673037Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:43:05.9697113Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:43:05.9711673Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:43:05.9808856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:43:05.9821345Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:05.9980477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:43:06.0111944Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:43:06.0131654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:43:06.0151348Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:43:06.0263888Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:43:06.0553787Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:43:06.0583599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:43:06.0595741Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:43:06.0699169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:43:06.0992616Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:43:06.1024977Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:43:06.1038069Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:43:06.1206263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:43:06.1434386Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:43:06.1464494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:43:06.1476417Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:43:06.1875053Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:43:06.1907287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:43:06.2315098Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:43:06.2350358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:43:06.2385029Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:43:06.2393956Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:43:06.2622897Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:43:06.2752883Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:43:06.2776569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:43:06.2831423Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:43:06.2949500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:43:06.3192960Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:43:06.3220239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:43:06.3271159Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:43:06.3413915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:43:06.3633092Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:43:06.3656385Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:43:06.3711320Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:43:06.4076339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:43:06.4104429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:43:06.4515523Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:43:06.4545512Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:43:06.4955134Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:43:06.4984983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:43:06.5000553Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:43:06.5012323Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:43:06.5123854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:43:06.5392775Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:43:06.5411703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:43:06.5430865Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:43:06.5507885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:43:06.5677067Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:43:06.5689464Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:43:06.5832570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:43:06.5853969Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:43:06.5912422Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:43:06.5986225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:43:06.6274274Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:43:06.6286424Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:43:06.6293123Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:43:06.6352185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:43:06.6377769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:43:06.6402117Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:43:06.6713561Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:43:06.6735512Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:43:06.6768577Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:43:06.6777968Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:43:06.6791120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:43:06.6837410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:43:06.7153432Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:43:06.7176517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:43:06.7228377Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:43:06.7236783Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:43:06.7239252Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:43:06.7287803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:43:06.7592515Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:43:06.7613297Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:43:06.7671696Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:43:06.7690296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:43:06.7697931Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:43:06.7771336Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:43:06.8032817Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:43:06.8053857Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:43:06.8111384Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:43:06.8138189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:43:06.8473560Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:43:06.8494751Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:43:06.8552216Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:43:06.8579078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:06.8914207Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:06.8934076Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:43:06.8992599Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:43:06.9017496Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:06.9353370Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:06.9374325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:43:06.9432415Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:43:06.9466556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:43:06.9794627Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:43:06.9815678Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:43:06.9872909Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:43:06.9906981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:07.0232957Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:07.0254571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:43:07.0311959Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:43:07.0346303Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:43:07.0353988Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:43:07.0361914Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:43:07.0383403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:43:07.0671929Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:43:07.0695785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:43:07.0750956Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:43:07.0790099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:43:07.0812987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:43:07.0852595Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:43:07.1110863Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:43:07.1132730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:43:07.1190032Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:43:07.1270193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:43:07.1290551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:43:07.1552258Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:43:07.1575810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:43:07.1712332Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:43:07.1736221Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:43:07.1993063Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:43:07.2023066Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:43:07.2151418Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:43:07.2337164Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:43:07.2432466Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:43:07.2462121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:43:07.2592613Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:43:07.2872840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:43:07.2895911Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:43:07.3100096Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:43:07.3111304Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:43:07.3281192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:43:07.3293446Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:43:07.3311838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:43:07.3331769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:43:07.3349224Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:43:07.3481093Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:43:07.3550862Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:43:07.3712503Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:43:07.3752845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:43:07.3784724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:43:07.3889169Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:43:07.3973793Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:43:07.3990578Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:43:07.4152259Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:43:07.4167066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:43:07.4191275Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:43:07.4211378Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:43:07.4377420Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:43:07.4431709Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:43:07.4591126Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:43:07.4673062Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:43:07.4708316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:43:07.4799658Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:43:07.4870560Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:43:07.4950882Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:43:07.4964409Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:43:07.5070035Z [gw1] [ 89%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:43:07.5112010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:43:07.5140072Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:43:07.5148474Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:43:07.5310987Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:43:07.5512337Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:43:07.5553679Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:43:07.5584877Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:43:07.5680612Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:43:07.5751336Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:43:07.5832805Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:43:07.5951550Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:43:07.5984761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:07.6030564Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:43:07.6050579Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:43:07.6189919Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:43:07.6422415Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:43:07.6433082Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:07.6472291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:43:07.6504545Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:43:07.6607723Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:43:07.6873399Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:43:07.6912227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:43:07.6945138Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:43:07.6948576Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:43:07.6957134Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:43:07.7012490Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:43:07.7315081Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:43:07.7353180Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:43:07.7374989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:43:07.7643261Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:43:07.7686096Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:43:07.7696832Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:43:07.7751728Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:43:07.7794118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:43:07.7824128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:43:07.8264126Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:43:07.8270872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:43:07.8430411Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:43:07.8439099Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:43:07.8638870Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:43:07.8673290Z [gw1] [ 89%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:43:07.8704863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:43:07.8829506Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:43:07.8836711Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:43:07.8872117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:43:07.8963826Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:43:07.8976277Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:07.9114445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:07.9146116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:43:07.9557613Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:43:07.9587868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:43:07.9996369Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:43:08.0028569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:43:08.0434386Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:43:08.0466404Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:43:08.0722117Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:43:08.0732115Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:43:08.0873801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:43:08.0905920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:43:08.0959102Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:43:08.1151601Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:43:08.1178481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:43:08.1312368Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:43:08.1341670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:43:08.1591705Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:43:08.1619493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:08.1752438Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:08.1781502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:43:08.2032500Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:43:08.2194775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:43:08.2226350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:43:08.2635530Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:43:08.2665523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:43:08.3074821Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:43:08.3104415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:43:08.3515424Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:43:08.3546256Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:43:08.3763522Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:43:08.3771050Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:43:08.3954190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:43:08.3985622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:43:08.4009454Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:43:08.4190584Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:43:08.4393497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:43:08.4403582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:43:08.4423688Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:43:08.4631929Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:43:08.4749209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:08.4832734Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:08.4861636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:43:08.5071768Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:43:08.5179385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:08.5272182Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:08.5305016Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:43:08.5511198Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:43:08.5713689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:08.5742118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:43:08.5832612Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:43:08.5841821Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:43:08.5899881Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:43:08.5950621Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:08.6068329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:43:08.6153092Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:43:08.6185217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:43:08.6271351Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:43:08.6427619Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:43:08.6592777Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:43:08.6628163Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:43:08.6711444Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:43:08.6972130Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:43:08.7025098Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:43:08.7035583Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:43:08.7037225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:08.7074373Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:43:08.7150837Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:43:08.7474887Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:43:08.7508697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:43:08.7541992Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:43:08.7631191Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:43:08.7719643Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:43:08.7912790Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:43:08.7945070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:43:08.8071572Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:43:08.8120077Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:43:08.8131101Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:08.8169927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:43:08.8352575Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:43:08.8386693Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:43:08.8512087Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:43:08.8538691Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:43:08.8551145Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:43:08.8795455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:43:08.8824969Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:43:08.8862259Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:43:08.8950915Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:43:08.9027114Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:43:08.9038423Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:43:08.9108862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:08.9233513Z [gw1] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:43:08.9263288Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:43:08.9380172Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:43:08.9390250Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:08.9470082Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:43:08.9674702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:43:08.9704721Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:43:09.0117372Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:43:09.0147611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:43:09.0414628Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:43:09.0424908Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:43:09.0555394Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:43:09.0586779Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:43:09.0997064Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:43:09.1030125Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:43:09.1294292Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:43:09.1303422Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:43:09.1385555Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:43:09.1433591Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:43:09.1465102Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:43:09.1714364Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:43:09.1788872Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:43:09.1874653Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:43:09.1905319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:43:09.1973544Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:43:09.1981004Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:43:09.2153472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:09.2313241Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:43:09.2338905Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:43:09.2730327Z [gw2] [ 90%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:43:09.2744019Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:43:09.2753182Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:43:09.2776498Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:43:09.3195286Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:43:09.3219801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:43:09.3352970Z [gw2] [ 90%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:43:09.3363145Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:43:09.3635246Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:43:09.3657695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:43:09.3902168Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:43:09.3913737Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:09.3936086Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:43:09.4071477Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:43:09.4097610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:43:09.4149318Z [gw2] [ 90%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:43:09.4158259Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:43:09.4351818Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:43:09.4513585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:09.4524923Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:43:09.4541894Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:43:09.4630525Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:43:09.4954189Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:43:09.4983962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:43:09.5096392Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:43:09.5103403Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:43:09.5395277Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:43:09.5424908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:43:09.5559288Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:43:09.5566708Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:43:09.5833838Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:43:09.5863630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:43:09.6135497Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:43:09.6143892Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:43:09.6273646Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:43:09.6304783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:43:09.6400680Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:43:09.6550877Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:43:09.6714113Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:43:09.6743992Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:43:09.6944579Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:43:09.6991245Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:43:09.7154026Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:43:09.7184602Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:43:09.7595999Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:43:09.7630332Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:43:09.8035194Z [gw2] [ 90%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:43:09.8063981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:43:09.8220853Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:43:09.8232540Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:43:09.8295911Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:43:09.8472329Z [gw1] [ 90%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:43:09.8502118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:43:09.8671858Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:43:09.8691275Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:43:09.8699974Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:09.8721058Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:09.8913958Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:09.8935791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:43:09.9107805Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:43:09.9117370Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:43:09.9121406Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:43:09.9354466Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:43:09.9383850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:43:09.9434378Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:43:09.9550847Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:43:09.9587621Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:43:09.9599922Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:43:09.9795126Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:43:09.9820544Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:43:09.9964925Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:43:09.9991083Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:43:10.0105748Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:43:10.0231860Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:43:10.0266376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:43:10.0431706Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:43:10.0634016Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:43:10.0671739Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:43:10.0695096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:43:10.0871971Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:43:10.0898088Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:43:10.1111420Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:43:10.1135681Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:43:10.1311429Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:43:10.1509768Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:43:10.1518549Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:43:10.1551730Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:10.1588764Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:43:10.1623398Z [gw2] [ 90%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:43:10.1750882Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:43:10.1833777Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:43:10.1991945Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:43:10.2194793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:43:10.2219611Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:43:10.2434329Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:43:10.2441361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:43:10.2474067Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:43:10.2632010Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:43:10.2874618Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:43:10.2989294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:43:10.3004113Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:10.3035562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:43:10.3073487Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:43:10.3097547Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:43:10.3105598Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:43:10.3268121Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:43:10.3311570Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:43:10.3433212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:43:10.3467202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:10.3512152Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:10.3523741Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:43:10.3558971Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:43:10.3751376Z [gw1] [ 90%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:43:10.3872964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:43:10.3896912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:10.3955260Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:10.3962939Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:43:10.4101132Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:43:10.4190551Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:43:10.4313099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:43:10.4379880Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:43:10.4392696Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:43:10.4483168Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:43:10.4632740Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:43:10.4827222Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:43:10.4833977Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:43:10.4905228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:43:10.5072840Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:43:10.5193453Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:43:10.5203009Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:43:10.5272613Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:43:10.5317400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:43:10.5325845Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:10.5363293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:10.5375579Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:43:10.5512876Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:43:10.5542893Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:10.5631244Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:43:10.5662834Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:43:10.5710018Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:43:10.5718330Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:10.5783850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:43:10.5950588Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:43:10.6071961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:10.6151465Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:43:10.6191551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:43:10.6232157Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:10.6391605Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:43:10.6591159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:10.6793576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:43:10.6808301Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:10.6827627Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:43:10.6840344Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:43:10.6841066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:10.7033701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:10.7112100Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:43:10.7121626Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:43:10.7271416Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:10.7474078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:10.7612681Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:43:10.7789015Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:43:10.7797180Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:10.7912797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:10.8017085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:43:10.8244339Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:43:10.8253564Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:10.8352216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:10.8543009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:43:10.8566244Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:43:10.8671130Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:10.8792558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:10.8821993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:43:10.8897449Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:10.9152774Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:43:10.9233108Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:10.9311139Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:43:10.9335671Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:43:10.9592120Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:10.9672596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:10.9911130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:43:11.0113662Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:43:11.0179859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:43:11.0556193Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:43:11.0647952Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:43:11.0661250Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:11.0696540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:11.0994698Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:43:11.1064032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:43:11.1435205Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:43:11.1568311Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:43:11.1739450Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:43:11.1753370Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:11.1873171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:11.1924742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:43:11.2108501Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:43:11.2191969Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:11.2313343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:11.2357264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:43:11.2754581Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:43:11.2802016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:43:11.3025372Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:43:11.3035527Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:11.3104903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:43:11.3192086Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:43:11.3246395Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:43:11.3473318Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:43:11.3633694Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:11.3883569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:43:11.4075135Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:43:11.4129907Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:43:11.4151579Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:43:11.4158860Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:11.4514824Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:11.4577822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:43:11.4956207Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:43:11.5162496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:43:11.5394908Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:43:11.5460220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:43:11.5837698Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:43:11.5856353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:43:11.6277369Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:43:11.6346219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:43:11.6467367Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:43:11.6475158Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:11.6715407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:11.6787566Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:43:11.6837193Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:43:11.6910007Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:11.7156512Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:11.7229295Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:43:11.7346748Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:43:11.7359426Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:11.7596844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:11.7666058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:43:11.7781403Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:43:11.7791423Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:11.8036985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:11.8165011Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:43:11.8475127Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:43:11.8599214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:43:11.8781095Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:43:11.8789574Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:11.8912825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:11.9005838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:43:11.9355206Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:43:11.9407946Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:43:11.9421114Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:11.9432269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:11.9794847Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:43:11.9873068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:43:12.0233929Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:43:12.0287051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:43:12.0674137Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:43:12.0737618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:43:12.1052114Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:43:12.1060264Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:12.1091111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:12.1112332Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:12.1157606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:43:12.1473294Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:43:12.1552579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:12.1625754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:43:12.1994110Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:43:12.2007639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:43:12.2032092Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:12.2043000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:12.2435634Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:43:12.2478426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:43:12.2492674Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:12.2510233Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:43:12.2875120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:43:12.2928247Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:43:12.3042787Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:43:12.3053539Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:43:12.3119744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:43:12.3311500Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:43:12.3355662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:43:12.3470555Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:43:12.3492189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:12.3753050Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:12.3803130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:43:12.3911492Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:43:12.4188314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:43:12.4200892Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:43:12.4248841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:43:12.4351455Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:43:12.4633926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:12.4645517Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:12.4690662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:43:12.4790550Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:43:12.5007301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:12.5072593Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:12.5114324Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:43:12.5231363Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:43:12.5515327Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:12.5576571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:43:12.5955748Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:43:12.6061590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:43:12.6395940Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:43:12.6495199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:43:12.6835494Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:43:12.6851681Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:43:12.7275126Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:43:12.7291617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:43:12.7714994Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:43:12.7760524Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:43:12.8154760Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:43:12.8198689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:43:12.8594643Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:43:12.8643435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:43:12.9037268Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:43:12.9108748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:43:12.9469276Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:43:12.9477971Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:12.9509383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:12.9511979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:43:12.9914498Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:43:12.9996204Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:43:13.0356686Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:43:13.0505800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:43:13.0795584Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:43:13.0929333Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:43:13.1236408Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:43:13.1303769Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:43:13.1675874Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:43:13.1800109Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:43:13.1901966Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:43:13.1913267Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:13.2004416Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:13.2012919Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:13.2112571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:43:13.2259236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:43:13.2553559Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:43:13.2725000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:43:13.2993935Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:43:13.3113459Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:43:13.3433563Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:43:13.3577191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:43:13.3873870Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:43:13.4024424Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:43:13.4313843Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:43:13.4377446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:43:13.4754541Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:43:13.4877994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:43:13.5194212Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:43:13.5333876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:43:13.5635216Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:43:13.5789022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:43:13.6074952Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:43:13.6146107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:43:13.6515370Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:43:13.6630150Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:43:13.6953834Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:43:13.7027818Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:43:13.7318914Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:43:13.7327758Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:43:13.7391285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:43:13.7443358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:43:13.7833894Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:43:13.7892815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:43:13.8126081Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:43:13.8134253Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:43:13.8235029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:43:13.8271764Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:43:13.8324088Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:43:13.8552432Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:43:13.8577370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:13.8711337Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:13.8772813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:43:13.8991775Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:43:13.9153168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:43:13.9213272Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:43:13.9399723Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:43:13.9470956Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:43:13.9593062Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:43:13.9656612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:43:13.9837373Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:43:13.9846068Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:14.0032562Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:14.0096099Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:43:14.0474133Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:43:14.0535982Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:43:14.0620016Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:43:14.0627785Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:43:14.0914004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:43:14.0979763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:43:14.1353802Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:43:14.1414445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:43:14.1795346Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:43:14.1962191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:43:14.2237041Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:43:14.2306272Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:43:14.2676849Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:43:14.2927110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:43:14.3116066Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:43:14.3191590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:43:14.3200472Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:43:14.3208595Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:43:14.3597308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:43:14.3657598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:43:14.3754402Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:43:14.3764561Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:14.3999434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:43:14.4073672Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:43:14.4152863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:14.4231492Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:14.4283287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:43:14.4291535Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:43:14.4363972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:43:14.4512215Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:43:14.4713254Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:43:14.4757522Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:43:14.4967229Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:43:14.4978562Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:43:14.5030046Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:43:14.5151535Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:43:14.5216877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:43:14.5226612Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:43:14.5266238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:14.5390783Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:43:14.5439567Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:43:14.5591672Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:43:14.5664188Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:43:14.5831812Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:43:14.5892401Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:14.6030660Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:14.6144023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:43:14.6271823Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:43:14.6303366Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:43:14.6470871Z [gw1] [ 90%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:43:14.6656403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:43:14.6712088Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:43:14.6755537Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:43:14.6912415Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:43:14.6963721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:43:14.7152594Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:43:14.7195671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:43:14.7352126Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:43:14.7398381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:43:14.7593200Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:43:14.7636508Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:43:14.7834176Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:43:14.8062012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:43:14.8107596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:43:14.8474680Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:43:14.8514778Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:43:14.8913623Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:43:14.8990670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:43:14.9027614Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:43:14.9035804Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:43:14.9355220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:43:14.9415085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:43:14.9520204Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:43:14.9528041Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:43:14.9781885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:43:14.9793143Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:43:14.9829469Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:43:14.9953271Z [gw1] [ 90%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:43:15.0070170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:43:15.0233525Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:43:15.0280440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:43:15.0393048Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:43:15.0678255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:43:15.0687144Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:43:15.0750659Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:43:15.0832450Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:43:15.1115867Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:43:15.1126382Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:43:15.1279515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:15.1289954Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:15.1429477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:43:15.1554126Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:43:15.1697452Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:15.1705561Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:15.1712480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:15.1753137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:43:15.1907014Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:15.1993153Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:15.2061641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:43:15.2151282Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:43:15.2287664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:15.2434127Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:15.2508412Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:43:15.2593491Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:43:15.2673515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:15.2874889Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:15.2946307Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:43:15.3032658Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:43:15.3135102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:15.3315018Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:15.3388485Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:43:15.3474350Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:43:15.3669779Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:15.3753523Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:15.3830642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:43:15.3913077Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:43:15.4197036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:15.4218946Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:43:15.4637260Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:43:15.4676237Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:43:15.4799731Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:43:15.4809092Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:15.5077245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:15.5131349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:43:15.5196740Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:15.5231778Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:43:15.5516828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:15.5602828Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:43:15.5954974Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:43:15.6035018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:43:15.6396948Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:43:15.6504772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:43:15.6512267Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:15.6520528Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:43:15.6836529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:15.6960402Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:43:15.6985639Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:43:15.6996894Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:15.7253091Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:15.7272381Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:15.7326470Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:43:15.7432479Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:43:15.7676498Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:15.7752836Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:15.7790639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:43:15.7871421Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:43:15.8128242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:15.8192701Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:15.8229354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:43:15.8311843Z [gw1] [ 91%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:43:15.8634936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:15.8689838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:43:15.9076325Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:43:15.9117046Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:43:15.9129662Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:43:15.9137574Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:15.9402501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:15.9514415Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:15.9552883Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:43:15.9575146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:15.9587464Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:43:15.9600490Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:43:15.9961624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:43:15.9971373Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:43:16.0040318Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:43:16.0043415Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:43:16.0204605Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:43:16.0227977Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:16.0236100Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:43:16.0394147Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:16.0414199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:43:16.0465697Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:43:16.0477190Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:16.0710828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:43:16.0798372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:16.0832345Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:43:16.0894671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:43:16.0912035Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:43:16.0959217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:43:16.1153694Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:16.1276425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:16.1327592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:43:16.1339824Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:16.1595903Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:43:16.1724352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:43:16.1785691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:43:16.1869690Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:43:16.1882217Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:43:16.1907402Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:43:16.2154156Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:43:16.2316204Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:43:16.2394247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:43:16.2592914Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:43:16.2640499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:43:16.2849471Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:43:16.2861938Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:43:16.2888342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:16.2897732Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:43:16.3033829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:43:16.3073994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:43:16.3090086Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:43:16.3313249Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:43:16.3448964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:43:16.3472386Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:43:16.3503195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:43:16.3513074Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:16.3524540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:16.3607298Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:43:16.3752224Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:16.3914320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:43:16.3954610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:43:16.3969093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:16.3977531Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:43:16.4192857Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:43:16.4332950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:43:16.4353531Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:43:16.4419393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:43:16.4634459Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:43:16.4795683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:43:16.4808907Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:43:16.4873031Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:43:16.5074543Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:43:16.5184275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:43:16.5195933Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:16.5223099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:16.5232801Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:16.5287608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:43:16.5634108Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:43:16.5673401Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:16.5751596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:43:16.5898286Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:43:16.5910392Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:43:16.6152758Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:43:16.6223423Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:43:16.6463017Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:43:16.6470938Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:43:16.6592835Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:43:16.6659540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:43:16.6816825Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:43:16.6913096Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:43:16.6971568Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:16.7032215Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:16.7086260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:43:16.7353545Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:43:16.7471760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:16.7482049Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:16.7563086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:43:16.7794148Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:43:16.7915659Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:43:16.7990642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:43:16.8037567Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:43:16.8235025Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:43:16.8357237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:43:16.8423698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:43:16.8673507Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:43:16.8685188Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:43:16.8794517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:43:16.8846000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:43:16.9235584Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:43:16.9357468Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:43:16.9679913Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:43:16.9967043Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:43:17.0116484Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:43:17.0195436Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:43:17.0556588Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:43:17.0628024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:43:17.0994876Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:43:17.1047836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:43:17.1311486Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:43:17.1324396Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:43:17.1433751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:17.1509035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:43:17.1796895Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:43:17.1807803Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:17.1873682Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:17.1959717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:43:17.2244957Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:43:17.2256136Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:17.2313468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:43:17.2393566Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:43:17.2511416Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:43:17.2673167Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:43:17.2733668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:17.2752631Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:17.2885982Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:43:17.3114793Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:43:17.3194774Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:17.3252394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:43:17.3266980Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:17.3554634Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:43:17.3634523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:43:17.3679455Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:43:17.3884593Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:43:17.3992394Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:43:17.4058945Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:43:17.4072004Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:43:17.4117645Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:43:17.4434745Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:43:17.4515812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:43:17.4582435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:43:17.4956367Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:43:17.5021927Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:43:17.5395120Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:43:17.5468618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:43:17.5714637Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:43:17.5723665Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:43:17.5779393Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:43:17.5833460Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:43:17.5915628Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:43:17.6153729Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:43:17.6274135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:43:17.6328618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:43:17.6457320Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:43:17.6594269Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:43:17.6715258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:43:17.6840186Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:43:17.6985162Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:43:17.7033733Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:43:17.7061021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:43:17.7164091Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:43:17.7236419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:43:17.7475074Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:43:17.7537027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:43:17.7591352Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:43:17.7698422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:43:17.7914924Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:43:17.7947597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:17.8032279Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:17.8161082Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:43:17.8353850Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:43:17.8385504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:17.8472197Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:17.8518629Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:43:17.8793243Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:43:17.8819047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:17.8913750Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:17.8985188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:43:17.9235167Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:43:17.9355620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:43:17.9458722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:43:17.9478084Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:43:17.9673951Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:43:17.9704643Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:43:17.9793642Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:43:17.9879059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:43:18.0115027Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:43:18.0233218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:43:18.0291753Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:43:18.0472265Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:43:18.0552450Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:43:18.0576565Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:43:18.0673309Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:43:18.0707203Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:43:18.0995121Z [gw1] [ 91%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:43:18.1114148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:43:18.1220706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:43:18.1556337Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:43:18.1578343Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:43:18.1595990Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:43:18.1664826Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:43:18.1736968Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:43:18.1995367Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:43:18.2035312Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:43:18.2087935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:43:18.2102551Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:43:18.2434872Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:43:18.2475026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:43:18.2545671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:43:18.2875993Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:43:18.3168900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:43:18.3181536Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:43:18.3301882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:43:18.3320059Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:43:18.3331814Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:43:18.3595783Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:43:18.3649303Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:43:18.3753256Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:43:18.4049972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:43:18.4117158Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:43:18.4125859Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:43:18.4192069Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:43:18.4350525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:43:18.4634145Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:43:18.4783931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:43:18.4795229Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:43:18.4803021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:43:18.5076086Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:43:18.5231345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:43:18.5516440Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:43:18.5674514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:43:18.5956270Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:43:18.6005281Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:43:18.6396550Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:43:18.6713847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:43:18.6833397Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:43:18.6923165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:43:18.7274132Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:43:18.7317226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:43:18.7714675Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:43:18.7747551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:43:18.8154940Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:43:18.8241549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:43:18.8596417Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:43:18.8768990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:43:18.9037422Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:43:18.9205993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:43:18.9476834Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:43:18.9638945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:43:18.9916396Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:43:19.0085762Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:43:19.0354049Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:43:19.0474941Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:43:19.0797092Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:43:19.1008321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:43:19.1233998Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:43:19.1384837Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:43:19.1676024Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:43:19.1888385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:43:19.2113641Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:43:19.2333462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:43:19.2341085Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:43:19.2349645Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:43:19.2450349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:43:19.2551647Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:43:19.2602023Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:43:19.2792617Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:43:19.2994528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:43:19.3223280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:43:19.3434468Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:43:19.3498047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:43:19.3667768Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:43:19.3693845Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:43:19.3874216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:43:19.4027122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:43:19.4058204Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:43:19.4111022Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:43:19.4317507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:43:19.4821744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:43:19.4836375Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:43:19.4870040Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:43:19.4874058Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:43:19.4883240Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:43:19.4969040Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:43:19.5275925Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:43:19.5305136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:43:19.5318347Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:43:19.5414942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:43:19.5714861Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:43:19.5753410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:43:19.5879915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:43:19.6236313Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:43:19.6523037Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:43:19.6715956Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:43:19.6775155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:43:19.7196368Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:43:19.7276706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:43:19.7635835Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:43:19.7893197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:43:19.8074344Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:43:19.8219614Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:43:19.8230655Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:43:19.8318301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:43:19.8674543Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:43:19.8827414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:43:19.9114789Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:43:19.9401232Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:43:19.9554250Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:43:19.9851232Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:43:19.9993557Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:43:20.0053444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:43:20.0436023Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:43:20.0579829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:43:20.0873743Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:43:20.1164547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:43:20.1174028Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:20.2398884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:20.2408647Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:43:20.2603338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:43:20.2834372Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:43:20.2900893Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:43:20.3274666Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:43:20.3324166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:43:20.3715317Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:43:20.4543290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:43:20.4552535Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:43:20.4594314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:43:20.4994841Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:43:20.5196209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:43:20.5433740Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:43:20.5670362Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:43:20.5913706Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:43:20.5982078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:43:20.6354290Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:43:20.6423200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:43:20.6794805Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:43:21.0361729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:43:21.0370512Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:43:21.0395729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:43:21.0792674Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:43:21.0876493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:43:21.1235330Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:43:21.1842991Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:43:21.1852833Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:43:21.2416750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:43:21.2426453Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:43:21.3018851Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:43:21.3028918Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:43:21.3128414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:43:21.3434264Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:43:21.3863657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:43:21.3912206Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:43:21.3982865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:43:21.4354849Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:43:21.4550937Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:43:21.4793812Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:43:21.5021962Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:43:21.5234715Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:43:21.5346604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:43:21.5715008Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:43:21.5932056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:43:21.6153515Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:43:21.6472891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:43:21.6594056Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:43:21.9586604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:43:21.9594978Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:43:21.9679870Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:43:22.0034435Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:43:22.1185467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:43:22.1199441Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:43:22.1485726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:43:22.1675545Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:43:22.2003120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:22.2113514Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:22.2655861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:43:22.2671218Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:43:22.2736164Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:43:22.3076229Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:43:22.3281843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:43:22.3515299Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:43:22.3631369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:43:22.3954105Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:43:22.4125357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:43:22.4393069Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:43:22.5180422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:43:22.5193434Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:43:22.5352911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:43:22.5633136Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:43:22.5790089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:43:22.6074684Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:43:22.6284531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:43:22.6512888Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:43:22.6649156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:43:22.6953682Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:43:22.6993088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:43:22.7434490Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:43:22.7503805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:43:22.7872992Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:43:22.7915144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:43:22.8313644Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:43:22.8378924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:43:22.8753772Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:43:22.8825348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:43:22.9194119Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:43:22.9279125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:43:22.9634393Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:43:22.9778600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:43:23.0073392Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:43:23.0115819Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:43:23.0513142Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:43:23.1196673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:43:23.1204862Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:43:23.1261104Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:43:23.1634025Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:43:23.1893985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:43:23.1905846Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:43:23.2210152Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:43:23.2353608Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:43:23.2492774Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:43:23.2794001Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:43:23.3190528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:43:23.3232912Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:43:23.3337279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:43:23.3716402Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:43:23.4081502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:43:23.4153784Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:43:23.4508297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:43:23.4706539Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:43:23.4876768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:43:23.4888106Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:23.5115436Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:23.5124276Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:43:23.5431274Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:43:23.5593316Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:43:23.5751469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:43:23.6075948Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:43:23.6337296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:43:23.6554555Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:43:23.6661474Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:43:23.6995438Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:43:23.7277092Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:43:23.7432660Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:43:23.7663805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:43:23.7873496Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:43:23.8185691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:43:23.8312336Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:43:23.8619053Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:43:23.8793624Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:43:23.9110562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:43:23.9232973Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:43:23.9479702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:43:23.9673277Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:43:23.9806776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:43:24.0114954Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:43:24.0250825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:43:24.0594477Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:43:24.0755866Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:43:24.1034390Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:43:24.1107994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:43:24.1514607Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:43:24.1615031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:43:24.1954567Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:43:24.2121555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:43:24.2394235Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:43:24.2448091Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:43:24.2835264Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:43:24.2889790Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:43:24.3276230Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:43:24.3358214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:43:24.3714372Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:43:24.4299680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:43:24.4309651Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:43:24.4360667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:43:24.4714462Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:43:24.5538787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:43:24.5550797Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:43:24.5738727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:43:24.5953956Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:43:24.6255530Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:43:24.6392777Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:43:24.6613767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:43:24.6835056Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:43:24.6931543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:43:24.7276363Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:43:24.8098137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:43:24.8108993Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:43:24.8797084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:43:24.8807236Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:43:24.8986737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:43:24.9235510Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:43:24.9481651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:43:24.9673482Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:43:24.9968510Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:43:25.0112364Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:43:25.5816511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:43:25.5846174Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:43:25.7610153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:43:25.7620322Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:43:25.7809187Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:43:25.8033882Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:43:25.8219784Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:43:25.8473897Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:43:25.8668267Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:43:25.8914538Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:43:27.3699202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:43:27.3708471Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:43:29.1500274Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:43:29.1509568Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:43:29.1644560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:43:29.1914642Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:43:29.2314754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:43:29.2352307Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:43:29.4695047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:43:29.4701274Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:43:29.4967731Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:43:29.5112502Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:43:29.5295409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:43:29.5553483Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:43:29.5818029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:43:29.5992707Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:43:29.6256614Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:43:29.6365075Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:43:29.6376276Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:43:29.6431337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:43:29.6696010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:43:29.6873566Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:43:29.6955926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:43:29.7314294Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:43:29.7551181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:43:29.7794020Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:43:29.8434426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:43:29.8444438Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:43:29.8954644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:43:29.8964889Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:43:29.9852171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:43:29.9861724Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:43:29.9884335Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:43:30.0274323Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:43:30.0386369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:43:30.0713279Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:43:30.1071612Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:43:30.1193779Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:43:30.1870300Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:43:30.1877835Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:43:30.1974679Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:43:30.2315372Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:43:30.2758754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:43:30.2769631Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:43:30.2888072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:43:30.3196190Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:43:30.3280606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:43:30.3636266Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:43:30.3736275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:43:30.4074292Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:43:30.4416746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:43:30.4512608Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:43:30.4613285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:43:30.4953677Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:43:30.5610396Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:43:30.5619310Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:43:30.5645683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:43:30.6033486Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:43:30.6202460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:43:30.6474343Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:43:30.6684775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:43:30.6913461Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:43:30.7038546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:43:30.7354233Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:43:30.7503882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:43:30.7832794Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:43:30.7898106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:43:30.8272499Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:43:30.8338551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:43:30.8714448Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:43:30.8909538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:43:30.8920705Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:30.9156194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:30.9166049Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:43:30.9796147Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:43:30.9805721Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:43:30.9847134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:43:31.0233896Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:43:31.0308770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:43:31.0673781Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:43:31.0777833Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:43:31.1113388Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:43:31.1216545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:31.1553678Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:31.1660542Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:43:31.1994460Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:43:31.2414526Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:43:31.2432076Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:43:31.2779983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:43:31.2872257Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:43:31.3589029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:43:31.3598528Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:43:31.4204740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:31.4214705Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:31.4809717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:31.4822601Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:31.5442591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:31.5450666Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:31.6049595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:31.6063563Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:31.6672561Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:31.6682928Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:32.2343790Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:43:32.2350767Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:43:32.2429304Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:43:32.2753886Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:43:32.2864553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:43:32.3193615Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:43:32.3393161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:43:32.3633504Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:43:32.3681097Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:43:32.4073461Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:43:32.4363197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:43:32.4512851Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:43:32.4709216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:43:32.4953383Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:43:32.5029525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:43:32.5393443Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:43:32.5626915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:43:32.5833926Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:43:32.5928929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:43:32.6273182Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:43:32.6360563Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:43:32.6716073Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:43:32.6860931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:43:32.7153735Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:43:32.7916842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:43:32.7926544Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:43:32.8029366Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:43:32.8354023Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:43:32.8481144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:43:32.8795598Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:43:32.8986940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:43:32.9235792Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:43:32.9909315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:43:32.9915456Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:33.0872668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:33.0884844Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:43:33.1042817Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:43:33.1312553Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:43:33.1403090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:43:33.1406006Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:33.1413830Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:43:33.1754559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:33.1816568Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:43:33.2195009Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:43:33.2253812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:43:33.2634670Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:43:33.2690579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:43:33.3073847Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:43:33.3132434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:43:33.3514131Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:43:33.3644575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:43:33.3954385Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:43:33.3985838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:43:33.4435260Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:43:33.4468624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:33.4916362Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:33.4954686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:33.5354190Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:33.5387010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:43:33.5834624Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:43:33.5866581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:33.6275615Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:33.6311635Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:43:33.6755069Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:43:33.6846275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:43:33.7195529Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:43:33.9245243Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:43:33.9258392Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:43:33.9419842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:43:33.9672870Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:43:34.0016598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:43:34.0112417Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:43:34.0395906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:43:34.0552359Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:43:34.1034889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:43:34.1045587Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:43:34.1134748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:43:34.1476475Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:43:34.1872595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:43:34.1912084Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:43:34.3086266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:34.3097921Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:34.3223241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:43:34.3514192Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:43:34.3633456Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:43:34.3952872Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:43:34.4279927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:43:34.4432819Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:43:34.5473468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:43:34.5482990Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:43:34.6832804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:43:34.6845430Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:43:34.7124541Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:43:34.7272734Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:43:34.7307796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:43:34.7714193Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:43:34.7749936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:34.8154637Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:34.8566697Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:43:34.8577656Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:43:34.8601081Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:34.8993797Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:34.9544890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:34.9553115Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:43:34.9795502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:43:34.9993247Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:43:35.0177124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:43:35.0433942Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:43:35.0575082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:35.0913080Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:35.1052040Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:35.1353522Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:35.1854440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:35.1866388Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:35.2782282Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:43:35.2791177Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:43:35.3696689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:35.3705103Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:35.3882103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:43:35.3897196Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:35.3921240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:35.4068284Z [gw3] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:35.4228587Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:43:35.4312752Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:43:35.4667363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:35.4676652Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:43:35.5063236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:35.5111919Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:35.6259148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:43:35.6270412Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:35.7239231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:35.7248658Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:43:35.8590339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:35.8599109Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:35.8628141Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:43:35.9034726Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:43:35.9642252Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:35.9654917Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:36.1967034Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:43:36.1974956Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:43:36.2291344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:43:36.2392521Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:43:36.2415165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:36.2834768Z [gw3] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:36.3331924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:43:36.3341077Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:36.3373325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:36.3497817Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:36.3510004Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:43:36.3753098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:36.4125242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:43:36.4191890Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:43:36.5493623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:43:36.5504652Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:36.5621984Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:43:36.5625839Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:36.5634315Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:43:36.5912240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:36.6059279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:43:36.6104293Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:43:36.6112790Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:43:36.6353127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:36.6413084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:43:36.6795461Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:43:36.6946111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:43:36.7135958Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:43:36.7144184Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:36.7231560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:36.7287569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:43:36.7302421Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:36.7539285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:43:36.7674403Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:43:36.7738964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:43:36.8079116Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:43:36.8091508Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:43:36.8133546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:36.8152625Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:36.8198831Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:43:36.8514688Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:43:36.8544880Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:36.8592370Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:36.8657906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:43:36.8861350Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:43:36.8872999Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:36.8952977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:36.9074858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:43:36.9191550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:43:36.9516457Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:43:36.9571873Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:43:36.9710266Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:43:36.9719704Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:43:36.9994693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:43:37.0005162Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:43:37.0153257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:43:37.0184581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:43:37.0348364Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:43:37.0431615Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:43:37.0542416Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:43:37.0592091Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:43:37.0872865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:43:37.1103295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:43:37.1313592Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:43:37.1349049Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:43:37.1361033Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:43:37.2536084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:37.2544743Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:43:37.2567841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:37.2954496Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:37.3031837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:43:37.3146799Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:43:37.3158568Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:37.3394306Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:37.3503624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:43:37.3833622Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:43:37.3940882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:43:37.4273883Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:43:37.4381140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:43:37.4477121Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:43:37.4485048Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:37.4713485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:37.4821126Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:43:37.5154328Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:43:37.5505556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:37.5591456Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:37.5936733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:37.6031656Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:37.6052330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:37.6474151Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:37.6495247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:37.6914086Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:37.6999371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:43:37.7393903Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:43:37.7503926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:43:37.7834121Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:43:37.8165634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:37.8272824Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:37.8499148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:37.8713220Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:37.8772462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:43:37.9194918Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:43:37.9257495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:43:37.9633809Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:43:37.9695895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:43:38.0115656Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:43:38.0487912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:38.0552859Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:38.0740352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:38.0995574Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:38.1108969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:43:38.1434839Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:43:38.1545553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:38.1830844Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:38.1838920Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:38.1873811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:38.2160313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:43:38.2314401Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:43:38.2560127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:43:38.2663939Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:43:38.2673553Z [gw3] [ 92%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:38.2792244Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:43:38.2951852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:43:38.3233688Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:43:38.3437135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:43:38.3597707Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:43:38.3608816Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:43:38.3671878Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:43:38.3870538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:38.4112903Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:38.4369462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:38.4553294Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:38.4886920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:38.5032686Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:38.5387517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:38.5472220Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:38.6067330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:38.6077042Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:38.6557858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:38.6566230Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:38.6793137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:38.6994292Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:38.7130836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:38.7435015Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:38.7590291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:38.7874487Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:38.8643415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:38.8657188Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:38.8676125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:38.8685269Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:43:38.8715805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:38.9114017Z [gw3] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:38.9710033Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:38.9722895Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:39.0187838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:39.0200111Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:39.0968422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:39.0982033Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:39.1042714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:43:39.1394363Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:43:39.1901685Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:39.1909938Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:39.3198161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:39.3211911Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:39.3713797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:39.4497595Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:39.4906649Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:39.4913185Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:39.5008535Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:43:39.5019112Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:39.5618606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:39.5631117Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:39.6628906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:39.6641194Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:39.7256445Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:39.7265383Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:39.8877171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:39.8883834Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:39.8916047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:39.9314885Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:39.9850331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:39.9875905Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:39.9980272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:39.9993480Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:43:40.0301097Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:43:40.0315380Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:40.0515669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:43:40.0524074Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:43:40.0619883Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:43:40.0954640Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:43:40.0962729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:40.0970421Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:43:40.0987284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:43:40.1035299Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:40.1394442Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:43:40.1395569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:40.1416457Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:43:40.1765096Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:40.1834466Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:43:40.1836879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:43:40.2237523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:43:40.2272707Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:43:40.2697172Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:40.2712064Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:40.2927769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:40.2938493Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:43:40.3006032Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:43:40.3153282Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:40.4743464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:40.4753302Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:40.4763740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:40.4772838Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:43:40.5764639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:43:40.5773288Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:43:40.5839208Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:43:40.6193957Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:43:40.6237990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:43:40.6636537Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:43:40.6731990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:43:40.6788525Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:43:40.6799970Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:40.7074174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:40.7172714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:43:40.7516693Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:43:40.7679056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:43:40.7956785Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:43:40.8226672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:43:40.8392653Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:43:40.8461238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:43:40.8836252Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:43:40.8904387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:43:40.9274648Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:43:41.0479451Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:43:41.0492874Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:43:41.0934906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:43:41.0943913Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:43:41.1154699Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:43:41.1352324Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:43:41.1417117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:43:41.1795838Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:43:41.2164493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:43:41.2231956Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:43:41.2565473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:43:41.2672523Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:43:41.2794969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:43:41.3115469Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:43:41.8335263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:43:41.8344104Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:41.8476501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:43:41.8755778Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:43:41.8803349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:43:41.8817841Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:43:41.9293442Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:43:41.9308192Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:43:41.9492306Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:43:41.9717898Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:43:41.9724753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:43:41.9734014Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:43:42.0026012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:42.0154740Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:43:42.1161243Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:43:42.1170951Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:43:42.1205004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:43:42.1597121Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:43:42.2160691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:43:42.2167610Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:43:42.2260688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:43:42.2594508Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:43:42.2743190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:43:42.3075755Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:43:42.3354380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:43:42.3512613Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:43:42.3695508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:43:42.3953516Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:43:42.4153033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:43:42.4393464Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:43:42.4964130Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:43:42.4972770Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:43:42.5528361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:43:42.5537305Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:43:42.5565183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:43:42.5578568Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:42.5736005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:42.5758474Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:43:42.5953042Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:42.5991554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:42.6019965Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:42.6092224Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:42.6392013Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:42.6431329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:42.6492402Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:42.6519614Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:42.6831738Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:42.6872195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:43:42.7000514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:42.7025537Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:42.7271771Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:43:42.7311815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:43:42.7475301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:42.7522719Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:42.7711850Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:43:42.7792134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:43:42.8537039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:42.8544598Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:42.8705569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:42.8717239Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:42.8933851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:42.8950922Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:42.9324825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:42.9333060Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:42.9641635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:42.9752717Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:43.0112035Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:43.0122262Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:43.0192033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:43.0203806Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:43.0242864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:43.0252303Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:43:43.0355732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:43.0553298Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:43.0610623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:43.0671161Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:43.0855061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:43.0992652Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:43.1030482Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:43.1079571Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:43.1090319Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:43.1111408Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:43.1198918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:43:43.1407398Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:43.1430436Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:43:43.1552153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:43.1601205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:43.1618555Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:43.1874363Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:43.1994730Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:43.2091753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:43.2436550Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:43.2726877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:43:43.2740182Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:43:43.2754591Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:43.2873313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:43.2938518Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:43:43.2984373Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:43:43.3233824Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:43.3313390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:43.3925714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:43:43.3944391Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:43.4146459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:43.4354770Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:43.4572991Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:43.4794379Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:43.4863694Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:43.4877716Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:43:43.4929459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:43:43.4949098Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:43.5231805Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:43:43.5312746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:43:43.5602982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:43:43.5697853Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:43:43.5706399Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:43:43.5791337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:43.5983240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:43:43.6273484Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:43:43.6300932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:43:43.6379481Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:43:43.6387855Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:43.6465992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:43.6712263Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:43.6755892Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:43:43.6790610Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:43:43.7154096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:43.7180864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:43.7595813Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:43.7623218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:43.7886874Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:43.7894611Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:43.7917801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:43.8031447Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:43.8054751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:43.8311916Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:43.8472440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:43.8641403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:43:43.8914189Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:43:43.8944538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:43:43.9354936Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:43:43.9645217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:43:43.9793414Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:43:43.9823033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:43:44.0233979Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:43:44.0799923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:43:44.0809433Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:43:44.0904785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:43:44.1233569Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:43:44.1268570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:43:44.1674311Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:43:44.2376891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:43:44.2386680Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:43:44.2574404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:43:44.2794310Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:43:44.2847686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:43:44.2867453Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:43:44.2875840Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:44.3234484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:44.3447757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:43:44.3674770Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:43:44.3928293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:43:44.4114512Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:43:44.4220011Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:43:44.4554319Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:43:44.4627826Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:43:44.4997035Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:43:44.5091464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:43:44.5435420Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:43:44.5443642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:43:44.5455332Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:44.5790270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:44.5872448Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:43:44.5950597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:43:44.6314939Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:43:44.6836421Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:43:44.6852404Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:43:44.6875687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:43:44.7275020Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:43:44.7434973Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:43:44.7714741Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:43:44.7897927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:43:44.8153800Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:43:44.8247922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:43:44.8594912Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:43:44.8691343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:43:44.9033883Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:43:44.9077255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:43:44.9474813Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:43:44.9534579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:43:44.9915104Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:43:45.0171782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:43:45.0281286Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:43:45.0292666Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:45.0351841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:45.0855090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:43:45.0864073Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:43:45.0903490Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:43:45.1275195Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:43:45.1367022Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:43:45.1716471Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:43:45.1808771Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:43:45.2154245Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:43:45.2233537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:45.2594833Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:45.2661363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:43:45.3034665Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:43:45.3387336Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:43:45.3475248Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:43:45.3739276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:43:45.3914192Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:43:45.4574589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:43:45.4584308Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:43:45.4822499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:45.4832870Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:45.5103234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:45.5110746Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:45.5624793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:45.5634415Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:45.6237238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:45.6246717Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:45.6746277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:45.6758830Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:45.7355601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:45.7366152Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:46.6905514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:43:46.6917400Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:47.8885197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:47.8894710Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:48.3545588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:48.3558307Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:48.3634511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:43:48.3994851Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:43:48.4249782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:48.4433676Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:48.5760864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:48.5771135Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:48.6582308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:48.6591229Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:48.6946218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:48.7032637Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:48.7058792Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:48.7474668Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:48.7749051Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:43:48.7912627Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:43:48.7937596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:43:48.8354777Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:43:48.9161691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:43:48.9170401Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:43:48.9261625Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:43:48.9275399Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:43:48.9295854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:48.9713115Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:49.0403308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:49.0412033Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:43:49.0717002Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:43:49.0872789Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:43:49.1220138Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:43:49.1312672Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:43:49.1649557Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:49.1752705Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:49.3598940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:43:49.3607565Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:43:49.3676898Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:43:49.4034874Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:43:49.4124308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:43:49.4514750Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:43:49.8906939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:49.8914384Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:49.9823163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:43:49.9832910Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:43:49.9933377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:43:50.0273877Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:43:50.0412667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:43:50.0715334Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:43:50.1613292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:43:50.1622307Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:43:50.1725009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:43:50.2034169Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:43:50.2117448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:43:50.2474139Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:43:50.2549843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:43:50.2914193Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:43:50.3141452Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:43:50.3353686Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:43:50.3539113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:43:50.3793369Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:43:50.3936336Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:43:50.4233170Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:43:50.4445656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:43:50.4673385Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:43:50.4746044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:43:50.4823252Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:43:50.4834739Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:50.4918924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:43:50.5112240Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:43:50.5216223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:50.5271589Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:50.5393287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:43:50.5552367Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:43:50.5657228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:43:50.5710995Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:43:50.5747727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:43:50.6032340Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:43:50.6117436Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:50.6151228Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:50.6272450Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:43:50.6472270Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:43:50.6546761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:50.6591367Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:50.6651544Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:43:50.6912735Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:43:50.6989132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:50.7031723Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:50.7070788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:43:50.7353352Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:43:50.7428269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:50.7471385Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:50.7508079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:43:50.7792790Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:43:50.7905769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:43:50.7918435Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:43:50.7958224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:43:50.8232488Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:43:50.8310117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:43:50.8351848Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:43:50.8411453Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:43:50.8673215Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:43:50.8793080Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:50.8848656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:43:50.8883938Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:43:50.9112002Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:50.9184238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:50.9231262Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:50.9537474Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:43:50.9552032Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:43:50.9632500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:50.9670780Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:50.9762385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:43:50.9992929Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:43:51.0013201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:51.0111105Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:51.0270370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:43:51.0432681Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:43:51.0449666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:51.0551321Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:51.0874417Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:43:51.0894737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:51.1315791Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:51.1334898Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:51.1756753Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:51.1909774Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:51.1924102Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:43:51.1931461Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:51.1959364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:51.2193204Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:51.2355380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:43:51.2429316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:43:51.2450554Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:43:51.2632360Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:43:51.2793102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:43:51.2870491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:43:51.2884029Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:43:51.3072117Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:43:51.3144302Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:43:51.3271784Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:43:51.3370191Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:43:51.3511914Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:43:51.3608949Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:43:51.3711888Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:43:51.3808624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:43:51.3951796Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:43:51.4087028Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:43:51.4151805Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:43:51.4250100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:43:51.4391651Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:43:51.4439256Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:43:51.4593243Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:43:51.4832717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:51.4901242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:43:51.4937419Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:51.5030999Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:43:51.5272111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:51.5332726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:43:51.5455006Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:51.5470830Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:43:51.5492545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:51.5711312Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:51.5915520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:43:51.5920508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:51.5933947Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:43:51.6151653Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:51.6354806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:43:51.6363000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:43:51.6426914Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:43:51.6591116Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:43:51.6793405Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:43:51.6855315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:43:51.6885708Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:43:51.7031553Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:43:51.7234285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:43:51.7419820Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:51.7471161Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:43:51.7547019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:43:51.7673065Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:51.7741782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:51.7911424Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:43:51.7976208Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:43:51.8112405Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:51.8182425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:43:51.8214010Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:43:51.8350216Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:43:51.8552992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:43:51.8593322Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:43:51.8626173Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:43:51.8791479Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:43:51.8993414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:43:51.9066723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:43:51.9450779Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:43:51.9747738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:51.9873695Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:51.9894344Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:52.0316303Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:52.0412634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:43:52.0795037Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:43:52.0890668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:52.1234977Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:52.1332862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:52.1675016Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:52.1742249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:52.2113954Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:52.2184507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:52.2554893Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:52.2662936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:43:52.2994487Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:43:52.3059574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:43:52.3434086Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:43:52.3586452Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:52.3874174Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:52.3946993Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:52.4315058Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:52.4385709Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:52.4755621Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:52.4782899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:52.5097119Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:52.5106583Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:43:52.5194361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:43:52.5219240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:52.5636474Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:52.5655535Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:52.6074956Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:52.6096496Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:52.6517402Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:52.6604352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:52.6956913Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:52.7218590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:43:52.7393523Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:43:52.7622882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:43:52.7834039Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:43:52.7891149Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:43:52.8274563Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:43:52.8356365Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:43:52.8714526Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:43:52.8816752Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:43:52.9156317Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:43:52.9201977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:43:52.9595025Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:43:52.9664797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:43:53.0036958Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:43:53.0150693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:43:53.0474469Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:43:53.0650037Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:43:53.0914471Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:43:53.1100204Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:43:53.1354101Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:43:53.1597830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:43:53.1794772Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:43:53.2365901Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:43:53.2374549Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:43:53.2607386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:43:53.2794296Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:43:53.3137526Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:43:53.3232378Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:43:53.3508106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:43:53.3673566Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:43:53.9233984Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:43:53.9243650Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:43:57.9949508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:43:57.9961336Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:58.0465083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:58.0475841Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:43:58.2134591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:43:58.2143855Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:43:58.2204882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:43:58.2597073Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:43:58.2865981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:43:58.3034921Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:43:58.4576869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:43:58.4586040Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:43:58.4625415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:43:58.4993647Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:43:58.5035196Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:43:58.5435042Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:43:58.5461502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:43:58.5875108Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:43:58.5995706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:43:58.6355091Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:43:58.7046330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:43:58.7055733Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:43:58.7813934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:43:58.7824443Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:43:58.7849909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:43:58.8235185Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:43:58.8607610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:43:58.8712623Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:43:58.8761634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:43:58.9154109Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:43:58.9344884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:43:58.9593522Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:43:59.0027341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:43:59.0037536Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:43:59.0582264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:43:59.0591761Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:43:59.0935258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:43:59.1030936Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:43:59.1157103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:43:59.1474676Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:43:59.1656857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:43:59.1914027Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:43:59.2046373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:43:59.2354210Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:43:59.2534851Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:43:59.2795564Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:43:59.3024026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:43:59.3234949Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:43:59.3282584Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:43:59.3676608Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:43:59.4035463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:43:59.4113515Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:43:59.4352680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:43:59.4554908Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:43:59.5041738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:43:59.5055989Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:43:59.5189448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:43:59.5476546Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:43:59.8908039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:43:59.8920951Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:44:00.1660737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:44:00.1670409Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:44:00.3710075Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:44:00.3719565Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:44:00.3793686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:44:00.4156566Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:44:00.4465507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:44:00.4592570Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:44:00.6291023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:44:00.6300980Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:44:00.6346006Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:44:00.6754724Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:44:00.6820678Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:44:00.7196542Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:44:00.7235642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:44:00.7243701Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:44:00.7251535Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:44:00.7376858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:44:00.7634011Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:44:00.7674432Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:44:00.7879831Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:44:00.7922308Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:44:00.8073199Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:44:00.8113664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:44:00.8491637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:44:00.8553027Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:44:00.8616853Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:44:00.8851840Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:44:00.8861858Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:00.8959761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:00.8972061Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:44:00.9033903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:44:00.9092202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:44:00.9477384Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:44:00.9618521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:44:00.9627964Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:44:00.9636907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:44:00.9651455Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:44:00.9914201Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:44:00.9992505Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:44:01.0031496Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:44:01.0312091Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:44:01.0352346Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:44:01.0471969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:44:01.0511224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:44:01.0528882Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:44:01.0793406Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:44:01.0902874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:44:01.0914310Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:44:01.1070213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:44:01.1232952Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:44:01.1351902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:44:01.1365849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:44:01.1714437Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:44:01.1817361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:44:01.1825627Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:44:01.1975614Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:44:01.2193592Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:44:01.2291009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:44:01.2302045Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:44:01.2491488Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:44:01.2632303Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:44:01.2705821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:44:01.2714402Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:44:01.2721708Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:44:01.2878560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:44:01.3071543Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:44:01.3116385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:44:01.3150500Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:44:01.3352985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:44:01.3441947Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:44:01.3451410Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:01.3512455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:01.3593299Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:44:01.3767331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:44:01.3814315Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:44:01.3950972Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:44:01.4028514Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:44:01.4035947Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:44:01.4231580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:44:01.4391983Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:44:01.4476719Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:44:01.4480376Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:44:01.4833569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:44:01.4865631Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:44:01.4951596Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:44:01.4972122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:44:01.4991486Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:44:01.5272463Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:44:01.5392664Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:44:01.5576483Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:44:01.5579875Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:44:01.5712244Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:44:01.5832688Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:44:01.5970951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:44:01.6022974Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:44:01.6151172Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:44:01.6272281Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:44:01.6461832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:44:01.6592116Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:44:01.6653780Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:44:01.6712199Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:44:01.6809534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:44:01.7070899Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:44:01.7082585Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:44:01.7192463Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:44:01.7374968Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:44:01.7513084Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:44:01.7928150Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:44:01.7952162Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:44:01.8208988Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:44:01.8392818Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:44:01.8718204Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:44:01.8833482Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:44:01.9134856Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:44:01.9274883Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:44:01.9589694Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:44:01.9715976Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:44:02.1035915Z test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:44:02.1049139Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:44:02.2462041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:44:02.2471291Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:44:02.5274152Z test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:44:02.5283326Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:44:02.6932999Z test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:44:02.6941560Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:44:02.8597483Z test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:44:02.8606183Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:44:02.8666473Z test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:44:02.8678760Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:44:02.8836744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:44:02.8977901Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:44:02.9031700Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:44:02.9112344Z test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:44:02.9391688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:44:02.9418316Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:44:02.9471352Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:44:02.9551323Z test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:44:02.9897195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:44:02.9992894Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:44:03.0039639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:44:03.0205665Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:44:03.0216389Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:44:03.0433186Z test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:44:03.0491281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:44:03.0648924Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:44:03.0659610Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:44:03.0872751Z test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:44:03.0990330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:44:03.1313185Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:44:03.1375209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:44:03.1754619Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:44:03.1896469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:44:03.2194527Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:44:03.2274085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:44:03.2634878Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:44:03.2734939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:44:03.3075061Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:44:03.3265437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:44:03.3515561Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:44:03.3576230Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:44:03.3590660Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:44:03.3812753Z test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:44:03.3954309Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:44:03.4062920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:44:03.4395985Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:44:03.4467950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:44:03.4836111Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:44:03.5069549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:44:03.5274957Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:44:03.5509957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:44:03.5713607Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:44:03.5851972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:44:03.6153940Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:44:03.6312756Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:44:03.6594578Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:44:03.6796585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:44:03.7032613Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:44:03.7200220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:44:03.7474506Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:44:03.7641180Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:44:03.7735239Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:44:03.7745408Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:44:03.7912198Z test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:44:03.7968553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:44:03.8260018Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:44:03.8271382Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:44:03.8352475Z test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:44:03.8585926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:44:03.8792994Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:44:03.9024195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:44:03.9233475Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:44:03.9463043Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:44:03.9672950Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:44:03.9854638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:44:04.0113391Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:44:04.0175386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:44:04.0553995Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:44:04.0730944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:44:04.0993511Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:44:04.1034561Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:44:04.1435139Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:44:04.1545037Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:44:04.1874098Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:44:04.2040855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:44:04.2314435Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:44:04.6245634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:44:04.6253976Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:44:04.6679328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:44:04.6688988Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:44:04.6825683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:44:04.7115751Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:44:04.7352764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:44:04.7555875Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:44:05.2630863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:44:05.2640478Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:44:05.3596340Z test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:44:05.3605839Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:44:05.3645731Z test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:44:05.3656802Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:44:05.3961545Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:44:05.4071737Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:44:05.4126988Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:44:05.4554502Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:44:05.4581011Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:44:05.5034993Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:44:05.5106785Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:44:05.5474755Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:44:05.5562924Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:44:05.5913691Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:44:05.6111467Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:44:05.6336824Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:44:05.6348096Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:44:05.6355058Z test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:44:05.6585147Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:44:05.6793458Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:44:05.6854597Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:44:05.6867906Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:44:05.6886423Z test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:44:05.7234912Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:44:05.7362796Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:44:05.7500978Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:44:05.7510320Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:44:05.7672809Z test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:44:05.7849090Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:44:05.8113065Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:44:05.8185354Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:44:05.8554093Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:44:05.8658939Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:44:05.8994403Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:44:05.9134837Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:44:05.9433629Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:44:05.9604059Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:44:05.9875503Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:44:05.9984555Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:44:06.0314844Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:44:06.0419303Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:44:06.0754931Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:44:06.0908345Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:44:06.1193852Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:44:06.1271496Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:44:06.1635080Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:44:06.1759143Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:44:06.2074693Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:44:06.2225943Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:44:06.2514397Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:44:06.2575287Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:44:06.2954860Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:44:06.3046292Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:44:06.3394735Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:44:06.3500516Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:44:06.3834105Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:44:06.3952550Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:44:06.4273904Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:44:06.4466462Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:44:06.4713826Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:44:06.5042154Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:44:06.5152406Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:44:06.5235611Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:44:06.5594383Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:44:06.5685052Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:44:06.5877165Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:44:06.5888234Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:06.6032873Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:06.6435779Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:44:06.6472164Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:44:06.6528870Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:44:06.6542789Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:44:06.6552964Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:44:06.6915648Z test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:44:06.8270503Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:44:06.8279379Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:44:06.8616918Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:44:06.8711964Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:44:06.9045901Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:44:06.9152989Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:44:06.9303551Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:44:06.9314099Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:44:06.9518109Z test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:44:06.9592326Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:44:06.9763478Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:44:07.0034304Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:44:07.0427497Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:44:07.0471745Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:44:07.0811113Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:44:07.0912567Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:44:07.1255468Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:44:07.1352738Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:44:07.2003655Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:44:07.2017551Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:44:07.2157802Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:44:07.2435050Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:44:07.2490994Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:44:07.2876581Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:44:07.3349641Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:44:07.3364898Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:44:07.3418159Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:44:07.3430305Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:07.3479023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:07.3795479Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:44:07.4219399Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:44:07.4231853Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:44:07.4623226Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:44:07.4671802Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:44:07.4817633Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:44:07.5113987Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:44:07.5426126Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:44:07.5552872Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:44:07.5676444Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:44:07.5995294Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:44:07.6143459Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:44:07.6434321Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:44:07.6549441Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:44:07.6873673Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:44:07.8106290Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:44:07.8116714Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:44:07.8273912Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:44:07.8390123Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:44:07.8399864Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:44:07.8452212Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:44:07.8551288Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:44:07.8616999Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:44:07.8831896Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:44:07.8947849Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:44:07.8992120Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:44:07.9045951Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:44:07.9271974Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:44:07.9385654Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:44:07.9431373Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:44:07.9488930Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:44:07.9712070Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:44:07.9874159Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:44:07.9933574Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:44:08.0314700Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:44:08.0361033Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:44:08.0369968Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:44:08.0426408Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:44:08.0753550Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:44:08.0845299Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:44:08.0858094Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:44:08.1089558Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:44:08.1108180Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:44:08.1189885Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:44:08.1271317Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:44:08.1532486Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:44:08.1631722Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:44:08.1745871Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:44:08.1840732Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:44:08.1853420Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:44:08.2073761Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:44:08.2788238Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:08.2794227Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:44:08.3520819Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:44:08.3531282Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:08.3572762Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:44:08.3583991Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:44:08.4406636Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:44:08.4416292Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:44:08.4972021Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:44:08.4984421Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:44:08.5006254Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:44:08.5395483Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:44:08.5415085Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:44:08.5426420Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:44:08.5646966Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:44:08.5833202Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:44:08.5889077Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:44:08.6274579Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:44:08.6330693Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:44:08.6717620Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:44:08.7195483Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:44:08.7209921Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:44:08.7284236Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:44:08.7636307Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:44:08.7953603Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:44:08.7971494Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:44:08.7982469Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:44:08.8071939Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:44:08.8354983Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:44:08.8391779Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:44:08.8485725Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:44:08.8512384Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:44:08.8613340Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:44:08.8621946Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:08.8743216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:08.8952894Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:44:08.9145738Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:44:08.9393476Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:44:08.9695089Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:44:08.9831238Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:44:09.0134827Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:44:09.0273253Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:44:09.0384441Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:44:09.0714892Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:44:09.0774277Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:44:09.0786280Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:09.0847397Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:09.0856879Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:09.1128072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:09.1192506Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:44:09.1603103Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:44:09.1672374Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:44:09.1698388Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:44:09.2155218Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:44:09.2179391Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:44:09.2188412Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:44:09.2223229Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:44:09.2227514Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:44:09.2579485Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:44:09.2591548Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:09.2599448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:09.2604800Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:44:09.2742528Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:44:09.2842312Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:44:09.3034877Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:44:09.3035423Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:44:09.3090452Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:44:09.3111906Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:44:09.3474926Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:44:09.3475468Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:44:09.3530849Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:44:09.3689469Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:44:09.3915597Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:44:09.3916278Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:44:09.3976636Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:44:09.3987110Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:09.4079867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:09.4083889Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:44:09.4353724Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:44:09.4356901Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:44:09.4565256Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:44:09.4795181Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:44:09.4888407Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:44:09.4898442Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:44:09.4942751Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:44:09.4951775Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:09.5010135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:44:09.5101210Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:44:09.5234219Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:44:09.5241650Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:44:09.5262782Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:44:09.5272440Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:09.5310586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:09.5352001Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:44:09.5439881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:09.5540631Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:44:09.5543425Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:44:09.5670059Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:09.5757692Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:44:09.5758195Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:44:09.5791600Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:44:09.6115284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:09.6121023Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:44:09.6154161Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:44:09.6190282Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:44:09.6516835Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:44:09.6592176Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:44:09.6631700Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:44:09.6644681Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:09.6646962Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:44:09.6689427Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:09.6697371Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:44:09.6711592Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:44:09.6722181Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:09.7032066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:09.7073381Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:44:09.7086741Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:44:09.7310124Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:44:09.7318064Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:09.7472989Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:09.7499153Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:44:09.7663103Z [gw1] [ 95%] SKIPPED test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:44:09.7752101Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:09.7778061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:09.7912960Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:09.7992069Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:44:09.8091680Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:44:09.8101047Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:44:09.8191477Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:44:09.8352877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:44:09.8443809Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:44:09.8448245Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:44:09.8511327Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:44:09.8553478Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:44:09.8560838Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:09.8631927Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:09.8658307Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:44:09.8799928Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:44:09.8951201Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:44:09.9072530Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:44:09.9164125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:09.9177303Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:44:09.9292014Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:44:09.9299836Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:44:09.9391137Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:44:09.9541603Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:44:09.9554408Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:09.9593413Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:09.9753271Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:44:10.0035650Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:44:10.0184430Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:44:10.0193010Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:44:10.0267942Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:10.0289456Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:10.0296630Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:10.0485844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:10.0632078Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:10.0711761Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:10.0911333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:10.1033439Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:10.1071338Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:10.1077438Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:44:10.1103786Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:44:10.1152278Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:44:10.1420395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:10.1423616Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:44:10.1512402Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:10.1591345Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:44:10.1631937Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:44:10.1687384Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:44:10.1699597Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:44:10.1845020Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:44:10.1952780Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:44:10.2113896Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:44:10.2296099Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:44:10.2391268Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:44:10.2683738Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:44:10.2831999Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:44:10.3234851Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:44:10.3271531Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:44:10.3482350Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:44:10.3490408Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:44:10.3540257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:10.3791078Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:10.3801143Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:44:10.3816954Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:10.3828878Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:44:10.3912473Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:44:10.3993110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:10.4170611Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:10.4182887Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:44:10.4229884Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:10.4271006Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:44:10.4326024Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:44:10.4351447Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:44:10.4625987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:10.4671063Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:44:10.4752314Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:44:10.4775368Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:44:10.4973202Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:44:10.5111675Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:44:10.5147589Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:44:10.5231165Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:44:10.5447554Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:44:10.5552160Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:44:10.5572504Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:44:10.5671398Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:44:10.5903409Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:44:10.5991863Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:44:10.6111714Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:44:10.6244477Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:44:10.6364367Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:44:10.6431733Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:44:10.6553147Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:44:10.6847291Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:44:10.6888300Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:44:10.6898183Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:44:10.6951992Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:44:10.6990697Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:44:10.7314289Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:44:10.7331940Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:44:10.7437304Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:44:10.7443149Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:44:10.7556876Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:44:10.7752762Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:44:10.7813106Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:44:10.7871163Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:44:10.7918008Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:44:10.7926233Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:10.8192585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:44:10.8311684Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:44:10.8498850Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:44:10.8509343Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:44:10.8626898Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:44:10.8635759Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:44:10.8759566Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:44:10.8821884Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:44:10.8832224Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:44:10.8891433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:44:10.8950853Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:44:10.9071597Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:44:10.9077156Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:44:10.9191016Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:44:10.9270625Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:44:10.9364899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:44:10.9391398Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:44:10.9512136Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:44:10.9710971Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:44:11.0044693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:11.0052813Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:44:11.0105517Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:44:11.0184071Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:44:11.0194460Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:44:11.0287238Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:11.0477965Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:11.0478662Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:44:11.0487696Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:11.0547229Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:44:11.0634299Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:44:11.0645198Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:44:11.0695307Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:11.0911850Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:11.0914581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:44:11.0969497Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:44:11.0977812Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:44:11.1110107Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:44:11.1354429Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:11.1355088Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:44:11.1409640Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:44:11.1448538Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:44:11.1793576Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:44:11.1798177Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:44:11.1852181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:11.1921943Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:44:11.1932342Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:11.2083745Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:11.2233661Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:11.2235946Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:11.2246850Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:44:11.2351773Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:11.2365323Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:11.2404602Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:44:11.2436809Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:11.2671818Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:11.2674034Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:44:11.2754034Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:44:11.2791440Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:44:11.2796749Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:44:11.2882969Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:11.3115007Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:11.3115767Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:44:11.3233127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:11.3406640Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:11.3445669Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:11.3553979Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:44:11.3555088Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:44:11.3603400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:44:11.3634925Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:44:11.3999369Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:44:11.4000037Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:44:11.4039808Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:11.4124042Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:44:11.4437468Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:11.4438001Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:44:11.4478665Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:44:11.4582229Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:44:11.4875451Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:44:11.4903640Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:44:11.4943534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:11.4943991Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:11.4990307Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:44:11.5042809Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:11.5061139Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:44:11.5314543Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:44:11.5316279Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:11.5353217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:44:11.5417187Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:11.5701960Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:44:11.5727075Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:11.5752435Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:11.5753711Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:11.5791025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:11.6131173Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:11.6135779Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:11.6190223Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:11.6205058Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:11.6212292Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:11.6231252Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:11.6462314Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:44:11.6477477Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:11.6573523Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:11.6631743Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:11.6672429Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:44:11.6683906Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:11.6742514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:44:11.6755349Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:44:11.6762853Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:11.7073644Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:44:11.7134266Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:44:11.7514906Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:44:11.7637734Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:44:11.7954989Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:44:11.8192663Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:44:11.8394480Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:44:11.8436512Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:44:11.8835679Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:44:11.9227685Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:44:11.9273132Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:44:11.9783951Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:44:11.9792397Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:44:12.0005790Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:44:12.0014604Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:12.0208558Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:44:12.0271187Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:44:12.0919465Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:44:12.0928413Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:44:12.0977978Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:44:12.1037785Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:44:12.1048709Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:12.1089990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:12.1102897Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:44:12.1354614Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:44:12.1409062Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:44:12.1542918Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:44:12.1553501Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:44:12.1653223Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:44:12.1792452Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:44:12.1902240Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:44:12.1915025Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:44:12.1922360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:12.1991568Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:44:12.2004153Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:12.2048256Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:44:12.2231573Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:44:12.2351019Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:44:12.2363811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:12.2430515Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:44:12.2491027Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:44:12.2672201Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:44:12.2838368Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:12.2870964Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:12.3093455Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:44:12.3120297Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:12.3125348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:44:12.3312746Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:12.3358277Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:12.3366481Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:44:12.3373951Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:44:12.3554101Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:44:12.3554798Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:44:12.3715797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:44:12.3993718Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:44:12.4242052Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:44:12.4252908Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:44:12.4262295Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:44:12.4266360Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:44:12.4312925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:44:12.4331434Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:44:12.4673053Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:44:12.4676548Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:44:12.4792361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:44:12.4919426Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:44:12.5114402Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:44:12.5115335Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:44:12.5193503Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:44:12.5224328Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:44:12.5231676Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:44:12.5255263Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:44:12.5408182Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:44:12.5553125Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:44:12.5553676Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:44:12.5578929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:44:12.5672652Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:44:12.5722699Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:44:12.5830975Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:44:12.5993989Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:44:12.5994876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:44:12.6044532Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:44:12.6152892Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:44:12.6299258Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:44:12.6347361Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:44:12.6432728Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:44:12.6435214Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:44:12.6454425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:44:12.6487832Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:44:12.6591531Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:44:12.6876278Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:44:12.6878945Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:44:12.6961942Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:44:12.7030720Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:44:12.7042760Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:44:12.7314735Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:44:12.7753153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:44:12.7765488Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:44:12.7833311Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:44:12.8197273Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:44:12.8505779Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:44:12.8632697Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:44:12.9049372Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:44:12.9071688Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:44:12.9107459Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:44:12.9168881Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:44:12.9178841Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:44:12.9199642Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:44:12.9512991Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:44:12.9539007Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:44:12.9590619Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:44:12.9706188Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:44:12.9952888Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:44:13.0002610Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:44:13.0030775Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:44:13.0130819Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:44:13.0391921Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:44:13.0443102Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:44:13.0510766Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:44:13.0621803Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:44:13.0832591Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:44:13.0883405Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:44:13.0950299Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:44:13.1274293Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:44:13.1316273Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:44:13.1372729Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:44:13.1390733Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:44:13.1714387Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:44:13.1775220Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:44:13.2153462Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:44:13.2318417Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:44:13.2556085Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:44:13.2567642Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:44:13.2591760Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:44:13.2640350Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:44:13.2712940Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:44:13.2993052Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:44:13.3032972Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:44:13.3102872Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:44:13.3229753Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:44:13.3431193Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:44:13.3472094Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:44:13.3541553Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:44:13.3914167Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:44:13.3925770Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:44:13.3936842Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:44:13.3953497Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:44:13.4354289Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:44:13.4423253Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:44:13.4793427Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:44:13.4861795Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:44:13.4940033Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:44:13.4949797Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:44:13.5000699Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:44:13.5232950Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:44:13.5300679Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:44:13.5390866Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:44:13.5506437Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:44:13.5673354Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:44:13.5766493Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:44:13.5831083Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:44:13.6113738Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:44:13.6160013Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:44:13.6463140Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:44:13.6471296Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:44:13.6553992Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:44:13.6763887Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:44:13.6777646Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:44:13.6911673Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:44:13.6992084Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:44:13.7022966Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:44:13.7259374Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:44:13.7351227Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:44:13.7432836Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:44:13.7491830Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:44:13.7815183Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:44:13.7825101Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:44:13.7872051Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:44:13.7950457Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:44:13.7967383Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:44:13.8232713Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:44:13.8312402Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:44:13.8467596Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:44:13.8608114Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:44:13.8672269Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:44:13.8750861Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:44:13.8805671Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:44:13.8969351Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:44:13.9112541Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:44:13.9271161Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:44:13.9279460Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:44:13.9338032Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:44:13.9553491Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:44:13.9712939Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:44:13.9806438Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:44:13.9819665Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:44:13.9992052Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:44:14.0020851Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:44:14.0152275Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:44:14.0433376Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:44:14.0469421Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:44:14.0877052Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:44:14.0932821Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:44:14.1316420Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:44:14.1371634Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:44:14.1755499Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:44:14.1803788Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:44:14.1812865Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:44:14.1842971Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:44:14.1901081Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:44:14.2192713Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:44:14.2232062Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:44:14.2281364Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:44:14.2329426Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:44:14.2631733Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:44:14.2671761Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:44:14.2834475Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:44:14.2953998Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:44:14.3071351Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:44:14.3112193Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:44:14.3225278Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:44:14.3247375Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:44:14.3510582Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:44:14.3552454Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:44:14.3562619Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:44:14.3665807Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:44:14.3953267Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:44:14.3992369Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:44:14.4005683Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:44:14.4160129Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:44:14.4391651Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:44:14.4432699Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:44:14.4473817Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:44:14.4485629Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:44:14.4831974Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:44:14.4872530Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:44:14.4896028Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:44:14.4967738Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:44:14.5271793Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:44:14.5312055Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:44:14.5326911Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:44:14.5437132Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:44:14.5712573Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:44:14.5752422Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:44:14.5873445Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:44:14.5936518Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:44:14.6151747Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:44:14.6191613Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:44:14.6216637Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:44:14.6247114Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:44:14.6592180Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:44:14.6633661Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:44:14.6659300Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:44:14.6706776Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:44:14.7032934Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:44:14.7073888Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:44:14.7085344Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:44:14.7102155Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:44:14.7472697Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:44:14.7504058Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:44:14.7512347Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:44:14.7580835Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:44:14.7912269Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:44:14.7951963Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:44:14.7968990Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:44:14.8083209Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:44:14.8354246Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:44:14.8376176Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:44:14.8391810Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:44:14.8482947Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:44:14.8792273Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:44:14.8832250Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:44:14.8848747Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:44:14.8868845Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:44:14.9231945Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:44:14.9272174Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:44:14.9290425Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:44:14.9321814Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:44:14.9672266Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:44:14.9711818Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:44:14.9749672Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:44:15.0041325Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:44:15.0111005Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:44:15.0154366Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:44:15.0158546Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:44:15.0199508Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:44:15.0545538Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:44:15.0557885Z [gw3] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:15.0558545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:15.0592119Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:44:15.0605792Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:44:15.0642525Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:44:15.0992003Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:44:15.1032717Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:44:15.1050860Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:44:15.1095945Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:44:15.1256755Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:44:15.1266029Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:44:15.1310415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:44:15.1430435Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:44:15.1458461Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:44:15.1501843Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:44:15.1512684Z [gw3] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:15.1515471Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:44:15.1574141Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:44:15.1670218Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:44:15.1874469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:44:15.1915598Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:44:15.1952872Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:44:15.1989563Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:44:15.2315175Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:44:15.2394651Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:44:15.2428086Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:44:15.2449172Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:44:15.2754429Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:44:15.2834092Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:44:15.2878136Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:44:15.2918830Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:44:15.3195017Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:44:15.3273755Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:44:15.3286744Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:44:15.3355706Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:44:15.3634220Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:44:15.3712346Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:44:15.3727067Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:44:15.3812230Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:44:15.4073460Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:44:15.4152645Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:44:15.4180598Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:44:15.4362207Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:44:15.4514349Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:44:15.4573377Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:44:15.4592219Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:44:15.4700647Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:44:15.4953159Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:44:15.5003936Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:44:15.5030941Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:44:15.5108974Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:44:15.5392533Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:44:15.5459037Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:44:15.5472122Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:44:15.5568616Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:44:15.5832787Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:44:15.5867737Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:44:15.5911104Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:44:15.5977714Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:44:15.6273406Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:44:15.6310047Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:44:15.6351156Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:44:15.6419414Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:44:15.6712894Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:44:15.6793004Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:44:15.6883646Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:44:15.6886159Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:44:15.7153809Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:44:15.7233759Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:44:15.7266415Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:44:15.7411866Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:44:15.7592353Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:44:15.7619888Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:44:15.7671253Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:44:15.7744801Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:44:15.8032004Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:44:15.8112032Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:44:15.8151075Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:44:15.8181661Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:44:15.8473967Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:44:15.8555163Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:44:15.8559283Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:44:15.8914512Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:44:15.8995311Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:44:15.9004051Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:44:15.9012050Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:44:15.9082799Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:44:15.9352189Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:44:15.9432834Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:44:15.9466757Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:44:15.9536156Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:44:15.9791843Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:44:15.9827707Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:44:15.9911337Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:44:15.9963734Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:44:16.0232578Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:44:16.0268500Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:44:16.0351918Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:44:16.0408337Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:44:16.0672524Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:44:16.0739143Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:44:16.0792028Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:44:16.0920404Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:44:16.1111180Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:44:16.1169156Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:44:16.1231113Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:44:16.1271872Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:44:16.1551538Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:44:16.1599321Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:44:16.1671472Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:44:16.1803677Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:44:16.1991813Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:44:16.2072683Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:44:16.2111402Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:44:16.2239405Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:44:16.2432233Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:44:16.2553638Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:44:16.2619983Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:44:16.2768686Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:44:16.2870609Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:44:16.2992260Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:44:16.3127097Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:44:16.3238875Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:44:16.3310386Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:44:16.3386317Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:44:16.3431750Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:44:16.3497200Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:44:16.3752303Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:44:16.3872324Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:44:16.3919524Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:44:16.3933966Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:44:16.4192235Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:44:16.4276937Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:44:16.4311755Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:44:16.4398647Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:44:16.4632020Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:44:16.4752828Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:44:16.5034946Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:44:16.5071800Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:44:16.5191197Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:44:16.5205906Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:44:16.5256256Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:44:16.5636973Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:44:16.5692584Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:44:16.6076856Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:44:16.6130253Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:44:16.6139886Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:44:16.6282128Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:44:16.6515229Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:44:16.6886871Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:44:16.6953798Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:44:16.7005972Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:44:16.7436515Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:44:16.7457020Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:44:16.7467348Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:44:16.7500032Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:44:16.7502175Z [gw2] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:44:16.7876582Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:44:16.7878711Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:44:16.7920090Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:44:16.7928291Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:44:16.8314008Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:44:16.8316091Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:44:16.8341592Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:44:16.8416327Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:44:16.8753212Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:44:16.8756197Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:44:16.8781513Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:44:16.8822056Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:44:16.9193130Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:44:16.9196006Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:44:16.9221159Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:44:16.9347233Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:44:16.9632230Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:44:16.9633239Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:44:16.9670193Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:44:16.9759828Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:44:17.0072918Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:44:17.0073563Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:44:17.0283635Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:44:17.0373987Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:44:17.0512068Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:44:17.0550913Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:44:17.0565021Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:44:17.0581120Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:44:17.0952981Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:44:17.0991447Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:44:17.1014152Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:44:17.1097797Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:44:17.1392380Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:44:17.1431737Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:44:17.1454991Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:44:17.1504030Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:44:17.1833168Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:44:17.1871540Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:44:17.1896012Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:44:17.1914949Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:44:17.2272962Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:44:17.2311325Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:44:17.2337656Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:44:17.2474321Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:44:17.2712951Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:44:17.2791406Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:44:17.2913092Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:44:17.3013182Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:44:17.3152251Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:44:17.3230942Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:44:17.3330185Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:17.3674050Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:17.3893248Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:44:17.3904996Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:44:17.4024563Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:44:17.4167154Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:44:17.4178367Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:44:17.4313831Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:17.4470772Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:44:17.4622908Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:44:17.4631737Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:17.4751941Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:44:17.4872096Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:44:17.4948313Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:44:17.5070486Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:44:17.5192492Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:44:17.5347664Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:17.5635057Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:17.5759072Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:44:17.6070663Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:44:17.6080322Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:44:17.6083585Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:44:17.6200074Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:44:17.6289366Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:44:17.6515445Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:44:17.6516320Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:44:17.6624105Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:44:17.6653169Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:44:17.6953810Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:44:17.6954610Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:44:17.7015160Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:44:17.7395700Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:44:17.7416891Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:44:17.7429008Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:44:17.7450172Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:17.7612702Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:44:17.7834297Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:17.7835075Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:44:17.7924370Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:44:17.8157969Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:44:17.8274680Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:44:17.8276473Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:44:17.8460865Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:44:17.8716686Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:44:17.8751529Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:44:17.8892557Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:44:17.8902147Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:44:17.9155941Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:17.9613138Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:44:17.9625834Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:17.9720036Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:44:17.9732767Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:44:17.9940236Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:44:18.0032795Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:44:18.0045595Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:44:18.0152525Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:44:18.0402982Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:44:18.0593243Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:44:18.0727977Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:44:18.0734690Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:44:18.0768816Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:44:18.0840399Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:44:18.1032121Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:44:18.1154130Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:44:18.1213454Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:44:18.1595634Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:44:18.1627182Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:44:18.2035007Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:44:18.2072782Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:44:18.2261945Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:44:18.2270034Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:44:18.2475571Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:44:18.2529755Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:44:18.2914882Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:44:18.2985959Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:44:18.3355629Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:44:18.3438283Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:44:18.3796001Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:44:18.3843668Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:44:18.4131414Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:44:18.4140326Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:44:18.4233196Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:44:18.4281353Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:44:18.4341534Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:44:18.4554007Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:44:18.4663858Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:44:18.4675304Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:44:18.4722715Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:44:18.4993455Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:44:18.5113906Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:44:18.5175897Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:44:18.5304940Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:44:18.5432696Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:44:18.5537042Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:44:18.5552415Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:44:18.5634800Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:44:18.5872980Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:44:18.5992432Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:44:18.6030309Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:44:18.6119364Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:44:18.6128430Z [gw3] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:44:18.6337796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:18.6352000Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:44:18.6357948Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:44:18.6366064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:44:18.6431076Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:44:18.6476732Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:44:18.6520502Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:44:18.6558309Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:44:18.6792884Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:44:18.6793738Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:44:18.6842626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:44:18.6870761Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:44:18.7005502Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:44:18.7161343Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:44:18.7233106Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:44:18.7235890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:44:18.7283401Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:44:18.7311366Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:44:18.7372116Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:44:18.7673275Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:44:18.7740254Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:44:18.7753064Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:44:18.7817821Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:44:18.8112070Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:44:18.8169186Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:44:18.8190944Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:44:18.8374147Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:44:18.8552095Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:44:18.8616532Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:44:18.8631193Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:44:18.8853599Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:44:18.8992456Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:44:18.9024887Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:44:18.9037012Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:44:18.9072144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:18.9147942Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:44:18.9188756Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:44:18.9202244Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:18.9430824Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:44:18.9471004Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:44:18.9510258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:18.9518777Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:44:18.9613793Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:44:18.9872171Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:18.9912807Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:44:18.9955809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:19.0142264Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:44:19.0311632Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:19.0340454Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:19.0351909Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:19.0501689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:19.0753251Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:19.0793417Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:19.0802551Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:19.0908516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:19.0919325Z [gw3] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:19.0934322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:19.0945119Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:44:19.0965012Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:44:19.0979012Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:19.1192062Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:44:19.1232260Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:44:19.1269129Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:44:19.1281825Z [gw3] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:19.1289933Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:44:19.1352559Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:44:19.1353446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:19.1443313Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:44:19.1632056Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:44:19.1715512Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:44:19.1719976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:44:19.1791728Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:44:19.1827767Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:44:19.1917483Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:44:19.2071465Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:44:19.2130717Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:44:19.2150850Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:44:19.2232529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:44:19.2502543Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:44:19.2513293Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:44:19.2585755Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:19.2653685Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:19.2664343Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:44:19.2671816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:44:19.2758941Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:44:19.2953822Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:44:19.3074781Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:19.3093493Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:19.3104421Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:44:19.3111896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:44:19.3212144Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:44:19.3393577Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:44:19.3484226Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:44:19.3552186Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:44:19.3584019Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:44:19.3834222Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:44:19.3844001Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:19.3854440Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:44:19.3867177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:44:19.3879756Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:19.3990515Z [gw0] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:44:19.4070343Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:19.4272380Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:19.4273331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:44:19.4329943Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:19.4356560Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:19.4430047Z [gw0] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:44:19.4510810Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:19.4713161Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:19.4714412Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:44:19.4837090Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:44:19.4870727Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:44:19.4992715Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:19.5019972Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:19.5151691Z [gw0] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:44:19.5153911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:44:19.5223471Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:44:19.5311190Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:44:19.5356301Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:44:19.5591821Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:44:19.5669781Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:44:19.5750968Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:44:19.5803843Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:44:19.5813600Z [gw0] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:44:19.5902560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:44:19.6032219Z [gw0] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:44:19.6058934Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:44:19.6103085Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:44:19.6189855Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:44:19.6231116Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:44:19.6244432Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:44:19.6472227Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:44:19.6507308Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:44:19.6521770Z [gw0] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:44:19.6630913Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:44:19.6671037Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:44:19.6701199Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:44:19.6912100Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:44:19.6959366Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:44:19.7111582Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:44:19.7153783Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:44:19.7352499Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:44:19.7436110Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:44:19.7551728Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:44:19.7794843Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:44:19.7868935Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:19.7909966Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:44:19.7917877Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:44:19.7997632Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:44:19.8006828Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:44:19.8030382Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:19.8113320Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:44:19.8230537Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:44:19.8351371Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:19.8397684Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:44:19.8470440Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:44:19.8506017Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:44:19.8541341Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:44:19.8670087Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:19.8791593Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:19.8848217Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:44:19.8911334Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:44:19.8941052Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:44:19.9053132Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:44:19.9110077Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:19.9232018Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:19.9353258Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:44:19.9376210Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:44:19.9470076Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:44:19.9550599Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:19.9631672Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:19.9671104Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:44:19.9752825Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:44:19.9790962Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:44:19.9820946Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:44:20.0112091Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:44:20.0138803Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:44:20.0231059Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:44:20.0248944Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:44:20.0259662Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:20.0316137Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:20.0593462Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:44:20.0673186Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:44:20.0709003Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:44:20.0779132Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:44:20.0852412Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:44:20.0861537Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:20.0943108Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:20.1030657Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:20.1111904Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:20.1165102Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:44:20.1214746Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:44:20.1270568Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:20.1331137Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:20.1470568Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:20.1551561Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:20.1604125Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:44:20.1711202Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:44:20.1774901Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:20.1993274Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:20.2066447Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:44:20.2075727Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:20.2091775Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:20.2151437Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:44:20.2210107Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:20.2332034Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:20.2431459Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:20.2511314Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:44:20.2593211Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:20.2684232Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:20.2995119Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:20.3130128Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:20.3140286Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:20.3193123Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:20.3295375Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:20.3302788Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:44:20.3348227Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:44:20.3431535Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:44:20.3510236Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:20.3550699Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:20.3713750Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:20.3752872Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:44:20.3769222Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:44:20.3854326Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:20.3870848Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:20.3992708Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:20.4056202Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:20.4152136Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:20.4188895Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:44:20.4352743Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:44:20.4595018Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:20.4688696Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:44:20.5035779Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:44:20.5078107Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:44:20.5335912Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:44:20.5347549Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:20.5473956Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:20.5605248Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:44:20.5639637Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:44:20.5651870Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:20.5855917Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:20.5869580Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:20.5912450Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:20.5964536Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:44:20.6353565Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:44:20.6401946Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:44:20.6795316Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:44:20.6890042Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:44:20.7052340Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:44:20.7066039Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:20.7232933Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:20.7285514Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:44:20.7668589Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:44:20.7678979Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:20.7690220Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:20.7690807Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:44:20.7712268Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:20.7837374Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:44:20.8154298Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:44:20.8309986Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:44:20.8322996Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:44:20.8350719Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:44:20.8423214Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:44:20.8592436Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:44:20.8752577Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:44:20.9448741Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:20.9457501Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:44:20.9493047Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:44:20.9875738Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:44:21.0350043Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:44:21.0358736Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:44:21.0465943Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:44:21.0706269Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:44:21.0715937Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:21.0792377Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:44:21.0950199Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:21.1079031Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:21.1151565Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:44:21.1232641Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:21.1347507Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:44:21.1432375Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:44:21.1591344Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:21.1673271Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:21.1705374Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:44:21.1918010Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:44:21.2031146Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:21.2112682Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:21.2281381Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:44:21.2395928Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:44:21.2471214Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:21.2552524Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:21.2588105Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:44:21.2822993Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:44:21.2910589Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:21.3032446Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:21.3272967Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:21.3352488Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:21.3744231Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:21.3833346Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:21.4386932Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:21.4397637Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:21.4706924Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:21.4833046Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:21.4912949Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:21.5314944Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:21.5378073Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:21.5754791Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:21.5922590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:44:21.6195307Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:44:21.6627630Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:21.6641105Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:21.6695066Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:21.7075865Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:21.8191656Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:21.8392487Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:21.8413956Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:21.8795239Z [gw2] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:21.8979527Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:21.8994710Z [gw3] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:22.0377050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:22.0390767Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:22.2668539Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:22.2677602Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:22.2732652Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:44:22.3115116Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:44:22.3346631Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:44:22.3355342Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:22.3552667Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:22.3562928Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:44:22.4770039Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:22.4781672Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:22.4884099Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:22.5195578Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:22.5243990Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:22.5634698Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:22.5755539Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:22.6073444Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:22.6112510Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:22.6513974Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:22.6564785Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:22.6956109Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:22.7393116Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:22.7401394Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:22.7702265Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:22.7833284Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:22.8365119Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:22.8376055Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:22.8865717Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:22.8877584Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:22.9027837Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:22.9039518Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:22.9223875Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:22.9232473Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:22.9391675Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:22.9398201Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:22.9538086Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:44:22.9834650Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:44:23.0118185Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:23.0274553Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:23.0577005Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:23.0714110Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:23.0976235Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:44:23.1155512Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:44:23.1427743Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:23.1594586Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:23.1708053Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:44:23.2035285Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:44:23.2083443Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:23.2476293Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:23.2628480Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:44:23.2673815Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:44:23.2683085Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:23.2914981Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:23.2977261Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:23.3067249Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:23.3111670Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:23.3394678Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:23.3549244Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:44:23.3560321Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:44:23.3570710Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:23.3874563Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:23.3995633Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:23.4004633Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:23.4276515Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:23.4310688Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:23.4333592Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:23.4432663Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:23.4504181Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:44:23.4517407Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:23.4644289Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:23.4751131Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:23.4765706Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:44:23.4872219Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:44:23.4957831Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:23.5314793Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:23.5421290Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:23.5754105Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:23.6401717Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:23.6409598Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:44:23.6600110Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:23.6835266Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:23.6869761Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:23.6882583Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:23.7305969Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:23.7315682Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:23.7424389Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:44:23.7755340Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:44:23.8158734Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:44:23.8192398Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:44:23.8231834Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:44:23.8634799Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:44:23.8656528Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:44:23.8672230Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:23.8681844Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:44:23.8927811Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:44:23.8937657Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:23.9042791Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:44:23.9072218Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:44:23.9119836Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:44:23.9335537Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:44:23.9342269Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:44:23.9350992Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:44:23.9382159Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:23.9511396Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:44:23.9561428Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:44:23.9591897Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:23.9750685Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:44:23.9790185Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:44:23.9797842Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:44:23.9951326Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:23.9960337Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:44:23.9984996Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:24.0190928Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:44:24.0230775Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:24.0314893Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:24.0336319Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:24.0390245Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:24.0410272Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:44:24.0631036Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:44:24.0669952Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:44:24.0734265Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:24.0831086Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:44:24.0869935Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:44:24.0881334Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:24.1070566Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:44:24.1110424Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:44:24.1206655Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:24.1270891Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:44:24.1512671Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:44:24.1553405Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:44:24.1598106Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:44:24.1710447Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:44:24.1954443Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:44:24.2748127Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:44:24.2756243Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:44:24.2869982Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:44:24.3148066Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:44:24.3157006Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:24.3192247Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:44:24.3355469Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:44:24.3423141Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:44:24.3591879Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:44:24.3632351Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:44:24.3779453Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:44:24.3829045Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:44:24.4031984Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:44:24.4072158Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:24.4482037Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:44:24.4497994Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:24.4777675Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:44:24.4780338Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:44:24.4789807Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:44:24.4954393Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:44:24.5002657Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:44:24.5437037Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:44:24.5487847Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:44:24.5876725Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:44:24.6048688Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:44:24.6130592Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:44:24.6140510Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:44:24.6178695Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:44:24.6313525Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:44:24.6377499Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:44:24.6553781Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:44:24.6643239Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:44:24.6753400Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:44:24.6993104Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:44:24.7031312Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:44:24.7121352Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:44:24.7192161Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:44:24.7284486Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:44:24.7432101Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:44:24.7453404Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:44:24.7631940Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:44:24.7707232Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:44:24.7871928Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:44:24.7956006Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:44:24.8071653Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:44:24.8152238Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:44:24.8312340Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:44:24.8359213Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:44:24.8512278Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:44:24.8570511Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:44:24.8753725Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:44:24.8797058Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:44:24.8951611Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:44:24.8985308Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:44:24.9193901Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:44:24.9236076Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:44:24.9391647Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:44:24.9484905Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:44:24.9633509Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:44:24.9781644Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:44:24.9831511Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:44:24.9962207Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:44:25.0072681Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:44:25.0271973Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:44:25.0350733Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:44:25.0397806Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:44:25.0511540Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:44:25.0549749Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:44:25.0711749Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:44:25.0903874Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:25.0952380Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:25.1003052Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:44:25.1151752Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:44:25.1338684Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:25.1392950Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:25.1444330Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:44:25.1633235Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:44:25.1835742Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:25.1849423Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:25.1885277Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:25.2072124Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:25.2260668Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:25.2272519Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:25.2514330Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:44:25.2708789Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:25.2947433Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:25.2960650Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:44:25.2965640Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:25.2993331Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:44:25.3395182Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:44:25.3423526Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:44:25.3435769Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:44:25.3443186Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:25.3788693Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:25.3799473Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:44:25.3835911Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:44:25.3843570Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:44:25.3865700Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:44:25.3925536Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:44:25.3935088Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:25.3972732Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:44:25.4230494Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:44:25.4271397Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:44:25.4304290Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:44:25.4349762Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:44:25.4395448Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:44:25.4407804Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:44:25.4670424Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:44:25.4710087Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:44:25.4738340Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:44:25.4765359Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:44:25.4790034Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:44:25.4814206Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:44:25.5110926Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:44:25.5150779Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:25.5169770Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:44:25.5230286Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:25.5332333Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:44:25.5390315Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:44:25.5551131Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:44:25.5591208Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:25.5616129Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:44:25.5633206Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:25.5670357Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:44:25.5701374Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:44:25.5990303Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:44:25.6030960Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:25.6054299Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:44:25.6089453Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:25.6109945Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:44:25.6396852Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:25.6431322Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:25.6472211Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:25.6498693Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:44:25.6550886Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:25.6839845Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:25.6872348Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:25.6907289Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:25.6919149Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:44:25.6940432Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:44:25.6945601Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:25.6991411Z [gw0] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:44:25.7006285Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:25.7314140Z [gw1] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:25.7346459Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:44:25.7358108Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:44:25.7432186Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:44:25.7451107Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:25.7468182Z [gw1] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:25.7753193Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:44:25.7792509Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:44:25.7873528Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:44:25.7913516Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:44:25.8055349Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:44:25.8192103Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:44:25.8222825Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:44:25.8303369Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:44:25.8317169Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:44:25.8351691Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:44:25.8388713Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:44:25.8440249Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:44:25.8631962Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:44:25.8664419Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:44:25.8751033Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:44:25.8792140Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:44:25.8882550Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:44:25.9073892Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:44:25.9116430Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:44:25.9127351Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:44:25.9191512Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:44:25.9231846Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:44:25.9282428Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:44:25.9314171Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:44:25.9512081Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:44:25.9632660Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:44:25.9673736Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:44:25.9683588Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:44:25.9811202Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:44:25.9825329Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:44:25.9950252Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:44:25.9967073Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:44:26.0070444Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:44:26.0111173Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:44:26.0252545Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:44:26.0364920Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:44:26.0390166Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:44:26.0403924Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:26.0510156Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:26.0551686Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:44:26.0611713Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:44:26.0689822Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:44:26.0830228Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:44:26.0844295Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:26.0950308Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:26.0990761Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:44:26.1052929Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:44:26.1111483Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:44:26.1271170Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:44:26.1287940Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:26.1390276Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:26.1403773Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:26.1430609Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:26.1473288Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:44:26.1712922Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:44:26.1816332Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:44:26.1830980Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:44:26.1871439Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:44:26.1905318Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:44:26.1916593Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:44:26.2151491Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:44:26.2231882Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:44:26.2269865Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:44:26.2299571Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:44:26.2310962Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:44:26.2358573Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:44:26.2591101Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:44:26.2653052Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:44:26.2711064Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:44:26.2754467Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:44:26.2756122Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:44:26.2789021Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:44:26.3030795Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:44:26.3151652Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:44:26.3160375Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:44:26.3193607Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:44:26.3200323Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:44:26.3259936Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:44:26.3470168Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:44:26.3561414Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:44:26.3590036Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:44:26.3616416Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:44:26.3630151Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:44:26.3688926Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:44:26.3910006Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:44:26.3973019Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:44:26.4030095Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:44:26.4059987Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:44:26.4070015Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:44:26.4352639Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:44:26.4378455Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:44:26.4472072Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:44:26.4546639Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:44:26.4792862Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:44:26.4876815Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:44:26.4911481Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:44:26.4979174Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:44:26.5232415Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:44:26.5281678Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:44:26.5351301Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:44:26.5379849Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:44:26.5672349Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:44:26.5794132Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:44:26.5883094Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:44:26.5932263Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:44:26.6051927Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:44:26.6061697Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:44:26.6111698Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:44:26.6232425Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:44:26.6258385Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:44:26.6395227Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:44:26.6552848Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:44:26.6573671Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:44:26.6671968Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:44:26.6726905Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:44:26.6994351Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:44:26.7113368Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:44:26.7239112Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:44:26.7255717Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:44:26.7431947Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:44:26.7493710Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:44:26.7552376Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:44:26.7673571Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:44:26.7871216Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:44:26.7890508Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:44:26.7991445Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:44:26.8015475Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:44:26.8312648Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:44:26.8431079Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:44:26.8470227Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:44:26.8494818Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:44:26.8793588Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:44:26.8830289Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:44:26.8870687Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:44:26.8920664Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:44:26.9234394Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:44:26.9311698Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:44:26.9338846Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:44:26.9420249Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:44:26.9673671Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:44:26.9745249Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:44:26.9759097Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:44:27.0118489Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:44:27.0894585Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:44:27.0908516Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:44:27.0959433Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:44:27.1314862Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:44:27.1386905Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:44:27.1755126Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:44:27.1786309Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:44:27.2196203Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:44:27.2234871Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:44:27.2636639Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:44:27.2714587Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:44:27.3075033Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:44:27.3110426Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:44:27.3513913Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:44:27.3571579Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:44:27.3955140Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:44:27.4002732Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:44:27.4436861Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:44:27.4478567Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:44:27.4917808Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:44:27.5019709Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:44:27.5395078Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:44:27.5526267Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:44:27.5834481Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:44:27.5887224Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:44:27.6274322Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:44:27.6304599Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:44:27.6715145Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:44:27.6815889Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:44:27.9574147Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:44:27.9584385Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:44:27.9720830Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:44:28.5200945Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:44:28.5218353Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:44:28.5364098Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:44:36.8022457Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:44:36.8029960Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:56.3275361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:56.3282170Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:03.9047964Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:03.9054575Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:03.9726865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:03.9733358Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:04.7162821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:04.7170770Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:04.7235905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:04.7590277Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:05.5712131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:05.5718541Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:05.6035435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:05.6150282Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:06.0928181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:06.0937360Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:06.1373133Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:45:06.1382356Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:45:06.5423112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:06.5429756Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:06.5451686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:06.5871104Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:06.5890041Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:06.6312811Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:07.2520242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:07.2529582Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:09.1935246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:09.1946011Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:09.3802053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:45:09.3812584Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:45:09.6161869Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:09.6168447Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:10.1081599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:10.1087764Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:10.2252624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:10.2263071Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:10.3429099Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:10.3438899Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:10.9292941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:10.9302098Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:10.9323515Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:45:10.9710090Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:45:10.9937635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:11.0150191Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:11.0368301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:11.0589903Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:20.2963120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:20.2971768Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:21.6676234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:45:21.6683073Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:45:21.6980778Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:45:21.7110403Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:45:21.7504697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:45:21.7549752Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:45:21.8224222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:21.8232463Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:21.8523899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:45:21.8669528Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:45:21.9055240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:45:21.9110289Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:45:22.4215008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:22.4221816Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:22.5839854Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:22.5849411Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:22.6828784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:45:22.6837868Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:45:22.7918720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:22.7924879Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:22.8213933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:45:22.8349897Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:45:22.8830733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:22.8839471Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:22.9368972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:45:22.9378298Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:45:22.9974065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:22.9984035Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:23.0394814Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:45:23.0403890Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:45:28.3547005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:28.3555472Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:33.9664615Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:33.9672825Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:36.6132509Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:45:36.6137124Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:45:36.6587690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:36.6599646Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:36.8143896Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:36.8154891Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:36.8175630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:45:36.8589857Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:45:37.4170543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:45:37.4178268Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:45:37.4613082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:45:37.4623929Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:45:37.5354783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:45:37.5361643Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:45:37.6207218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:45:37.6216363Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:45:37.6236308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:45:37.6629529Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:45:37.6647716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:45:37.7069817Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:45:37.7087356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:45:37.7509149Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:45:37.7527470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:45:37.7949656Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:45:37.7968448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:45:37.8389638Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:45:37.9041455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:45:37.9049444Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:45:37.9062805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:45:37.9470082Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:45:37.9860977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:45:37.9909714Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:45:38.3153669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:45:38.3159778Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:45:39.1033562Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:45:39.1039815Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:45:39.2216449Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:45:39.2225906Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:45:39.3176911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:45:39.3186244Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:45:39.4137669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:45:39.4146672Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:45:39.5103756Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:45:39.5109639Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:45:39.6079052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:45:39.6088761Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:45:39.6306355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:45:39.6510260Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:45:40.4839153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:45:40.4848024Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:45:41.0154588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:45:41.0164989Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:45:43.0551319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:45:43.0561059Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:45:44.1227871Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:45:44.1237238Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:45:51.2136737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:45:51.2143298Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:45:51.2436234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:45:51.2551863Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:45:51.2576131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:45:51.2992012Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:45:51.3014145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:45:51.3431374Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:45:51.3452149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:45:51.3872213Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:45:51.3897092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:45:51.4312330Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:45:51.4678225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:45:51.4750566Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:45:51.4983601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:45:51.5189829Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:45:51.5492221Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:45:51.5629118Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:45:52.1049166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:45:52.1057286Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:45:52.1078666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:45:52.1469997Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:45:52.3602389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:45:52.3611651Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:45:52.4169757Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:45:52.4179696Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:45:52.4903250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:45:52.4912557Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:45:52.5655327Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:45:52.5666444Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:45:52.5687430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:45:52.6071530Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:45:52.6093298Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:45:52.6512439Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:45:52.6692833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:45:52.6951887Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:45:52.7131714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:45:52.7390960Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:45:52.8896949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:45:52.8903562Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:45:53.2406371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:45:53.2417068Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:45:53.2541499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:45:53.2830139Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:45:53.3102875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:45:53.3269579Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:45:53.3538386Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:45:53.3710141Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:45:53.3979937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:53.4149919Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:53.4453577Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:45:53.4589603Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:45:53.9912106Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:45:53.9919438Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:45:54.6632170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:45:54.6639390Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:45:55.3754529Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:45:55.3761741Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:45:58.9254147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:58.9264617Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:02.5495549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:02.5503585Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:04.9957797Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:04.9965029Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:04.9986272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:05.0390366Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:07.2797072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:07.2806186Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:07.2826637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:46:07.3229892Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:46:07.3249902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:07.3669184Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:07.3687833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:07.4109931Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:07.4580266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:46:07.4588894Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:46:07.6930453Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:46:07.6937936Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:46:07.7069471Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:46:07.7350322Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:46:07.7371761Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:46:07.7789875Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:46:07.8081966Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:46:07.8230507Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:46:07.8358024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:46:07.8671876Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:46:07.8694029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:46:07.9112402Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:46:07.9276419Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:46:07.9551411Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:46:08.0037428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:46:08.0044629Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:46:08.0191020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:46:08.0471212Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:46:09.7786359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:46:09.7796425Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:46:09.8696382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:46:09.8703094Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:46:09.9689363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:46:09.9695902Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:46:10.7589323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:46:10.7596108Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:46:10.7621807Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:10.8030289Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:10.8050623Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:46:10.8469222Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:46:10.8489840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:46:10.8909540Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:46:10.8930238Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:46:10.9350140Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:46:10.9367860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:46:10.9789747Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:46:10.9807310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:46:11.0230001Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:46:11.0248101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:11.0668809Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:11.0688069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:11.1109080Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:11.1121115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:11.1548939Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:11.3844233Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:11.3853008Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:11.4115688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:46:11.4269631Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:46:11.4611907Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:46:11.4710091Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:46:11.4728927Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:46:11.5149941Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:46:11.5168936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:46:11.5589862Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:46:11.5840140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:46:11.6029596Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:46:11.6442422Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:46:11.6470303Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:46:11.6906821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:46:11.6950697Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:46:11.6970850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:46:11.7391927Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:46:11.7407747Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:46:11.7831641Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:46:11.8259064Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:46:11.8270262Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:46:11.8290156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:46:11.8711488Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:46:11.8730848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:46:11.9151238Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:46:11.9173546Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:46:11.9590352Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:46:11.9611722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:46:12.0029611Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:46:12.0587412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:46:12.0593841Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:46:12.0940677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:46:12.1029354Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:46:12.2251087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:12.2258135Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:12.2278794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:46:12.2670286Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:46:12.2689790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:46:12.3109284Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:46:12.3122599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:12.3549341Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:12.3564387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:12.3989270Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:12.4004711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:12.4429651Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:12.4443054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:12.4869584Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:12.4887940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:46:12.5309123Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:46:13.1847628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:46:13.1854947Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:46:13.1876280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:46:13.2271033Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:46:13.2592246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:46:13.2710030Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:46:13.3294269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:46:13.3303536Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:46:13.4073880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:46:13.4082485Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:46:13.4217281Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:46:13.4510077Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:46:13.4839640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:46:13.4949765Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:46:13.5708743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:46:13.5715127Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:46:13.6745267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:46:13.6755012Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:46:13.8137636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:46:13.8144868Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:46:13.9988874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:46:13.9998531Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:46:14.6585723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:46:14.6592034Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:46:15.1928826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:46:15.1934952Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:46:15.3759032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:46:15.3765385Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:46:15.5264631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:46:15.5275133Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:46:27.1307168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:46:27.1314624Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:46:27.1331319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:46:27.1754173Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:46:27.1778942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:46:27.2193290Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:46:27.2499540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:46:27.2632038Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:46:27.4071075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:46:27.4080333Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:46:27.5867425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:46:27.5873253Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:46:27.6014631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:46:27.6311118Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:46:27.6449229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:46:27.6750245Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:46:27.6987272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:46:27.7190797Z [gw3] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:46:27.9220082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:46:27.9227980Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:46:28.1740826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:46:28.1749879Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:46:28.8072687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:46:28.8081140Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:46:28.8103902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:46:28.8510762Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:46:29.0193047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:46:29.0199806Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:46:29.0301938Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:46:29.0629844Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:46:29.1352584Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:46:29.1359315Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:46:29.8667426Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:46:29.8674492Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:46:30.6087297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:46:30.6094318Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:46:31.7484986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:46:31.7494144Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:46:31.8312654Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:46:31.8321162Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:46:31.9139480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:46:31.9148882Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:46:32.4403605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:46:32.4410203Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:46:32.4541317Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:46:32.4830955Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:46:32.6408381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:46:32.6417695Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:46:32.7329482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:46:32.7338485Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:46:33.0003458Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:46:33.0012525Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:46:33.0031950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:46:33.0430487Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:46:33.0448266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:46:33.0869327Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:46:33.0886879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:46:33.1309329Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:46:33.2109288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:46:33.2118369Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:46:33.3272622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:46:33.3279115Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:46:33.4904838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:46:33.4915228Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:46:33.5484630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:46:33.5492436Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:46:33.5606145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:46:33.5911297Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:46:33.6657243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:46:33.6664291Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:46:33.7321588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:46:33.7328877Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:46:33.7746068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:46:33.7752763Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:46:33.8082265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:46:33.8189848Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:46:34.3703200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:46:34.3712040Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:46:35.0175507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:46:35.0182126Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:46:35.0487320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:46:35.0590087Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:46:35.0610357Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:46:35.1030231Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:46:35.1052094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:46:35.1470425Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:46:35.1546010Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:46:35.1909650Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:46:35.1988248Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:46:35.2350066Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:46:35.2988249Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:46:35.2996937Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:46:35.3437629Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:46:35.3446450Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:46:35.3954354Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:46:35.3962866Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:46:35.5021347Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:46:35.5030675Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:46:35.5476842Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:46:35.5485929Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:46:35.5928031Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:46:35.5936570Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:46:35.6626861Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:46:35.6636719Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:46:35.7085928Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:46:35.7093540Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:46:36.3602443Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:46:36.3608582Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:46:36.9217974Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:46:36.9227858Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:46:37.3034379Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:46:37.3041082Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:46:37.7053873Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:46:37.7063595Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:46:37.7911733Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:46:37.7918248Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:46:37.8754489Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:46:37.8763899Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:46:37.9763533Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:46:37.9772743Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:46:38.2739161Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:46:38.2748947Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:46:39.0110991Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:46:39.0118313Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:46:39.9683696Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:46:39.9690830Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:46:40.0768312Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:46:40.0776313Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:46:42.9968313Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:46:42.9975322Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:46:43.1421912Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:46:43.1431559Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:46:43.7550703Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:46:43.7561686Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:46:43.8567459Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:46:43.8575030Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:46:43.9683384Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:46:43.9692161Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:46:47.4820941Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:46:47.4829558Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:46:48.0792338Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:46:48.0801860Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:46:51.3048592Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:46:51.3060955Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:46:51.3112788Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:46:51.3472665Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:46:51.3578434Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:46:51.3912037Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:46:51.4017102Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:46:51.4351000Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:46:51.4908538Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:46:51.4915052Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:46:51.5565082Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:46:51.5572272Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:46:51.6599395Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:46:51.6607071Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:46:51.7631732Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:46:51.7638927Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:46:51.7930899Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:46:51.8069038Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:46:51.8355846Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:46:51.8509972Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:46:51.9053891Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:46:51.9062181Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:46:51.9566558Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:46:51.9575168Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:46:51.9814038Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:46:51.9989769Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:46:52.0915967Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:46:52.0924992Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:46:52.1422189Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:46:52.1431145Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:46:52.1929602Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:46:52.1938596Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:46:52.2197167Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:46:52.2349064Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:46:52.2399065Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:46:52.2789318Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:46:52.3030796Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:46:52.3228730Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:46:52.3711578Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:46:52.3721407Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:46:52.3930752Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:46:52.4149718Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:46:52.4356673Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:46:52.4588842Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:46:52.6341785Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:46:52.6348774Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:46:52.6466292Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:46:52.6751094Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:46:52.6930485Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:46:52.7190722Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:46:52.7771474Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:46:52.7781624Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:46:52.7844160Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:46:52.8191026Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:46:52.8248084Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:46:52.8631325Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:46:52.9111001Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:46:52.9119879Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:46:52.9177667Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:46:52.9550376Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:46:52.9604965Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:46:52.9989713Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:46:53.0227713Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:46:53.0429628Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:46:53.0673876Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:46:53.0869480Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:46:53.1137084Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:46:53.1310129Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:46:53.1928061Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:46:53.1937621Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:46:53.2141427Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:46:53.2349852Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:46:53.2493274Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:46:53.2789305Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:46:53.3127566Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:46:53.3229517Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:46:53.3307752Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:46:53.3668908Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:46:53.3775092Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:46:53.4108783Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:46:53.4157796Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:46:53.4549132Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:46:53.5032439Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:46:53.5041706Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:46:53.5253600Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:46:53.5469881Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:46:53.6179231Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:46:53.6188869Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:46:53.6292972Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:46:53.6629601Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:46:53.7022035Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:46:53.7068765Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:46:53.7281954Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:46:53.7508607Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:46:54.9956261Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:46:54.9963155Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:46:55.0014086Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:46:55.0391100Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:46:55.0564628Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:46:55.0832971Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:46:55.0951249Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:46:55.1272736Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:46:55.1758696Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:46:55.1764957Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:46:55.2171574Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:46:55.2230844Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:46:55.2923176Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:46:55.2934599Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:46:55.3177418Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:46:55.3350767Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:46:55.3720947Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:46:55.3789929Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:46:55.4244003Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:46:55.4251435Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:46:55.4700259Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:46:55.4709999Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:46:55.4780551Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:46:55.5150017Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:46:55.5274437Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:46:55.5589611Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:46:55.7663169Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:46:55.7670115Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:46:55.8178112Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:46:55.8187279Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:46:55.8263368Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:46:55.8590088Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:46:55.8635256Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:46:55.9029786Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:46:56.0465103Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:46:56.0474211Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:46:56.0533939Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:46:56.0910269Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:46:56.1350036Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:46:56.1358950Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:46:56.1788937Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:46:56.1797961Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:46:56.1893679Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:46:56.2230549Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:46:56.2322298Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:46:56.2669259Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:46:56.3044687Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:46:56.3108926Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:46:57.2992151Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:46:57.3002184Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:46:57.3161146Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:46:57.3430025Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:46:57.3547880Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:46:57.3870293Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:46:57.3987790Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:46:57.4309315Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:46:57.4583669Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:46:57.4749564Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:46:57.4869479Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:46:57.5189642Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:46:57.6010397Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:46:57.6018864Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:46:57.6114169Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:46:57.6429558Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:46:57.6797843Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:46:57.6869002Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:46:57.7363244Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:46:57.7370623Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:46:57.7547546Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:46:57.7791613Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:46:57.8215561Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:46:57.8230342Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:46:57.9026982Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:46:57.9034628Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:46:58.9518851Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:46:58.9528177Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:46:58.9617295Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:46:58.9950587Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:46:59.2234419Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:46:59.2242245Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:46:59.2735274Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:46:59.2742053Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:46:59.3207498Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:46:59.3216498Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:46:59.3694081Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:46:59.3702495Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:46:59.3766297Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:46:59.4109418Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:46:59.4247574Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:46:59.4549934Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:46:59.4710478Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:46:59.4989343Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:46:59.5122448Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:46:59.5429252Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:46:59.6188872Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:46:59.6197638Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:46:59.6211353Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:46:59.6629701Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:46:59.6643599Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:46:59.7069522Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:46:59.7620463Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:46:59.7629925Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:46:59.7773182Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:46:59.8069455Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:46:59.8126979Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:46:59.8508808Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:46:59.8601423Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:46:59.8948911Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:46:59.9001992Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:46:59.9388954Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:46:59.9476786Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:46:59.9829313Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:46:59.9921934Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:47:00.0268766Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:47:00.0420840Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:47:00.0708865Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:47:00.0979876Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:47:00.1148809Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:47:00.1200436Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:47:00.1589769Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:47:00.2899905Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:47:00.2910378Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:47:00.3239666Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:47:00.3351429Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:47:00.3682051Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:47:00.3792006Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:47:00.4228628Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:47:00.4235830Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:47:00.4413000Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:47:00.4671264Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:47:00.5115125Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:47:00.5121498Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:47:00.5560578Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:47:00.5569391Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:47:00.6073117Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:47:00.6082501Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:47:00.6402635Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:47:00.6509768Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:47:00.6869080Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:47:00.6949444Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:47:00.7366928Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:47:00.7389356Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:47:00.7556193Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:47:00.7829348Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:47:00.8180769Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:47:00.8269021Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:47:00.8600906Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:47:00.8709266Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:47:00.9127504Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:47:00.9148883Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:47:00.9468440Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:47:00.9588740Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:47:00.9914481Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:47:01.0029464Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:47:01.0618385Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:47:01.0628668Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:47:01.0898690Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:47:01.1029251Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:47:01.1317164Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:47:01.1469705Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:47:01.1809743Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:47:01.1909378Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:47:01.2021414Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:47:01.2350403Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:47:01.2522453Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:47:01.2790925Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:47:01.3080471Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:47:01.3229349Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:47:01.3301031Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:47:01.3669014Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:47:01.3741055Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:47:01.4109143Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:47:01.4232875Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:47:01.4549060Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:47:01.5152472Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:47:01.5162773Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:47:01.5215555Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:47:01.5594007Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:47:01.6112227Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:47:01.6122601Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:47:01.6573944Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:47:01.6584520Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:47:01.7031157Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:47:01.7041341Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:47:01.7517553Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:47:01.7525734Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:47:01.7619562Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:47:01.7952104Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:47:01.8078831Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:47:01.8390832Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:47:01.8604238Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:47:01.8829471Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:47:01.9060204Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:47:01.9270590Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:47:01.9581718Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:47:01.9709421Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:47:02.1301860Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:47:02.1311806Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:47:02.6316701Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:47:02.6326691Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:47:02.6630457Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:47:02.6750187Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:47:02.6902118Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:47:02.7192742Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:47:02.7646244Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:47:02.7655942Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:47:03.0423616Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:47:03.0432552Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:47:04.6838375Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:47:04.6845273Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:47:06.7079502Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:47:06.7090897Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:47:06.7304511Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:47:06.7512066Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:47:06.7608205Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:47:06.7952510Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:47:06.8424404Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:47:06.8432070Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:47:06.8499606Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:47:06.8872368Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:47:06.9752248Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:47:06.9761548Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:47:07.0208577Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:47:07.0217721Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:47:07.0941392Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:47:07.0950095Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:47:07.1206009Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:47:07.1390450Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:47:07.1558066Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:47:07.1830463Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:47:07.2211737Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:47:07.2269945Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:47:07.5232103Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:47:07.5243183Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:47:07.5382292Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:47:07.5669759Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:47:07.5827769Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:47:07.6109620Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:47:07.6215232Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:47:07.6549583Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:47:07.8767727Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:47:07.8774307Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:47:07.8888844Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:47:07.9189751Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:47:07.9295190Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:47:07.9632715Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:47:07.9748149Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:47:10.2597550Z [gw3] [100%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:47:10.2597979Z 2022-09-27T15:47:10.2598713Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops.xml - 2022-09-27T15:47:10.2674327Z == 8479 passed, 16415 skipped, 134 xfailed, 323 warnings in 749.27s (0:12:29) == 2022-09-27T15:47:10.8380657Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:47:13.1977844Z Running test_schema_check ... [2022-09-27 15:47:13.197368] 2022-09-27T15:47:13.1978390Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:13.197454] 2022-09-27T15:47:18.1580806Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-09-27T15:47:18.1853380Z 2022-09-27T15:47:18.1853506Z Running tests... 2022-09-27T15:47:18.1857033Z ---------------------------------------------------------------------- 2022-09-27T15:47:18.2136094Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.028s) 2022-09-27T15:47:18.2177424Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.2219345Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.2245693Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.2259309Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:18.2612143Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.035s) 2022-09-27T15:47:18.2667175Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.006s) 2022-09-27T15:47:18.2724126Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.006s) 2022-09-27T15:47:18.2738319Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:18.2774360Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.2942040Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.017s) 2022-09-27T15:47:18.2997385Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.006s) 2022-09-27T15:47:18.3034709Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.3068418Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.3171696Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.010s) 2022-09-27T15:47:18.3319638Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.015s) 2022-09-27T15:47:18.3381679Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.006s) 2022-09-27T15:47:18.3408379Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.3728980Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.032s) 2022-09-27T15:47:18.4175450Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.045s) 2022-09-27T15:47:18.4215143Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.4259658Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.4299195Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:285: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:18.4299958Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:47:18.4305782Z ok (0.005s) 2022-09-27T15:47:18.4339125Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.4379948Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:188: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:18.4380679Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:47:18.4386830Z ok (0.005s) 2022-09-27T15:47:18.4419831Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.4458700Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:47:18.4481293Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:18.4507944Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.4532314Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:18.4639901Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.011s) 2022-09-27T15:47:18.4739413Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.010s) 2022-09-27T15:47:18.4770194Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:18.4805954Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.4831863Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.4885628Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.4896169Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:18.4946872Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.4974560Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.5001486Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.5028619Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.5052283Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.5076297Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.5100574Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.5124610Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.5148805Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.5573090Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.5994538Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.6421851Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:18.6432592Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:18.6865227Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:18.7292436Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:18.7717085Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.8139163Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.8559537Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.8978538Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.9396988Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:18.9820591Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:19.0245107Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:47:19.0966054Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:47:19.1547677Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:47:19.2226297Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:47:19.2237712Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:19.2946921Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:47:19.3927246Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:47:19.4565440Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:47:19.5199035Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:47:19.5814020Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:47:19.6428876Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:47:19.7043055Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:47:19.7746034Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:47:19.8340484Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:47:19.8526827Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:19.8678119Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:19.8903828Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:19.9132832Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:19.9322176Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:19.9505443Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:19.9694626Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:19.9841676Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:19.9987940Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:20.0134390Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:20.0279065Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:20.0425161Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:20.0557287Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:20.0690939Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:20.0824705Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:20.0959561Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:20.1094968Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:20.1231383Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:20.1487219Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:20.1714488Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:20.2015696Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:47:20.2352559Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:47:20.2608183Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:47:20.2856941Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:20.3089930Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:20.3314378Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:20.3543942Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:20.4093045Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:47:20.4326912Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:20.4558086Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:20.7135466Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.258s) 2022-09-27T15:47:20.9844671Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-09-27T15:47:21.2558544Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-09-27T15:47:21.5406034Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.285s) 2022-09-27T15:47:21.7956503Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.255s) 2022-09-27T15:47:22.0450663Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-09-27T15:47:22.2888267Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-09-27T15:47:22.5436632Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.255s) 2022-09-27T15:47:22.7883285Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:47:23.0333342Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:47:23.0506787Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:23.0674553Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:23.0882975Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:47:23.1036867Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:23.1198700Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:23.1328631Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.1531223Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:23.1735969Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:23.1899945Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:23.2064214Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:23.2217653Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:23.2351577Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.2484820Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.2617854Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.2751934Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.2886636Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.3019775Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.3154573Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.3332283Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:23.3464253Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.3594620Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.3725630Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:23.3746353Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:47:23.3747108Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:47:23.5752077Z ok (0.202s) 2022-09-27T15:47:23.7843391Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.209s) 2022-09-27T15:47:24.0031536Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-09-27T15:47:24.2037005Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:47:24.4045865Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-09-27T15:47:24.6101290Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-09-27T15:47:24.8108532Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-09-27T15:47:25.0090088Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:47:25.2080221Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-09-27T15:47:25.4102942Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-09-27T15:47:25.6081771Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:47:25.6265707Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:25.6484063Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:25.6704580Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:25.6882979Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:25.7063879Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:25.7541804Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:47:25.7745269Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:25.7891003Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:25.8034631Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:25.8176853Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:25.8319048Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:25.8449361Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:25.8580676Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:25.8711962Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:25.8842535Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:25.8972406Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:25.9102906Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:26.3674395Z test_schema_correctness__masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.457s) 2022-09-27T15:47:26.8455351Z test_schema_correctness__masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.478s) 2022-09-27T15:47:27.3051768Z test_schema_correctness__masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.460s) 2022-09-27T15:47:27.7441896Z test_schema_correctness__masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.439s) 2022-09-27T15:47:28.1782211Z test_schema_correctness__masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.434s) 2022-09-27T15:47:28.5753488Z test_schema_correctness__masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.397s) 2022-09-27T15:47:28.9692679Z test_schema_correctness__masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.394s) 2022-09-27T15:47:29.3733335Z test_schema_correctness__masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.404s) 2022-09-27T15:47:29.7700567Z test_schema_correctness__masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.397s) 2022-09-27T15:47:30.2263093Z test_schema_correctness__masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-09-27T15:47:30.6820616Z test_schema_correctness__masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-09-27T15:47:31.1709157Z test_schema_correctness__masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.489s) 2022-09-27T15:47:31.6067132Z test_schema_correctness__masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.436s) 2022-09-27T15:47:32.0040980Z test_schema_correctness__masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.397s) 2022-09-27T15:47:32.3990568Z test_schema_correctness__masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.395s) 2022-09-27T15:47:32.7982549Z test_schema_correctness__masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.399s) 2022-09-27T15:47:33.1958702Z test_schema_correctness__masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.398s) 2022-09-27T15:47:33.5912107Z test_schema_correctness__masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.395s) 2022-09-27T15:47:33.8811480Z test_schema_correctness__masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-09-27T15:47:34.1761889Z test_schema_correctness__masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.295s) 2022-09-27T15:47:34.4819178Z test_schema_correctness__masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-09-27T15:47:34.7614851Z test_schema_correctness__masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.279s) 2022-09-27T15:47:35.0061453Z test_schema_correctness__masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:47:35.2507027Z test_schema_correctness__masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:47:35.4293165Z test_schema_correctness__masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:47:35.6699305Z test_schema_correctness__masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-09-27T15:47:35.9129936Z test_schema_correctness__masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-09-27T15:47:36.2021155Z test_schema_correctness__masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-09-27T15:47:36.4925925Z test_schema_correctness__masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-09-27T15:47:36.7816633Z test_schema_correctness__masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-09-27T15:47:37.0596647Z test_schema_correctness__masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.278s) 2022-09-27T15:47:37.3056735Z test_schema_correctness__masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:47:37.5538312Z test_schema_correctness__masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-09-27T15:47:37.7312668Z test_schema_correctness__masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:47:37.9708022Z test_schema_correctness__masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-09-27T15:47:38.2133525Z test_schema_correctness__masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.242s) 2022-09-27T15:47:38.2673825Z test_schema_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:47:38.3280144Z test_schema_correctness__masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:47:38.3850205Z test_schema_correctness__masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:47:38.4380704Z test_schema_correctness__masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:47:38.4896567Z test_schema_correctness__masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:38.5465158Z test_schema_correctness__masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:47:38.5994969Z test_schema_correctness__masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:47:38.6519861Z test_schema_correctness__masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:47:38.7089789Z test_schema_correctness__masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:47:38.7611359Z test_schema_correctness__masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:47:38.8148409Z test_schema_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:47:38.8721732Z test_schema_correctness__masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:47:38.9336349Z test_schema_correctness__masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:47:38.9869428Z test_schema_correctness__masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:47:39.0381746Z test_schema_correctness__masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:39.0992775Z test_schema_correctness__masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:47:39.1507667Z test_schema_correctness__masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:39.2030166Z test_schema_correctness__masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:47:39.2557416Z test_schema_correctness__masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:47:39.3111062Z test_schema_correctness__masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:47:39.3711850Z test_schema_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:47:39.4317350Z test_schema_correctness__masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:47:39.4919038Z test_schema_correctness__masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:47:39.5771849Z test_schema_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-09-27T15:47:39.6835401Z test_schema_correctness__masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:47:39.7654607Z test_schema_correctness__masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:47:40.2397009Z test_schema_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.474s) 2022-09-27T15:47:40.7194440Z test_schema_correctness__masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.480s) 2022-09-27T15:47:41.1800173Z test_schema_correctness__masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.461s) 2022-09-27T15:47:41.7076255Z test_schema_correctness__masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.527s) 2022-09-27T15:47:42.2384979Z test_schema_correctness__masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.531s) 2022-09-27T15:47:42.7668033Z test_schema_correctness__masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.528s) 2022-09-27T15:47:43.2933888Z test_schema_correctness__masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.526s) 2022-09-27T15:47:43.8177087Z test_schema_correctness__masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.524s) 2022-09-27T15:47:46.0387683Z test_schema_correctness__masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.221s) 2022-09-27T15:47:47.9121306Z test_schema_correctness__masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.873s) 2022-09-27T15:47:49.8016676Z test_schema_correctness__masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.889s) 2022-09-27T15:47:51.6940788Z test_schema_correctness__masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.892s) 2022-09-27T15:47:53.9117863Z test_schema_correctness__masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.218s) 2022-09-27T15:47:56.1718091Z test_schema_correctness__masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.260s) 2022-09-27T15:47:58.3640392Z test_schema_correctness__masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.192s) 2022-09-27T15:48:00.2378573Z test_schema_correctness__masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.874s) 2022-09-27T15:48:02.1258279Z test_schema_correctness__masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.888s) 2022-09-27T15:48:04.0071622Z test_schema_correctness__masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.881s) 2022-09-27T15:48:05.8820902Z test_schema_correctness__masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.875s) 2022-09-27T15:48:07.8196660Z test_schema_correctness__masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.938s) 2022-09-27T15:48:07.8815682Z test_schema_correctness__masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:48:07.9440327Z test_schema_correctness__masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:48:08.0072964Z test_schema_correctness__masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:48:10.4534730Z test_schema_correctness__masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.446s) 2022-09-27T15:48:12.8859961Z test_schema_correctness__masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.432s) 2022-09-27T15:48:15.3255905Z test_schema_correctness__masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.439s) 2022-09-27T15:48:17.6771404Z test_schema_correctness__masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.351s) 2022-09-27T15:48:18.8942883Z test_schema_correctness__masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.217s) 2022-09-27T15:48:20.1229563Z test_schema_correctness__masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.229s) 2022-09-27T15:48:21.3746711Z test_schema_correctness__masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.252s) 2022-09-27T15:48:22.6079760Z test_schema_correctness__masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.233s) 2022-09-27T15:48:23.8271809Z test_schema_correctness__masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.219s) 2022-09-27T15:48:25.0453373Z test_schema_correctness__masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.218s) 2022-09-27T15:48:25.5271693Z test_schema_correctness__masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.482s) 2022-09-27T15:48:25.9182902Z test_schema_correctness__masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.391s) 2022-09-27T15:48:26.3191273Z test_schema_correctness__masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.401s) 2022-09-27T15:48:26.7856409Z test_schema_correctness__masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.466s) 2022-09-27T15:48:27.2019535Z test_schema_correctness__masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-09-27T15:48:27.6857489Z test_schema_correctness__masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.484s) 2022-09-27T15:48:28.1684208Z test_schema_correctness__masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.483s) 2022-09-27T15:48:28.5448241Z test_schema_correctness__masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.376s) 2022-09-27T15:48:29.0253173Z test_schema_correctness__masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.480s) 2022-09-27T15:48:29.5063469Z test_schema_correctness__masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.481s) 2022-09-27T15:48:29.5664700Z test_schema_correctness__masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:29.6263812Z test_schema_correctness__masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:29.6875283Z test_schema_correctness__masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:48:29.7601593Z test_schema_correctness__masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:48:29.8328245Z test_schema_correctness__masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:48:29.9060056Z test_schema_correctness__masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:48:45.1902465Z test_schema_correctness__masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.284s) 2022-09-27T15:48:45.1908098Z test_schema_correctness__masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:48:45.1914220Z test_schema_correctness__masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:00.4985837Z test_schema_correctness__masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.307s) 2022-09-27T15:49:15.6355832Z test_schema_correctness__masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.137s) 2022-09-27T15:49:28.4538917Z test_schema_correctness__masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.818s) 2022-09-27T15:49:41.3124386Z test_schema_correctness__masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.858s) 2022-09-27T15:49:54.1405537Z test_schema_correctness__masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.828s) 2022-09-27T15:50:07.0075944Z test_schema_correctness__masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.867s) 2022-09-27T15:50:19.8270106Z test_schema_correctness__masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.819s) 2022-09-27T15:50:20.3057340Z test_schema_correctness__masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-09-27T15:50:20.7258364Z test_schema_correctness__masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.420s) 2022-09-27T15:50:21.1538086Z test_schema_correctness__masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.428s) 2022-09-27T15:50:21.5926673Z test_schema_correctness__masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.439s) 2022-09-27T15:50:22.0713013Z test_schema_correctness__masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-09-27T15:50:22.5565749Z test_schema_correctness__masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.485s) 2022-09-27T15:50:23.0207719Z test_schema_correctness__masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.464s) 2022-09-27T15:50:23.4354155Z test_schema_correctness__masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.415s) 2022-09-27T15:50:23.8512503Z test_schema_correctness__masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-09-27T15:50:24.2666944Z test_schema_correctness__masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.415s) 2022-09-27T15:50:24.6850098Z test_schema_correctness__masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.418s) 2022-09-27T15:50:25.1016953Z test_schema_correctness__masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-09-27T15:50:40.3005756Z test_schema_correctness__masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.199s) 2022-09-27T15:50:40.3010658Z test_schema_correctness__masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:50:40.3016638Z test_schema_correctness__masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:50:55.5078897Z test_schema_correctness__masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.206s) 2022-09-27T15:51:10.6945375Z test_schema_correctness__masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.187s) 2022-09-27T15:51:25.7217027Z test_schema_correctness__masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (15.027s) 2022-09-27T15:51:38.4408423Z test_schema_correctness__masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.719s) 2022-09-27T15:51:51.1462516Z test_schema_correctness__masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.705s) 2022-09-27T15:52:03.9286986Z test_schema_correctness__masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.782s) 2022-09-27T15:52:16.6981072Z test_schema_correctness__masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.769s) 2022-09-27T15:52:29.4455130Z test_schema_correctness__masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.747s) 2022-09-27T15:52:29.4483285Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:29.4514606Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:29.4525110Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:29.4553728Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:29.4578022Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4601825Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4625106Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4646247Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4667886Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4688937Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4710555Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4731422Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:29.4773674Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.4811626Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.4857341Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:29.4905305Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:29.5000828Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:29.5039693Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5076985Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5114099Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5151200Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5188475Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5225831Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5267313Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5302037Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:29.5347358Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5394155Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:29.5434081Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5472354Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5508255Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5544342Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5579912Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5615775Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5651574Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.5867972Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:29.6046912Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:29.6322199Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:29.6334316Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:29.6615268Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:29.6837348Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:29.7055813Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:29.7259861Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:29.7490202Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:29.7665647Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:29.7840881Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:29.8015512Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:29.8190130Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:29.8376126Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:29.8849856Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:29.9322999Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:29.9514439Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:29.9700261Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:29.9965194Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:30.0115364Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:30.0270330Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:30.0419643Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:30.0569605Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:30.0912441Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:30.1332379Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:30.1768627Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:30.2109480Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:30.2486862Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:30.2827824Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:30.3246357Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:30.3679495Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:30.4025657Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:30.4344687Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:30.4636125Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:30.4925719Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:30.5252582Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:30.5536391Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:30.5816889Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:30.5905648Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:30.5911858Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:30.5917889Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:30.6008134Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:30.6092148Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:30.6164457Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:30.6237085Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:30.6310779Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:30.6383793Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:30.6457358Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:30.6546497Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:30.6553061Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:30.6559655Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:30.6650695Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:30.6736253Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:30.6814132Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:30.6889187Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:30.6968759Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:30.7205331Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:30.7403082Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:30.7637497Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:30.7844562Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:30.8053467Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:30.8224658Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:30.8386535Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:30.8522130Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.8659009Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.8796515Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.8934608Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.9072858Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.9234392Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:30.9329165Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:30.9471365Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.9615412Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:30.9829965Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:30.9987929Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:31.0137543Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:31.0232412Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:31.0330448Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:31.0424288Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:31.0523261Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:31.0618003Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:31.0767695Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:31.0907844Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:31.0937675Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:52:31.0938211Z return self.op(*args, **kwargs) 2022-09-27T15:52:31.1074323Z ok (0.017s) 2022-09-27T15:52:31.1243027Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:31.1395735Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:31.1546084Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:31.1743218Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:31.1886519Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:31.2027115Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:31.2171526Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:31.2312237Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:31.2449683Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:31.2984248Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:52:31.3663076Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:52:31.4292969Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:31.4831833Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:31.5361885Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:52:31.5899449Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:31.7263216Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:31.8628740Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:31.9991344Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:32.1423736Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:52:32.2767461Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-09-27T15:52:32.4120693Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:32.5469231Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:32.6818493Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:32.8181956Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:32.9611923Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:52:33.0975003Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:33.2325923Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:33.3687692Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:33.5044612Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:33.6459997Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:52:33.7814361Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:33.9171948Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:34.0537121Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:34.1887958Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:34.3245199Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:52:34.3394578Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:34.3395468Z return self.op(*args, **kwargs) 2022-09-27T15:52:34.3395651Z ok (0.015s) 2022-09-27T15:52:34.3490133Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:34.3581189Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:34.3662199Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:34.3742244Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:34.3821644Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:34.3901217Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:34.3980250Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:34.4004373Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4025154Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4054002Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:34.4082028Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:34.4105674Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4128552Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4151134Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4171663Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4192314Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4213297Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4234014Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4254450Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:34.4404273Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:34.4539177Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:34.4695496Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:34.4856278Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:34.5055524Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:34.5200400Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.5336830Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.5474982Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.5612727Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.5750352Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.5888509Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.6024462Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:34.8025066Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:52:34.9980991Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.195s) 2022-09-27T15:52:35.1958129Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:52:35.4019901Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-09-27T15:52:35.5981863Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-09-27T15:52:35.7997984Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-09-27T15:52:35.9959184Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-09-27T15:52:36.2111847Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:52:36.3999961Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-09-27T15:52:36.4171680Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:36.4334506Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:36.4542856Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:36.4688462Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.4835025Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.4981301Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.5127908Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.5273802Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.5420600Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.5575250Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.5729747Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.5883268Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.6079317Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:36.6224409Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:36.6370146Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.6516198Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.6662880Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.6812575Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.7439971Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:36.8059723Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:36.8711101Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:52:36.9356413Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:36.9994663Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:37.0670687Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:52:37.1310351Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:37.1938892Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:37.2574162Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:37.3161625Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:37.3239684Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.3304059Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.3383113Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.3463468Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.3533441Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:37.3603059Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:37.3668892Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:37.3732352Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.3795705Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.3859139Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.3922572Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.3986109Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.4082677Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:37.4167853Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.4273370Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:37.4284013Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:37.4390589Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:37.4538918Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:37.4633667Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.4724669Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.4810839Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.4897259Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.4982753Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.5068465Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.5153768Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.5280999Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:37.5388475Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:37.5533989Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:37.5544823Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:37.5693724Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:37.5818744Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:37.5943027Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:37.6062278Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:37.6174221Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:37.6284701Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:37.6440422Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:37.6548959Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:37.6656814Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:37.6682155Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6704663Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6732850Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.6760641Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.6785581Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6809785Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6832529Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6854825Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6877351Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6899862Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6922640Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6947882Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6970050Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.6999349Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.7027473Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.7051687Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7075948Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7097870Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7119896Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7142098Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7164731Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7187019Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.7361711Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:37.7503987Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.7678529Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:37.7842320Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:37.7987353Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.8130945Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.8272716Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.8414168Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.8556379Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.8583124Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.8605763Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8635086Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.8663074Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.8688254Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8713266Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8735994Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8758825Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8781620Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8804324Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8827269Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8852247Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8874460Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.8903116Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.8931422Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:37.8955679Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.9027500Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:37.9049300Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.9071148Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.9092926Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.9114720Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.9136339Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:37.9195167Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.9235389Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.9314130Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.9325384Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:37.9404239Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.9463001Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.9520597Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.9577825Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.9618620Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.9659664Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.9700460Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.9741467Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.9782375Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.9861602Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.9922743Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.0023584Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.0035026Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:38.0134465Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.0212853Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:38.0291233Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:38.0367415Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:38.0427856Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.0487905Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.0548723Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.0608529Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.0669117Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.0785942Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:38.0883061Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.1023009Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:38.1034675Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:38.1173859Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:38.1289821Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:38.1447342Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:38.1556308Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:38.1652857Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.1749701Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.1847975Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.1945918Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.2044760Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.2237395Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:38.2243989Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:38.2250630Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:38.2445499Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:38.2622450Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:38.2774087Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:38.2925414Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:38.3076408Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:38.3226307Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:38.3419256Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:38.3529135Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:38.3594755Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:38.3657078Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.4025316Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:38.5095093Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:52:38.6188943Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:38.6199491Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:38.7299823Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:38.8391136Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:38.9477458Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:39.0561461Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:39.1644951Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:39.2781481Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:39.3881401Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:39.4969498Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:39.6048608Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:39.6274198Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:39.6481099Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:39.6683922Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:39.6887391Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:39.7090192Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:39.7274029Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:39.7410233Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:39.7545608Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:39.7681717Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:39.7815078Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.7949052Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.8084487Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.8218508Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.8351398Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.8484068Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.8618865Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.8655112Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:39.8690864Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:39.8726320Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:39.8761964Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:39.8797388Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:39.8832144Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:39.8967271Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.9103042Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:39.9238141Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.9374903Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:39.9547119Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:39.9678689Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.9813503Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.9946894Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0080061Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0212841Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0346058Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0478238Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0611780Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0746123Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.0882463Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:40.1017640Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.1152822Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.1251783Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:40.1327611Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:40.1444950Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:40.1455503Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:40.1675466Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:40.1771647Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:40.1867497Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:40.1954490Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:40.2032725Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:40.2109888Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:40.2186945Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:40.2264367Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:40.2453013Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:40.2487317Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2530311Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:40.2571573Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:40.2605679Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2639323Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2668108Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2696890Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2725540Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2753772Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.2782087Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.3876314Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:40.4238277Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:40.5343121Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:40.5355855Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:40.6458157Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:40.7546364Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:40.8641798Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:40.9729866Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:41.0817487Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:41.1905889Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:41.3041625Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:41.4127565Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:41.5216097Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:41.5230202Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:41.5308588Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:41.5374212Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.5454408Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:41.5533909Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:41.5602587Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:41.5670511Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:41.5735360Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.5796228Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.5857089Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.5917898Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.5978734Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.6039141Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:41.6536981Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:41.7025615Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:41.7541589Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:41.8061248Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:41.8612683Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:41.9112671Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:41.9609465Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:42.0103067Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:42.0593919Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:42.1084728Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:42.1574449Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:42.2064121Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:42.2546732Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:42.3017303Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:42.3545449Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:52:42.3976336Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:42.4359707Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:42.4754592Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:42.5441962Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:52:42.5829781Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:42.6214969Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:42.7298150Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:42.8376795Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:42.9478943Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:43.0635286Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:52:43.1724992Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:43.2813690Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:43.3899988Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:43.4978064Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:43.6066649Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:43.7147674Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:43.8230176Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:43.8589801Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:43.9730999Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:44.0917222Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:52:44.2053151Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:44.3197670Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:44.4328036Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:44.5456345Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:44.6581534Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:44.7733053Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:52:44.8920396Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:52:45.0050895Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:45.1188932Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:45.2324056Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:45.2477267Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:45.2597514Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:45.2769427Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:45.2781266Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.2952768Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:45.3091652Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:45.3227373Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:45.3354429Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:45.3469525Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:45.3584816Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:45.3807622Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:45.3920622Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:45.4034995Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:46.0653138Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.662s) 2022-09-27T15:52:46.6789792Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.614s) 2022-09-27T15:52:46.6816777Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:46.6841714Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.6865513Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.6886769Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.6908090Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.6929194Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.6950313Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.6971384Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:46.7001276Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:52:46.7002377Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:52:46.8433274Z ok (0.146s) 2022-09-27T15:52:46.9823970Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:52:47.1239281Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:52:47.1251881Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:47.2666020Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:52:47.4065312Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T15:52:47.5462866Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T15:52:47.6856517Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:52:47.8245055Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:52:47.9645417Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T15:52:48.1096149Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:52:48.2482041Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T15:52:48.3869353Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:52:48.4958263Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:48.6034351Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:52:48.7131924Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:48.7144658Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:48.8249152Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:48.9343917Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:49.0440766Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:49.1529744Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:49.2670776Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:49.3748507Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:49.4824377Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:49.5184013Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:49.6260197Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:49.6331204Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:52:49.6332055Z L = torch.cholesky(A) 2022-09-27T15:52:49.6332349Z should be replaced with 2022-09-27T15:52:49.6332682Z L = torch.linalg.cholesky(A) 2022-09-27T15:52:49.6332979Z and 2022-09-27T15:52:49.6333266Z U = torch.cholesky(A, upper=True) 2022-09-27T15:52:49.6333555Z should be replaced with 2022-09-27T15:52:49.6333843Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:52:49.6334481Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:52:49.6335274Z return self.op(*args, **kwargs) 2022-09-27T15:52:49.6484949Z ok (0.022s) 2022-09-27T15:52:49.6690358Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:49.6869500Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:49.7038736Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:49.7227151Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:49.7399299Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:49.7632048Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:49.7786363Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:49.8068318Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:49.8353173Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:49.8595879Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:49.8823332Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:49.8883684Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:49.8936356Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:49.9003161Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:49.9013290Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:49.9080428Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:49.9139320Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:49.9197614Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:49.9254266Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:49.9306721Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:49.9359584Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:49.9412233Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:49.9464987Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:49.9517589Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:49.9647232Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:49.9777072Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.0124065Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:50.0228561Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.0329434Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.0430386Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.0531177Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.0631129Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.0798959Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:50.0930483Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.1097711Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:50.1262093Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:50.1417014Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:50.1550465Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.1683803Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.1816955Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.1949177Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.2082399Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.2248354Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:50.2380939Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.2594427Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:50.2759152Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:50.2916996Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:50.3054464Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:50.3187960Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.3325052Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:50.3457405Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:50.3594892Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:50.3629161Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3661336Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3702784Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:50.3712543Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:50.3751720Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:50.3785925Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3819419Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3852632Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3882691Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3912458Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3942445Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.3972513Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.4002531Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:50.4094600Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:50.4174739Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:50.4277394Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.4287650Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:50.4393403Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.4483043Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:50.4571767Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:50.4656368Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:50.4736265Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:50.4816084Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:50.4895461Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:50.5096055Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:50.5175550Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:51.3601747Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.842s) 2022-09-27T15:52:52.1986976Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.839s) 2022-09-27T15:52:53.0452104Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.846s) 2022-09-27T15:52:53.8987600Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.853s) 2022-09-27T15:52:54.7563832Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.858s) 2022-09-27T15:52:55.6310127Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.875s) 2022-09-27T15:52:56.4604440Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.829s) 2022-09-27T15:52:57.3016230Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.841s) 2022-09-27T15:52:58.1373548Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.836s) 2022-09-27T15:52:58.9749995Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.838s) 2022-09-27T15:52:59.8191605Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.844s) 2022-09-27T15:53:00.6540816Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.835s) 2022-09-27T15:53:00.6714780Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:00.6885951Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:00.7048018Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:00.7068863Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:00.7082501Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7133594Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:00.7144444Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7195387Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:00.7214334Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:00.7233110Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:00.7251871Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:00.7266059Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7279657Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7293119Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7306952Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7320554Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7335693Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7348418Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7379400Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:00.7390351Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7418200Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:00.7432982Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7447704Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7462773Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7475200Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7487671Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7500162Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7512614Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.7525204Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:00.8370176Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:53:00.8998165Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:53:00.9854728Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:53:01.0768603Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:53:01.1499928Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:53:01.2288036Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:53:01.2985991Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:53:01.3619764Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:53:01.4309406Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:01.4945086Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:53:01.5597325Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:01.6288817Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:01.6306676Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:01.6319824Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6340218Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:01.6350911Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6370895Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:01.6387354Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:01.6403660Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:01.6419683Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:01.6432903Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6446028Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6459137Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6472388Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6485784Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:01.6656609Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:01.6794757Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:01.6963719Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:01.7129296Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:01.7284917Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:01.7425785Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:01.7569198Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:01.7713313Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:01.7856182Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:01.7998300Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:02.2373642Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-09-27T15:53:02.2380203Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:02.2387307Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:02.6712074Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.432s) 2022-09-27T15:53:03.0941711Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-09-27T15:53:03.5242871Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-09-27T15:53:03.9494014Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.425s) 2022-09-27T15:53:04.3785242Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.429s) 2022-09-27T15:53:04.8004715Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.422s) 2022-09-27T15:53:05.2322723Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.432s) 2022-09-27T15:53:05.2366920Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:05.2406837Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2455610Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:05.2504209Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:05.2547034Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2587740Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2625584Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2664672Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2702328Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2740198Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2778130Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2820595Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2857464Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.2903819Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:05.2950908Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:05.2992080Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3031389Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3068350Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3105399Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3142000Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3179015Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3216245Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:05.3674752Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:53:05.4114759Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:05.4581782Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:05.5121533Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:05.5574860Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:05.6026908Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:05.6467551Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:05.6917179Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:05.7363676Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:05.7807922Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:05.8253903Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:05.8805735Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:53:12.5725793Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.692s) 2022-09-27T15:53:12.5731806Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:12.5737842Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:19.2440678Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.670s) 2022-09-27T15:53:25.8705470Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.626s) 2022-09-27T15:53:32.5166053Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.646s) 2022-09-27T15:53:39.1948823Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.678s) 2022-09-27T15:53:45.8681597Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.673s) 2022-09-27T15:53:52.5244335Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.656s) 2022-09-27T15:53:59.2160432Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.692s) 2022-09-27T15:53:59.2238497Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:59.2324415Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:59.2408750Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:59.2476317Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.2539605Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.2596292Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.2653781Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.2711279Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.2768597Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.2825486Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.2875559Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.2916730Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.2964311Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.3009930Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.3051862Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3093884Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3135795Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3177602Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3219401Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3269556Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.3311027Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3358253Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.3404180Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.3445781Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3487789Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3529647Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3571616Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3613280Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:59.3760886Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:59.3933320Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:59.4168554Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:59.4311854Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:59.4448610Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:59.4574221Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.4701343Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.4827369Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.4954095Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.5081191Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.5143473Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5218138Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.5292551Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.5355334Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5416491Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5471828Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5528851Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5585191Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5642756Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.5700735Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.6626901Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:53:59.7611665Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:53:59.8562847Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:53:59.9484246Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:54:00.0348237Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:54:00.1186162Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:54:00.2089135Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:54:00.2939050Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-09-27T15:54:00.3853237Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:54:00.4772461Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:54:00.4821412Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.4858444Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.4899754Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.4940361Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.4978495Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.5014366Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.5050940Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.5090765Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.5128497Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.5165259Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.5330310Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:00.5490250Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:00.5671858Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:00.5860161Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:00.6032662Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:00.6195712Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:00.6366283Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:00.6583889Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:00.6745567Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:00.6906703Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:00.7066517Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:00.7293642Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:00.7490341Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:00.7746226Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:00.7766816Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:00.8023868Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:00.8290911Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:00.8507760Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:00.8717569Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:00.8909248Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:00.9101328Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:00.9293575Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:00.9488891Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:00.9732382Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:00.9853564Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:00.9963122Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0092348Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:01.0223873Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:01.0339164Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0448052Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0554759Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0661311Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0767904Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0875070Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.0982091Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:01.1211640Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:01.1457649Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:01.1715932Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:01.1726350Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:01.1989133Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:01.2217551Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:01.2443019Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:01.2661659Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:01.2862540Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:01.3110794Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:01.3309289Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:01.3508839Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:01.3712878Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:01.4056137Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:01.4338670Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:01.4732189Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:01.5075611Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:01.5402912Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:01.5694285Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:01.5980496Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:01.6311516Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:01.6595527Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:01.6887356Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:02.4790131Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.790s) 2022-09-27T15:54:03.2154924Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.736s) 2022-09-27T15:54:04.0499153Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.834s) 2022-09-27T15:54:04.9094935Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.859s) 2022-09-27T15:54:05.6915917Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.782s) 2022-09-27T15:54:06.4695260Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.778s) 2022-09-27T15:54:07.1992307Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.730s) 2022-09-27T15:54:07.9552135Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.756s) 2022-09-27T15:54:08.7096584Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.754s) 2022-09-27T15:54:09.4592332Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.750s) 2022-09-27T15:54:10.2105367Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.751s) 2022-09-27T15:54:10.9605012Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.750s) 2022-09-27T15:54:10.9647763Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9684444Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9724896Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9764080Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9800759Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9837526Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9874234Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9910713Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.9947179Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:11.0937488Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:54:11.2100734Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:54:11.3654952Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:54:11.4606249Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:54:11.5543710Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:54:11.6469817Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:54:11.6676234Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:11.6881781Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:11.7084989Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:11.7278996Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:11.7455340Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:11.7630559Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:11.7801082Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:11.7974181Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:11.8147413Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:11.8388804Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:11.8551131Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:11.8784545Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:11.9020302Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:11.9210880Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:11.9397949Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:11.9577716Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:11.9741026Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:11.9905949Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:12.0066375Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:12.0229776Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:12.0393455Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:12.0598226Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:12.0805323Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:12.1011624Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:12.1262518Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:12.1440339Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:12.1614579Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:12.1783092Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:12.1954523Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:12.2126626Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:12.2155634Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:12.2162741Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:12.2168933Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:12.2198345Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:12.2225069Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:12.2249418Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:12.2273764Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:12.2298158Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:12.2323045Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:12.2347419Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:12.3432902Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:12.4520873Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:12.5629190Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:54:12.5640867Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:12.6752270Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:54:12.7853408Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:12.9063818Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:54:12.9432873Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:13.0516994Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:13.1601709Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:13.2687694Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:13.3773009Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:13.4863655Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:13.4987580Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:13.5088063Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:13.5200132Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:13.5211281Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:13.5324988Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:13.5481451Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:13.5578150Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:13.5674873Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:13.5766256Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:13.5857301Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:13.5953102Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:13.6045827Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:13.6141776Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:13.6285659Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:13.6416699Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.6575236Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:13.6586543Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:13.6752619Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:13.6898649Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:13.7040387Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:13.7225653Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:13.7361030Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.7490929Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.7625257Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.7757061Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.7892511Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.8831765Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:54:13.9858081Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:54:14.0873740Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:54:14.1861269Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:54:14.2742125Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:54:14.3738350Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:54:14.4721624Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:54:14.5654172Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:54:14.6658657Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T15:54:14.7587205Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:54:14.8141958Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:14.8687916Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:14.9234676Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:14.9245898Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.9849099Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:54:15.0394069Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.0939557Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.1484221Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.2028832Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.2573978Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.3118017Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.3662213Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:15.4211047Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:15.4843930Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:15.5391967Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:15.5968745Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:15.5980113Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:15.6568362Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:54:15.7132902Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:54:15.7698958Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:15.8262163Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:54:15.8813111Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:15.9362951Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:15.9965027Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:54:16.0515272Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:16.1062894Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:16.1257788Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:16.1406855Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:16.1632541Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:16.1644475Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:16.1874479Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:16.2057578Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:16.2237996Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:16.2406916Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:16.2554772Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:16.2703386Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:16.2850553Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:16.3053986Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:16.3201489Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:16.3339609Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:16.3454940Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:16.3615868Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:16.3781067Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:16.3915412Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:16.4048536Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:16.4171771Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:16.4285846Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:16.4399523Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:16.4512732Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:16.4626237Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:16.4740124Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:16.4766231Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.4788813Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4813479Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4837924Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4860133Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4882447Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4904919Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4927205Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4949832Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.4993538Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5031310Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5072768Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5112292Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5149671Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5186964Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5223910Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5260899Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5298320Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5322623Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5344850Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5369191Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5392734Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5414874Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5436943Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5458944Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5538465Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:16.5560031Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:16.5601340Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5636196Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.5676392Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5715842Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5753484Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.5788654Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.5823730Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.5858306Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.5893038Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.5928164Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:16.5968709Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6005257Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6051331Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:16.6097853Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:16.6138569Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6177642Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6214650Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6251140Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6287965Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6324647Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6361289Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:16.6818781Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:54:16.7266404Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:16.7736015Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:16.8199727Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:54:16.8652459Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:16.9100294Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:16.9551682Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:16.9995853Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:17.0436440Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:17.0874816Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:17.1315523Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:17.1755039Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:17.2195228Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:17.2612773Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:17.3070913Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:54:17.3585025Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:54:17.4012397Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:17.4440637Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:17.4863318Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:17.5277294Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:17.5692069Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:17.6106301Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:17.6522218Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:17.6939648Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:17.6967160Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:17.6990803Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:17.7016979Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:17.7042136Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:17.7064780Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:17.7087327Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:17.7110231Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:17.7132510Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:17.7155281Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:18.3690821Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.653s) 2022-09-27T15:54:19.0241416Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.655s) 2022-09-27T15:54:19.6715728Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.647s) 2022-09-27T15:54:20.3113449Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.640s) 2022-09-27T15:54:20.9542845Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.643s) 2022-09-27T15:54:21.6173452Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.663s) 2022-09-27T15:54:22.2574145Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.640s) 2022-09-27T15:54:22.8971472Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.640s) 2022-09-27T15:54:23.5423623Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.645s) 2022-09-27T15:54:24.1819842Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.640s) 2022-09-27T15:54:24.8190256Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.637s) 2022-09-27T15:54:24.8451466Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:24.8632989Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:24.8812244Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:24.9114296Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:24.9365168Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:24.9606965Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:24.9853532Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:25.0102147Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:25.0400167Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:25.0640746Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:25.0881328Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:25.1049930Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:25.1218196Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:25.1366348Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:25.1509107Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:25.1750536Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:25.2048428Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:25.2289001Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:25.2536575Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:25.2783938Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:25.3097027Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:25.3365282Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:25.3577861Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:25.3896099Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:25.4211528Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:25.4517305Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:25.4875575Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:25.5177967Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:25.5481689Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:25.5788925Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:25.5881244Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:25.5961626Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6065942Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:25.6076922Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.6182386Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:25.6275873Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:25.6367497Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:25.6500447Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:25.6580700Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6659913Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6739264Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6818657Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6898122Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6904007Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6909901Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6915815Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6921656Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6928538Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6935173Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6942024Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6948901Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6955756Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.6962412Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.7355523Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:25.7362475Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.7369630Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:25.7776910Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:25.8217393Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:25.8597816Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:25.8984468Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:25.9370860Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:25.9808661Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:26.0194834Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:26.0201400Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0208063Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0214645Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0221206Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0228629Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0234808Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0241433Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0247370Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0253627Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0259251Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:26.0507344Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:26.0692371Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.0874363Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.1139932Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:26.1446260Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:26.1693190Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:26.1935037Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:26.2184108Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:26.2430282Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:26.2740151Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:26.3051088Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:26.3223079Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:26.3396735Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:26.3621505Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:26.3832476Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:26.4140765Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:26.4489567Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:26.4791054Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:26.5092481Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:26.5396623Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:26.5742338Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:26.5952106Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:26.6160800Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:26.6474758Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:26.6792701Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:26.7108869Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:26.7460600Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:26.7764955Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:26.8065562Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:26.8365630Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:26.8460299Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:26.8540358Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.8690328Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:26.8700809Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:26.8808655Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:26.8899144Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:26.8991731Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:26.9077111Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.9157233Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.9240687Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.9320523Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.9400016Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.9479484Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:26.9845724Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:27.0131394Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:27.0408035Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:27.0811652Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:27.1173440Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:27.1533119Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:27.1894453Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:27.2309760Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:27.2609770Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:27.2818532Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:27.3022135Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:27.3322210Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:27.3666480Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:27.3974303Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:27.4281938Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:27.4585165Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:27.5038421Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:27.5340570Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:27.5634117Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:27.6042566Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:27.6496781Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:27.6902516Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:27.7307629Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:27.7719302Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:27.8022938Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:27.8203276Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:27.8382257Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:27.8638656Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:27.8893453Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:27.9140192Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:27.9437673Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:27.9685610Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:27.9933278Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:28.0181233Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:28.0421557Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:28.0583672Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:28.0787793Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:28.1039098Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:28.1287045Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:28.1525532Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:28.1763862Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:28.2002134Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:28.2283671Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:28.2522726Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:28.2825934Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:28.3038434Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:28.3250780Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:28.3681783Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:28.3992974Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:28.4293936Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:28.4602808Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:28.4982496Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:28.5286743Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:28.5587970Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:28.5821940Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.5975504Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:28.6123761Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:28.6403354Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:28.6631556Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.6860719Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.7090708Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.7322146Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.7556286Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.7743068Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:28.7878246Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:28.8109348Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.8340659Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.8572437Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.8803388Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:28.9080000Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:28.9368033Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:28.9552423Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:28.9729930Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:29.0018455Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:29.0308318Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:29.0646172Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:29.0936543Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:29.1229161Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:29.1306125Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:29.1373043Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.1453027Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:29.1463702Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.1544896Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:29.1616803Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.1688875Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.1756674Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.1823847Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.1936061Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.2003483Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.2070377Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.2137080Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.2213443Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:29.2278261Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:29.2366474Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:29.2376556Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.2465127Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:29.2540511Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.2614699Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.2686832Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:29.2750468Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:29.2814257Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:29.2877766Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:29.2941979Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:29.3006431Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:29.3593982Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:54:29.4163545Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:29.4782771Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:29.5409706Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:29.6018491Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:29.6663905Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:54:29.7251310Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:54:29.7823717Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:29.8394560Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:29.8965423Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:29.9535935Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:30.0105548Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:30.0146602Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0181809Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0226929Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0271023Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0310044Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0348113Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0385196Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0419197Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0453572Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0487834Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0521654Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0555826Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0594171Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0628901Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0671860Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0715012Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0753103Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0790960Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0827261Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:30.0860751Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0894406Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0928345Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0962002Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.0996016Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:30.2082859Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:30.3204223Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:54:30.4306198Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:30.4318438Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:30.5419692Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:30.6516921Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:30.6892397Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:30.7989696Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:30.9073433Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:31.0158135Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:31.1245565Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:31.2333964Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:31.3487606Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:54:31.3929208Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:31.4315954Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:31.4529011Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:31.5061817Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:54:31.5497146Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:31.5912295Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:31.6074608Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:31.6504791Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:31.6900418Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:31.7294796Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:31.7724777Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:31.8106223Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:31.8131218Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8154547Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8176591Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8196740Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8216854Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8237089Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8257077Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8278224Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8469406Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:31.8662356Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:31.8853724Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:31.9033282Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:31.9194581Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:31.9353598Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:31.9508119Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:31.9711345Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:31.9869411Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.0037121Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:32.0168551Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.0335850Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:32.0502085Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.0656545Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:32.0794741Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:32.0928777Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.1063397Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.1196543Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.1332495Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:32.1500503Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:32.1633585Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.1801989Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:32.1967221Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.2122748Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:32.2310415Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:32.2445413Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.2579276Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.2713379Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.2846846Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:32.3037935Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:32.3231408Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:32.3419303Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:32.3597945Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:32.3756116Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.3913383Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.4066319Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:32.4222949Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.4379477Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:32.4420252Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4460092Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4499313Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4536827Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4580082Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4621761Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4663820Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.4703769Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.5339828Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:32.5904372Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:54:32.6510575Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:32.7125603Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:32.7722986Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:54:32.8320733Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:54:32.8905800Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:32.9549106Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:54:33.0137260Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:54:33.0712596Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:33.1283769Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:33.1854572Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:33.1974197Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:33.2074423Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:33.2191410Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:33.2309539Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:33.2418851Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:33.2527235Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:33.2630295Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:33.2729904Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:33.2876998Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:33.2973186Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:33.3068635Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:33.3163976Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:33.3300087Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:33.3435008Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.3569718Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.3704151Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.3838310Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.4005774Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:33.4138169Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.4305413Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:33.4470512Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:33.4625959Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:33.4761022Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.4895066Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.5029538Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.5282817Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:33.5416291Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:33.6041768Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:33.6689281Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:54:33.7234261Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:33.7758887Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:54:34.3182091Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.542s) 2022-09-27T15:54:34.8787289Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.560s) 2022-09-27T15:54:35.4645540Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.586s) 2022-09-27T15:54:36.0013299Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.537s) 2022-09-27T15:54:36.5386144Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.537s) 2022-09-27T15:54:37.0290932Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.490s) 2022-09-27T15:54:37.5680943Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.539s) 2022-09-27T15:54:38.0978298Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.530s) 2022-09-27T15:54:38.6393504Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.541s) 2022-09-27T15:54:39.1702354Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.531s) 2022-09-27T15:54:39.1877593Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:39.2017046Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:39.2241760Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:39.2410908Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:39.2569424Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:39.2705538Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:39.2840782Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:39.2976087Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:39.3111840Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:39.3247134Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:39.4334041Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:39.5411190Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:39.6512693Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:39.7616884Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:39.7988098Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:39.9081324Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:40.0228329Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:54:40.1313736Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:40.2402175Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:40.3496429Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:40.4577700Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:40.5658977Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:40.5844991Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:40.5981662Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:40.6152296Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:40.6320951Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:40.6478527Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:40.6617017Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:40.6804485Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:40.6937962Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:40.7070815Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:40.7204039Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:40.8569916Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:54:40.9924563Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:54:41.1181280Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T15:54:41.5551495Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-09-27T15:54:41.9192969Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-09-27T15:54:42.3452162Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-09-27T15:54:42.7370223Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.392s) 2022-09-27T15:54:42.7468966Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:42.7561112Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.7664053Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:42.7674196Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:42.7777446Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:42.7873816Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:42.7970152Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:42.8061788Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.8152732Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.8243827Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.8334495Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.8425160Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.8516252Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:42.8631818Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:42.8679817Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.8750581Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:42.8760730Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:42.8833520Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:42.8892334Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:42.8949954Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:42.9004005Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.9052278Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.9100643Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.9149356Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.9197400Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.9245951Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:42.9414479Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:42.9580545Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:42.9737308Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:42.9770096Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9797634Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9828023Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9856983Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9884531Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9911879Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9939252Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9966753Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:42.9994429Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:43.0164625Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:43.0333431Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:43.0501029Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:43.0657773Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:43.0826693Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:43.0996906Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:43.1165138Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:43.1322515Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:43.1449864Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:43.1461344Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:43.1543111Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.1773574Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:43.1908308Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:43.2176998Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:43.2189321Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:43.2459898Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:43.2692145Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:43.2920056Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:43.3136942Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:43.3336245Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:43.3580388Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:43.3775869Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:43.3971688Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:43.4168025Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:43.4249975Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.4318771Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.4411649Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:43.4507686Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.4589664Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.4671735Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.4750709Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.4823565Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.4896007Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.4968249Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5038731Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5109358Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5182287Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5242633Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:43.5325289Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.5407829Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.5477897Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5548606Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5616964Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.5730579Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:43.5789904Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:43.5849030Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:43.5908333Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:43.5967625Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:43.6083544Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:43.6182064Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.6311171Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:43.6321558Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:43.6454928Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:43.6568975Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:43.6681958Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:43.6790050Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:43.6890890Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.6991152Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.7091739Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.7191528Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.7292043Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.7332350Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:54:43.7333248Z return self.op(*args, **kwargs) 2022-09-27T15:54:43.8287893Z ok (0.099s) 2022-09-27T15:54:43.9164331Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:54:44.0102325Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:54:44.0939884Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:54:44.1697736Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:54:44.2504802Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-09-27T15:54:44.3254824Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:54:44.4076063Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:54:44.4822875Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:54:44.4884551Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.4939269Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:44.5005948Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:44.5016565Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.5084933Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:44.5150862Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:44.5213227Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.5274153Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.5330929Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.5387910Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.5444942Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.5728694Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:44.5787071Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.7070334Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:54:44.8368848Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:54:44.9672978Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:54:45.0961331Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:45.2245969Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:54:45.3529921Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:54:45.4812822Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:54:45.6102809Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:45.7394716Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:45.8684278Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:45.9786893Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:46.0876599Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:46.2036962Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:54:46.3147111Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:54:46.4242072Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:46.5334692Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:46.6421822Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:46.7515354Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:46.7879530Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:46.8965139Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:47.0052702Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:47.1137390Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:47.3705089Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-09-27T15:54:47.6361687Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.266s) 2022-09-27T15:54:47.8958914Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-09-27T15:54:48.1555294Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-09-27T15:54:48.4014915Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:54:48.6451857Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-09-27T15:54:48.8908132Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:54:49.1403655Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-09-27T15:54:49.3836371Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-09-27T15:54:49.6316018Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-09-27T15:54:49.8757876Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-09-27T15:54:50.1219375Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:54:50.1354045Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:50.2478334Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:54:50.2877199Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.2888610Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.3288841Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.3422106Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:50.3555594Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:50.3680841Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:50.4752725Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:50.5823837Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:50.6894273Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:50.7971338Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:50.9046028Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:50.9114668Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:50.9226980Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:50.9278281Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.9327002Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.9375407Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.9424063Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.9472211Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.9497313Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9518283Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9549017Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:50.9560199Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.9591164Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:50.9618420Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:50.9643880Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9668211Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9689705Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9711010Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9732516Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9754175Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9775779Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9800453Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9822047Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9850449Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:50.9879019Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:50.9904536Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9929212Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9953857Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9976070Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.9997961Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0019929Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0041888Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0063761Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0089479Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:51.0111640Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0136556Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0161393Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0185685Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0207739Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0229866Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0251557Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0273865Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0295755Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0320981Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0342005Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0366882Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0391176Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0415008Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0436856Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0458475Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0480263Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0501606Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.0523412Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:51.1605633Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:51.2683095Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:51.2806874Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:51.2819279Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.2933562Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:51.4009996Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:51.5089581Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:51.6165928Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:51.7240176Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:51.8367533Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:54:51.9437547Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:52.0514636Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:52.1596513Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:53.1383939Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.979s) 2022-09-27T15:54:54.0966135Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.958s) 2022-09-27T15:54:54.2110383Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:54:54.2111008Z return self.op(*args, **kwargs) 2022-09-27T15:54:55.0793813Z ok (0.983s) 2022-09-27T15:54:56.0073774Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.928s) 2022-09-27T15:54:56.0085483Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0096703Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0106881Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0117157Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0127578Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0137942Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0148434Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0158872Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0169571Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0180004Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0190483Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0200690Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0211256Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0221707Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0232232Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0242723Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0253046Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0263630Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0273988Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0284510Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0294901Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0305390Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0315681Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0326235Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0336888Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0347218Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0357402Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0367834Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0378214Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0388738Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0399069Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0409563Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0419820Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0430194Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0440425Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0450926Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0461340Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0471821Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0482226Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0492534Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0502970Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0513151Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0523480Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0534448Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0545309Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0556056Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0566966Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0577932Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0588575Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0599708Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0610298Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0621024Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0631767Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0642365Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0653346Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0664222Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0674589Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0684731Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0694670Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0705357Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:56.0795346Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:56.0871638Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.0973323Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:56.1123301Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:56.1212361Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:56.1295399Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.1375532Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.1448660Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.1520354Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.1592650Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.1664318Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.1735601Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.1891974Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:56.2044734Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:56.2189437Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.2327926Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.2466301Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.2602219Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.2787766Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:56.2926737Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.3069971Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.3211759Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.3352954Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.3492330Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.3631012Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.3885167Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:56.4110792Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:56.4403988Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:56.4700460Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:56.5004334Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:56.5253422Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:56.5485178Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:56.5706615Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:56.5927492Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:56.6148868Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:56.6368862Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:56.6590703Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:56.6758035Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:56.6895793Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.7123941Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:56.7291010Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:56.7450140Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:56.7586300Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.7722541Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.7857172Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:56.7993513Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:56.8128323Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:56.8670267Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:56.9219008Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:56.9511060Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:56.9831012Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:56.9876018Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:56.9913195Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:56.9954513Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:56.9994028Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.0031257Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.0068316Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.0105483Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.0141802Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.0178754Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.0551183Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:57.0925651Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:57.1278101Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:57.1678588Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:57.1898940Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:57.2123083Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:57.2326070Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:57.2522001Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:57.2735956Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:57.3007685Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:57.3216090Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:57.3412686Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:57.3480887Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:57.3563560Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:57.3646600Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:57.3716522Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:57.3780378Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3839111Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3897669Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3956118Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4014929Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4073811Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4275326Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:57.4472098Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:57.4641433Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:57.4802700Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.5758442Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:54:57.6655832Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:54:57.7408042Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:54:57.8197894Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:54:57.8380350Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:57.8563623Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:57.8724279Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.8867076Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:57.9048765Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:57.9233760Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:57.9394134Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.9544146Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:57.9721875Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:57.9907387Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.0064421Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:58.0207939Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:58.0384426Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.0564466Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.0771127Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:58.0917350Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:58.1101255Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.1289141Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:58.1437035Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:58.1575539Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:58.1816608Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:58.2056429Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:58.2273039Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:58.2488796Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:58.2654924Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:58.2830792Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.3020664Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:58.3156365Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:58.3332172Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.3492029Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:58.3595290Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:58.3695975Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:58.3797266Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:58.3902362Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:58.3968321Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:58.4030403Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:58.4610918Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:58.5391441Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:54:58.5738844Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:58.6067636Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:58.7357161Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:58.8619516Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T15:54:58.9805209Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:54:59.0864879Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:54:59.2154440Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:59.3550377Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:54:59.4671525Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:54:59.6026746Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:54:59.6350807Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:59.6668290Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:59.6943879Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:59.7209854Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:59.7825125Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:59.8362323Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:59.8847988Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:54:59.9320410Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:59.9667316Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:59.9953264Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:55:00.0196451Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:55:00.0430982Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:55:00.3004066Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-09-27T15:55:00.5771546Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.277s) 2022-09-27T15:55:00.8216652Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-09-27T15:55:01.0501132Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-09-27T15:55:01.1609416Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:55:01.4029090Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.242s) 2022-09-27T15:55:01.6622722Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-09-27T15:55:01.7807842Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:55:02.0143331Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-09-27T15:55:02.2406969Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:55:02.5578173Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-09-27T15:55:02.8823780Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.324s) 2022-09-27T15:55:03.1921324Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.310s) 2022-09-27T15:55:03.4910618Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-09-27T15:55:09.8025179Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.311s) 2022-09-27T15:55:16.1598602Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.357s) 2022-09-27T15:55:22.4408022Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.281s) 2022-09-27T15:55:28.7143698Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.273s) 2022-09-27T15:55:29.5179916Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.803s) 2022-09-27T15:55:30.3221325Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.804s) 2022-09-27T15:55:31.1180422Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.796s) 2022-09-27T15:55:31.9250073Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.807s) 2022-09-27T15:55:31.9552766Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:55:31.9897983Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:55:32.0306311Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:55:32.0599779Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:55:32.0869031Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:55:32.1120675Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:55:32.1371556Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:55:32.1632165Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:55:32.1887634Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:55:32.2148663Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:55:32.3559908Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:55:32.6206877Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.265s) 2022-09-27T15:55:32.9021420Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-09-27T15:55:33.0440144Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:55:33.2951872Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-09-27T15:55:33.5275532Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-09-27T15:55:33.6310113Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:55:33.7960763Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-09-27T15:55:33.9806782Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:55:34.0825663Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:55:34.2433852Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:55:34.4003792Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:55:35.0466292Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.646s) 2022-09-27T15:55:35.6976764Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.651s) 2022-09-27T15:55:36.3551046Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.657s) 2022-09-27T15:55:36.9929673Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.638s) 2022-09-27T15:55:37.0149655Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:55:37.0372927Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:55:37.0559982Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:55:37.0777872Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:55:37.0789913Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:37.0800686Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:37.0811657Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:37.0822010Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:37.1519224Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:55:37.2243673Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:55:37.2861693Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:55:37.3480599Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:55:37.3690319Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:37.3903395Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:37.4092126Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:55:37.4272963Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:55:37.4999972Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:55:37.5774249Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:55:37.6409711Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:55:37.7076714Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:55:37.7629495Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:55:37.8190978Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:55:37.8661854Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:55:37.9151691Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:55:38.2880474Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.373s) 2022-09-27T15:55:38.6766283Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.388s) 2022-09-27T15:55:38.9976319Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-09-27T15:55:39.2996670Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.302s) 2022-09-27T15:55:39.7760212Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-09-27T15:55:40.2655946Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.489s) 2022-09-27T15:55:40.6982092Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.433s) 2022-09-27T15:55:41.1008144Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.403s) 2022-09-27T15:55:41.1698468Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:55:41.2338138Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:55:41.3031943Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:55:41.3585022Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:55:41.3731203Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:55:41.3874330Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:41.4001275Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:41.4126702Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:55:41.5422953Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:55:41.6678887Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T15:55:41.7895561Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:55:41.9092833Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:55:41.9836445Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:55:42.0543165Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:55:42.1180922Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:55:42.1821770Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:55:42.2448806Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:55:42.3119412Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:55:42.3737464Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:55:42.4377728Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:55:42.5045464Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:55:42.6197919Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:55:42.6204736Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:55:42.6212571Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:55:42.7408063Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:55:42.8524957Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:55:43.3162189Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.464s) 2022-09-27T15:55:43.7923257Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-09-27T15:55:44.2696170Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.477s) 2022-09-27T15:55:44.7597738Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.490s) 2022-09-27T15:55:45.2240202Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.464s) 2022-09-27T15:55:45.6790843Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.455s) 2022-09-27T15:55:46.0229892Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-09-27T15:55:46.3695307Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-09-27T15:55:46.7227292Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.353s) 2022-09-27T15:55:47.0643272Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-09-27T15:55:47.4092850Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-09-27T15:55:47.7536654Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-09-27T15:55:48.0993154Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-09-27T15:55:48.4425601Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-09-27T15:55:48.7879445Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-09-27T15:55:49.1339922Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-09-27T15:55:49.4086459Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-09-27T15:55:49.4135739Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:49.4176123Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4226693Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:49.4276355Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:49.4319591Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4360466Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4399059Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4438317Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4477379Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4515959Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4554754Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4580186Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4602909Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4628007Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4652357Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4675579Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4697983Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4720558Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4743016Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4765084Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:55:49.4807232Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4844849Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.4890944Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:49.4989971Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:55:49.5031474Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5070859Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5108231Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5145262Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5182221Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5219153Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5256413Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5297184Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5334629Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5380884Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:49.5429235Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:49.5472504Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5513626Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5553596Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5592327Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5631154Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5670560Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5709878Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:49.5799593Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:55:49.5886296Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:55:49.5968256Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:55:49.7563159Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T15:55:49.9170042Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:55:50.0823005Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-09-27T15:55:50.0836250Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:55:50.2506034Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:55:50.4102889Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-09-27T15:55:50.5691256Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T15:55:50.5780591Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:55:50.7359826Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:55:50.8949732Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T15:55:51.0590387Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:55:51.2176198Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:55:51.3759037Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:55:51.3794058Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:51.3825319Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:51.3854334Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:51.3884183Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:51.3914010Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:51.3941707Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:51.4027173Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:55:51.4108638Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:55:51.4187127Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:55:51.4577779Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:55:51.4978575Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:55:51.7076558Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-09-27T15:55:51.9106341Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:55:51.9281888Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:55:51.9418202Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:51.9629095Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:51.9843925Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:52.0016764Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.0321771Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:55:52.0484320Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:55:52.0625706Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.0764409Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.0900440Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.1036363Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.1172769Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.1215338Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1250763Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:52.1297599Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:52.1345089Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:52.1385617Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1426094Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1465043Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1500484Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:52.1536048Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1571657Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1607301Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:55:52.1642198Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:55:52.1811483Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.1945050Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.2152612Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:52.2364348Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:52.2533273Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.2701912Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.2905268Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:55:52.3040299Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.3174373Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.3308610Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.3441769Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.3576102Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.3743680Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.3881579Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.4088218Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:52.4298850Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:52.4472379Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.4644830Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:55:52.4807096Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:55:52.4947452Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.5083170Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.5223228Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:52.5358151Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:52.5542854Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:55:52.5606302Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:55:52.5659215Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:52.5719057Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:55:52.5775842Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:55:52.5830621Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:52.5888891Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:55:52.5943446Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:52.5997737Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:52.6051857Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:55:55.6282131Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.023s) 2022-09-27T15:55:58.6368495Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.009s) 2022-09-27T15:56:01.6282410Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.991s) 2022-09-27T15:56:04.6380645Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.010s) 2022-09-27T15:56:07.6378699Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.000s) 2022-09-27T15:56:10.4494400Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.812s) 2022-09-27T15:56:13.2620934Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.813s) 2022-09-27T15:56:16.0728369Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.811s) 2022-09-27T15:56:17.2008184Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.128s) 2022-09-27T15:56:18.1119545Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.911s) 2022-09-27T15:56:18.1220040Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:18.1309867Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:18.1568186Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:56:18.1811049Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:56:18.1897189Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:18.1985206Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:18.2121296Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:18.2207060Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:18.2294715Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:18.3393712Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:56:18.4470933Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:56:18.5569011Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:56:18.5581087Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:18.6680505Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:56:18.7769712Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:56:18.8871793Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:56:18.9962167Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:56:19.1044242Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:56:19.2170028Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:56:19.2531732Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:56:19.3610905Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:56:19.4686998Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:56:19.4867813Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:56:19.5003965Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:19.5174266Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:19.5341874Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:19.5497351Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:19.5633412Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:19.5769390Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:19.5905499Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:19.6042627Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:19.6181935Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:19.6221118Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:56:19.6221652Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:56:19.6224420Z should be replaced with 2022-09-27T15:56:19.6224771Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:56:19.6225151Z and 2022-09-27T15:56:19.6225559Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:56:19.6225835Z should be replaced with 2022-09-27T15:56:19.6226198Z 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:56:19.6228202Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:56:19.7021605Z ok (0.084s) 2022-09-27T15:56:19.7801892Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:56:19.8468682Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:56:19.9168549Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:56:19.9219067Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:56:19.9219695Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:56:19.9219950Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:56:19.9220142Z should be replaced with 2022-09-27T15:56:19.9220487Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:56:19.9220816Z return self.op(*args, **kwargs) 2022-09-27T15:56:20.0056817Z ok (0.089s) 2022-09-27T15:56:20.1020882Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:56:20.1786246Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:56:20.2516350Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:56:20.2932194Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:56:20.3393268Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:56:20.3760542Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:56:20.4119161Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:56:20.4212132Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.4290308Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.4479287Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:20.4490584Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:20.4676011Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:56:20.4774195Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:20.4870032Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:20.5007990Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:20.5086435Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.5164619Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.5243226Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.5320849Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.5398595Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.5490003Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.5568169Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.5685715Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:20.5696162Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:20.5811934Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:20.5909321Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:20.6004764Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.6098040Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.6176731Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.6254930Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.6333521Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.6411432Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.6489686Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:20.6654859Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:20.6796889Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:20.7038878Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:56:20.7049196Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:20.7237456Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:20.7398327Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:20.7562016Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:20.7722500Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:20.7868728Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:20.8014548Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:20.8162051Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:20.8305589Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:20.8449150Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:20.8556819Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:20.8645396Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.8764926Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:20.8887124Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:20.8989407Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:20.9091374Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:20.9190066Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:20.9279615Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.9371027Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.9510461Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:20.9602539Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.9694483Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:56:20.9824707Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:20.9940910Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:21.0084565Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:21.0228394Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:21.0354821Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:21.0479253Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:21.0599704Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:21.0714606Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:21.0830484Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:21.0943665Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:21.1057302Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:21.1168931Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:21.3770781Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-09-27T15:56:21.6496676Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-09-27T15:56:21.9184081Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.269s) 2022-09-27T15:56:22.1825852Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-09-27T15:56:22.4347239Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.252s) 2022-09-27T15:56:22.6879140Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T15:56:22.9340325Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:56:23.2015873Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-09-27T15:56:23.4640098Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-09-27T15:56:23.7101406Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:56:23.7177577Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:23.7252451Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:23.7328419Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:23.7396273Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:23.7459186Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.7628314Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:23.7763779Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:23.8005458Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:56:23.8170213Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:23.8324254Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:23.8458506Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:23.8592671Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:23.8726642Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:23.8860180Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:23.8996006Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:23.9027496Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9054890Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9086149Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9116902Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9147037Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9174361Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9201645Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9229041Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9256454Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9284008Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:23.9350229Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:23.9406921Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9470989Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9534986Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9597245Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9654838Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9712896Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9769902Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9826938Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:23.9883933Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:24.0050637Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:24.0238753Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:24.0405133Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:24.0569516Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:24.0724085Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:24.0857900Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:24.0991422Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:24.1125229Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:24.1260211Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:24.1394841Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:24.1926571Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:56:24.2456612Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:56:24.3035854Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:56:24.3541169Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:56:24.4041814Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:56:24.4531345Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:56:24.4691624Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:24.4845636Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:24.4993656Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:24.5204145Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:56:24.5348951Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:24.5494292Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:24.5637689Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:24.5780756Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:24.6334289Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:56:24.6918575Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:56:24.7521224Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:56:24.8134223Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:56:24.8687226Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:56:24.9290734Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:56:24.9816224Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:56:25.0333744Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:56:25.0905721Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:56:25.1419421Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:56:25.1934927Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:56:25.2906871Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:56:25.3464013Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:56:25.3975629Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:56:25.4583275Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:56:25.5248404Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-09-27T15:56:25.5797223Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:56:25.6349595Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:56:25.6931645Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:56:25.7446334Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:56:25.7963641Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:56:25.8543220Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:56:25.9061099Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:56:25.9577232Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:56:25.9747858Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:25.9881875Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.0050535Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.0216474Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.0375842Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:26.0562760Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:26.0696431Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.0830259Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.0963493Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.1097183Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.1128336Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1155255Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1186039Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1216665Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1246472Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1273450Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1300559Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1327524Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1354321Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1382210Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.1448168Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:26.1503922Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1568142Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1631183Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1692549Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1749061Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1805842Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1861472Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1917744Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.1973458Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:56:26.2139316Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.2272173Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.2440901Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.2651350Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:56:26.2804476Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:26.2939025Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.3075578Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:26.3213626Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:26.3351352Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:26.3488747Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:26.3518513Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.3524662Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:56:26.3530227Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:56:26.3559994Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.3588501Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.3613241Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:26.3638039Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:26.3664177Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.3688894Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:26.3713498Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:26.3837962Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:26.3945433Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:26.4072860Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.4197932Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:26.4316005Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:56:26.4422471Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:56:26.4524777Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:26.4692328Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.4794919Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:26.4895676Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:26.4935827Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:26.4970610Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.5017266Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:26.5027469Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:26.5071259Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:26.5110075Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:26.5148492Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:26.5185548Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:26.5220553Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.5255831Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.5291169Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.5326116Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.5360716Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:26.5628744Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:56:26.5854747Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:56:26.6155324Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:56:26.6448028Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:56:26.6739026Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:56:26.7019962Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:56:26.7302538Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:56:26.7584784Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:56:26.7824667Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:56:26.8061246Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:56:26.8230297Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.8364688Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.8634031Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:56:26.8644572Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:26.8853701Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:56:26.9020213Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:26.9184082Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:26.9338073Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:26.9471893Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.9606829Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.9742028Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:26.9877128Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.0015571Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.0156480Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.0293417Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.0423717Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.0451518Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:27.0484060Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:27.0516314Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:27.0544887Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:27.0571874Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:27.0596076Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:27.0620097Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:27.0644318Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:27.0668494Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:27.0692767Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:27.0842632Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:27.0985568Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.1186246Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:56:27.1315518Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.1444072Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.1572246Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.1700094Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.1827545Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.1970705Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.2114685Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.2248333Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.2376595Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.2505461Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.2634401Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.2763008Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.2891356Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.3035739Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.3179063Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:27.3368492Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:27.3495514Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.3623623Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.3753677Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.3884778Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.4016910Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:27.4071628Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4118061Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4171051Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4223250Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4273215Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4319052Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4365103Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4410777Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:27.4456221Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:27.4501587Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:27.7821260Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.332s) 2022-09-27T15:56:28.1079753Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.326s) 2022-09-27T15:56:28.4442823Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.336s) 2022-09-27T15:56:28.7579502Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.314s) 2022-09-27T15:56:28.7737852Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:28.7891630Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:28.8043025Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:28.8250952Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:56:28.8394200Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:28.8537901Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:28.8682360Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:28.8827286Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:37.5367538Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.654s) 2022-09-27T15:56:46.1002948Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.563s) 2022-09-27T15:56:46.1689218Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:56:46.2228005Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:56:46.2972740Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:56:46.3648484Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:56:46.4300935Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:56:46.4905689Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:56:46.5444702Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:56:46.5981071Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:56:46.6537705Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:56:46.7117736Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:56:46.7269078Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:56:46.7343216Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:46.7440307Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:46.7451533Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:46.7547412Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:56:46.7631358Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:46.7715847Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:46.7796946Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:46.7870164Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:46.7942472Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:46.8015520Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:46.8087960Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:46.8159961Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:56:46.8362782Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:56:46.8550472Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:46.8821502Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:56:46.8832618Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:46.9045864Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:56:46.9242792Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:56:46.9439470Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:56:46.9634089Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:46.9822107Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:47.0008684Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:47.0201729Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:47.0445014Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:56:47.0632913Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:47.1117050Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:56:47.1592284Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:56:47.2098672Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:56:47.2270127Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:47.2404510Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:47.2610712Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:56:47.2826967Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:56:47.3000604Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:47.3171911Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:47.3333264Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:47.3473881Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:47.3609328Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:47.3749070Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:47.3883537Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:56:47.4022601Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:56:47.4046220Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4075853Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:47.4086937Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:47.4113538Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:56:47.4137729Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4161292Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4184358Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4205238Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4226147Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4247099Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4268068Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:56:47.4343950Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:56:47.5527875Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:56:47.6701746Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T15:56:47.7917116Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:47.7928682Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:47.9141580Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:48.0333748Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:56:48.1524363Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:56:48.2708519Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:56:48.3939847Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-09-27T15:56:48.5115105Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T15:56:48.6289131Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T15:56:48.7465715Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:56:48.8664537Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:56:49.0122515Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-09-27T15:56:49.1564363Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:56:49.3034832Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:56:49.3047099Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:49.4637369Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T15:56:49.6085332Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:56:49.7534278Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:56:49.8982324Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:56:50.0426911Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:56:50.1867189Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:56:50.3352844Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-09-27T15:56:50.4785398Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:56:50.6219109Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:56:50.7456933Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:56:50.8675654Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:50.9951882Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:56:50.9964079Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:51.1235758Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:56:51.2528471Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:56:51.3768886Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:56:51.5001284Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-09-27T15:56:51.6215183Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:51.7434770Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:51.8657589Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:51.9875647Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:52.1173923Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:56:52.2389071Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:52.3586982Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:56:52.4807333Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:52.4818742Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:52.6047534Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-09-27T15:56:52.7256534Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:52.8472777Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:52.9678021Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:56:53.0946043Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:56:53.2156880Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:53.3361676Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:56:53.4559350Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:56:53.5759642Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:56:53.6968875Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:53.8160819Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:56:53.9385693Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-09-27T15:56:53.9397291Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:56:54.0670947Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:56:54.1881253Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:54.3089432Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:54.4300404Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:54.5514411Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:54.6726116Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:54.7938960Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:54.9147771Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:56:55.0488516Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-09-27T15:56:55.0678150Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:56:55.0852313Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:55.1015540Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:56:55.1236023Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:56:55.1452725Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:56:55.1655436Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:56:55.1821431Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:55.1991369Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:55.2159360Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:56:55.2470841Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:56:55.2928493Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:56:55.3212514Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:56:55.3571011Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:56:55.3924162Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:56:55.4261142Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:56:55.4631549Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:56:55.5053350Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:56:55.5406231Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:56:55.5755065Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:56:55.6091261Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:56:55.6478402Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:56:55.6911858Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:56:55.7266234Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:56:55.7621489Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:56:55.8020110Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:56:55.8420288Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:56:55.8868747Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:56:55.9248014Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:56:55.9669881Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:56:56.0082605Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:56:56.0485807Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:56:56.4270442Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.378s) 2022-09-27T15:56:56.7976442Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.371s) 2022-09-27T15:56:57.1688600Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.371s) 2022-09-27T15:56:57.3131263Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:56:57.4633643Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-09-27T15:56:57.6037045Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T15:56:57.7415083Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T15:56:57.8738510Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-09-27T15:56:58.0128103Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:56:58.1501957Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:56:58.2864013Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:56:58.3160226Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:56:58.3433470Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:56:58.4152869Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:56:58.4958967Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:56:58.5661931Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:56:58.5710926Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:58.5758217Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:56:58.5802887Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:56:58.6289113Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:56:58.9060682Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.277s) 2022-09-27T15:56:59.2057237Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.300s) 2022-09-27T15:56:59.2533067Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:56:59.2980775Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:56:59.3469372Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:56:59.4090983Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:56:59.4091694Z return self.op(*args, **kwargs) 2022-09-27T15:56:59.4963875Z ok (0.149s) 2022-09-27T15:57:00.4426158Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.946s) 2022-09-27T15:57:01.4370286Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.994s) 2022-09-27T15:57:01.5954072Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:57:01.7532043Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:57:01.9043163Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T15:57:02.1826599Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.278s) 2022-09-27T15:57:02.4713662Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-09-27T15:57:02.5224830Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:57:02.5651305Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:57:02.6067167Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:57:02.6723550Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-09-27T15:57:02.7305142Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:57:02.7856514Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:57:02.8623017Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:57:02.9319954Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:57:03.0011153Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:57:03.5920337Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.591s) 2022-09-27T15:57:04.1795578Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.587s) 2022-09-27T15:57:04.7660127Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.586s) 2022-09-27T15:57:05.3517160Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.586s) 2022-09-27T15:57:05.9361781Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.584s) 2022-09-27T15:57:06.5238764Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.588s) 2022-09-27T15:57:07.1113421Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.587s) 2022-09-27T15:57:07.6983523Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.587s) 2022-09-27T15:57:08.2884218Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.590s) 2022-09-27T15:57:08.5143343Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:57:08.7415821Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-09-27T15:57:08.9576777Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:57:09.0571392Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:57:09.1505922Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:57:09.2782103Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:57:09.4866388Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-09-27T15:57:09.7069723Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.220s) 2022-09-27T15:57:09.7092936Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:57:09.7094868Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:57:09.8095389Z ok (0.103s) 2022-09-27T15:57:09.9169407Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:57:10.0166478Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T15:57:10.1382175Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:57:10.2641577Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T15:57:10.4053912Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:57:10.6912952Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-09-27T15:57:10.9782112Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-09-27T15:57:11.2645533Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-09-27T15:57:11.2705325Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:57:11.2761238Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:57:11.2813518Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:12.2957757Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.014s) 2022-09-27T15:57:13.2913860Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.996s) 2022-09-27T15:57:14.2754413Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.984s) 2022-09-27T15:57:14.3080679Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:57:14.3405643Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:57:14.3732749Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:57:14.4081979Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:57:14.5153276Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:57:14.6262136Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:57:14.7355932Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:57:14.7424166Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:57:14.7469425Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:57:14.7553951Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:57:14.7638161Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:57:14.7702905Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:57:14.7768079Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:57:14.7832978Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:57:14.7879299Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:14.7926403Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:14.7973175Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:14.8019711Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:14.8067109Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:15.1586072Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-09-27T15:57:15.5074551Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:57:15.9966645Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.489s) 2022-09-27T15:57:16.4592929Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.463s) 2022-09-27T15:57:20.7862870Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.327s) 2022-09-27T15:57:25.1000448Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.314s) 2022-09-27T15:57:29.1313218Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.031s) 2022-09-27T15:57:29.1426127Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:57:29.1537047Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:57:29.1642939Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:57:29.2334692Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:57:29.2988964Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:57:29.3644286Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:57:29.4449084Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:57:29.5171401Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:57:29.5340415Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:57:29.5505650Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:57:29.5661828Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:57:29.5744987Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:57:29.5825479Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:57:29.5951960Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:57:29.5993808Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:57:29.6034150Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:57:29.6072555Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:57:29.6124785Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:29.6176623Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:29.6226966Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:29.6313739Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:57:29.6400414Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:57:29.6481989Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:57:29.6557483Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:57:29.6631683Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:57:29.6705935Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:57:29.6780160Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:57:30.5215414Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.843s) 2022-09-27T15:57:31.3786161Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.857s) 2022-09-27T15:57:32.2177721Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.839s) 2022-09-27T15:57:32.2387377Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:32.2592024Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:57:32.2793886Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:57:32.2983006Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:57:32.7143346Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-09-27T15:57:33.1395953Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.425s) 2022-09-27T15:57:33.5486001Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.409s) 2022-09-27T15:57:33.5755344Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:57:33.6007535Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:57:33.6229681Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:57:33.6444868Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:33.6654620Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:33.6869955Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:33.7078694Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:33.7343593Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:57:33.7542798Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:57:33.7736735Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:57:33.7920339Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:57:33.8127079Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:33.8328793Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:57:33.8526111Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:57:33.8704995Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:57:33.8958741Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:57:33.9263245Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:57:33.9504027Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:57:33.9603063Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:33.9604282Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:57:34.0298436Z ok (0.079s) 2022-09-27T15:57:34.1157255Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:57:34.1868584Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:57:34.2078934Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:34.2384223Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:57:34.2699359Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:57:34.2911171Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:57:34.3179327Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:57:34.3373046Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:57:34.3552531Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:57:34.3728902Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:57:34.3894283Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:57:34.4007167Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:57:34.4119197Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:57:34.4226398Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:57:34.4868192Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:57:34.5705541Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:57:34.6475335Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:57:34.7127166Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:57:34.7798336Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:57:34.8366307Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:57:34.8938216Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:57:34.9594048Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:57:35.0164788Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:57:35.0735398Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:57:35.1870891Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:57:35.3008864Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:57:35.3993626Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:57:35.5100874Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:57:35.5147841Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:57:35.5192513Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:57:35.5234357Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:57:35.6862829Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:57:35.8489510Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:57:35.9936967Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:57:36.1629276Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-09-27T15:57:36.3117546Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:57:36.4615030Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-09-27T15:57:36.6113866Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-09-27T15:57:36.7609593Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:57:41.2459834Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.485s) 2022-09-27T15:57:45.7145480Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.468s) 2022-09-27T15:57:50.0430703Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.328s) 2022-09-27T15:58:13.2664095Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (23.223s) 2022-09-27T15:58:36.4681355Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (23.202s) 2022-09-27T15:58:59.5791105Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (23.111s) 2022-09-27T15:59:09.0836538Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.504s) 2022-09-27T15:59:18.5629787Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.479s) 2022-09-27T15:59:19.4426717Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.880s) 2022-09-27T15:59:20.2862575Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.844s) 2022-09-27T15:59:20.5577050Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-09-27T15:59:20.8361208Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.278s) 2022-09-27T15:59:21.7271563Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.891s) 2022-09-27T15:59:22.6004552Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.873s) 2022-09-27T15:59:23.0301883Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-09-27T15:59:23.5053114Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.475s) 2022-09-27T15:59:23.8755701Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.370s) 2022-09-27T15:59:24.2668083Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.391s) 2022-09-27T15:59:24.4637674Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-09-27T15:59:24.6506866Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-09-27T15:59:24.6553039Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:24.6593597Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:24.6626499Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3288: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-09-27T15:59:24.6627554Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-09-27T15:59:24.6725320Z ok (0.013s) 2022-09-27T15:59:24.6923460Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:59:24.7047392Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:24.7166944Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:24.7276924Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:24.7343613Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:24.7405591Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:24.7907972Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:59:24.8402588Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:59:24.8949681Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:59:25.0329300Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T15:59:25.1771710Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:59:25.3169916Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T15:59:25.4083219Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:59:25.5003752Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:59:25.5838028Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:59:25.6647151Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-09-27T15:59:25.7438116Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:59:25.8756659Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-09-27T15:59:26.2170179Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.341s) 2022-09-27T15:59:26.2940415Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:59:26.6755490Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-09-27T15:59:27.0283893Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.353s) 2022-09-27T15:59:27.3737119Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-09-27T15:59:27.7475535Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.374s) 2022-09-27T15:59:28.0764817Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.329s) 2022-09-27T15:59:28.4092826Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.333s) 2022-09-27T15:59:28.7824546Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.373s) 2022-09-27T15:59:29.1236826Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.341s) 2022-09-27T15:59:29.4594195Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.336s) 2022-09-27T15:59:29.7936532Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.334s) 2022-09-27T15:59:29.8669941Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:59:29.9369327Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:59:30.0213669Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:59:30.1073210Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:59:30.1866477Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:59:30.2595657Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:59:30.3303477Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:59:30.3996611Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:59:30.4636622Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:59:30.5339611Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:59:30.5979671Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:59:30.6632385Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:59:30.6936636Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:59:30.7209734Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:59:30.7386107Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:59:30.7554133Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:59:30.7770974Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:59:30.7981453Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:59:30.8155638Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:59:30.8327710Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:59:30.8621241Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:59:30.8944046Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:59:30.9329076Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:59:30.9619048Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:59:30.9907613Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:59:31.0174244Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:59:31.0438926Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:59:31.0709051Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:59:31.1034429Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:59:31.1299347Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:59:31.1564807Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:59:31.1687069Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:31.1795779Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:31.1836011Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.1867928Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.1909009Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.1950021Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.1985873Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2021387Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2055806Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2088432Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2120449Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2153641Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2185910Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2218346Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2257555Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2290195Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2331924Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2374105Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2411106Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2447932Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2483537Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:31.2516585Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2548946Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2581080Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2614074Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:31.2647203Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:32.0470272Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.782s) 2022-09-27T15:59:32.8384212Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.791s) 2022-09-27T15:59:33.5575455Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.719s) 2022-09-27T15:59:34.3285322Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.771s) 2022-09-27T15:59:35.0920165Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.763s) 2022-09-27T15:59:35.8556051Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.763s) 2022-09-27T15:59:36.6166042Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.761s) 2022-09-27T15:59:37.3841499Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.767s) 2022-09-27T15:59:37.4210686Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:59:37.4572627Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:59:37.4910190Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:59:37.4959411Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.5006926Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.5052601Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.5147805Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:37.5189843Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5231641Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5273037Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5314778Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5367318Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.5418824Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.5468352Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.5512955Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5558047Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5602620Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5647370Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.5692281Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.6878389Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:59:37.8069698Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:59:37.9251638Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:59:37.9308969Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:37.9363625Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.9414620Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.9463796Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.9511641Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:37.9552097Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.9592186Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.9630541Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:37.9813187Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:59:37.9990457Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:59:38.0216156Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:59:38.0381502Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:59:38.0511387Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:38.0644760Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:38.0768908Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:38.0896826Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:38.1025718Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:38.1148281Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:38.2808834Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-09-27T15:59:38.4471038Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-09-27T15:59:38.6188033Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-09-27T15:59:38.7836353Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-09-27T15:59:38.9477457Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:59:38.9611214Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:39.1232054Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:59:39.2876330Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:59:39.4646229Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:59:39.6277515Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:59:39.7904440Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:59:39.7959066Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:39.8010453Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:39.8058305Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:39.8129890Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:39.8198422Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:39.8263436Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:39.8368766Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:39.8478680Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:39.8593514Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:39.8698444Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:39.8804013Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:39.8902092Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:39.9051016Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:39.9148549Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:39.9245415Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:39.9343755Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:39.9441907Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:39.9522721Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:39.9608766Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:39.9697188Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:39.9776228Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:39.9851021Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:39.9927412Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:40.0003852Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:40.0079963Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:40.0155676Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:40.0231800Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:40.0306676Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:40.0379686Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:40.0449436Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:40.0504676Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:40.0559407Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:40.0613806Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:40.0668223Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:40.0722759Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:40.1660212Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:59:40.2638952Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:59:40.3627942Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:59:40.4581557Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:59:40.5400110Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:59:40.6300494Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:59:40.7148500Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-09-27T15:59:40.8070976Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:59:40.8933672Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:59:40.9861330Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:59:41.0830012Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:59:41.1775562Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:59:41.2833311Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:59:41.3734367Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:59:41.4841820Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:59:41.5713702Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:59:41.6627191Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:59:41.7553009Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:59:41.8419834Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:59:41.9348528Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:59:42.4241207Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.489s) 2022-09-27T15:59:42.9729877Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.549s) 2022-09-27T15:59:43.5282865Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.555s) 2022-09-27T15:59:44.0180541Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.490s) 2022-09-27T15:59:44.5176440Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.499s) 2022-09-27T15:59:44.9990520Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.481s) 2022-09-27T15:59:45.0011012Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:59:45.0011637Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:59:45.0070240Z ok (0.008s) 2022-09-27T15:59:45.0147973Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:45.0222468Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:45.0259942Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:59:45.0260629Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:59:45.0421491Z ok (0.020s) 2022-09-27T15:59:45.0620675Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:59:45.0812978Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:59:45.0988967Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:59:45.1416873Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:59:45.1769701Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:59:45.2158708Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:59:45.2169798Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:59:45.2568821Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:59:45.2942025Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:59:45.3360164Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:59:45.3709334Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:59:45.4061075Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:59:45.4413260Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:59:45.4773827Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:59:45.5132836Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:59:45.5540211Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:59:45.6210703Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:59:45.6999592Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:59:45.7843937Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:59:45.8522191Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:59:45.9243578Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:59:45.9888259Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:59:46.0626842Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:59:46.0633145Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:46.0640074Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:46.1375524Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:59:46.2108337Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:59:46.2193264Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:46.2284160Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:46.2373573Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:46.2452688Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:46.2584903Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:46.2656970Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:46.2764791Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:46.2867797Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:46.2966229Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:46.3057571Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:46.3176869Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:46.3290589Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:46.3407150Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:46.3513782Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:46.3546205Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:46.3574346Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:46.3602444Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:46.3629971Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:46.3783010Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.3932975Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.4083202Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.4094670Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:59:46.4245600Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.4397170Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.4547971Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.4699535Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.4850208Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.5001105Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.5152544Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.5304865Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.5457389Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:46.6076825Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:59:46.6625306Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:59:46.7199647Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:59:46.7211123Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:59:46.7804086Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:59:46.8371408Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:59:46.8931919Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:59:46.9492286Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:59:47.0043658Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:59:47.0592275Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:59:47.1198927Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:59:47.1747101Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:59:47.2295118Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:59:47.6814708Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-09-27T15:59:48.1404987Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.459s) 2022-09-27T15:59:48.5048049Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-09-27T15:59:48.8405666Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.336s) 2022-09-27T15:59:48.8449827Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8487744Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8533000Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8578735Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8618994Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8659936Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8701747Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8740011Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8778052Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8815942Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8853696Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:48.8891382Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:57.8893223Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.000s) 2022-09-27T16:00:06.4420733Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.553s) 2022-09-27T16:00:06.4767282Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:00:06.5106539Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:06.5464932Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:00:06.5475979Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:06.5888713Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:00:06.6237533Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:00:06.6583859Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:00:06.6932970Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:00:06.7276006Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:06.7617284Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:06.7960362Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:06.8301442Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:06.8649273Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:00:07.9838811Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.119s) 2022-09-27T16:00:09.1090112Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.125s) 2022-09-27T16:00:10.2257405Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.117s) 2022-09-27T16:00:11.3564196Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.131s) 2022-09-27T16:00:11.3754246Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:11.3917399Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:11.4046038Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:00:11.4158502Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.4284921Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:00:11.4405561Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.4521865Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.4633970Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.4745139Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.4858924Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.5031414Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:11.5160618Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:00:11.5265894Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:11.5390718Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.5505432Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.5616258Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.5724332Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.5837672Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.5945514Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.6057552Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.6181239Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.6291986Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.6414007Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.6534776Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.6642431Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.6754336Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.6861082Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.7026410Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:11.7137439Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.7258719Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.7367091Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.7486091Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.7604248Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.7710923Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.7821425Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.7928030Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.8038589Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.8145065Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.8270716Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:00:11.8376348Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:11.8498003Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.8614480Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:11.8725256Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.8834473Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.9001961Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:11.9107605Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:11.9212571Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:11.9231689Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:11.9254947Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:11.9265391Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:11.9288553Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:11.9307402Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:11.9326019Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:11.9344360Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:11.9357688Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:11.9371109Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:11.9384613Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:11.9397939Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:11.9411709Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:11.9582945Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:11.9793084Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:12.0007766Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:12.0176578Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:12.0345893Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:12.0506381Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:12.0642700Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:12.0778091Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:00:12.0915089Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:12.1051266Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:12.1194111Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:12.1705132Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:12.2269617Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:00:12.2843225Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:12.3400781Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:00:12.3870373Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:00:12.4328302Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:00:12.4845448Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:12.5307811Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:00:12.5766273Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:00:12.6287173Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:12.6734340Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:00:12.7152113Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T16:00:12.7630277Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:00:12.8126437Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:12.8630402Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:12.9071949Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T16:00:12.9491900Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T16:00:12.9918790Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T16:00:13.0399930Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:00:13.0816322Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T16:00:13.1236954Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T16:00:13.1663367Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T16:00:13.1703234Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:00:13.1704360Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:00:13.1704766Z Q, R = torch.qr(A, some) 2022-09-27T16:00:13.1705087Z should be replaced with 2022-09-27T16:00:13.1705900Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:00:13.1706485Z return self.op(*args, **kwargs) 2022-09-27T16:00:13.2368684Z ok (0.070s) 2022-09-27T16:00:13.3131075Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T16:00:13.3730858Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:13.4297480Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:21.9563830Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.526s) 2022-09-27T16:00:30.3975016Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.441s) 2022-09-27T16:00:30.4023500Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:30.4062369Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4106553Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4149102Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4189133Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4227928Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4266603Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4305023Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4343438Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4382006Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:30.4962705Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:30.5555358Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:30.5567965Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:30.6164511Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:30.6797290Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:30.7384442Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:30.7979148Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:30.9158794Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T16:00:31.0326881Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T16:00:31.1557695Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-09-27T16:00:31.2715325Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T16:00:31.3871921Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T16:00:31.5031139Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T16:00:31.6316205Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T16:00:31.7463902Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T16:00:31.8636727Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T16:00:31.8799874Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:31.8961425Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:31.8972859Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:31.9134135Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:31.9292449Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:31.9507089Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:31.9663431Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:32.0248790Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:32.0845004Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:32.0855258Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:32.1453890Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:32.2035366Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:32.2616686Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:32.3198564Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:32.3733705Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.4261192Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.4803338Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T16:00:32.4814479Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:32.5356031Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T16:00:32.5890485Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.6484158Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:32.7016248Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.7545062Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.8074393Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.8601988Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.9137560Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.9670823Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:32.9693879Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:32.9708659Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:32.9798941Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:32.9809773Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:32.9898432Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:32.9917826Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:32.9936995Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:32.9955845Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:32.9969655Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:32.9983584Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:32.9997208Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:33.0010648Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:33.0024079Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:33.0066491Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0103436Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0151073Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:33.0199015Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:33.0239901Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0281074Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0320140Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0356416Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0392590Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0428932Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0464710Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0501908Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:33.0695758Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:33.0894718Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:33.1090040Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:33.1274331Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:33.1441837Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:33.1608006Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:33.1768670Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:33.1982510Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:33.2142066Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:33.2220281Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:33.2305021Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:33.2389919Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:33.2468041Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:33.2539881Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:33.2609444Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:33.3336961Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:00:33.3991545Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T16:00:33.4841828Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-09-27T16:00:33.5644951Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T16:00:33.6369197Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T16:00:33.7095788Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:00:33.7847428Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T16:00:33.8502493Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T16:00:33.9157218Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T16:00:33.9840872Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:00:34.0506238Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:34.1218947Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T16:00:34.1850722Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:34.2473666Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:00:34.3116402Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:00:34.3128774Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:34.3773909Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:00:34.4464858Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T16:00:34.5092546Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:34.5721095Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:34.6347562Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:34.6970726Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:00:34.7659143Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T16:00:34.8285095Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:00:34.8919004Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:34.9006571Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:34.9076527Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:34.9177839Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:34.9188867Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:34.9290012Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:34.9373929Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:34.9456503Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:34.9536243Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:34.9604014Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:34.9671755Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:34.9739469Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:34.9806991Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:34.9874956Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:35.0777466Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T16:00:35.1734816Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T16:00:35.2659342Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T16:00:35.2672106Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:35.3594474Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T16:00:35.4498093Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T16:00:35.5404139Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T16:00:35.6305384Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T16:00:35.7195471Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T16:00:35.8083789Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T16:00:35.8973261Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T16:00:35.9861144Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T16:00:36.0750303Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T16:00:36.1080248Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:00:36.1401420Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:00:36.1733290Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:00:36.2063012Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:00:36.2448455Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:00:36.2766826Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:00:36.3080110Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:00:36.3391180Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:00:36.3700093Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:00:36.4009439Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:00:36.4317958Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:00:36.4626541Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:00:36.4727537Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:36.4812544Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:36.4925505Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:36.5035161Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:36.5133285Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:36.5225646Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:36.5313258Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:36.5399449Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:36.5481768Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:36.5563518Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:36.5645938Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:36.5727651Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:36.5743753Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5755908Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5774824Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5793671Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5809311Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5824927Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5840949Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5852657Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5864836Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5876824Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5889124Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5901286Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5916899Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5929229Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5948697Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5958910Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.5977973Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.5995102Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.6010772Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.6026618Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:36.6038989Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.6051425Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.6064057Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.6076385Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.6088868Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.6924247Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:00:36.7593770Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:36.8337725Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T16:00:36.8348854Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:36.9095357Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T16:00:36.9801379Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T16:00:37.0510527Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T16:00:37.1211129Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T16:00:37.1960070Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T16:00:37.2644177Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:00:37.3322181Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:00:37.3992885Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:37.4663145Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:37.5203668Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T16:00:37.5715922Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:37.6330776Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:00:37.6948717Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:00:37.7538217Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:37.8058757Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:37.8567584Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:37.9022605Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:00:37.9525330Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:37.9984297Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:00:38.0436115Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:00:38.0886931Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:00:38.0913480Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:38.0936933Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.0959776Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.0980200Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.1000817Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.1021662Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.1041963Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.1062270Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:38.1169753Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:38.1213148Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1254778Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1298144Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1341228Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1382437Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1425903Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1468967Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1509884Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1550918Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1586189Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:38.1631439Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1679227Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:38.1718438Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1755757Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.1791303Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:38.1826772Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:38.1861986Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:38.1897504Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:38.1934549Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:38.2151897Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:38.2422038Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T16:00:38.2703018Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T16:00:38.2933362Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:00:38.3155607Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:38.3359773Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:38.3591950Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:00:38.3768090Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:38.3943957Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.4119122Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.4295224Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:38.4493621Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:38.4663672Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.4888664Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:38.5116365Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:00:38.5313390Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:38.5509588Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:38.5698224Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:38.5867916Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.6097074Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:00:38.6267132Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.6434843Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.6603537Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:38.7142578Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T16:00:38.7484812Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:38.7895225Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:00:38.8368561Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:00:38.8894993Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:38.9416662Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:38.9923200Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.0319028Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T16:00:39.0654694Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:00:39.0993319Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:39.1338908Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:00:39.1684588Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:00:39.1749839Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:00:39.1750571Z return self.op(*args, **kwargs) 2022-09-27T16:00:39.2342748Z ok (0.066s) 2022-09-27T16:00:39.2849936Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.3451221Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:39.4095789Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:00:39.4652875Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:00:39.5164529Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.5680240Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.6250023Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:39.6756422Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.7265665Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.7908775Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:00:39.8417219Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:39.9003555Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:39.9638627Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:40.0193286Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:00:40.0700289Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:40.1206237Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:40.1767521Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:00:40.2271236Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:40.2778140Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:40.3460463Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:00:40.4074220Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:00:40.4689420Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:00:40.5274225Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:40.5872360Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:40.6401803Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:40.6924293Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:40.7520469Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:00:40.8054546Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:00:40.8642683Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T16:00:40.9215410Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:40.9795656Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:41.0373821Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:41.0928896Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:00:41.1500712Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:41.2006780Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:41.2512880Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:41.3077454Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:00:41.3582783Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:41.4161125Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:41.4670429Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:41.5337282Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:41.5918479Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:41.6472522Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:00:41.7144823Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:41.7648480Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:41.8158346Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:41.8730067Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:41.9239789Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:42.0574551Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T16:00:42.0575930Z return self.op(*args, **kwargs) 2022-09-27T16:00:42.0614909Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T16:00:42.0616025Z return self.op(*args, **kwargs) 2022-09-27T16:00:42.3743733Z ok (0.450s) 2022-09-27T16:00:42.8300994Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-09-27T16:00:43.2845803Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.454s) 2022-09-27T16:00:43.7185325Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.434s) 2022-09-27T16:00:44.1419087Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-09-27T16:00:44.5580842Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-09-27T16:00:44.9816321Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-09-27T16:00:45.4013363Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.420s) 2022-09-27T16:00:45.8200460Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.419s) 2022-09-27T16:00:46.0461056Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T16:00:46.2802076Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-09-27T16:00:46.5039006Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-09-27T16:00:46.7379664Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-09-27T16:00:46.9732740Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-09-27T16:00:47.2051486Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-09-27T16:00:47.4372184Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-09-27T16:00:47.6557212Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-09-27T16:00:47.6639487Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:47.6711019Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:47.6805387Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:47.6816595Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:47.6912594Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:47.6995439Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:47.7131443Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:47.7209418Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:47.7279634Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:47.7349921Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:47.7420606Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:47.7490793Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:47.7560616Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:47.7677717Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:47.7772459Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:47.7885582Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:47.7997567Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:47.8104959Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:47.8199531Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:47.8296497Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:47.8395052Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:47.8494092Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:47.8592567Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:47.8618364Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:47.8640890Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8670161Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:47.8681670Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:47.8709955Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:47.8735581Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8760308Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8784194Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8806450Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8828858Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8851073Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8873353Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.8895809Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:47.9999571Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:00:48.1141137Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:00:48.2247682Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:00:48.3353100Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:00:48.4442100Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T16:00:48.5531019Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T16:00:48.6617234Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T16:00:48.6978161Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:00:48.8061371Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T16:00:48.9142589Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T16:00:49.0239696Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:00:49.1391102Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T16:00:49.1440281Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:49.1480237Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1531621Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:49.1582232Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:49.1624407Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1665278Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1702039Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1739417Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1776828Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1814024Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1851115Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.1876427Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.1898704Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.1923895Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.1948811Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.1973409Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.1995537Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2017589Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2039865Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2061897Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2083999Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2109398Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2131277Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2156418Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2181314Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2206003Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2227877Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2249780Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2271871Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2293625Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2315372Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2339728Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2363059Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2392982Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:49.2421630Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:49.2447341Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:49.2473071Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:49.2496179Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2519129Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2542403Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2565484Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2588689Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.2631494Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2667256Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2714152Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:49.2761450Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:49.2801630Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2839816Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2876052Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2912145Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2948316Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.2984408Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.3020382Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:49.3045179Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3067154Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3094726Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:49.3121792Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:49.3146067Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3170139Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3192002Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3213793Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3236083Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3257844Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3279911Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:49.3987182Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T16:00:49.4604681Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:00:49.5526003Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T16:00:49.6342273Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T16:00:49.7254569Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T16:00:49.7829846Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:00:49.8465706Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:00:49.9046025Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:00:49.9593980Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:00:50.0212221Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:00:50.0298532Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:50.0385852Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:50.0470592Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:50.2076076Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-09-27T16:00:50.3658353Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T16:00:50.5265140Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T16:00:50.6871213Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-09-27T16:00:50.8525952Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-09-27T16:00:51.0119644Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:00:51.0210042Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:51.1804673Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:00:51.3393253Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:00:51.4974934Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T16:00:51.6560445Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:00:51.8319447Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-09-27T16:00:51.9339527Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T16:00:52.0349231Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:00:52.1388999Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:00:52.2512715Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T16:00:52.3571617Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T16:00:52.4566995Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T16:00:52.5629364Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T16:00:52.6635377Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:00:52.7626200Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T16:00:52.8631582Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T16:00:52.8649881Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:00:52.8650621Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T16:00:52.8902885Z ok (0.027s) 2022-09-27T16:00:52.9170504Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T16:00:52.9405459Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:00:52.9630003Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:52.9673071Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9715173Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9754724Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9792236Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9829072Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9865833Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9902797Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9942453Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:52.9982586Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0023540Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0062183Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0098286Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0134773Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0171287Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0210418Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0247684Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0286050Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0327030Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0366221Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0402512Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0438919Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0477994Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0515314Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0551881Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0590382Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0631718Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0671332Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0707746Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0747264Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0784565Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0820684Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0856970Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0895528Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0936338Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.0975372Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.1014947Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.1052719Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.1089619Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.1126060Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.1162616Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.1339940Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:53.1510410Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:53.1670076Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:53.1811483Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.1951026Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.2090143Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.2231780Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.2373674Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.2517018Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.2689763Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:53.2853470Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:53.3001116Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:53.3148048Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:53.3292955Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.3436316Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.3579060Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.3586101Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3590999Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3596919Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3602860Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3609042Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3614461Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3620606Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3626158Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3631733Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3637301Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3642943Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3648472Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3654176Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3659768Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3665530Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3670849Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.3751235Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:53.3778329Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3808611Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3837934Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3864576Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3891340Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3918365Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3945314Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.3972315Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.4010148Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.4049772Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.4088731Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.4124049Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.4159301Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.4194762Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.4230178Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.4265749Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.4405845Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.4572404Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:53.4728071Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:53.4867245Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.5006593Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.5146125Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.5285425Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.5423803Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.5564512Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.5732645Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:53.5889224Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:53.6029105Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.6170735Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.6355992Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:53.6492641Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.6629900Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.6661913Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6690235Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6720652Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6749983Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6777618Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6805508Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6833562Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6861269Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6889643Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6918884Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6950058Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.6979409Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7007722Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7035543Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7063361Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7091084Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7118863Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7147824Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7178361Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7208190Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7236070Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7263656Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7291504Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7319565Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7347219Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.7489176Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.7657640Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:53.7814178Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:53.7953563Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.8093256Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.8232603Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.8372631Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.8513167Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:53.8519553Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8525708Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8531284Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8537354Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8543415Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8549411Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8555380Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8561187Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:53.8599404Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8639881Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8678206Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8758598Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:53.8794380Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.8830506Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8866350Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8901863Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8939680Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.8979492Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9017386Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9052683Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.9087916Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.9123051Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.9158895Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9194599Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:53.9232357Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9272793Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9311404Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9347754Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9383999Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9420097Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9456645Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9492726Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9531199Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9572339Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9610760Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9647463Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9684130Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9720648Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9756924Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9793622Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9832311Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9873340Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9912566Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9948930Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:53.9985518Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.0021973Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.0057711Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.0093512Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.0217931Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.0338255Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.0462928Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.0577917Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.0698721Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.0817920Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.0979963Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:54.1096618Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.1212617Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.1250444Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.1290459Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.1327394Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.1362918Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.1398299Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.1433829Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.1470092Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.1506278Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.1629812Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.1737415Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.1860466Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.1975749Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.2083813Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.2190980Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.2299738Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.2408113Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.2517091Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.2555936Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2597114Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2636145Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2673108Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2709922Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2746448Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2783295Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2819379Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2858108Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2898581Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.2937515Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3016050Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:54.3051650Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3087408Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.3122752Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.3158560Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.3164664Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3170518Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3176749Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3183642Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3190621Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3197424Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3204321Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3210906Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3216524Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3222198Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3228099Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3233919Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3240116Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3246594Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3253189Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3259199Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3265200Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3271486Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3278012Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3284512Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3290594Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3296812Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3303183Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3309472Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3315543Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3321820Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3328185Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3333912Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3340959Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3347438Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3353815Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3359986Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:54.3406271Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.3452361Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.3495613Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3535921Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3575023Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3614097Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3653008Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3692070Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.3883176Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:54.4030820Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:54.4208140Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:54.4383095Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:54.4543524Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:54.4687175Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.4831598Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.4977546Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.5122238Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.5268581Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.5414622Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:54.5639372Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:54.5806692Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:54.5957381Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:54.6101328Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.6244968Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.6385218Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.6528997Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:54.6575013Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.6615566Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.6667888Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.6678680Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:54.6730148Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.6775765Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.6820646Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.6864540Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.6904641Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.6944976Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.6985754Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.7027182Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.7066947Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.7133837Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.7192915Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7266620Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.7340018Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.7405344Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7469510Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7533256Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7591428Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7650048Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7708196Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7766906Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7824797Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:00:54.7906680Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:54.8024588Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:00:54.8119030Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:54.8129226Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:54.8226713Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:54.8314032Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:54.8397219Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:54.8477641Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:54.8549251Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.8621909Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.8695389Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.8768716Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.8843023Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:00:54.8867390Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.8890545Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.8918923Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.8946994Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:00:54.8972458Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.8997604Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.9020599Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.9043702Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.9066642Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.9089908Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.9112668Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:00:54.9161247Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.9203406Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.9256833Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.9311742Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.9359244Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.9406956Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.9452911Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:00:54.9495813Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.9537655Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.9578862Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.9620200Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.9661501Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:00:54.9762422Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:54.9846900Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:54.9960050Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:54.9971015Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:55.0086000Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:00:55.0182088Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:55.0279218Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:00:55.0438022Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:55.0525179Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:55.0614343Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:55.0704635Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:55.0791309Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:00:55.0875948Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:00:55.1035380Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:55.1179935Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:55.1355281Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:00:55.1365772Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:55.1546524Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:55.1708024Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:55.1863889Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2013116Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2159976Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2308256Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2454492Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2601585Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2748188Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.2960857Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:55.3157453Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:55.3351144Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:55.3496507Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.3645885Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.3789452Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:00:55.3943846Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.4141263Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:55.4343544Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:55.4503544Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:00:55.4721905Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:55.4871127Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:00:55.5551757Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:00:55.6219179Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:00:55.6391116Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T16:00:55.6391909Z normalized, onesided, return_complex) 2022-09-27T16:00:55.7123910Z ok (0.090s) 2022-09-27T16:00:55.7959462Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:00:55.8233779Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T16:00:55.8499563Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T16:00:55.8511253Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:00:55.8792842Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T16:00:55.9016702Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:55.9232954Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:00:55.9435367Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:00:55.9613531Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:55.9790881Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:55.9968034Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.0143964Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.0321079Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.0883713Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:00:56.1377624Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T16:00:56.1894724Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:56.2411690Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:00:56.2909965Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:56.3455691Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T16:00:56.3932700Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:00:56.4425069Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T16:00:56.4922532Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:56.5432671Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:00:56.5929938Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:00:56.6481190Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:00:56.6675389Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:56.6856944Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.7067632Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:56.7280745Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:00:56.7472860Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:56.7664094Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:00:56.7999486Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:00:56.8182088Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.8361988Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.8539683Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.8720944Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.8902318Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:00:56.8907943Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:56.8913234Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:57.5570120Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.665s) 2022-09-27T16:00:58.1802002Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.623s) 2022-09-27T16:01:10.0798780Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (11.900s) 2022-09-27T16:01:21.2666931Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (11.187s) 2022-09-27T16:01:21.2708389Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:01:21.2709281Z 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:01:21.2709885Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:01:21.2710258Z should be replaced with 2022-09-27T16:01:21.2711438Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:01:21.2711856Z and 2022-09-27T16:01:21.2712188Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:01:21.2712578Z should be replaced with 2022-09-27T16:01:21.2713132Z 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:01:21.2713466Z return self.op(*args, **kwargs) 2022-09-27T16:01:21.2854243Z ok (0.019s) 2022-09-27T16:01:21.3095774Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T16:01:21.3252446Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:21.3400182Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:21.3442599Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3479042Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3527777Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:01:21.3578278Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:01:21.3621573Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3664489Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3706060Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3744071Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3781753Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3819426Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3856738Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.3894068Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:21.4127001Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:01:21.4350003Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.4596875Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T16:01:21.4845704Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T16:01:21.5143687Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T16:01:21.5371938Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:01:21.5591982Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.5810326Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.6031831Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.6252620Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.6474814Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.6696630Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:21.6857224Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:21.7052642Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:01:21.7220639Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:21.7391874Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:21.7544272Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:21.7696616Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:21.7847042Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:21.7990288Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:21.8132185Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:21.8272746Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:21.8412560Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:21.8552386Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:21.8578871Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:21.8602194Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8630813Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:21.8658660Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:21.8683813Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8708667Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8731461Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8754379Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8776874Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8799935Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8822478Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8848217Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:21.8871461Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8899967Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:21.8928050Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:21.8953573Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.8979069Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.9002100Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.9025277Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.9050150Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.9073027Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.9097068Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:21.9631739Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T16:01:22.0077701Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:01:22.0592783Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:01:22.1156626Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:22.1630940Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:01:22.2234532Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:01:22.2686537Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:01:22.3152109Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:01:22.3664494Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:01:22.4111188Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:01:22.4558728Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:01:22.5057462Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T16:01:22.5667339Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:01:22.6293893Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:01:22.6925579Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:01:22.7541529Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:01:22.8148573Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:01:22.8754763Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:01:22.9363510Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:01:23.0046793Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:01:23.0656265Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T16:01:23.1261003Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:01:23.2269529Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:01:23.3199796Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T16:01:23.4393200Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T16:01:23.5515276Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T16:01:23.6522730Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:01:23.7593747Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T16:01:23.8554345Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T16:01:23.9461154Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T16:01:24.0445181Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T16:01:24.1349805Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T16:01:24.2265829Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T16:01:24.3242863Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T16:01:25.4423521Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.118s) 2022-09-27T16:01:26.5627001Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.120s) 2022-09-27T16:01:27.7173439Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.155s) 2022-09-27T16:01:28.8503394Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.133s) 2022-09-27T16:01:29.9795474Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.129s) 2022-09-27T16:01:31.1078610Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.128s) 2022-09-27T16:01:31.9521240Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.844s) 2022-09-27T16:01:33.0878373Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.136s) 2022-09-27T16:01:34.2179426Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.130s) 2022-09-27T16:01:35.3381587Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.120s) 2022-09-27T16:01:36.4769626Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.139s) 2022-09-27T16:01:37.5947956Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.118s) 2022-09-27T16:01:37.6010378Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:37.6055103Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6109883Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:01:37.6162567Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:01:37.6208554Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T16:01:37.6253308Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6297128Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6338696Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6379521Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6420535Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6462043Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6504587Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:37.6805062Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T16:01:37.7040757Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T16:01:37.7265118Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:37.7468219Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:37.7673653Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:37.8030240Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:01:37.8234757Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:37.8436624Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:37.8461410Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:37.8485822Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8507179Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8528198Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8548851Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8569093Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8589755Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8610180Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8630992Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:37.8756010Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:37.8864690Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:37.9009556Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:37.9020993Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:37.9163975Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:37.9283249Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:37.9404004Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:37.9517608Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:37.9623725Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:37.9798537Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:37.9903466Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:38.0009332Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:38.0115478Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:38.1108624Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T16:01:38.2196376Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T16:01:38.3357640Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T16:01:38.4365080Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:01:38.5404963Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:01:38.6387658Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T16:01:38.7356998Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T16:01:38.8377422Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T16:01:38.9389556Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:01:39.0356279Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T16:01:39.1367678Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:01:39.2406543Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:01:39.3435545Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T16:01:39.4548143Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:01:39.5600876Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T16:01:39.6561393Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T16:01:39.7509243Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T16:01:39.8519421Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T16:01:39.9448528Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T16:01:40.0445813Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T16:01:40.1375076Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T16:01:40.2364124Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T16:01:40.2414989Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:01:40.2415630Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:01:40.2416164Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:01:40.2416365Z should be replaced with 2022-09-27T16:01:40.2416716Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:01:40.2417115Z return self.op(*args, **kwargs) 2022-09-27T16:01:40.2743856Z ok (0.038s) 2022-09-27T16:01:40.3136006Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T16:01:40.3516529Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:40.3818153Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T16:01:40.3934393Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:40.4031857Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.4171488Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:40.4308156Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:40.4423938Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:40.4542063Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:40.4657510Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:40.4760890Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.4862046Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.4963830Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.5064770Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.5166281Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.5851939Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:01:40.6307807Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:01:40.6441850Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:01:40.6548781Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:40.6697459Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:40.6842722Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:40.6965894Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:40.7085286Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:40.7200850Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:40.7303714Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.7406738Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.7508191Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.7609811Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.7711667Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:40.8165605Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:01:40.8679019Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:01:40.8896413Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T16:01:40.9069246Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:40.9317314Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T16:01:40.9565353Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T16:01:40.9770237Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:40.9969790Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:41.0156824Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:01:41.0330685Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:41.0504086Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:41.0671404Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:41.0838064Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:41.1008485Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:41.1035053Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:41.1061164Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:41.1085337Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:41.1105839Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:41.1126837Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:41.1148293Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:41.1169905Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:41.1191769Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:41.1295738Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:41.1390547Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:41.1510605Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:41.1522227Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:41.1700431Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:01:41.1809297Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:41.1910958Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:41.2010160Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:41.2098696Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:41.2188607Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:41.2281476Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:41.2371348Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:41.2460363Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:41.2624704Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:41.2767730Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:41.2956403Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:01:41.2968849Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:41.3159579Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:01:41.3323548Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:41.3486409Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:41.3639755Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:41.3778938Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:41.3919195Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:41.4058453Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:41.4263599Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:01:41.4398872Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:41.4764972Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:01:41.5075340Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:01:41.5537732Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:01:41.5550324Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:41.6071248Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:01:41.6469126Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T16:01:41.6851930Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:41.7219716Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T16:01:41.7590746Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T16:01:41.7905186Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:01:41.8224589Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:01:41.8533538Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:01:41.8848093Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:01:41.8985425Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:41.9066103Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:41.9144174Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:41.9212682Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:41.9278540Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:41.9342781Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:42.3719419Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-09-27T16:01:42.7817534Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.410s) 2022-09-27T16:01:43.2398566Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.458s) 2022-09-27T16:01:43.6570542Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-09-27T16:01:44.1630674Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.506s) 2022-09-27T16:01:44.5551015Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.392s) 2022-09-27T16:01:44.9520665Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.397s) 2022-09-27T16:01:45.3424653Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.390s) 2022-09-27T16:01:45.7332506Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.391s) 2022-09-27T16:01:46.6066652Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.873s) 2022-09-27T16:01:47.4388556Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.832s) 2022-09-27T16:01:48.3124755Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.874s) 2022-09-27T16:01:49.1490843Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.837s) 2022-09-27T16:01:49.9813491Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.832s) 2022-09-27T16:01:50.8151491Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.834s) 2022-09-27T16:01:51.6608848Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.846s) 2022-09-27T16:01:52.4897002Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.829s) 2022-09-27T16:01:53.3313775Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.842s) 2022-09-27T16:01:53.3430507Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:53.3529805Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:53.3664528Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:01:53.3676505Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:53.3815691Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:53.3932801Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:53.4049738Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:53.4163173Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:53.4267161Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:53.4372184Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:53.4522490Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.4630451Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:53.4732811Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:53.4882067Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.5066213Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:01:53.5253997Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:01:53.5401843Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.5553701Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.5702609Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.5858231Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:53.6052078Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:01:53.6286886Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T16:01:53.6441602Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.6593598Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.6739864Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:53.6767411Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:53.6773424Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:53.6779416Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:53.6808602Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:53.6836572Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:53.6861110Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.6886252Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.6911586Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.6937190Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.6962783Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:01:53.6985974Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.7009334Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.7031746Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:01:53.7108014Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:53.7169461Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:53.7263847Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:53.7275427Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:53.7368151Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:53.7443996Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:53.7518561Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:53.7591696Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:53.7652618Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:53.7714295Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:53.7775851Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:53.7837082Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:53.7898524Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:53.7935794Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:53.7974036Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:01:53.8367391Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T16:01:53.8746012Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:53.9159772Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:01:53.9171555Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:53.9633333Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:01:54.0029241Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T16:01:54.0424424Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T16:01:54.0812849Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T16:01:54.1190042Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:54.1569052Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:54.1950334Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:54.2330427Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:54.2712869Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T16:01:54.2818223Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.2914764Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:54.3023456Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.3034486Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:54.3144891Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.3246063Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:54.3347306Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:54.3444861Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:54.3595157Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:54.3689545Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.3785140Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.3880450Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.3975070Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.4067133Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.4146688Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.4251183Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:01:54.4263045Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:54.4371342Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.4461611Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.4551130Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:01:54.4634140Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.4715020Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.4796085Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.4877533Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.4959911Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.5042161Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.5181719Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:54.5307839Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:54.5465875Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:54.5477752Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:54.5638342Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:54.5774082Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:54.5954914Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:01:54.6080144Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:01:54.6194865Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.6307648Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.6419532Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.6529912Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.6641604Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:01:54.6816013Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:54.6959725Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:54.7143637Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:01:54.7318006Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:01:54.7480109Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:54.7623914Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:54.7767629Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T16:01:54.7915683Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:54.8062528Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:54.8214017Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:54.8294137Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.8362558Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.8444360Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:01:54.8572649Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T16:01:54.8644383Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.8715214Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.8782046Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.8847141Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:01:54.8912915Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.8980389Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.9049396Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.9117562Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:01:54.9274793Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:54.9431069Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:54.9587478Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:54.9599467Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:54.9753282Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:54.9906187Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:55.0058939Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:55.0212854Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:55.0367496Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:55.0524953Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:55.0680465Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:01:55.0833087Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:55.0985985Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T16:01:55.1559118Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:01:55.2115416Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:01:55.2750631Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:01:55.2762381Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:01:55.3342148Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:01:55.3904056Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:55.4469074Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:55.5026068Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:55.5578322Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T16:01:55.6140788Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:55.6699696Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:55.7255648Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T16:01:55.7856208Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T16:01:55.7856983Z 2022-09-27T16:01:55.7857720Z ---------------------------------------------------------------------- 2022-09-27T16:01:55.7858083Z Ran 5112 tests in 877.600s 2022-09-27T16:01:55.7858203Z 2022-09-27T16:01:55.7858290Z OK (skipped=168) 2022-09-27T16:01:55.7858399Z 2022-09-27T16:01:55.7858484Z Generating XML reports... 2022-09-27T16:01:55.7982461Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154718.xml 2022-09-27T16:01:56.3386699Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154718.xml 2022-09-27T16:01:57.1310329Z Running test_nn ... [2022-09-27 16:01:57.130622] 2022-09-27T16:01:57.1310852Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:01:57.130707] 2022-09-27T16:02:01.7225639Z Test results will be stored in test-reports/python-unittest/test_nn 2022-09-27T16:02:01.7920391Z 2022-09-27T16:02:01.7920616Z Running tests... 2022-09-27T16:02:01.7921285Z ---------------------------------------------------------------------- 2022-09-27T16:02:01.7971315Z test_add_relu (__main__.TestAddRelu) ... ok (0.005s) 2022-09-27T16:02:01.8140768Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.017s) 2022-09-27T16:02:01.8159835Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-09-27T16:02:01.8176222Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.002s) 2022-09-27T16:02:01.8183608Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-09-27T16:02:02.3073229Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.489s) 2022-09-27T16:02:02.3112215Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T16:02:02.3131251Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T16:02:02.3143265Z 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-27T16:02:02.3144010Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:02:02.3392005Z ok (0.026s) 2022-09-27T16:02:02.3556010Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:02:02.3604287Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T16:02:02.3764847Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:02:02.3845673Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T16:02:02.3888509Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T16:02:02.4304183Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.041s) 2022-09-27T16:02:02.4395351Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T16:02:02.4438907Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T16:02:02.4719127Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.028s) 2022-09-27T16:02:02.4786562Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T16:02:02.4810847Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T16:02:02.4996477Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.018s) 2022-09-27T16:02:02.5073822Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T16:02:02.5099396Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:02.6170866Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.107s) 2022-09-27T16:02:02.6556200Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.038s) 2022-09-27T16:02:02.6586720Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:02.6747231Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:02:02.6773175Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:02.7439111Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.066s) 2022-09-27T16:02:02.7678526Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.024s) 2022-09-27T16:02:02.7705983Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:03.5728990Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.802s) 2022-09-27T16:02:03.8307514Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.258s) 2022-09-27T16:02:03.8337978Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:03.8758172Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.042s) 2022-09-27T16:02:03.8768205Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-09-27T16:02:03.8774421Z 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-27T16:02:03.8774990Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:02:03.8783482Z ok (0.003s) 2022-09-27T16:02:03.8939950Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:02:03.9025630Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T16:02:03.9100828Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T16:02:03.9269853Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.017s) 2022-09-27T16:02:03.9356329Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T16:02:03.9429861Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T16:02:03.9859063Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.043s) 2022-09-27T16:02:03.9957148Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-09-27T16:02:04.0036239Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T16:02:04.0067766Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:04.0097556Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:04.0109166Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0119559Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0149079Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T16:02:04.0157516Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-09-27T16:02:04.0163106Z 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-27T16:02:04.0163683Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:02:04.0169853Z ok (0.002s) 2022-09-27T16:02:04.0181227Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0191366Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0213526Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T16:02:04.0236423Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T16:02:04.0244369Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:04.0259658Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0373816Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.011s) 2022-09-27T16:02:04.0385825Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0396623Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:02:04.0428172Z 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-27T16:02:04.0429375Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T16:02:04.0435111Z ok (0.004s) 2022-09-27T16:02:04.0462822Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-09-27T16:02:04.0475506Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T16:02:04.0488202Z This test is to test when multiple forward hook functions can be registered ... ok (0.003s) 2022-09-27T16:02:04.0500597Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T16:02:04.0513696Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-09-27T16:02:04.0550885Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.004s) 2022-09-27T16:02:04.0580341Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-09-27T16:02:04.0873410Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.029s) 2022-09-27T16:02:04.1009494Z test_AdaptiveAvgPool1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.1383516Z ok (0.051s) 2022-09-27T16:02:04.1395929Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.1524373Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.1687661Z ok (0.029s) 2022-09-27T16:02:04.1697735Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.1809598Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.1973813Z ok (0.028s) 2022-09-27T16:02:04.1983324Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.2100453Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.2244636Z ok (0.026s) 2022-09-27T16:02:04.2253567Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.2361095Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.2503483Z ok (0.025s) 2022-09-27T16:02:04.2608031Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.2752166Z ok (0.025s) 2022-09-27T16:02:04.2761105Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.2769305Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.2876807Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.3022068Z ok (0.025s) 2022-09-27T16:02:04.3030511Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.3160751Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.3305702Z ok (0.027s) 2022-09-27T16:02:04.3314313Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.3413728Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.3541020Z ok (0.023s) 2022-09-27T16:02:04.3549858Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.3669241Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.3817484Z ok (0.027s) 2022-09-27T16:02:04.3826546Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.3939807Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.4091023Z ok (0.026s) 2022-09-27T16:02:04.4099905Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.4224298Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.4391898Z ok (0.029s) 2022-09-27T16:02:04.4400782Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.4534399Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.4711396Z ok (0.031s) 2022-09-27T16:02:04.4719927Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.5174942Z test_AdaptiveLogSoftmax (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.8104713Z ok (0.338s) 2022-09-27T16:02:04.8114377Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.8235653Z test_AdaptiveMaxPool1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.8404463Z ok (0.029s) 2022-09-27T16:02:04.8413658Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.8525850Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.8689758Z ok (0.028s) 2022-09-27T16:02:04.8698311Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.8818316Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.8962051Z ok (0.026s) 2022-09-27T16:02:04.8970017Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.9077160Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.9220894Z ok (0.025s) 2022-09-27T16:02:04.9229848Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.9337026Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.9481496Z ok (0.025s) 2022-09-27T16:02:04.9489471Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.9597459Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:04.9743391Z ok (0.025s) 2022-09-27T16:02:04.9752011Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:04.9887828Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.0049029Z ok (0.030s) 2022-09-27T16:02:05.0057483Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.0188897Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.0358029Z ok (0.030s) 2022-09-27T16:02:05.0366927Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.0510451Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.0715177Z ok (0.035s) 2022-09-27T16:02:05.0724269Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.0861434Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.1036870Z ok (0.031s) 2022-09-27T16:02:05.1045805Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.1185284Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.1368636Z ok (0.032s) 2022-09-27T16:02:05.1378206Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.1529252Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.1723403Z ok (0.034s) 2022-09-27T16:02:05.1733549Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.2171401Z test_AvgPool1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.2350904Z ok (0.062s) 2022-09-27T16:02:05.2360633Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.2492647Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.2662795Z ok (0.030s) 2022-09-27T16:02:05.2672466Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.2788462Z test_AvgPool1d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.2959254Z ok (0.029s) 2022-09-27T16:02:05.2968588Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.3085093Z test_AvgPool1d_stride_pad (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.3256080Z ok (0.029s) 2022-09-27T16:02:05.3265896Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.3379131Z test_AvgPool2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.3530560Z ok (0.026s) 2022-09-27T16:02:05.3539723Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.3651233Z test_AvgPool2d_divisor (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.3805241Z ok (0.026s) 2022-09-27T16:02:05.3813774Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.3925254Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.4076349Z ok (0.026s) 2022-09-27T16:02:05.4085135Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.4198108Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.4350130Z ok (0.026s) 2022-09-27T16:02:05.4358817Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.4381133Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.4389738Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.4410168Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.4418355Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.4438427Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.4446700Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.4566730Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.4718804Z ok (0.027s) 2022-09-27T16:02:05.4727742Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.4840890Z test_AvgPool2d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.4993932Z ok (0.027s) 2022-09-27T16:02:05.5002871Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.5116236Z test_AvgPool2d_stride_pad (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.5274248Z ok (0.027s) 2022-09-27T16:02:05.5283810Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.5402829Z test_AvgPool3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.5553636Z ok (0.027s) 2022-09-27T16:02:05.5562933Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.5678250Z test_AvgPool3d_divisor (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.5827117Z ok (0.026s) 2022-09-27T16:02:05.5835773Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.5983884Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.6139418Z ok (0.030s) 2022-09-27T16:02:05.6254710Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.6405012Z ok (0.026s) 2022-09-27T16:02:05.6414522Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.6436738Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.6445535Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.6453709Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.6576472Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.6737376Z ok (0.028s) 2022-09-27T16:02:05.6746852Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.6868280Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.7033108Z ok (0.029s) 2022-09-27T16:02:05.7042160Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7063098Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.7071271Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7193118Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.7359051Z ok (0.029s) 2022-09-27T16:02:05.7368301Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7391654Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.7399847Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7514495Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.7669308Z ok (0.027s) 2022-09-27T16:02:05.7678173Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7701284Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.7710148Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7731938Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.7740196Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7760415Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.7768280Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7787770Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:05.7795527Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.7906504Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.8056911Z ok (0.026s) 2022-09-27T16:02:05.8065993Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.8187524Z test_AvgPool3d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.8347248Z ok (0.028s) 2022-09-27T16:02:05.8459260Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.8611398Z ok (0.026s) 2022-09-27T16:02:05.8620229Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.8628910Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.8752666Z test_AvgPool3d_stride_pad (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.8920133Z ok (0.029s) 2022-09-27T16:02:05.8929233Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.9053599Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.9218371Z ok (0.029s) 2022-09-27T16:02:05.9227452Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.9351937Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.9518614Z ok (0.029s) 2022-09-27T16:02:05.9527653Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:05.9643931Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:05.9798335Z ok (0.027s) 2022-09-27T16:02:05.9807175Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0007074Z test_BCELoss (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:06.0015556Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0023667Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0031377Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0038862Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0200196Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:06.0208045Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0215834Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0223511Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0381998Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:06.0389582Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0397421Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0405471Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0564841Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:06.0573262Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0581289Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0589185Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0697596Z test_BCELoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.0860522Z ok (0.027s) 2022-09-27T16:02:06.0870068Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.0891153Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.1035574Z ok (0.016s) 2022-09-27T16:02:06.1044300Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1220539Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:06.1228905Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1237124Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1245382Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1253016Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1456786Z test_BCELoss_weights (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:06.1465026Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1473163Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1481095Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1489107Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1600296Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.1780317Z ok (0.029s) 2022-09-27T16:02:06.1790422Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.1812975Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.1967135Z ok (0.018s) 2022-09-27T16:02:06.1976058Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2171056Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:06.2180630Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2189686Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2198552Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2210574Z 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-27T16:02:06.2211511Z warnings.warn(warning.format(ret)) 2022-09-27T16:02:06.2333072Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.2391317Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:02:06.2392512Z warnings.warn(warning.format(ret)) 2022-09-27T16:02:06.2407985Z ok (0.021s) 2022-09-27T16:02:06.2419311Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2926056Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.050s) 2022-09-27T16:02:06.2935966Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2944429Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.2952609Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3126297Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:06.3134911Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3143458Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3151472Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3339164Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:06.3347647Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3355791Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3363777Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3491853Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.3560074Z ok (0.020s) 2022-09-27T16:02:06.3570534Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3595542Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.3652585Z ok (0.008s) 2022-09-27T16:02:06.3661767Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3829148Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:06.3837518Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3846103Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.3854293Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.4058274Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:06.4066874Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.4075264Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.4083586Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.4262300Z test_BatchNorm1d_3d_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.4880736Z ok (0.080s) 2022-09-27T16:02:06.4890980Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.5060839Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.5535328Z ok (0.064s) 2022-09-27T16:02:06.5545494Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.5682895Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.5930760Z ok (0.038s) 2022-09-27T16:02:06.5940763Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.6067545Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.6242015Z ok (0.030s) 2022-09-27T16:02:06.6251314Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.6438397Z test_BatchNorm1d_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.7073986Z ok (0.082s) 2022-09-27T16:02:06.7083864Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.7250854Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.7727559Z ok (0.064s) 2022-09-27T16:02:06.7738026Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.7928092Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.8560020Z ok (0.082s) 2022-09-27T16:02:06.8570312Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.8739490Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.9230812Z ok (0.066s) 2022-09-27T16:02:06.9241234Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.9388946Z test_BatchNorm1d_not_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:06.9669610Z ok (0.043s) 2022-09-27T16:02:06.9680367Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:06.9809079Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.0001612Z ok (0.032s) 2022-09-27T16:02:07.0012087Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.0193958Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.0825787Z ok (0.081s) 2022-09-27T16:02:07.0836298Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.1017414Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.1652853Z ok (0.082s) 2022-09-27T16:02:07.1663612Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.1768463Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.1883549Z ok (0.022s) 2022-09-27T16:02:07.1893240Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.1992312Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.2101806Z ok (0.021s) 2022-09-27T16:02:07.2111803Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.2299614Z test_BatchNorm2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.3015594Z ok (0.090s) 2022-09-27T16:02:07.3212524Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.4254231Z ok (0.124s) 2022-09-27T16:02:07.4264274Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.4442995Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.4968723Z ok (0.070s) 2022-09-27T16:02:07.4978572Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.4988606Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.5166221Z test_BatchNorm2d_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.5687545Z ok (0.070s) 2022-09-27T16:02:07.5697118Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.5884295Z test_BatchNorm2d_momentum (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.6578184Z ok (0.088s) 2022-09-27T16:02:07.6588370Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.6766590Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.7290913Z ok (0.070s) 2022-09-27T16:02:07.7300943Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.7447003Z test_BatchNorm2d_not_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.7727998Z ok (0.043s) 2022-09-27T16:02:07.7737869Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.7872331Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.8061647Z ok (0.032s) 2022-09-27T16:02:07.8070871Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.8249373Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.8930983Z ok (0.086s) 2022-09-27T16:02:07.8940476Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.9119253Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:07.9823079Z ok (0.088s) 2022-09-27T16:02:07.9833397Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:07.9941084Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.0057793Z ok (0.022s) 2022-09-27T16:02:08.0067727Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.0166935Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.0275315Z ok (0.021s) 2022-09-27T16:02:08.0284689Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.0479654Z test_BatchNorm3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.1256168Z ok (0.097s) 2022-09-27T16:02:08.1453269Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.2234164Z ok (0.098s) 2022-09-27T16:02:08.2244639Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.2430418Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.3004543Z ok (0.076s) 2022-09-27T16:02:08.3015142Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.3024063Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.3208839Z test_BatchNorm3d_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.3783266Z ok (0.076s) 2022-09-27T16:02:08.3793933Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.4353886Z test_BatchNorm3d_momentum (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.5148371Z ok (0.135s) 2022-09-27T16:02:08.5158518Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.5345221Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.6023549Z ok (0.086s) 2022-09-27T16:02:08.6033509Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.6186794Z test_BatchNorm3d_not_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.6502428Z ok (0.047s) 2022-09-27T16:02:08.6511831Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.6653179Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.6862248Z ok (0.035s) 2022-09-27T16:02:08.6871899Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.7058377Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.7823689Z ok (0.095s) 2022-09-27T16:02:08.7834255Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.8024812Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.8794372Z ok (0.096s) 2022-09-27T16:02:08.8805489Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.8909313Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.9022476Z ok (0.022s) 2022-09-27T16:02:08.9032161Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.9130396Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.9240297Z ok (0.021s) 2022-09-27T16:02:08.9249524Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.9362891Z test_CELU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.9523820Z ok (0.027s) 2022-09-27T16:02:08.9533113Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.9567847Z test_CELU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.9698277Z ok (0.016s) 2022-09-27T16:02:08.9707448Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:08.9742165Z test_CELU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:08.9889661Z ok (0.018s) 2022-09-27T16:02:08.9898573Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.0597988Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.070s) 2022-09-27T16:02:09.0607648Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.0616443Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.1400893Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.078s) 2022-09-27T16:02:09.1409904Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.1418692Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.2083742Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.066s) 2022-09-27T16:02:09.2091969Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.2100379Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.2774358Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.067s) 2022-09-27T16:02:09.2783299Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.2791469Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.3476015Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.068s) 2022-09-27T16:02:09.3485099Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.3493801Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.4173064Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.068s) 2022-09-27T16:02:09.4181317Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.4189604Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.4202825Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:09.4342410Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:09.4351540Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:09.5332973Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.098s) 2022-09-27T16:02:09.5342496Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.5351332Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.6051013Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.070s) 2022-09-27T16:02:09.6059719Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.6165638Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-09-27T16:02:09.6842724Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.068s) 2022-09-27T16:02:09.6851812Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.6859987Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.7527015Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.067s) 2022-09-27T16:02:09.7535686Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.7543712Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.7558674Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:09.7691208Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.013s) 2022-09-27T16:02:09.7710315Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T16:02:09.7824460Z test_ConstantPad1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:09.7961964Z ok (0.025s) 2022-09-27T16:02:09.8072550Z test_ConstantPad1d_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:09.8200861Z ok (0.024s) 2022-09-27T16:02:09.8209784Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.8323313Z test_ConstantPad1d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:09.8653263Z ok (0.044s) 2022-09-27T16:02:09.8662385Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.8671110Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.8789806Z test_ConstantPad2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:09.8935227Z ok (0.026s) 2022-09-27T16:02:09.9068454Z test_ConstantPad2d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:09.9440875Z ok (0.050s) 2022-09-27T16:02:09.9450422Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.9459605Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.9582749Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:09.9725739Z ok (0.027s) 2022-09-27T16:02:09.9735484Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:09.9921513Z test_ConstantPad3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.0124655Z ok (0.039s) 2022-09-27T16:02:10.0409479Z test_ConstantPad3d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.0918402Z ok (0.079s) 2022-09-27T16:02:10.0928433Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.0936542Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.1092712Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.1253742Z ok (0.032s) 2022-09-27T16:02:10.1262248Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.1444190Z test_Conv1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.2004677Z ok (0.074s) 2022-09-27T16:02:10.2223746Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.3096507Z ok (0.109s) 2022-09-27T16:02:10.3106558Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.3115081Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.3313729Z test_Conv1d_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.3939458Z ok (0.082s) 2022-09-27T16:02:10.3949491Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.4162201Z test_Conv1d_groups (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.4969733Z ok (0.102s) 2022-09-27T16:02:10.4979666Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.5011369Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:752: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:02:10.5012270Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-09-27T16:02:10.5055198Z ok (0.007s) 2022-09-27T16:02:10.5246013Z test_Conv1d_pad1 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.5842016Z ok (0.078s) 2022-09-27T16:02:10.5853132Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.6033264Z test_Conv1d_pad1size1 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.6564807Z ok (0.071s) 2022-09-27T16:02:10.6575459Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.6764353Z test_Conv1d_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.7344117Z ok (0.077s) 2022-09-27T16:02:10.7354718Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.7536106Z test_Conv1d_pad2size1 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.8077340Z ok (0.072s) 2022-09-27T16:02:10.8088025Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.8275611Z test_Conv1d_pad_same (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.8867333Z ok (0.078s) 2022-09-27T16:02:10.9073600Z test_Conv1d_pad_same2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:10.9722316Z ok (0.085s) 2022-09-27T16:02:10.9733178Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.9742575Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:10.9955868Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.0645357Z ok (0.090s) 2022-09-27T16:02:11.0656485Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.0844714Z test_Conv1d_pad_valid (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.1499682Z ok (0.084s) 2022-09-27T16:02:11.1510510Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.1696123Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.2290288Z ok (0.078s) 2022-09-27T16:02:11.2301207Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.2489793Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.3087997Z ok (0.078s) 2022-09-27T16:02:11.3098546Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.3280252Z test_Conv1d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.3853287Z ok (0.075s) 2022-09-27T16:02:11.3864053Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.4007946Z test_Conv1d_zero_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.4373278Z ok (0.051s) 2022-09-27T16:02:11.4382370Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.4559039Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.5110228Z ok (0.073s) 2022-09-27T16:02:11.5120467Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.5318172Z test_Conv2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.5916751Z ok (0.079s) 2022-09-27T16:02:11.6089053Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:11.7548614Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.146s) 2022-09-27T16:02:11.7670018Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:11.8049427Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:11.9209996Z ok (0.154s) 2022-09-27T16:02:11.9219902Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.9229113Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:11.9500648Z test_Conv2d_depthwise (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.0504478Z ok (0.127s) 2022-09-27T16:02:12.0515052Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.0818072Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.1985884Z ok (0.147s) 2022-09-27T16:02:12.1996312Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.2285033Z test_Conv2d_depthwise_padded (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.3439910Z ok (0.144s) 2022-09-27T16:02:12.3450378Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.3711129Z test_Conv2d_depthwise_strided (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.4685733Z ok (0.123s) 2022-09-27T16:02:12.4696275Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.4981696Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.6043194Z ok (0.135s) 2022-09-27T16:02:12.6053246Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.6256698Z test_Conv2d_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.6896316Z ok (0.084s) 2022-09-27T16:02:12.6906815Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.7082279Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:12.7091537Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.7478520Z test_Conv2d_groups (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.8281657Z ok (0.119s) 2022-09-27T16:02:12.8291608Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.8382254Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:02:12.8479886Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:02:12.8711233Z test_Conv2d_groups_thnn (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:12.9594816Z ok (0.111s) 2022-09-27T16:02:12.9604594Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.9643584Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:12.9652547Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.9690728Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:12.9698849Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:12.9930329Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:02:12.9943709Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:12.9956051Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:12.9970653Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:13.0053492Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.008s) 2022-09-27T16:02:13.0223485Z test_Conv2d_no_bias (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.0629898Z ok (0.057s) 2022-09-27T16:02:13.0639250Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.0670002Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:13.0678420Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.0879724Z test_Conv2d_pad_same (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.1517165Z ok (0.084s) 2022-09-27T16:02:13.1527177Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.1740946Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.2408033Z ok (0.088s) 2022-09-27T16:02:13.2418305Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.2606772Z test_Conv2d_pad_valid (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.3176977Z ok (0.076s) 2022-09-27T16:02:13.3186704Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.3374319Z test_Conv2d_padding (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.3960009Z ok (0.077s) 2022-09-27T16:02:13.3970697Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.4002828Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:13.4011151Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.4201756Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.4891087Z ok (0.088s) 2022-09-27T16:02:13.4900754Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.5091017Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.5704970Z ok (0.080s) 2022-09-27T16:02:13.5715018Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.5900731Z test_Conv2d_strided (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.6472751Z ok (0.076s) 2022-09-27T16:02:13.6483171Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.6515063Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:13.6523342Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.6554251Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:13.6562325Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.6705309Z test_Conv2d_zero_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.7064251Z ok (0.050s) 2022-09-27T16:02:13.7072839Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.7098403Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:13.7106752Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.7285877Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.7855560Z ok (0.075s) 2022-09-27T16:02:13.7865960Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.8104898Z test_Conv3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.8691855Z ok (0.082s) 2022-09-27T16:02:13.8842633Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:13.9187349Z ok (0.050s) 2022-09-27T16:02:13.9197908Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.9227924Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:13.9236277Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:13.9592622Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.1573506Z ok (0.233s) 2022-09-27T16:02:14.1583627Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.1592688Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.1804524Z test_Conv3d_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.2585077Z ok (0.099s) 2022-09-27T16:02:14.2595208Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.2802072Z test_Conv3d_dilated_strided (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.3414041Z ok (0.082s) 2022-09-27T16:02:14.3424587Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.3615584Z test_Conv3d_groups (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.4223042Z ok (0.080s) 2022-09-27T16:02:14.4232876Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.4348423Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.011s) 2022-09-27T16:02:14.4490117Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:14.4521936Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:14.4529606Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.4615685Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:02:14.4779431Z test_Conv3d_no_bias (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.5190131Z ok (0.057s) 2022-09-27T16:02:14.5199625Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.5229163Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:14.5237524Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.5521956Z test_Conv3d_pad_same (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.6571674Z ok (0.133s) 2022-09-27T16:02:14.6582367Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.6846155Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.7710026Z ok (0.113s) 2022-09-27T16:02:14.7721085Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.8046969Z test_Conv3d_pad_valid (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.8964826Z ok (0.124s) 2022-09-27T16:02:14.8975027Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:14.9201328Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:14.9980843Z ok (0.100s) 2022-09-27T16:02:14.9991177Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.0208718Z test_Conv3d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.0873244Z ok (0.088s) 2022-09-27T16:02:15.0883531Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.1106013Z test_Conv3d_stride_padding (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.1808516Z ok (0.092s) 2022-09-27T16:02:15.1819088Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.1856801Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:15.1865428Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.1898005Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:15.1906669Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.1937358Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:15.1945987Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.2218055Z test_Conv3d_zero_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.2586382Z ok (0.064s) 2022-09-27T16:02:15.2595730Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.2621795Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:15.2630357Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.2840460Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.3516815Z ok (0.088s) 2022-09-27T16:02:15.3527504Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.3705415Z test_ConvTranspose1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.4246110Z ok (0.072s) 2022-09-27T16:02:15.4256507Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.4429561Z test_ConvTranspose1d_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.4968456Z ok (0.071s) 2022-09-27T16:02:15.4978581Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.5204082Z test_ConvTranspose1d_groups (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.6016024Z ok (0.104s) 2022-09-27T16:02:15.6025826Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.6179968Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.6561277Z ok (0.053s) 2022-09-27T16:02:15.6571246Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.6779455Z test_ConvTranspose2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.7517798Z ok (0.094s) 2022-09-27T16:02:15.7528660Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.7726428Z test_ConvTranspose2d_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.8190562Z ok (0.066s) 2022-09-27T16:02:15.8201460Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.8236153Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:15.8245101Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.8446467Z test_ConvTranspose2d_groups (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:15.9108836Z ok (0.086s) 2022-09-27T16:02:15.9120289Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.9154334Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:15.9162782Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:15.9171341Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:15.9594918Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:16.0045722Z ok (0.087s) 2022-09-27T16:02:16.0055913Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:16.0087971Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:16.0096608Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:16.0162068Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:02:23.0782154Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (7.062s) 2022-09-27T16:02:23.0821223Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:23.0832013Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.1030564Z test_ConvTranspose3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:23.1634546Z ok (0.080s) 2022-09-27T16:02:23.1652072Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:23.1662859Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.1939079Z test_ConvTranspose3d_dilated (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:23.2564725Z ok (0.090s) 2022-09-27T16:02:23.2574630Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.3601448Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.102s) 2022-09-27T16:02:23.3610002Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.3618356Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.3626180Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.4657609Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.103s) 2022-09-27T16:02:23.4668248Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.4676962Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.4685338Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.5678035Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.099s) 2022-09-27T16:02:23.5687926Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.5696560Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.5704834Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.6535025Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.083s) 2022-09-27T16:02:23.6544096Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.6552617Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.6560044Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.7330344Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.077s) 2022-09-27T16:02:23.7339280Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.7347514Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.7355456Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.8127749Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.077s) 2022-09-27T16:02:23.8136293Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.8144504Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.8152595Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9179721Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.103s) 2022-09-27T16:02:23.9189450Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9198421Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9206181Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9389377Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:23.9599670Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:23.9608539Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9617296Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9625805Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9879035Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.025s) 2022-09-27T16:02:23.9887516Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9895993Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:23.9904137Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0257838Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.035s) 2022-09-27T16:02:24.0266188Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0274706Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0282283Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0627021Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.034s) 2022-09-27T16:02:24.0635207Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0643343Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0651284Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0949359Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.030s) 2022-09-27T16:02:24.0957841Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0966439Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.0974494Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1324502Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.035s) 2022-09-27T16:02:24.1333443Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1342217Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1350639Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1556676Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:24.1565171Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1573562Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1581690Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1791725Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:24.1800088Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1808452Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.1816678Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2008727Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:24.2017119Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2025830Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2033944Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2257237Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:24.2265815Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2274318Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2282325Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2469147Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:24.2477457Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2486006Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2494147Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2713462Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:24.2721910Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2730373Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2738438Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2935905Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:24.2944469Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2952822Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.2961039Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3174561Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:24.3182845Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3191356Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3199404Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3493329Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:24.3501682Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3510200Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3518020Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3895040Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.038s) 2022-09-27T16:02:24.3903708Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3912319Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.3920591Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.4292170Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.037s) 2022-09-27T16:02:24.4300968Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.4310080Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.4318228Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.4645525Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:02:24.4654197Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.4663697Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.4671973Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.5081723Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.041s) 2022-09-27T16:02:24.5091705Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.5100409Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.5108637Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.5720667Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.061s) 2022-09-27T16:02:24.5730286Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.5739238Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.5747571Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6006488Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:24.6014714Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6023714Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6031880Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6271651Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-09-27T16:02:24.6280327Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6288809Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6296867Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6564664Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-09-27T16:02:24.6572943Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6581447Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6589568Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6853820Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:24.6861328Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6870011Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.6877532Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7124181Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-09-27T16:02:24.7132485Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7140607Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7148786Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7408884Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:24.7417241Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7425735Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7433401Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7704729Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-09-27T16:02:24.7712300Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7720416Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.7727724Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8002277Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.027s) 2022-09-27T16:02:24.8009939Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8017898Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8025442Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8280495Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-09-27T16:02:24.8289237Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8297902Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8306297Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8314402Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8322725Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8330533Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8546667Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:24.8554846Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8563415Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8571849Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8897704Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:02:24.8906735Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8915511Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.8923760Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9185594Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:24.9193979Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9202559Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9211178Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9471652Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:24.9480159Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9488903Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9497108Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9676888Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:24.9685576Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9693691Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9701617Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:24.9903538Z test_CrossMapLRN2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.0008249Z ok (0.031s) 2022-09-27T16:02:25.0018065Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.0128261Z test_ELU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.0263086Z ok (0.024s) 2022-09-27T16:02:25.0272058Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.0306592Z test_ELU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.0436471Z ok (0.016s) 2022-09-27T16:02:25.0445445Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.0467848Z test_ELU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.0595341Z ok (0.015s) 2022-09-27T16:02:25.0604223Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.0715447Z test_Embedding (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.0766319Z ok (0.016s) 2022-09-27T16:02:25.1323899Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.1958038Z ok (0.119s) 2022-09-27T16:02:25.1968394Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.2106720Z test_EmbeddingBag_max (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.2186336Z ok (0.022s) 2022-09-27T16:02:25.2195802Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.2329531Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.2406602Z ok (0.021s) 2022-09-27T16:02:25.2415891Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.2547695Z test_EmbeddingBag_mean (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.2625602Z ok (0.021s) 2022-09-27T16:02:25.2635088Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.2812846Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.2886317Z ok (0.025s) 2022-09-27T16:02:25.2895472Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.3041057Z test_EmbeddingBag_sparse (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.3240507Z ok (0.034s) 2022-09-27T16:02:25.3249672Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.3375078Z test_EmbeddingBag_sum (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.3446796Z ok (0.020s) 2022-09-27T16:02:25.3456206Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.3582595Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.3652171Z ok (0.020s) 2022-09-27T16:02:25.3661189Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.3669417Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.4175485Z test_Embedding_discontiguous (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.4469710Z ok (0.080s) 2022-09-27T16:02:25.4480684Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.4598875Z test_Embedding_sparse (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.4778052Z ok (0.030s) 2022-09-27T16:02:25.4787257Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.4897953Z test_Flatten (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.5020089Z ok (0.023s) 2022-09-27T16:02:25.5029712Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.5136747Z test_Flatten_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.5253527Z ok (0.022s) 2022-09-27T16:02:25.5263091Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.5377595Z test_Fold (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.5437964Z ok (0.017s) 2022-09-27T16:02:25.5447692Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.5559997Z test_Fold_int_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.5621055Z ok (0.017s) 2022-09-27T16:02:25.5630426Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.5741352Z test_Fold_no_batch_dim_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.5799432Z ok (0.017s) 2022-09-27T16:02:25.5809830Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.5920936Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.5978859Z ok (0.017s) 2022-09-27T16:02:25.5988874Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.6272732Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.6432221Z ok (0.044s) 2022-09-27T16:02:25.6447340Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.6582383Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.6731774Z ok (0.028s) 2022-09-27T16:02:25.6741916Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.6870039Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.7020634Z ok (0.028s) 2022-09-27T16:02:25.7030653Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.7146951Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.7294407Z ok (0.026s) 2022-09-27T16:02:25.7304051Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.7418502Z test_FractionalMaxPool2d_size (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.7565541Z ok (0.026s) 2022-09-27T16:02:25.7575549Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.7779434Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.7923651Z ok (0.035s) 2022-09-27T16:02:25.7933211Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.8057676Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.8208271Z ok (0.027s) 2022-09-27T16:02:25.8217516Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.8429502Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.8696030Z ok (0.048s) 2022-09-27T16:02:25.8705691Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.8834914Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.9001198Z ok (0.029s) 2022-09-27T16:02:25.9010636Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.9148924Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.9307305Z ok (0.030s) 2022-09-27T16:02:25.9317090Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.9452784Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.9618760Z ok (0.030s) 2022-09-27T16:02:25.9628584Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:25.9760675Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:25.9934198Z ok (0.030s) 2022-09-27T16:02:25.9945344Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.0120496Z test_FractionalMaxPool3d_size (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.0337813Z ok (0.039s) 2022-09-27T16:02:26.0348489Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.0507975Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.0695614Z ok (0.035s) 2022-09-27T16:02:26.0706057Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.0868183Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.1174379Z ok (0.047s) 2022-09-27T16:02:26.1184520Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.1304916Z test_GELU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.1452376Z ok (0.027s) 2022-09-27T16:02:26.1462434Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.1497205Z test_GELU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.1628300Z ok (0.017s) 2022-09-27T16:02:26.1637507Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.1671079Z test_GELU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.1799504Z ok (0.016s) 2022-09-27T16:02:26.1808508Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.1909513Z test_GLU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.2067808Z ok (0.026s) 2022-09-27T16:02:26.2077435Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.2193703Z test_GLU_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.2376690Z ok (0.030s) 2022-09-27T16:02:26.2391267Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.2425914Z test_GLU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.2572479Z ok (0.018s) 2022-09-27T16:02:26.2581360Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.2750996Z test_GroupNorm_1d_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.3569450Z ok (0.099s) 2022-09-27T16:02:26.3729995Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.4522594Z ok (0.095s) 2022-09-27T16:02:26.4532496Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.4693989Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.5491508Z ok (0.096s) 2022-09-27T16:02:26.5501897Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.5511183Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.5675839Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.6586790Z ok (0.107s) 2022-09-27T16:02:26.6596476Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.6605533Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.6613738Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.6739020Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.7097763Z ok (0.048s) 2022-09-27T16:02:26.7108117Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.7234098Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.7557696Z ok (0.045s) 2022-09-27T16:02:26.7567168Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.7683550Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.7993591Z ok (0.043s) 2022-09-27T16:02:26.8003080Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.8118000Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.8428006Z ok (0.042s) 2022-09-27T16:02:26.8437031Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.8605652Z test_GroupNorm_2d_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:26.9431653Z ok (0.099s) 2022-09-27T16:02:26.9440734Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:26.9608877Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.0428688Z ok (0.099s) 2022-09-27T16:02:27.0438400Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.0447196Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.0455232Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.0574449Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.0896784Z ok (0.044s) 2022-09-27T16:02:27.0905893Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.1085995Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.1403751Z ok (0.050s) 2022-09-27T16:02:27.1413417Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.1536277Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.1855179Z ok (0.044s) 2022-09-27T16:02:27.1865293Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.1986222Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.2305085Z ok (0.044s) 2022-09-27T16:02:27.2314754Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.2323869Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.2332340Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.2437739Z test_Hardshrink (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.2567066Z ok (0.023s) 2022-09-27T16:02:27.2575795Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.2610279Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.2729703Z ok (0.015s) 2022-09-27T16:02:27.2738240Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.2760986Z test_Hardshrink_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.2878693Z ok (0.014s) 2022-09-27T16:02:27.2886849Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.2922128Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.2967190Z ok (0.008s) 2022-09-27T16:02:27.2975737Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3010602Z test_Hardswish_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.3055578Z ok (0.008s) 2022-09-27T16:02:27.3064325Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3174359Z test_Hardtanh (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.3302772Z ok (0.024s) 2022-09-27T16:02:27.3312001Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3347477Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.3470642Z ok (0.016s) 2022-09-27T16:02:27.3479155Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3511433Z test_Hardtanh_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.3631919Z ok (0.015s) 2022-09-27T16:02:27.3640625Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3876407Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:02:27.3884606Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3892767Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.3901160Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4136587Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:02:27.4144759Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4152860Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4161022Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4185013Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.4390793Z ok (0.023s) 2022-09-27T16:02:27.4399422Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4621371Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:27.4629645Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4637502Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4645623Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4862860Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:27.4871143Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4879499Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.4887835Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5103612Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:27.5111682Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5120023Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5128079Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5346812Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:27.5354842Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5363146Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5371044Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5395184Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.5602269Z ok (0.023s) 2022-09-27T16:02:27.5610831Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5831021Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:27.5839364Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5848026Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.5856268Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6061371Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:27.6070390Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6078874Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6087135Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6347005Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:27.6355687Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6364160Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6371954Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6695952Z test_HuberLoss (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:02:27.6704937Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6713160Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6721366Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6729160Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.6828149Z test_HuberLoss_delta (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.6996241Z ok (0.027s) 2022-09-27T16:02:27.7004507Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7152532Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:27.7161176Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7169376Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7177119Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7325419Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:27.7333346Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7341674Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7349838Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7498827Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:27.7507050Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7515957Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7524424Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7832219Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:02:27.7841901Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7850897Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7859599Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.7868213Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.8014795Z test_InstanceNorm1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.8296359Z ok (0.043s) 2022-09-27T16:02:27.8306483Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.8446564Z test_InstanceNorm1d_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.8730621Z ok (0.042s) 2022-09-27T16:02:27.8740456Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.8884601Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.9167129Z ok (0.043s) 2022-09-27T16:02:27.9177262Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.9317610Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:27.9602338Z ok (0.042s) 2022-09-27T16:02:27.9612709Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:27.9787677Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.0113580Z ok (0.050s) 2022-09-27T16:02:28.0123592Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.0284960Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.0526709Z ok (0.040s) 2022-09-27T16:02:28.0536901Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.0705115Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.1021893Z ok (0.048s) 2022-09-27T16:02:28.1032040Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.1191794Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.1438621Z ok (0.041s) 2022-09-27T16:02:28.1448590Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.1589181Z test_InstanceNorm2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.1913467Z ok (0.046s) 2022-09-27T16:02:28.1923255Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.2062992Z test_InstanceNorm2d_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.2351256Z ok (0.043s) 2022-09-27T16:02:28.2360237Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.2500882Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.2799945Z ok (0.044s) 2022-09-27T16:02:28.2809803Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.2952061Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.3258215Z ok (0.045s) 2022-09-27T16:02:28.3269054Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.3440343Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.3777679Z ok (0.051s) 2022-09-27T16:02:28.3787967Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.3951492Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.4200187Z ok (0.041s) 2022-09-27T16:02:28.4209744Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.4379534Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.4724614Z ok (0.051s) 2022-09-27T16:02:28.4734925Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.4895667Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.5155376Z ok (0.042s) 2022-09-27T16:02:28.5165538Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.5312353Z test_InstanceNorm3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.5655613Z ok (0.049s) 2022-09-27T16:02:28.5665883Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.5816093Z test_InstanceNorm3d_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.6163947Z ok (0.050s) 2022-09-27T16:02:28.6174005Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.6326161Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.6705416Z ok (0.053s) 2022-09-27T16:02:28.6714576Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.6859329Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.7187385Z ok (0.047s) 2022-09-27T16:02:28.7196544Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.7371350Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.7753408Z ok (0.056s) 2022-09-27T16:02:28.7763139Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.7933052Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.8210072Z ok (0.045s) 2022-09-27T16:02:28.8220186Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.8463896Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.8861972Z ok (0.064s) 2022-09-27T16:02:28.8872244Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9042320Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:28.9313052Z ok (0.044s) 2022-09-27T16:02:28.9322559Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9333036Z 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-27T16:02:28.9333716Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:28.9396682Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:02:28.9397331Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:28.9493529Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:02:28.9494364Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:28.9502974Z ok (0.018s) 2022-09-27T16:02:28.9524899Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:28.9547322Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:28.9555657Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9563555Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9571189Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9646535Z 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-27T16:02:28.9647223Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:28.9748793Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:02:28.9749416Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:28.9758566Z ok (0.019s) 2022-09-27T16:02:28.9767540Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9776142Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9784550Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9953859Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:28.9962618Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9970832Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:28.9979191Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0126629Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.0135112Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0143569Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0152024Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0300324Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.0309259Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0317641Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0325868Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0474270Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.0483066Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0491743Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0499901Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0603951Z test_KLDivLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.0776132Z ok (0.028s) 2022-09-27T16:02:29.0785769Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.0893272Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.1078727Z ok (0.029s) 2022-09-27T16:02:29.1089021Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1109345Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.1271123Z ok (0.018s) 2022-09-27T16:02:29.1280227Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1300306Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.1469929Z ok (0.019s) 2022-09-27T16:02:29.1479256Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1489298Z 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-27T16:02:29.1489992Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:29.1547283Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:02:29.1547903Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:29.1637461Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:02:29.1638088Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:29.1646545Z ok (0.017s) 2022-09-27T16:02:29.1655645Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1664349Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1672488Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1740601Z 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-27T16:02:29.1741490Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:29.1864579Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:02:29.1865217Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:02:29.1874022Z ok (0.020s) 2022-09-27T16:02:29.1883931Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1892555Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.1900802Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2053211Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.2062391Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2071436Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2079819Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2224897Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:29.2233525Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2242234Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2250600Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2403577Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.2412071Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2420593Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2428889Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2535779Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.2723233Z ok (0.029s) 2022-09-27T16:02:29.2733490Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.2835693Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.3006764Z ok (0.027s) 2022-09-27T16:02:29.3016146Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3339884Z test_L1Loss (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:02:29.3349149Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3357789Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3366639Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3375537Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3383970Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3541299Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:29.3550190Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3558923Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3567555Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3721481Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.3729943Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3738247Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3746451Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3900957Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:02:29.3909223Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3917795Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.3926128Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.4022273Z test_L1Loss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.4190300Z ok (0.026s) 2022-09-27T16:02:29.4295349Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.4713906Z ok (0.052s) 2022-09-27T16:02:29.4723617Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.4732583Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.4751255Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.4913573Z ok (0.018s) 2022-09-27T16:02:29.4923104Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.5225700Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.030s) 2022-09-27T16:02:29.5234234Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.5242547Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.5250883Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.5259364Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.5267923Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.5436673Z test_LPPool1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.5808241Z ok (0.054s) 2022-09-27T16:02:29.5818733Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.6003186Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.6368909Z ok (0.055s) 2022-09-27T16:02:29.6380019Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.6553502Z test_LPPool1d_norm (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.6948394Z ok (0.057s) 2022-09-27T16:02:29.6958393Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.7216172Z test_LPPool2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.7567647Z ok (0.061s) 2022-09-27T16:02:29.7577749Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.7740960Z test_LPPool2d_norm (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.8105478Z ok (0.053s) 2022-09-27T16:02:29.8115378Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.8334088Z test_LSTM_cell (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:29.8476403Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:29.8553273Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.008s) 2022-09-27T16:02:29.8721963Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:29.9650756Z ok (0.110s) 2022-09-27T16:02:29.9660730Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:29.9824395Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.0413310Z ok (0.075s) 2022-09-27T16:02:30.0423167Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:30.0556705Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.1028050Z ok (0.060s) 2022-09-27T16:02:30.1037024Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:30.1173939Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.1648515Z ok (0.061s) 2022-09-27T16:02:30.1658329Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:30.1775344Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.2003683Z ok (0.034s) 2022-09-27T16:02:30.2013285Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:30.2128527Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.2353809Z ok (0.034s) 2022-09-27T16:02:30.2362975Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:30.2527831Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.3105472Z ok (0.074s) 2022-09-27T16:02:30.3113850Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:30.3279795Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:30.3927249Z ok (0.081s) 2022-09-27T16:02:30.3937081Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:31.5556365Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:33.6143910Z ok (3.220s) 2022-09-27T16:02:33.6153946Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:34.7046713Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.7626850Z ok (3.147s) 2022-09-27T16:02:36.7637642Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.7771490Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.7992118Z ok (0.035s) 2022-09-27T16:02:36.8001619Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.8117265Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.8341042Z ok (0.034s) 2022-09-27T16:02:36.8350098Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.8446488Z test_LeakyReLU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.8590683Z ok (0.024s) 2022-09-27T16:02:36.8599031Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.8632069Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.8749896Z ok (0.015s) 2022-09-27T16:02:36.8758049Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.8850791Z test_LeakyReLU_with_negval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.8991143Z ok (0.023s) 2022-09-27T16:02:36.8999821Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.9021524Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.9157459Z ok (0.016s) 2022-09-27T16:02:36.9166187Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.9263552Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:36.9408692Z ok (0.024s) 2022-09-27T16:02:36.9417009Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:36.9591537Z test_Linear (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.0056732Z ok (0.064s) 2022-09-27T16:02:37.0066742Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.0116527Z test_Linear_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.0574367Z ok (0.051s) 2022-09-27T16:02:37.0583713Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.0731568Z test_Linear_no_bias (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.1041453Z ok (0.046s) 2022-09-27T16:02:37.1050740Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.1207929Z test_LocalResponseNorm_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.1588782Z ok (0.054s) 2022-09-27T16:02:37.1598712Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.1776773Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.2198187Z ok (0.060s) 2022-09-27T16:02:37.2208376Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.2504339Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.3223989Z ok (0.101s) 2022-09-27T16:02:37.3234988Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.3352805Z test_LogSigmoid (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.3496189Z ok (0.026s) 2022-09-27T16:02:37.3505229Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.3542852Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.3681340Z ok (0.018s) 2022-09-27T16:02:37.3690096Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.3723289Z test_LogSigmoid_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.3849035Z ok (0.016s) 2022-09-27T16:02:37.3857746Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.3975844Z test_LogSoftmax (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.4125203Z ok (0.027s) 2022-09-27T16:02:37.4133929Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.4274792Z test_LogSoftmax_multiparam (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.4478280Z ok (0.034s) 2022-09-27T16:02:37.4487139Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.4520912Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.4653251Z ok (0.017s) 2022-09-27T16:02:37.4662187Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.4766208Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.4905229Z ok (0.024s) 2022-09-27T16:02:37.4913985Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5227010Z test_MSELoss (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:02:37.5235579Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5244274Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5252516Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5397678Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:37.5406352Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5414311Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5422099Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5564548Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:37.5572654Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5580757Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5589337Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5731919Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:37.5740475Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5748565Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5756386Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.5856572Z test_MSELoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.6025111Z ok (0.027s) 2022-09-27T16:02:37.6034599Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.6052275Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:37.6201591Z ok (0.017s) 2022-09-27T16:02:37.6210215Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.6780977Z test_MSELoss_prec (__main__.TestNN) ... ok (0.057s) 2022-09-27T16:02:37.6790535Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.6798321Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.6806367Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.6813801Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7103384Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:37.7111480Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7119209Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7127047Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7134640Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7385370Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-09-27T16:02:37.7393168Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7401337Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7409240Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7416881Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7700735Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-09-27T16:02:37.7708979Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7717051Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.7725145Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8053675Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:02:37.8062034Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8070244Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8077960Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8406490Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:02:37.8415776Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8424203Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8431818Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8766719Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:02:37.8776246Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8785243Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.8792650Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9081857Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:37.9089898Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9098018Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9105868Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9393163Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:37.9401584Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9409737Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9417519Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9710268Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:37.9718923Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9727115Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:37.9734863Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.0042488Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:02:38.0051624Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.0060062Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.0068076Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.0190394Z test_MaxPool1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.0360081Z ok (0.029s) 2022-09-27T16:02:38.0369533Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.0486037Z test_MaxPool1d_return_indices (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.0652988Z ok (0.028s) 2022-09-27T16:02:38.0661999Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.0775923Z test_MaxPool1d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.0941389Z ok (0.028s) 2022-09-27T16:02:38.0950263Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.1057562Z test_MaxPool2d_3d_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.1200687Z ok (0.025s) 2022-09-27T16:02:38.1209294Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.1317386Z test_MaxPool2d_4d_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.1460645Z ok (0.025s) 2022-09-27T16:02:38.1469435Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.1577562Z test_MaxPool2d_return_indices (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.1723916Z ok (0.025s) 2022-09-27T16:02:38.1732836Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.1852937Z test_MaxPool3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.2012113Z ok (0.028s) 2022-09-27T16:02:38.2020839Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.2144909Z test_MaxPool3d_return_indices (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.2313009Z ok (0.029s) 2022-09-27T16:02:38.2321694Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.2442817Z test_MaxPool3d_stride (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.2606985Z ok (0.028s) 2022-09-27T16:02:38.2616555Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.2743492Z test_MaxPool3d_stride_padding (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.2909964Z ok (0.029s) 2022-09-27T16:02:38.2919027Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.3050128Z test_MaxUnpool1d_net (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.3259897Z ok (0.034s) 2022-09-27T16:02:38.3286051Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-09-27T16:02:38.3432445Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.3638309Z ok (0.035s) 2022-09-27T16:02:38.3647966Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.3762265Z test_MaxUnpool2d_net (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.3928236Z ok (0.028s) 2022-09-27T16:02:38.3937033Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.4063055Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.4226498Z ok (0.029s) 2022-09-27T16:02:38.4235256Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.4352716Z test_MaxUnpool3d_net (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.4415847Z ok (0.018s) 2022-09-27T16:02:38.4424736Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.4553856Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.4616748Z ok (0.019s) 2022-09-27T16:02:38.4625718Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.4754571Z test_Mish (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.4960762Z ok (0.033s) 2022-09-27T16:02:38.4970725Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.5004637Z test_Mish_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.5173019Z ok (0.020s) 2022-09-27T16:02:38.5181997Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.5214480Z test_Mish_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.5378144Z ok (0.020s) 2022-09-27T16:02:38.5387491Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.5459902Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:02:38.5583467Z test_ModuleList (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:38.6606652Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.102s) 2022-09-27T16:02:38.6632590Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.6687460Z ok (0.008s) 2022-09-27T16:02:38.6698249Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.6930217Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:02:38.6939802Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.6949122Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.6957821Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.6966708Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7141816Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.7198231Z ok (0.023s) 2022-09-27T16:02:38.7208475Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7437604Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:02:38.7446641Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7455531Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7464535Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7472958Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7481594Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7490209Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7498814Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7507432Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7636956Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.7691678Z ok (0.018s) 2022-09-27T16:02:38.7700972Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7761066Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:02:38.7769755Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7778377Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7786810Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7847024Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:02:38.7855500Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7865070Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7873149Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7933762Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:02:38.7942770Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7951558Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.7960162Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:38.9077729Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:38.9141365Z ok (0.118s) 2022-09-27T16:02:38.9152286Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0166253Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.101s) 2022-09-27T16:02:39.0176462Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0185951Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0194837Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0203409Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0328464Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:39.0337346Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0346352Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0354823Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0644790Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:39.0654543Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0664250Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0672058Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0962229Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:39.0971287Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0980213Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.0988821Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1279050Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:39.1288902Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1297725Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1306756Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1450934Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.1554285Z ok (0.025s) 2022-09-27T16:02:39.1564015Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1689353Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:39.1698236Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1707197Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1715907Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.1862517Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.1968115Z ok (0.025s) 2022-09-27T16:02:39.1977463Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2095983Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:39.2104990Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2114193Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2122153Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2321222Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:39.2406486Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:02:39.2414939Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2423234Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2431169Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2480578Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.2530772Z ok (0.010s) 2022-09-27T16:02:39.2539637Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2627289Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:02:39.2635215Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2643506Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2651554Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2659690Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2668094Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2676141Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2865691Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:39.2874192Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2882709Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.2890762Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3107659Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.3160824Z ok (0.027s) 2022-09-27T16:02:39.3170466Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3354120Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:39.3363127Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3371779Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3380267Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3610773Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.3663264Z ok (0.028s) 2022-09-27T16:02:39.3673087Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3865486Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:39.3874412Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3883424Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.3891991Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4113386Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.4167936Z ok (0.028s) 2022-09-27T16:02:39.4177493Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4368394Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:39.4377481Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4386649Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4395237Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4589667Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:39.4598601Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4607479Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4616107Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4810690Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:39.4819263Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4828220Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.4836361Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.5080767Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.5135125Z ok (0.030s) 2022-09-27T16:02:39.5144810Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.5337268Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:39.5346417Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.5355236Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.5363916Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.5526764Z test_NLLLoss (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:39.5749489Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.5905821Z ok (0.038s) 2022-09-27T16:02:39.5915602Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.6135351Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.6292648Z ok (0.038s) 2022-09-27T16:02:39.6302453Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.6526540Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.6685938Z ok (0.038s) 2022-09-27T16:02:39.6696092Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.7660668Z test_NLLLossNd_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.7897637Z ok (0.120s) 2022-09-27T16:02:39.7909225Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.8636539Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.8869429Z ok (0.096s) 2022-09-27T16:02:39.8880468Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:39.9625079Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:39.9872628Z ok (0.099s) 2022-09-27T16:02:39.9883436Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0154384Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.027s) 2022-09-27T16:02:40.0163865Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0172740Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0181314Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0189976Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0455286Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:40.0463743Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0471674Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0479452Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0487707Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0752635Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:40.0760597Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0768731Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0776710Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.0784777Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1051070Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:40.1058752Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1067273Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1075187Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1083952Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1091720Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1099375Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1107528Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1115209Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1287998Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:40.1296040Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1304340Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1312213Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1319983Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1491255Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:02:40.1499097Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1507236Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1515270Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.1523799Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.2345800Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.082s) 2022-09-27T16:02:40.2355605Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.2364504Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.2372860Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.2381019Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3203131Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.082s) 2022-09-27T16:02:40.3212637Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3221683Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3230216Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3237753Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3401190Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:40.3409410Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3417406Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3426571Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3434717Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3559352Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:40.3567480Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3575420Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3583314Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3706263Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:40.3714335Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3722358Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3729826Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3853423Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:40.3861119Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3868962Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.3877085Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.4002868Z test_NLLLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.4330174Z ok (0.045s) 2022-09-27T16:02:40.4339147Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.4465119Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.4616530Z ok (0.028s) 2022-09-27T16:02:40.4625738Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.4746120Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.4899189Z ok (0.027s) 2022-09-27T16:02:40.4908106Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5028073Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.5181839Z ok (0.027s) 2022-09-27T16:02:40.5190995Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5309297Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.5461537Z ok (0.027s) 2022-09-27T16:02:40.5470712Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5634070Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:40.5642862Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5650839Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5658872Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5666932Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5829006Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:40.5836994Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5845219Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5853203Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.5860946Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6021688Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:40.6030195Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6038796Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6047928Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6055995Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6216986Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:40.6225336Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6233949Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6242340Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6250586Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6387050Z test_PReLU_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.6685420Z ok (0.043s) 2022-09-27T16:02:40.6694796Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.6831658Z test_PReLU_1d_multiparam (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.7131639Z ok (0.044s) 2022-09-27T16:02:40.7141471Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.7287079Z test_PReLU_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.7614236Z ok (0.047s) 2022-09-27T16:02:40.7625031Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.7775402Z test_PReLU_2d_multiparam (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.8123476Z ok (0.050s) 2022-09-27T16:02:40.8134196Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.8377837Z test_PReLU_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.8798274Z ok (0.066s) 2022-09-27T16:02:40.8809548Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.8993096Z test_PReLU_3d_multiparam (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.9496163Z ok (0.069s) 2022-09-27T16:02:40.9505713Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.9525746Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:40.9565513Z test_PReLU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:40.9848995Z ok (0.032s) 2022-09-27T16:02:40.9857787Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:40.9895034Z test_PReLU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.0178555Z ok (0.032s) 2022-09-27T16:02:41.0187316Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.0381400Z test_Padding122112_3dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.0945541Z ok (0.076s) 2022-09-27T16:02:41.0955597Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.1112171Z test_Padding1221_2dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.1526268Z ok (0.057s) 2022-09-27T16:02:41.1536920Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.1664735Z test_Padding12_1dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.1951899Z ok (0.041s) 2022-09-27T16:02:41.1962602Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.2125613Z test_Padding2322_2dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.2551681Z ok (0.059s) 2022-09-27T16:02:41.2562404Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.2691395Z test_Padding31_1dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.2982005Z ok (0.042s) 2022-09-27T16:02:41.2993051Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.3193486Z test_Padding322112_3dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.3775727Z ok (0.078s) 2022-09-27T16:02:41.3866232Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.009s) 2022-09-27T16:02:41.4064854Z test_Padding332122_3dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.4624915Z ok (0.076s) 2022-09-27T16:02:41.4635289Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.4789703Z test_Padding3331_2dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.5202627Z ok (0.057s) 2022-09-27T16:02:41.5213257Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.5340717Z test_Padding33_1dcircular (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.5620453Z ok (0.041s) 2022-09-27T16:02:41.5630456Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.5766439Z test_PairwiseDistance (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.6137954Z ok (0.051s) 2022-09-27T16:02:41.6274310Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.6663211Z ok (0.052s) 2022-09-27T16:02:41.6673537Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.6808466Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.7197670Z ok (0.052s) 2022-09-27T16:02:41.7208015Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.7217571Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.7360363Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.7718071Z ok (0.050s) 2022-09-27T16:02:41.7728256Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.7874802Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.8336079Z ok (0.061s) 2022-09-27T16:02:41.8345750Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.8676320Z test_ParameterDict (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:02:41.8905464Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:02:41.9249875Z test_ParameterList (__main__.TestNN) ... ok (0.034s) 2022-09-27T16:02:41.9265523Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:41.9295002Z test_ParameterList_replication (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:41.9414860Z test_PixelShuffle (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.9570753Z ok (0.027s) 2022-09-27T16:02:41.9579896Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:41.9695374Z test_PixelUnshuffle (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:41.9850227Z ok (0.027s) 2022-09-27T16:02:41.9859008Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0122877Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:42.0131498Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0139996Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0148568Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0413193Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:02:42.0421333Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0429995Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0437522Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0618387Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:42.0626391Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0634428Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0642333Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0824841Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:42.0833457Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0842248Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.0850475Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1030995Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:42.1039674Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1048183Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1056434Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1272028Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:42.1280937Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1289688Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1298012Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1523793Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:02:42.1532789Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1541597Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1550467Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.1665712Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.1845147Z ok (0.029s) 2022-09-27T16:02:42.1855360Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.2180756Z test_RNN_cell (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:02:42.2386896Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:42.2525992Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:42.2560771Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:42.3356136Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.079s) 2022-09-27T16:02:42.3378799Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T16:02:42.3384268Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-09-27T16:02:42.3389596Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-09-27T16:02:42.3403620Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-09-27T16:02:42.3431286Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.003s) 2022-09-27T16:02:42.3452765Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T16:02:42.3633325Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:02:42.3657258Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:42.3760006Z test_RReLU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.3892760Z ok (0.023s) 2022-09-27T16:02:42.3902469Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.3939607Z test_RReLU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.4068316Z ok (0.017s) 2022-09-27T16:02:42.4077642Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.4178621Z test_RReLU_with_up_down (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.4388027Z ok (0.031s) 2022-09-27T16:02:42.4397300Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.4420510Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.4538768Z ok (0.014s) 2022-09-27T16:02:42.4548282Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.4648808Z test_ReLU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.4802942Z ok (0.025s) 2022-09-27T16:02:42.4903415Z test_ReLU6 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.5057394Z ok (0.025s) 2022-09-27T16:02:42.5066712Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.5101531Z test_ReLU6_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.5223429Z ok (0.016s) 2022-09-27T16:02:42.5232103Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.5254248Z test_ReLU6_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.5392748Z ok (0.016s) 2022-09-27T16:02:42.5401101Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.5408939Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.5442264Z test_ReLU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.5564259Z ok (0.015s) 2022-09-27T16:02:42.5572610Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.5594161Z test_ReLU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.5732943Z ok (0.016s) 2022-09-27T16:02:42.5741400Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.5844103Z test_ReflectionPad1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.5976894Z ok (0.023s) 2022-09-27T16:02:42.6091035Z test_ReflectionPad1d_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.6228936Z ok (0.025s) 2022-09-27T16:02:42.6237510Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.6349732Z test_ReflectionPad1d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.6689923Z ok (0.045s) 2022-09-27T16:02:42.6698944Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.6707505Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.6846985Z test_ReflectionPad2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.7016464Z ok (0.031s) 2022-09-27T16:02:42.7183337Z test_ReflectionPad2d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.7661907Z ok (0.064s) 2022-09-27T16:02:42.7672062Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.7681213Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.7827105Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.7990205Z ok (0.031s) 2022-09-27T16:02:42.8000017Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:42.8457197Z test_ReflectionPad3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:42.8832900Z ok (0.083s) 2022-09-27T16:02:42.9313217Z test_ReflectionPad3d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.0919268Z ok (0.208s) 2022-09-27T16:02:43.0929945Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.0938799Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.1197629Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.1448895Z ok (0.051s) 2022-09-27T16:02:43.1457818Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.1560111Z test_ReplicationPad1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.1692886Z ok (0.023s) 2022-09-27T16:02:43.1805915Z test_ReplicationPad1d_batch (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.1943012Z ok (0.025s) 2022-09-27T16:02:43.1951555Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.2152040Z test_ReplicationPad1d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.2485739Z ok (0.053s) 2022-09-27T16:02:43.2494753Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.2503446Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.2620749Z test_ReplicationPad2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.2768455Z ok (0.026s) 2022-09-27T16:02:43.2899265Z test_ReplicationPad2d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.3280116Z ok (0.051s) 2022-09-27T16:02:43.3288766Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.3297941Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.3420780Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.3568154Z ok (0.027s) 2022-09-27T16:02:43.3575895Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.3713441Z test_ReplicationPad3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.3882435Z ok (0.031s) 2022-09-27T16:02:43.4044051Z test_ReplicationPad3d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.4479073Z ok (0.059s) 2022-09-27T16:02:43.4488616Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.4497887Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.4635682Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.4796222Z ok (0.030s) 2022-09-27T16:02:43.4804549Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.4904605Z test_SELU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.5061165Z ok (0.026s) 2022-09-27T16:02:43.5070689Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.5104431Z test_SELU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.5234612Z ok (0.016s) 2022-09-27T16:02:43.5243366Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.5265332Z test_SELU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.5409818Z ok (0.017s) 2022-09-27T16:02:43.5418235Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.5442427Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:43.5473093Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:43.5498552Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:43.5523145Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:43.5559831Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:43.5587427Z test_Sequential_iadd (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:43.5623496Z test_Sequential_imul (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:43.5652527Z test_Sequential_insert (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:43.5673523Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:43.5699182Z test_Sequential_mul (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:43.5722901Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:43.5749003Z test_Sequential_rmul (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:43.5871560Z test_Sequential_setitem (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:02:43.5895467Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:43.6032045Z test_SiLU (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.6207703Z ok (0.031s) 2022-09-27T16:02:43.6217458Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.6253115Z test_SiLU_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.6397588Z ok (0.018s) 2022-09-27T16:02:43.6406537Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.6438283Z test_SiLU_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.6577370Z ok (0.017s) 2022-09-27T16:02:43.6586383Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.6692838Z test_Sigmoid (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.6837541Z ok (0.025s) 2022-09-27T16:02:43.6846693Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.6880781Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.7007302Z ok (0.016s) 2022-09-27T16:02:43.7015904Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7038074Z test_Sigmoid_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.7163429Z ok (0.015s) 2022-09-27T16:02:43.7172465Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7505665Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:02:43.7602378Z test_SmoothL1Loss_beta (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.7764416Z ok (0.026s) 2022-09-27T16:02:43.7774053Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7782522Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7790619Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7798332Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7941518Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:43.7949670Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7957573Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.7965213Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8107950Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:43.8116085Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8124111Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8131854Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8276022Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:43.8284378Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8292495Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8300252Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8396278Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.8560677Z ok (0.026s) 2022-09-27T16:02:43.8569927Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.8590858Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.8748422Z ok (0.018s) 2022-09-27T16:02:43.8756811Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9051783Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:43.9060095Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9068398Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9075984Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9349415Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-09-27T16:02:43.9357462Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9365549Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9373312Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9673702Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.030s) 2022-09-27T16:02:43.9681299Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9689343Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9697106Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:43.9789676Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:43.9946946Z ok (0.025s) 2022-09-27T16:02:43.9956103Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0164052Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:44.0172781Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0181132Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0188718Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0397541Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:44.0407349Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0415853Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0424567Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0630904Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:44.0639319Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0647748Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0655529Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0854269Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:44.0862595Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0870479Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0877823Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.0989304Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.1209224Z ok (0.033s) 2022-09-27T16:02:44.1219120Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.1412030Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:44.1420511Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.1518450Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-09-27T16:02:44.1526072Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.1647057Z test_Softmax (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.1791244Z ok (0.026s) 2022-09-27T16:02:44.1927053Z test_Softmax2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.2096306Z ok (0.030s) 2022-09-27T16:02:44.2105310Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.2211156Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.2347857Z ok (0.024s) 2022-09-27T16:02:44.2356725Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.2365131Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.2469461Z test_Softmax_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.2602971Z ok (0.024s) 2022-09-27T16:02:44.2612425Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.2645791Z test_Softmax_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.2775825Z ok (0.016s) 2022-09-27T16:02:44.2784611Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.2893158Z test_Softmin (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.3053365Z ok (0.027s) 2022-09-27T16:02:44.3062496Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.3181285Z test_Softmin_multidim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.3366625Z ok (0.030s) 2022-09-27T16:02:44.3375352Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.3498717Z test_Softmin_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.3646618Z ok (0.027s) 2022-09-27T16:02:44.3655360Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.3680647Z test_Softmin_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.3824963Z ok (0.017s) 2022-09-27T16:02:44.3833739Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.3959555Z test_Softplus (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.4122088Z ok (0.029s) 2022-09-27T16:02:44.4248886Z test_Softplus_beta (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.4407700Z ok (0.028s) 2022-09-27T16:02:44.4416699Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.4545856Z test_Softplus_beta_threshold (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.4704418Z ok (0.029s) 2022-09-27T16:02:44.4712912Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.4749133Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.4876303Z ok (0.016s) 2022-09-27T16:02:44.4885451Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.4894381Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.4928242Z test_Softplus_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.5138343Z ok (0.024s) 2022-09-27T16:02:44.5147794Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.5242646Z test_Softshrink (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.5363375Z ok (0.021s) 2022-09-27T16:02:44.5372517Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.5465404Z test_Softshrink_lambda (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.5584591Z ok (0.021s) 2022-09-27T16:02:44.5593772Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.5615716Z test_Softshrink_lambda_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.5731203Z ok (0.014s) 2022-09-27T16:02:44.5740062Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.5773365Z test_Softshrink_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.5890467Z ok (0.015s) 2022-09-27T16:02:44.5899443Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.6020753Z test_Softsign (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.6218671Z ok (0.032s) 2022-09-27T16:02:44.6228214Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.6267081Z test_Softsign_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.6457524Z ok (0.023s) 2022-09-27T16:02:44.6466853Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.6502952Z test_Softsign_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.6687757Z ok (0.022s) 2022-09-27T16:02:44.6696700Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.6803524Z test_Tanh (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.6952390Z ok (0.025s) 2022-09-27T16:02:44.6962939Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.7000444Z test_Tanh_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.7135387Z ok (0.017s) 2022-09-27T16:02:44.7145395Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.7169478Z test_Tanh_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.7301127Z ok (0.015s) 2022-09-27T16:02:44.7310815Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.7424259Z test_Tanhshrink (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.7591669Z ok (0.028s) 2022-09-27T16:02:44.7602235Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.7642302Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.7793974Z ok (0.019s) 2022-09-27T16:02:44.7804003Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.7829515Z test_Tanhshrink_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.7979317Z ok (0.017s) 2022-09-27T16:02:44.7989105Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.8090459Z test_Threshold_large_value (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.8215783Z ok (0.023s) 2022-09-27T16:02:44.8225158Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.8258761Z test_Threshold_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.8376427Z ok (0.015s) 2022-09-27T16:02:44.8385737Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.8484637Z test_Threshold_threshold_value (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.8633493Z ok (0.025s) 2022-09-27T16:02:44.8642834Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.8665360Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:44.8798776Z ok (0.016s) 2022-09-27T16:02:44.8807740Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:44.9769468Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:45.2019506Z ok (0.321s) 2022-09-27T16:02:45.2030775Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:45.2976904Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:45.5063500Z ok (0.303s) 2022-09-27T16:02:45.5074285Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:45.5671258Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:45.6637503Z ok (0.156s) 2022-09-27T16:02:45.6648482Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:45.7478891Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:46.5116142Z ok (0.847s) 2022-09-27T16:02:46.5127012Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:49.6769754Z test_Transformer_cell (__main__.TestNN) ... ok (3.164s) 2022-09-27T16:02:49.9686882Z test_Transformer_multilayer_coder (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.5784001Z ok (1.901s) 2022-09-27T16:02:51.5795710Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.6323482Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.053s) 2022-09-27T16:02:51.6333557Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.6343158Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.6351683Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.6867019Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.051s) 2022-09-27T16:02:51.6877154Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.6886316Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.6894810Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.7399599Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.050s) 2022-09-27T16:02:51.7409376Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.7418405Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.7426880Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.7539964Z test_Unflatten_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.7659056Z ok (0.023s) 2022-09-27T16:02:51.7668546Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.7783738Z test_Unfold (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.7841300Z ok (0.017s) 2022-09-27T16:02:51.7850544Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.7962453Z test_Unfold_int_input (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.8020463Z ok (0.017s) 2022-09-27T16:02:51.8029974Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.8145326Z test_ZeroPad2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.8311839Z ok (0.028s) 2022-09-27T16:02:51.8443654Z test_ZeroPad2d_complex (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.8820038Z ok (0.051s) 2022-09-27T16:02:51.8830066Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.8839227Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.8941966Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.9078883Z ok (0.024s) 2022-09-27T16:02:51.9088099Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.9206677Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:02:51.9343894Z ok (0.025s) 2022-09-27T16:02:51.9352928Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:02:51.9728268Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.037s) 2022-09-27T16:02:51.9764652Z test_add_module (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:51.9783837Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:51.9972042Z test_affine_grid (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:02:52.0178131Z test_affine_grid_3d (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:02:52.0244915Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:02:52.0343468Z test_assignment (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:02:52.0365592Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.0377505Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:02:52.0402117Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T16:02:52.0961656Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.056s) 2022-09-27T16:02:52.0972755Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:02:52.1010668Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:52.1018583Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:02:52.1231187Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:52.1244974Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.1453100Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:52.1660805Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:52.1971796Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:02:52.2180657Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:02:52.2201704Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.2242962Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:52.2498324Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.025s) 2022-09-27T16:02:52.2510610Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.2553817Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:52.2596593Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:52.2671923Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:02:52.6133295Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.346s) 2022-09-27T16:02:52.6426084Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:02:52.6450682Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.6478895Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:52.6493341Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.6516504Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.6542182Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.6680138Z test_bilinear (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:02:52.6775157Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:02:52.8602975Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.183s) 2022-09-27T16:02:52.8948275Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.034s) 2022-09-27T16:02:52.8958897Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:02:52.8967875Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:02:52.8979080Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:02:52.8993925Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.9013787Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.9026018Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.9037439Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.9054570Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:52.9082874Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:52.9096125Z test_caching_parametrization (__main__.TestNN) 2022-09-27T16:02:52.9127512Z Test the caching system of a parametrization ... ok (0.004s) 2022-09-27T16:02:52.9143903Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T16:02:52.9185554Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.006s) 2022-09-27T16:02:52.9208603Z 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-27T16:02:52.9209890Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-09-27T16:02:52.9216447Z ok (0.003s) 2022-09-27T16:02:52.9284288Z test_channel_shuffle (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:02:52.9299245Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:02:52.9325449Z test_children (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:02:52.9648859Z test_clip_grad_norm (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:02:52.9692689Z test_clip_grad_value (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:52.9704098Z test_compute_nparams_to_prune (__main__.TestNN) 2022-09-27T16:02:52.9711565Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-09-27T16:02:52.9755934Z test_container_copy (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:02:53.0330778Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.057s) 2022-09-27T16:02:53.0746589Z test_conv_backcompat (__main__.TestNN) ... ok (0.042s) 2022-09-27T16:02:53.0761879Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T16:02:53.0780292Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:53.2852423Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.207s) 2022-09-27T16:02:53.2869081Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:02:53.4745602Z 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-27T16:02:53.4746326Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:02:53.6178502Z ok (0.331s) 2022-09-27T16:02:53.6338623Z test_conv_tbc (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:53.6355833Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T16:02:53.6519810Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:02:53.6874241Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.035s) 2022-09-27T16:02:53.7216906Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.034s) 2022-09-27T16:02:53.9257702Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.204s) 2022-09-27T16:02:53.9326683Z test_cosine_similarity (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:02:53.9370780Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:06.5775250Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (12.640s) 2022-09-27T16:03:06.5790929Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.5800433Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:03:06.5811002Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:03:06.5818981Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-09-27T16:03:06.5845920Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.003s) 2022-09-27T16:03:06.5869399Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T16:03:06.5879993Z test_custom_from_mask_pruning (__main__.TestNN) 2022-09-27T16:03:06.5891055Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-09-27T16:03:06.5915948Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-09-27T16:03:06.6049575Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.016s) 2022-09-27T16:03:06.6069729Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.6082737Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:03:06.6227399Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:03:06.6406296Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:03:06.6432740Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:06.6449516Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.6492972Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:06.6776872Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.028s) 2022-09-27T16:03:06.6802110Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.6829133Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:06.6848017Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.6880570Z test_embedding_functional (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:06.6903334Z test_embedding_max_norm (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.6913104Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:03:06.6934069Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.6963244Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:06.6989720Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:06.7018704Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:06.7492148Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.047s) 2022-09-27T16:03:06.7552932Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:03:06.7642880Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:03:06.7666583Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.7678831Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:03:06.7691398Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:03:06.7712805Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:06.7733853Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5326: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-09-27T16:03:06.7734347Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-09-27T16:03:06.7743360Z test_nn.py:5327: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-09-27T16:03:06.7744029Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-09-27T16:03:06.7752013Z ok (0.004s) 2022-09-27T16:03:06.7764483Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:03:06.8361853Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.060s) 2022-09-27T16:03:06.8472541Z test_functional_grad_conv (__main__.TestNN) ... ok (0.011s) 2022-09-27T16:03:08.1525373Z test_functional_grad_conv2d (__main__.TestNN) ... ok (1.305s) 2022-09-27T16:03:08.1547191Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:08.1614799Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:03:08.1663120Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:03:08.1685594Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:08.1713783Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:08.1727695Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T16:03:08.1741895Z test_global_pruning (__main__.TestNN) 2022-09-27T16:03:08.1779516Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-09-27T16:03:08.1798268Z test_global_pruning_importance_scores (__main__.TestNN) 2022-09-27T16:03:08.1832304Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-09-27T16:03:08.2994912Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.116s) 2022-09-27T16:03:08.4218875Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.122s) 2022-09-27T16:03:08.5545879Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.133s) 2022-09-27T16:03:08.6813850Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.127s) 2022-09-27T16:03:08.9308932Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.249s) 2022-09-27T16:03:09.1362366Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.205s) 2022-09-27T16:03:12.7049541Z test_grid_sample (__main__.TestNN) ... ok (3.569s) 2022-09-27T16:03:13.0449250Z test_grid_sample_3d (__main__.TestNN) ... ok (0.340s) 2022-09-27T16:03:13.1053459Z 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-27T16:03:13.1054091Z "Default grid_sample and affine_grid behavior has changed " 2022-09-27T16:03:13.1164925Z ok (0.072s) 2022-09-27T16:03:13.1181947Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T16:03:13.5045383Z test_hardtanh_backward (__main__.TestNN) ... ok (0.386s) 2022-09-27T16:03:13.5195060Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:03:13.5238404Z test_hook_backward_size (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:13.5256433Z 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-27T16:03:13.5256886Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:03:13.5259213Z /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-27T16:03:13.5259899Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T16:03:13.5271568Z ok (0.003s) 2022-09-27T16:03:13.5304942Z test_hook_cpp (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:13.5326715Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:13.5366887Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:13.5621425Z test_hook_inplace (__main__.TestNN) ... ok (0.025s) 2022-09-27T16:03:13.5652911Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:13.5671346Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:13.5724903Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:03:13.5851604Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.013s) 2022-09-27T16:03:13.5873655Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:13.5923950Z 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-27T16:03:13.5924629Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T16:03:13.6230880Z ok (0.036s) 2022-09-27T16:03:13.6388884Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:03:13.6402390Z test_identity_pruning (__main__.TestNN) 2022-09-27T16:03:13.6464680Z Test that a mask of 1s does not change forward or backward. ... ok (0.008s) 2022-09-27T16:03:13.6491236Z test_initialization_parametrization (__main__.TestNN) 2022-09-27T16:03:13.6578454Z Test that it is possible to initialize a parametrization when it ... ok (0.011s) 2022-09-27T16:03:13.6637030Z test_inplace_thnn (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:03:14.2052504Z test_interpolate (__main__.TestNN) ... ok (0.541s) 2022-09-27T16:03:14.2158664Z test_interpolate_bicubic_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.2332530Z ok (0.028s) 2022-09-27T16:03:14.2343123Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.2424233Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.2563908Z ok (0.022s) 2022-09-27T16:03:14.2572771Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.2682796Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.2877398Z ok (0.030s) 2022-09-27T16:03:14.2886446Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.2979151Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.3138663Z ok (0.025s) 2022-09-27T16:03:14.3147720Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.3238029Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.3392620Z ok (0.024s) 2022-09-27T16:03:14.3482704Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.3636183Z ok (0.024s) 2022-09-27T16:03:14.3646055Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.3654773Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.3743740Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.3899003Z ok (0.024s) 2022-09-27T16:03:14.3986555Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.4138927Z ok (0.024s) 2022-09-27T16:03:14.4147813Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.4155779Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.4328219Z test_interpolate_bilinear_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.4476385Z ok (0.032s) 2022-09-27T16:03:14.4485369Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.4566404Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.4692821Z ok (0.021s) 2022-09-27T16:03:14.4701174Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.4797301Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.4951756Z ok (0.025s) 2022-09-27T16:03:14.4960979Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.5051021Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.5192123Z ok (0.023s) 2022-09-27T16:03:14.5200903Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.5290380Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.5429649Z ok (0.023s) 2022-09-27T16:03:14.5514882Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.5654645Z ok (0.022s) 2022-09-27T16:03:14.5664240Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.5672548Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.5759678Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.5897868Z ok (0.022s) 2022-09-27T16:03:14.5986766Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.6125602Z ok (0.023s) 2022-09-27T16:03:14.6133837Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.6141565Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.6153700Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:03:14.6236251Z test_interpolate_linear_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.6370428Z ok (0.022s) 2022-09-27T16:03:14.6453624Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.6583195Z ok (0.021s) 2022-09-27T16:03:14.6591894Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.6600149Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.6675681Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.6796872Z ok (0.020s) 2022-09-27T16:03:14.6805434Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.6888342Z test_interpolate_linear_scale_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.7019846Z ok (0.021s) 2022-09-27T16:03:14.7103585Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.7236780Z ok (0.022s) 2022-09-27T16:03:14.7246014Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.7254180Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.7335859Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.7466534Z ok (0.021s) 2022-09-27T16:03:14.7475115Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.7556605Z test_interpolate_nearest_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.7685852Z ok (0.021s) 2022-09-27T16:03:14.7694377Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.7770104Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.7889103Z ok (0.019s) 2022-09-27T16:03:14.7897459Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.7989448Z test_interpolate_nearest_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.8133234Z ok (0.024s) 2022-09-27T16:03:14.8141709Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.8240950Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.8387781Z ok (0.025s) 2022-09-27T16:03:14.8396328Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.8475100Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.8602031Z ok (0.021s) 2022-09-27T16:03:14.8610672Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.8777100Z test_interpolate_nearest_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.9103084Z ok (0.049s) 2022-09-27T16:03:14.9113159Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.9200151Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.9338860Z ok (0.022s) 2022-09-27T16:03:14.9348741Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.9434104Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.9569293Z ok (0.022s) 2022-09-27T16:03:14.9579069Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:14.9678945Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:14.9834498Z ok (0.025s) 2022-09-27T16:03:14.9843878Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.0115208Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.0475448Z ok (0.063s) 2022-09-27T16:03:15.0484829Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.0572410Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.0706114Z ok (0.022s) 2022-09-27T16:03:15.0715465Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.0809289Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.0954592Z ok (0.024s) 2022-09-27T16:03:15.0963452Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.1185597Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.1478823Z ok (0.051s) 2022-09-27T16:03:15.1488674Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.1691966Z test_interpolate_trilinear_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.2054059Z ok (0.056s) 2022-09-27T16:03:15.2064149Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.2254572Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.2396024Z ok (0.033s) 2022-09-27T16:03:15.2406411Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.2603849Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.2953786Z ok (0.055s) 2022-09-27T16:03:15.3127928Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.3429369Z ok (0.048s) 2022-09-27T16:03:15.3439148Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.3447891Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.3544791Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.3712632Z ok (0.026s) 2022-09-27T16:03:15.3810696Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:15.3978737Z ok (0.027s) 2022-09-27T16:03:15.3987753Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.3995979Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:15.4869267Z 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-27T16:03:15.4870021Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:03:15.5460542Z ok (0.146s) 2022-09-27T16:03:15.8370402Z test_invalid_conv2d (__main__.TestNN) ... ok (0.291s) 2022-09-27T16:03:15.9815983Z test_invalid_conv3d (__main__.TestNN) ... ok (0.144s) 2022-09-27T16:03:15.9840614Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:15.9860266Z 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-27T16:03:15.9860958Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:03:15.9881726Z ok (0.004s) 2022-09-27T16:03:15.9922005Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:53.9561829Z test_l1_loss_correct (__main__.TestNN) ... ok (37.964s) 2022-09-27T16:03:53.9576796Z test_l1_unstructured_pruning (__main__.TestNN) 2022-09-27T16:03:53.9618530Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.006s) 2022-09-27T16:03:53.9635200Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-09-27T16:03:53.9669581Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.005s) 2022-09-27T16:03:53.9714849Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:53.9737802Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:53.9750332Z test_ln_structured_pruning (__main__.TestNN) 2022-09-27T16:03:53.9786564Z Check Ln structured pruning by hand. ... ok (0.005s) 2022-09-27T16:03:53.9801912Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-09-27T16:03:53.9835427Z Check Ln structured pruning by hand. ... ok (0.005s) 2022-09-27T16:03:54.0013854Z test_load_state_dict (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:03:54.0036805Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:54.0072792Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:03:54.0090971Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:54.1432418Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.134s) 2022-09-27T16:03:54.1447541Z test_load_state_dict_type (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:54.2192477Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.074s) 2022-09-27T16:03:54.2289747Z test_log_softmax_dim0 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:54.2450215Z ok (0.026s) 2022-09-27T16:03:54.2460778Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:54.2547570Z test_log_softmax_dim3 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:54.2701011Z ok (0.024s) 2022-09-27T16:03:54.2710831Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:54.2801545Z test_log_softmax_lastdim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:54.2955162Z ok (0.024s) 2022-09-27T16:03:54.2964776Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:54.2973446Z test_log_softmax_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:54.3108738Z ok (0.014s) 2022-09-27T16:03:54.3118190Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:54.3212049Z test_log_softmax_spatial (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:54.3378682Z ok (0.026s) 2022-09-27T16:03:54.3389052Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:54.3521999Z test_log_softmax_spatial_special (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:03:54.3747530Z ok (0.036s) 2022-09-27T16:03:54.3757846Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:03:54.3768420Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:6767: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:03:54.3769045Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-09-27T16:03:54.3827934Z test_nn.py:6768: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:03:54.3828570Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-09-27T16:03:54.3884876Z test_nn.py:6769: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:03:54.3885438Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-09-27T16:03:54.3941195Z test_nn.py:6770: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:03:54.3941906Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-09-27T16:03:54.3998333Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:03:54.3999017Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:03:54.4245135Z ok (0.049s) 2022-09-27T16:03:54.4363358Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:03:54.4466880Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:03:54.4601522Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T16:03:54.4820794Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:03:54.5103920Z test_module_backcompat (__main__.TestNN) ... ok (0.028s) 2022-09-27T16:03:54.5136796Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:03:54.5161340Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:54.5182198Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:54.5199946Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:03:59.3759809Z 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-27T16:03:59.3760395Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T16:03:59.3761253Z /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-27T16:03:59.3761791Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T16:04:00.0055164Z ok (5.485s) 2022-09-27T16:04:05.5598578Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (5.554s) 2022-09-27T16:04:05.5826139Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:04:05.5886162Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:05.5915984Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:05.5943495Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... test_nn.py:5870: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:04:05.5944396Z nt = torch.nested_tensor([torch.randn(4, 4)]) 2022-09-27T16:04:05.5988458Z ok (0.007s) 2022-09-27T16:04:05.6002375Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:04:05.6052837Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:05.6107133Z ok (0.010s) 2022-09-27T16:04:05.6116255Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:05.6283732Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:04:05.6335782Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:05.6364184Z test_named_children (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:05.6413477Z test_named_modules (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:05.6464982Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:05.6846483Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.038s) 2022-09-27T16:04:05.8298337Z test_new_spectral_norm (__main__.TestNN) ... ok (0.145s) 2022-09-27T16:04:05.8386686Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:04:05.8476293Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:04:05.8974191Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.050s) 2022-09-27T16:04:06.4129890Z test_nnpack_conv (__main__.TestNN) ... ok (0.515s) 2022-09-27T16:04:06.4202749Z test_no_grad (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:04:06.4225775Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:06.4449554Z test_normalize (__main__.TestNN) ... ok (0.022s) 2022-09-27T16:04:06.4488824Z test_orthogonal_errors (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:04:06.4592186Z 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-27T16:04:06.4592771Z warnings.warn(msg, FutureWarning) 2022-09-27T16:04:07.1606631Z ok (0.712s) 2022-09-27T16:04:07.1898308Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:04:07.1909278Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:04:07.2027301Z test_pad_scalar_error (__main__.TestNN) ... ok (0.012s) 2022-09-27T16:04:07.2188909Z test_padding_list (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:04:07.2284170Z test_pairwise_distance (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:04:07.2314093Z test_parameter_assignment (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:07.2372842Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:07.2394788Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:07.2422280Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:07.2441703Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:07.2452447Z test_parametrization_same_training_mode (__main__.TestNN) 2022-09-27T16:04:07.2461877Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-09-27T16:04:07.2473070Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:04:07.2484393Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:04:07.3117465Z test_pdist (__main__.TestNN) ... ok (0.063s) 2022-09-27T16:04:07.3303803Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.019s) 2022-09-27T16:04:07.3316140Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T16:04:07.3366382Z test_pdist_empty_col (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:07.3416606Z test_pdist_empty_row (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:07.4276825Z test_pdist_large (__main__.TestNN) ... ok (0.086s) 2022-09-27T16:04:07.4284193Z test_pdist_zeros (__main__.TestNN) 2022-09-27T16:04:07.4576995Z Test that grad is still valid when dist is 0 ... ok (0.030s) 2022-09-27T16:04:07.4635127Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:09.4004405Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (1.937s) 2022-09-27T16:04:09.4024948Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:9402: 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-27T16:04:09.4025773Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4106466Z test_nn.py:9402: 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-27T16:04:09.4107072Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4185398Z test_nn.py:9402: 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-27T16:04:09.4186066Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4259393Z test_nn.py:9402: 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-27T16:04:09.4260043Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4316796Z test_nn.py:9402: 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-27T16:04:09.4317360Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4368323Z test_nn.py:9402: 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-27T16:04:09.4368872Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4418002Z test_nn.py:9402: 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-27T16:04:09.4418496Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:04:09.4423761Z test_nn.py:9403: 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-27T16:04:09.4424250Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4489581Z test_nn.py:9403: 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-27T16:04:09.4490059Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4569001Z test_nn.py:9403: 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-27T16:04:09.4569487Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4643522Z test_nn.py:9403: 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-27T16:04:09.4644044Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4695805Z test_nn.py:9403: 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-27T16:04:09.4696314Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4754654Z test_nn.py:9403: 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-27T16:04:09.4755141Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4809517Z test_nn.py:9403: 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-27T16:04:09.4810003Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4815367Z test_nn.py:9404: 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-27T16:04:09.4815859Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4884685Z test_nn.py:9404: 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-27T16:04:09.4885195Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.4960023Z test_nn.py:9404: 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-27T16:04:09.4960526Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.5033855Z test_nn.py:9404: 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-27T16:04:09.5034571Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.5085599Z test_nn.py:9404: 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-27T16:04:09.5086091Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.5136647Z test_nn.py:9404: 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-27T16:04:09.5137149Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.5187451Z test_nn.py:9404: 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-27T16:04:09.5187943Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:04:09.5192968Z test_nn.py:9405: 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-27T16:04:09.5193445Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5259704Z test_nn.py:9405: 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-27T16:04:09.5260201Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5333929Z test_nn.py:9405: 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-27T16:04:09.5334794Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5404969Z test_nn.py:9405: 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-27T16:04:09.5405830Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5457092Z test_nn.py:9405: 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-27T16:04:09.5457931Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5509920Z test_nn.py:9405: 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-27T16:04:09.5510750Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5562714Z test_nn.py:9405: 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-27T16:04:09.5563555Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:04:09.5569093Z ok (0.157s) 2022-09-27T16:04:09.5589471Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.5626875Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:04:09.5639439Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:04:09.5731885Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:04:09.5748016Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-09-27T16:04:09.6901677Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.115s) 2022-09-27T16:04:09.6929169Z test_prune (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:09.6957523Z test_prune_importance_scores (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:09.6989990Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:09.7006595Z test_pruning_container (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.7029415Z test_pruning_container_compute_mask (__main__.TestNN) 2022-09-27T16:04:09.7070654Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.006s) 2022-09-27T16:04:09.7080302Z test_pruning_id_consistency (__main__.TestNN) 2022-09-27T16:04:09.7094221Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-09-27T16:04:09.7106769Z test_pruning_rollback (__main__.TestNN) 2022-09-27T16:04:09.7129999Z Test that if something fails when the we try to compute the mask, ... ok (0.004s) 2022-09-27T16:04:09.7194037Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:09.7259215Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:09.7317979Z test_random_pruning (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:09.7334195Z test_random_pruning_0perc (__main__.TestNN) 2022-09-27T16:04:09.7393886Z Test that a mask of 1s does not change forward or backward. ... ok (0.007s) 2022-09-27T16:04:09.7405998Z test_random_pruning_forward (__main__.TestNN) 2022-09-27T16:04:09.7433169Z check forward with mask (by hand). ... ok (0.004s) 2022-09-27T16:04:09.7444876Z test_random_pruning_new_weight (__main__.TestNN) 2022-09-27T16:04:09.7489376Z Test that module.name now contains a pruned version of ... ok (0.006s) 2022-09-27T16:04:09.7500076Z test_random_pruning_orig (__main__.TestNN) 2022-09-27T16:04:09.7542234Z Test that original tensor is correctly stored in 'orig' ... ok (0.005s) 2022-09-27T16:04:09.7624642Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.008s) 2022-09-27T16:04:09.7637609Z test_random_pruning_sizes (__main__.TestNN) 2022-09-27T16:04:09.7669677Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-09-27T16:04:09.7695541Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.7719268Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-09-27T16:04:09.7745446Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.005s) 2022-09-27T16:04:09.7767861Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-09-27T16:04:09.7803345Z Test that it is possible to nest the parametrizations ... ok (0.006s) 2022-09-27T16:04:09.7912264Z test_register_and_remove_parametrization (__main__.TestNN) 2022-09-27T16:04:09.8320318Z Test that it is possible to add a few parametrizations ... ok (0.051s) 2022-09-27T16:04:09.8484178Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:04:09.8668814Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.018s) 2022-09-27T16:04:09.8686328Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.8696916Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:04:09.8724919Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:09.8742107Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.8757830Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.8949045Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:04:09.8965323Z test_remove_pruning (__main__.TestNN) 2022-09-27T16:04:09.9016287Z `prune.remove` removes the hook and the reparametrization ... ok (0.007s) 2022-09-27T16:04:09.9025338Z test_remove_pruning_exception (__main__.TestNN) 2022-09-27T16:04:09.9035886Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-09-27T16:04:09.9045965Z test_remove_pruning_forward (__main__.TestNN) 2022-09-27T16:04:09.9067969Z Remove pruning and check forward is unchanged from previous ... ok (0.003s) 2022-09-27T16:04:09.9085793Z test_repr (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.9108475Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:09.9244592Z test_rnn_args_check (__main__.TestNN) ... ok (0.014s) 2022-09-27T16:04:09.9261142Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-09-27T16:04:10.0204626Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.094s) 2022-09-27T16:04:10.0243689Z test_rnn_pruning (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:04:10.0300086Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:10.0323817Z test_serialization_parametrization (__main__.TestNN) 2022-09-27T16:04:10.0407836Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.011s) 2022-09-27T16:04:10.0435486Z test_share_memory (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:10.0671202Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.023s) 2022-09-27T16:04:10.0760540Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.009s) 2022-09-27T16:04:10.1536473Z test_softmax_cpu (__main__.TestNN) ... ok (0.077s) 2022-09-27T16:04:10.1633321Z test_softmax_functional_dim0 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.1788697Z ok (0.025s) 2022-09-27T16:04:10.1799469Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.1933016Z test_softmax_functional_dim3 (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.2084837Z ok (0.028s) 2022-09-27T16:04:10.2093793Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.2102082Z test_softmax_functional_scalar (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.2235065Z ok (0.014s) 2022-09-27T16:04:10.2244216Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.2335575Z test_softmax_lastdim (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.2485061Z ok (0.024s) 2022-09-27T16:04:10.2494471Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.2585987Z test_softmax_lastdim_dtype (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.2738297Z ok (0.024s) 2022-09-27T16:04:10.2748115Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.2836887Z test_softmax_spatial (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.2996107Z ok (0.025s) 2022-09-27T16:04:10.3005767Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.3094677Z test_softmax_spatial_dtype (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.3254934Z ok (0.025s) 2022-09-27T16:04:10.3264699Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.3393590Z test_softmax_spatial_special (__main__.TestNN) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-09-27T16:04:10.3617380Z ok (0.035s) 2022-09-27T16:04:10.3627809Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:04:10.3649620Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:10.4555032Z test_spectral_norm (__main__.TestNN) ... ok (0.090s) 2022-09-27T16:04:10.4591225Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:04:10.4635286Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.004s) 2022-09-27T16:04:10.5148715Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.051s) 2022-09-27T16:04:10.5178264Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:10.5232330Z test_state_dict (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:10.5243295Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T16:04:10.5310694Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.007s) 2022-09-27T16:04:10.5332076Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T16:04:10.5385477Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:10.5399104Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:04:10.5423992Z test_to (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:10.5444868Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:10.5468151Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T16:04:10.5541217Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.010s) 2022-09-27T16:04:10.5669048Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.013s) 2022-09-27T16:04:10.5680681Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-09-27T16:04:10.5714583Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.005s) 2022-09-27T16:04:10.5731510Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-09-27T16:04:10.5772165Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-09-27T16:04:11.2992060Z test_transformer_args_check (__main__.TestNN) ... ok (0.722s) 2022-09-27T16:04:11.3355225Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.036s) 2022-09-27T16:04:11.6465544Z test_transformerdecoder (__main__.TestNN) ... ok (0.311s) 2022-09-27T16:04:11.7246862Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.078s) 2022-09-27T16:04:11.8349785Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.110s) 2022-09-27T16:04:11.8516359Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:04:11.8677412Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:04:11.8831422Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:04:11.9037818Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:04:11.9233028Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:04:11.9284927Z test_type (__main__.TestNN) ... ok (0.005s) 2022-09-27T16:04:11.9294606Z test_type_before_parametrizations (__main__.TestNN) 2022-09-27T16:04:11.9305031Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-09-27T16:04:11.9331940Z 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-27T16:04:11.9332983Z return super(Tensor, self).refine_names(names) 2022-09-27T16:04:11.9336313Z ok (0.003s) 2022-09-27T16:04:11.9361630Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:11.9672871Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:04:11.9752893Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-09-27T16:04:11.9767080Z Since it may happen that the tensor to prune has entries with the ... ok (0.009s) 2022-09-27T16:04:11.9795159Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:12.0405693Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.061s) 2022-09-27T16:04:12.0427988Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:12.2247482Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.182s) 2022-09-27T16:04:12.2320665Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.007s) 2022-09-27T16:04:12.3955598Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.163s) 2022-09-27T16:04:12.4316387Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.036s) 2022-09-27T16:04:12.4335501Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:12.4345493Z test_validate_pruning_amount (__main__.TestNN) 2022-09-27T16:04:12.4350755Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-09-27T16:04:12.4362855Z test_validate_pruning_amount_init (__main__.TestNN) 2022-09-27T16:04:12.4368246Z Test the first util function that validates the pruning ... ok (0.002s) 2022-09-27T16:04:12.4389799Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:04:12.4536735Z test_weight_norm (__main__.TestNN) ... ok (0.015s) 2022-09-27T16:04:12.4563200Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-09-27T16:04:12.4623876Z test_zero_grad (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:04:12.4687362Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:04:12.4740311Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:04:12.4760763Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:12.4805446Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:04:12.4888836Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:04:12.4968942Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:04:12.5042832Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:04:12.5116423Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:04:12.5244182Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:04:12.5318244Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:04:23.5885043Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (11.056s) 2022-09-27T16:04:24.5238565Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.935s) 2022-09-27T16:04:24.5273523Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:04:24.5307527Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:04:24.5341370Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:04:24.5364033Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5385685Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5406585Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5429246Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5451488Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5469693Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5487582Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5505458Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5619285Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:24.5638696Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5676020Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:04:24.5712614Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:04:24.5748317Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:04:24.5766698Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5785408Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5804352Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5823756Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:24.5928271Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:04:24.6026195Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:04:24.6116274Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6211182Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6305581Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6393920Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6489101Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6583723Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6672994Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6763731Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6856329Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.6943098Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:24.7631746Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-09-27T16:04:24.8316971Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.068s) 2022-09-27T16:04:24.9109615Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.079s) 2022-09-27T16:04:24.9801623Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-09-27T16:04:25.0477887Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.068s) 2022-09-27T16:04:25.1101653Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T16:04:25.1790422Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-09-27T16:04:25.2474447Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.068s) 2022-09-27T16:04:25.3115846Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.064s) 2022-09-27T16:04:25.3773930Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.066s) 2022-09-27T16:04:25.4429794Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.066s) 2022-09-27T16:04:25.5039304Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-09-27T16:04:25.5994390Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.095s) 2022-09-27T16:04:25.6709572Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.071s) 2022-09-27T16:04:25.7488528Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.078s) 2022-09-27T16:04:25.8207704Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-09-27T16:04:25.8323466Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:04:25.8438583Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.8547927Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.8663015Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.8777298Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.8883917Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.8999928Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:04:25.9116362Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:04:25.9224030Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.9338173Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.9449854Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:04:25.9555106Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:04:25.9743971Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:04:25.9929332Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:04:26.0115175Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:04:26.0694542Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:04:26.1779440Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T16:04:26.1815113Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:04:26.2082279Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:04:33.8022192Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.594s) 2022-09-27T16:04:33.8039274Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:04:33.8130913Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:04:33.8214166Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:04:33.8294802Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:04:33.9457651Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-09-27T16:04:34.0744842Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.129s) 2022-09-27T16:04:37.9779271Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (3.903s) 2022-09-27T16:04:37.9803801Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:04:38.0301029Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-09-27T16:04:38.0789504Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-09-27T16:04:38.0806289Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:38.0824324Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:04:38.1206035Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:04:38.1580612Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:04:39.1310427Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.973s) 2022-09-27T16:04:53.2629089Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (14.132s) 2022-09-27T16:04:53.3406555Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.078s) 2022-09-27T16:04:53.3803954Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:04:53.4187099Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:04:54.8947808Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.476s) 2022-09-27T16:05:02.3714713Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.477s) 2022-09-27T16:05:03.7317557Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.360s) 2022-09-27T16:05:09.2411359Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (5.509s) 2022-09-27T16:05:20.7050458Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.462s) 2022-09-27T16:05:20.7167663Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:05:20.7185200Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:21.2303590Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.512s) 2022-09-27T16:05:21.2351449Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:05:21.2388822Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:05:21.2856459Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:05:22.6327851Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.347s) 2022-09-27T16:05:50.6652553Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (28.032s) 2022-09-27T16:05:50.6734538Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:05:50.6747446Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.6759405Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.6897592Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:05:50.6909817Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.6921826Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.8176123Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.125s) 2022-09-27T16:05:50.8188701Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.8200229Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.8320052Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:05:50.8330714Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.8341602Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:50.8393829Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:05:51.4073890Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.568s) 2022-09-27T16:05:51.4095653Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:51.4110758Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:51.4288043Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:05:51.4365218Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:05:51.5214540Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.085s) 2022-09-27T16:05:51.5454597Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:05:51.5547367Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:05:51.5591222Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:05:51.5628233Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:05:51.5650416Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:05:51.5725506Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:05:51.5778072Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:05:51.5849071Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:05:51.5899609Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:05:51.6118520Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:05:51.6316427Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:05:51.6402573Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:05:51.6515303Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:05:51.6574962Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:05:51.6665096Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:05:51.6708042Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:05:51.6743690Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:05:51.6765782Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:05:51.6842762Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:05:51.6897403Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:05:51.6969158Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:05:51.7021485Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:05:53.0141076Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.312s) 2022-09-27T16:05:53.1820698Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.168s) 2022-09-27T16:05:53.2041283Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:05:53.2140916Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:05:53.7667800Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.552s) 2022-09-27T16:05:53.8378185Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.071s) 2022-09-27T16:05:53.8416664Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:05:53.8440511Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:05:53.8533976Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:05:53.8599307Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:05:53.8683431Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:05:53.8742243Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:05:53.8777894Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:05:53.9101310Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.032s) 2022-09-27T16:05:53.9275779Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:53.9453184Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:53.9626197Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:53.9798134Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.0045641Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-09-27T16:05:54.0220413Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.0547127Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.033s) 2022-09-27T16:05:54.0721679Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.0896296Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.1070731Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.1245000Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.1419080Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.1592984Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.1935342Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.034s) 2022-09-27T16:05:54.2104127Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.2278481Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.2452635Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.2627477Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.2800766Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.2976163Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.3276889Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.030s) 2022-09-27T16:05:54.3449322Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.3624509Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.3800409Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.3974760Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.4150103Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.4325510Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.4592708Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-09-27T16:05:54.4743233Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:54.4905305Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:05:54.5081525Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.5256694Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.5433384Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.5610015Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.5886941Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.028s) 2022-09-27T16:05:54.6061402Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.6237105Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.6412942Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.6589654Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.6765578Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.6940157Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.7201177Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-09-27T16:05:54.7376137Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.7551310Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.7726479Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.7901870Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.8077325Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.8251329Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.8494876Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-09-27T16:05:54.8669750Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.8845685Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.9021761Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.9198680Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.9374572Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:54.9549385Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:54.9822214Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-09-27T16:05:54.9998755Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:55.0175802Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:55.0352047Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:55.1033786Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.068s) 2022-09-27T16:05:55.1209857Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-09-27T16:05:55.1384297Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:55.1671237Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.029s) 2022-09-27T16:05:55.2095259Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:55.2504878Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:55.2937579Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:05:55.3352881Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:55.3830730Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:05:55.4244813Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:55.4670063Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:55.5085298Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:55.5482991Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:55.5878184Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:55.6301598Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:55.6691079Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:55.7125712Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:05:55.7534041Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:55.7969809Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:05:55.8411213Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:05:55.8832986Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:55.9247656Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:55.9667139Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:56.0074529Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:56.0547734Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:05:56.0980821Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:05:56.1446152Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:05:56.1892925Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:05:56.2281076Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:56.2684009Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:56.3071011Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:56.3447775Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:05:56.3857685Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:56.4255522Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:56.4667611Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:56.5118939Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:05:56.5494439Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:56.5866886Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:56.6257933Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:56.6632039Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:56.7070544Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:05:56.7464708Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:56.7875684Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:56.8271763Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:56.8656771Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:05:56.9032038Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:56.9448307Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:56.9819770Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:57.0231181Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:57.0626761Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:57.1032427Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:57.1456655Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:05:57.1836534Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:05:57.2225961Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:57.2639393Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:57.3018423Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:05:57.3432770Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:57.4207393Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.077s) 2022-09-27T16:05:57.4613391Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:05:57.5011443Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:57.5385925Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:57.5753391Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:57.6190391Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:05:57.6553433Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:05:57.6955521Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:57.7340849Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:05:57.7736468Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:57.8124146Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:57.8552071Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:05:57.8916947Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:05:57.9292245Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:57.9658695Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:05:58.0063754Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:05:58.0453549Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:58.0905367Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:05:58.1292888Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:05:58.1442421Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.1591840Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.1741195Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.1894389Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.2096691Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:05:58.2245108Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.2392955Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.2541217Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.2690365Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.2842791Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.2996009Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.3202463Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-09-27T16:05:58.3355897Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.3505206Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.3656051Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.3804739Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.3955627Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.4110349Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.4312482Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:05:58.4460697Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.4609556Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.4759170Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.4908823Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.5057710Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.5210576Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.5414897Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:05:58.5563858Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.5712566Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.5861490Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.6009689Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.6161715Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.6315526Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.6520297Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:05:58.6669735Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.6818143Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.6966208Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.7114015Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.7266685Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.7419841Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.7627925Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-09-27T16:05:58.7777276Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.7926541Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.8074336Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.8222383Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.8373113Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.8526216Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.8730784Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:05:58.8883725Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.9033926Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.9183191Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.9333346Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.9482766Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.9635798Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:58.9847383Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-09-27T16:05:58.9999785Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.0151966Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.0306193Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.0459297Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.0615162Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:05:59.0767673Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.0973397Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-09-27T16:05:59.1126412Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.1279085Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.1431923Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.1585166Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.1737657Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.1904999Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:05:59.2213885Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.031s) 2022-09-27T16:05:59.2363242Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.2513729Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.2668505Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.2822453Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:05:59.2975981Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.3137649Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:05:59.3319666Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:05:59.3468902Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.3618971Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.3772258Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.3925961Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.4083767Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:05:59.4241576Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:05:59.4470358Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.023s) 2022-09-27T16:05:59.4619451Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.4770130Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.4923123Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.5075972Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.5230128Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.5382589Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.5563545Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:05:59.5712432Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.5864542Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.6017018Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.6170631Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.6323598Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.6476593Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.6654574Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:05:59.6803985Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.6955319Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.7109004Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.7262987Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.7415822Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.7597583Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:05:59.7746944Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.7894850Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.8046183Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.8198361Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.8351533Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.8505045Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.8685472Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:05:59.8839568Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.8992387Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.9146662Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.9299859Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.9452849Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.9606172Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:05:59.9786588Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:05:59.9936007Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.0084132Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.0235087Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.0388228Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.0542320Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.0695588Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.0875575Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.1023715Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.1175266Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.1325783Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.1477958Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.1628359Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.1777910Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.1954410Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.2104112Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.2255908Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.2406697Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.2555488Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.2705469Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.2855055Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.3031058Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.3179342Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.3330068Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.3477848Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.3627829Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.3776276Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.3929149Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.4109791Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.4258186Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.4406750Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.4556178Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.4705774Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.4856282Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.5010400Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.5191122Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.5339639Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.5489357Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.5638480Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.5787941Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.5937927Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.6091028Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.6270092Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.6420507Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.6568243Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.6716990Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.6866981Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.7015494Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.7166854Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.7347115Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.7497583Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.7645660Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.7794714Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.7944398Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.8094736Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.8248096Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.8428520Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.8579162Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.8727353Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.8875523Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.9025011Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.9173832Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.9327056Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.9507233Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:00.9658165Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.9806529Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:00.9955397Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.0104174Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.0253239Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.0407241Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.0591274Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:01.0746126Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.0900888Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.1052437Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.1204919Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.1352946Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.1508503Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.1693635Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:01.1846630Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.2002079Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.2157968Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.2310955Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.2463508Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.2619769Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.2799459Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:01.2951460Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.3104826Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.3260592Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.3417130Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.3575102Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.3730584Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.3913335Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-09-27T16:06:01.4068705Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.4220903Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.4377270Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.4534336Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.4692150Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.4852041Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.5045088Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.019s) 2022-09-27T16:06:01.5203742Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-09-27T16:06:01.5355537Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-09-27T16:06:01.6750848Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.139s) 2022-09-27T16:06:01.7733027Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.098s) 2022-09-27T16:06:01.8766659Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-09-27T16:06:01.9730014Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.096s) 2022-09-27T16:06:02.0839642Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.111s) 2022-09-27T16:06:02.1930483Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:06:02.3092674Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-09-27T16:06:02.4201674Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.111s) 2022-09-27T16:06:02.5192974Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.099s) 2022-09-27T16:06:02.6278574Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T16:06:02.7323357Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-09-27T16:06:02.8351598Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-09-27T16:06:02.9399457Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.105s) 2022-09-27T16:06:03.0457317Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.106s) 2022-09-27T16:06:03.1543094Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T16:06:03.2633301Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:06:03.3559835Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.093s) 2022-09-27T16:06:03.4439829Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.088s) 2022-09-27T16:06:03.5352703Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.091s) 2022-09-27T16:06:03.6248531Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.089s) 2022-09-27T16:06:03.7274170Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.102s) 2022-09-27T16:06:03.8255293Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.098s) 2022-09-27T16:06:03.9259040Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.100s) 2022-09-27T16:06:04.0236516Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.098s) 2022-09-27T16:06:04.1251720Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.101s) 2022-09-27T16:06:04.2233201Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.098s) 2022-09-27T16:06:04.3271474Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-09-27T16:06:04.4272846Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.100s) 2022-09-27T16:06:04.5398450Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.112s) 2022-09-27T16:06:04.6420381Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.102s) 2022-09-27T16:06:04.7509309Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:06:04.9056136Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.155s) 2022-09-27T16:06:05.0176079Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.112s) 2022-09-27T16:06:05.1274617Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-09-27T16:06:05.2663172Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.139s) 2022-09-27T16:06:05.3752423Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:06:05.4990083Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.124s) 2022-09-27T16:06:05.6302474Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.131s) 2022-09-27T16:06:05.7514909Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-09-27T16:06:05.8780860Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.126s) 2022-09-27T16:06:06.0585090Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.180s) 2022-09-27T16:06:06.1907316Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.132s) 2022-09-27T16:06:06.3516271Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.161s) 2022-09-27T16:06:06.5098227Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.158s) 2022-09-27T16:06:06.6578985Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.148s) 2022-09-27T16:06:06.8038863Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.146s) 2022-09-27T16:06:06.9665498Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-09-27T16:06:07.1797454Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.213s) 2022-09-27T16:06:07.2942067Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.114s) 2022-09-27T16:06:07.3971594Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-09-27T16:06:07.4965359Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.099s) 2022-09-27T16:06:07.6000687Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-09-27T16:06:07.7092670Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:06:07.8271561Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.118s) 2022-09-27T16:06:07.9312325Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-09-27T16:06:08.0332969Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.102s) 2022-09-27T16:06:08.2122987Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T16:06:08.3369053Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.125s) 2022-09-27T16:06:08.4769171Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-09-27T16:06:08.6179639Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.141s) 2022-09-27T16:06:08.7516870Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.134s) 2022-09-27T16:06:08.8738429Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.122s) 2022-09-27T16:06:09.0199736Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.146s) 2022-09-27T16:06:09.1669053Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.147s) 2022-09-27T16:06:09.3685614Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.202s) 2022-09-27T16:06:09.5455760Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.177s) 2022-09-27T16:06:09.6539229Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T16:06:09.7599802Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.106s) 2022-09-27T16:06:09.9308767Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.171s) 2022-09-27T16:06:10.0893818Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.158s) 2022-09-27T16:06:10.2041861Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:06:10.3495089Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.145s) 2022-09-27T16:06:10.3648616Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:06:10.3803155Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:06:10.3955969Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:06:10.4105135Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:06:10.4256777Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:06:10.4425337Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:06:10.4625950Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:06:10.4796538Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:06:10.6300463Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.150s) 2022-09-27T16:06:10.7701196Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-09-27T16:06:10.8873868Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-09-27T16:06:11.0065670Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.119s) 2022-09-27T16:06:11.1782924Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.172s) 2022-09-27T16:06:11.3432182Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.165s) 2022-09-27T16:06:11.5211377Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.178s) 2022-09-27T16:06:11.6542903Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.133s) 2022-09-27T16:06:11.6679492Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:06:11.6697894Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:11.6733357Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:06:11.6769291Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:06:11.6804410Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:06:11.6879719Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-09-27T16:06:11.6911758Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:06:11.6925175Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:11.6939145Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:11.6955564Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:11.7674553Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-09-27T16:06:11.8144806Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:06:12.0724850Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.258s) 2022-09-27T16:06:12.0767586Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:12.0795331Z 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-27T16:06:12.0795845Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T16:06:12.1362028Z ok (0.059s) 2022-09-27T16:06:12.1868615Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-09-27T16:06:12.1908447Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:12.1933930Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:12.1948061Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:12.5708147Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.376s) 2022-09-27T16:06:12.5881988Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:06:13.1233453Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.535s) 2022-09-27T16:06:13.7090463Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.586s) 2022-09-27T16:06:13.7117927Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:06:13.9556878Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.244s) 2022-09-27T16:06:13.9583805Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:06:13.9601398Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:14.0210933Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-09-27T16:06:14.0332026Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:06:14.0955118Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T16:06:14.1502311Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:06:14.1697588Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:06:14.1960141Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:06:14.2395666Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:06:14.2420225Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:14.2445101Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:14.2467976Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:14.2491284Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:14.2513812Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:14.2536763Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:14.2743977Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:06:15.5027784Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.228s) 2022-09-27T16:06:15.5048807Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:15.5073822Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:15.5098280Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:15.5121155Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:15.5143704Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:15.5155155Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:15.5471915Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:06:15.5822352Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:06:15.5907778Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:06:19.3704542Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (3.779s) 2022-09-27T16:06:23.0943101Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (3.724s) 2022-09-27T16:06:23.4330163Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.339s) 2022-09-27T16:06:23.7194358Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.286s) 2022-09-27T16:06:23.7207640Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:23.7219772Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:23.7231286Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:23.7242819Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:24.2770866Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.553s) 2022-09-27T16:06:24.8434225Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.566s) 2022-09-27T16:06:25.4565589Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.613s) 2022-09-27T16:06:26.0083241Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.552s) 2022-09-27T16:06:26.5750571Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.567s) 2022-09-27T16:06:27.1689374Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.594s) 2022-09-27T16:06:27.7310438Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.562s) 2022-09-27T16:06:28.2753281Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.544s) 2022-09-27T16:06:28.8838932Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.608s) 2022-09-27T16:06:29.4262907Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.542s) 2022-09-27T16:06:30.0054569Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.579s) 2022-09-27T16:06:30.5859143Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.580s) 2022-09-27T16:06:30.5917601Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:06:30.5973773Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:06:30.6029283Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:06:30.6083552Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:06:30.7529780Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.144s) 2022-09-27T16:06:30.8826866Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.130s) 2022-09-27T16:06:31.0114470Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.129s) 2022-09-27T16:06:31.1401881Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.129s) 2022-09-27T16:06:31.1448368Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:06:31.1492579Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1531935Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1574510Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1616125Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1653879Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1694749Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1735542Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1772927Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1813136Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1853036Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.1889144Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:31.2218389Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:06:31.2543839Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:06:31.2869296Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:06:31.3193698Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:06:31.3497017Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.3798521Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.4100266Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.4401802Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.4984606Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:31.5567860Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:31.6149976Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:31.6730629Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:31.7054075Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:06:31.7377464Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:06:31.7857238Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:06:31.8181867Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:06:31.8484675Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.8786595Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.9089942Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.9391437Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:06:31.9973409Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:32.0557593Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:32.1146496Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.059s) 2022-09-27T16:06:32.1727628Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:06:32.1896271Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:06:32.1928602Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:06:32.1944579Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:32.1960377Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:32.1974964Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:32.2007100Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:06:32.2342044Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:06:32.2527870Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:06:32.3786803Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.126s) 2022-09-27T16:06:32.4941268Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:06:32.4983136Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:06:32.5767351Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.078s) 2022-09-27T16:06:32.6398495Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.063s) 2022-09-27T16:06:32.7031850Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.063s) 2022-09-27T16:06:32.7670100Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.064s) 2022-09-27T16:06:32.7709341Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:32.7743004Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:06:32.7782256Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:32.7819437Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:32.8513035Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-09-27T16:06:32.9028195Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-09-27T16:06:32.9467828Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:06:32.9902617Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:06:32.9971099Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:06:33.0038667Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:06:33.0175628Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:06:33.0212836Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:33.0224619Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:06:33.0385329Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:06:33.0399935Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:33.0416430Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:33.0667484Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:06:33.1042100Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:06:33.1080401Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:06:33.1115026Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:06:33.1136660Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:06:33.1165339Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:06:33.1178858Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:33.1194851Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:05.0676671Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (31.948s) 2022-09-27T16:07:06.1506583Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.083s) 2022-09-27T16:07:06.4670364Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.316s) 2022-09-27T16:07:06.4689670Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.4824477Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:07:06.4850317Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:06.4875299Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:07:06.4997221Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:07:06.5017544Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.5037133Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.5056580Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.5072879Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.5089060Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.5105247Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.5137831Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:06.5162880Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:07:06.5188462Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:06.5217601Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:06.5232297Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... skip: division-by-zero error with UBSAN (0.001s) 2022-09-27T16:07:06.5322046Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:07:06.5331978Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: division-by-zero error with UBSAN (0.001s) 2022-09-27T16:07:06.5406241Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:07:06.5475492Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:07:06.5629228Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:07:06.5927530Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:07:06.5986444Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:07:06.6008297Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:07:06.6022512Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... skip: division-by-zero error with UBSAN (0.001s) 2022-09-27T16:07:06.6080899Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:07:06.6196604Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:07:06.6466193Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:07:06.6484491Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.6502982Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.6520781Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.6548929Z 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-27T16:07:06.6549524Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T16:07:06.6550096Z /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:07:06.6550508Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:07:06.6558138Z ok (0.004s) 2022-09-27T16:07:06.6789363Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:07:06.6810735Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:06.7293816Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:07:06.7770364Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:07:06.7782229Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:06.7828600Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:07:06.7872674Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:07:07.0026324Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.215s) 2022-09-27T16:07:07.0328240Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:07:07.0463433Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:07:07.0492302Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:07.0850896Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:07:07.1269890Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:07:07.1286650Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:07.6389157Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.510s) 2022-09-27T16:07:07.6405841Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:07.6422086Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:15.5918081Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (7.949s) 2022-09-27T16:07:15.6083528Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:07:15.6127302Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:07:15.6190549Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:07:15.6322192Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:07:15.6415860Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:07:15.6427153Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:07:15.6445565Z 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-27T16:07:15.6446303Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:07:15.6448925Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:985: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:07:15.6449420Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-09-27T16:07:15.6452726Z ok (0.003s) 2022-09-27T16:07:15.7492195Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-09-27T16:07:15.9407868Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.191s) 2022-09-27T16:07:16.0564119Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:07:23.9919173Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.935s) 2022-09-27T16:07:24.6105267Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.619s) 2022-09-27T16:07:24.6134144Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:24.6161020Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:24.6285256Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:07:24.6407777Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:07:24.6520906Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:07:24.6629099Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:07:24.6655105Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:24.6680912Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:24.6704274Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:07:24.8768888Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.206s) 2022-09-27T16:07:25.0525504Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.176s) 2022-09-27T16:07:25.2710620Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.218s) 2022-09-27T16:07:25.4769206Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.206s) 2022-09-27T16:07:25.4816100Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:07:25.5639661Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.082s) 2022-09-27T16:07:25.5652720Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:25.6321474Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.067s) 2022-09-27T16:07:25.8067534Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.174s) 2022-09-27T16:07:25.8080241Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:25.8091540Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:25.8101806Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:26.6396127Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.829s) 2022-09-27T16:07:26.7361560Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.096s) 2022-09-27T16:07:26.7373793Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:26.7422963Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:07:26.7455199Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:07:26.7996699Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-09-27T16:07:27.6644787Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.865s) 2022-09-27T16:07:31.1599871Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (3.495s) 2022-09-27T16:07:31.1618362Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:31.1635480Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:07:31.1650570Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.1659971Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.1671777Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.1686092Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.1696286Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.1723316Z test_constant (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T16:07:31.1762854Z test_deprecation (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T16:07:31.1952581Z test_dirac_identity (__main__.TestNNInit) ... ok (0.019s) 2022-09-27T16:07:31.1963082Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.2020963Z test_dirac_properties (__main__.TestNNInit) ... ok (0.006s) 2022-09-27T16:07:31.2035904Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.2046234Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.6621032Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.457s) 2022-09-27T16:07:31.6633774Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:31.6673560Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T16:07:32.0244477Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.357s) 2022-09-27T16:07:32.0256890Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:32.0294639Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T16:07:33.3581291Z test_normal (__main__.TestNNInit) ... ok (1.328s) 2022-09-27T16:07:33.3634244Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.005s) 2022-09-27T16:07:33.3752127Z test_orthogonal (__main__.TestNNInit) ... ok (0.012s) 2022-09-27T16:07:33.3930418Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.018s) 2022-09-27T16:07:33.3941373Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:33.3959695Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:07:34.6068705Z test_uniform (__main__.TestNNInit) ... ok (1.211s) 2022-09-27T16:07:35.0241872Z test_xavier_normal (__main__.TestNNInit) ... ok (0.417s) 2022-09-27T16:07:35.0253679Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:35.1560420Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.130s) 2022-09-27T16:07:35.1574369Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:07:35.1609349Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T16:07:35.1644317Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T16:07:35.1679418Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T16:07:35.1733293Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.005s) 2022-09-27T16:07:35.1745476Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-09-27T16:07:35.1764002Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-09-27T16:07:35.1764268Z 2022-09-27T16:07:35.1764596Z ---------------------------------------------------------------------- 2022-09-27T16:07:35.1766702Z Ran 3143 tests in 333.384s 2022-09-27T16:07:35.1767162Z 2022-09-27T16:07:35.1767348Z OK (skipped=1506, expected failures=3) 2022-09-27T16:07:35.1767593Z 2022-09-27T16:07:35.1767713Z Generating XML reports... 2022-09-27T16:07:35.1816950Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927160201.xml 2022-09-27T16:07:35.1820397Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927160201.xml 2022-09-27T16:07:35.1823249Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927160201.xml 2022-09-27T16:07:35.1827877Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927160201.xml 2022-09-27T16:07:35.1873461Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927160201.xml 2022-09-27T16:07:35.1882418Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927160201.xml 2022-09-27T16:07:35.3983771Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220927160201.xml 2022-09-27T16:07:35.5640669Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927160201.xml 2022-09-27T16:07:35.5666948Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927160201.xml 2022-09-27T16:07:35.5673853Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927160201.xml 2022-09-27T16:07:36.4031824Z Running test_reductions ... [2022-09-27 16:07:36.402797] 2022-09-27T16:07:36.4032358Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:07:36.402883] 2022-09-27T16:07:41.2818392Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-09-27T16:07:41.2979983Z 2022-09-27T16:07:41.2980408Z Running tests... 2022-09-27T16:07:41.2980821Z ---------------------------------------------------------------------- 2022-09-27T16:07:41.3199696Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T16:07:41.3236600Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:07:41.3250264Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T16:07:41.3317403Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... test_reductions.py:1732: 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:07:41.3318027Z _test_all_any(x.T) 2022-09-27T16:07:41.3411160Z test_reductions.py:1696: 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-27T16:07:41.3411775Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.3565126Z test_reductions.py:1696: 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-27T16:07:41.3565729Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.3905314Z test_reductions.py:1696: 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-27T16:07:41.3906238Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.4065867Z test_reductions.py:1696: 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-27T16:07:41.4066470Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.4217831Z test_reductions.py:1696: 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-27T16:07:41.4218433Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.4412492Z test_reductions.py:1696: 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-27T16:07:41.4413090Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.4735092Z test_reductions.py:1696: 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-27T16:07:41.4735702Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.4894590Z test_reductions.py:1696: 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-27T16:07:41.4895199Z torch.all(x, dim, out=out) 2022-09-27T16:07:41.5036331Z ok (0.179s) 2022-09-27T16:07:41.5128148Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2358: 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:07:41.5128645Z torch_result = torch_fn(t).cpu() 2022-09-27T16:07:42.7898050Z ok (1.286s) 2022-09-27T16:07:44.0660830Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (1.276s) 2022-09-27T16:07:45.3919105Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (1.326s) 2022-09-27T16:07:46.6946085Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (1.303s) 2022-09-27T16:07:47.9931395Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (1.298s) 2022-09-27T16:07:49.2763644Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (1.283s) 2022-09-27T16:07:50.5457676Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (1.269s) 2022-09-27T16:07:51.8573766Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (1.311s) 2022-09-27T16:07:53.1275734Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (1.270s) 2022-09-27T16:07:53.3276724Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.200s) 2022-09-27T16:07:53.3304463Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:53.3341689Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:07:53.3410587Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T16:07:53.3463895Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:07:53.3520419Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:07:53.3555588Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:53.3588550Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:53.4375117Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.079s) 2022-09-27T16:07:53.4410575Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:07:53.4469378Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:07:53.4521610Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:07:53.4574348Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:07:53.4608190Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:53.4641757Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:53.4788522Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T16:07:53.4924510Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T16:07:53.5083498Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:07:53.5096025Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:53.5156553Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... test_reductions.py:1616: 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:07:53.5157150Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-09-27T16:07:53.5160493Z test_reductions.py:1619: 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:07:53.5161058Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-09-27T16:07:53.5420196Z ok (0.032s) 2022-09-27T16:07:53.5884528Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.046s) 2022-09-27T16:07:53.6351363Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.047s) 2022-09-27T16:07:53.6718137Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-09-27T16:07:53.7086070Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-09-27T16:07:53.7454810Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-09-27T16:07:53.8116882Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.066s) 2022-09-27T16:07:53.8482067Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-09-27T16:07:55.2589130Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (1.410s) 2022-09-27T16:07:55.3804422Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.122s) 2022-09-27T16:07:55.4196633Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.039s) 2022-09-27T16:07:55.4559397Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-09-27T16:07:55.4913330Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-09-27T16:07:55.5256830Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-09-27T16:07:55.5604449Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-09-27T16:07:55.5776092Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:07:55.5946495Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:07:55.6110434Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:07:55.6285255Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:07:55.6453914Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:07:56.1935552Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.548s) 2022-09-27T16:07:56.7381280Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.544s) 2022-09-27T16:07:56.7411308Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7440309Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7468376Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7496085Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7524023Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7551695Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7579297Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7607596Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7635241Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:56.7642276Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7662374Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:56.7667378Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7684797Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7689341Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7707760Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7712234Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7730691Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7735265Z test_dim_default__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7763497Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:56.7768619Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7792413Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:56.7796895Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7815676Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7820166Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7837951Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7842533Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7882381Z Tests that the default dim reduces all dimensions. ... ok (0.004s) 2022-09-27T16:07:56.7887329Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7904411Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7908831Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7935342Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:56.7939670Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7955527Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7959980Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7975319Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7979743Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.7995405Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.7999964Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8015849Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8020159Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8035851Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8040326Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8055725Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8060180Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8075219Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8079827Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8098615Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8103365Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8122016Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8126618Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8146278Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8150814Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8170490Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8175162Z test_dim_default_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8200360Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:56.8205519Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8228117Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:56.8232802Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8251476Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8256157Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8274779Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8279393Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8311168Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.004s) 2022-09-27T16:07:56.8316209Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8334520Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8339061Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8366010Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:56.8370518Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8388751Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-09-27T16:07:56.8393565Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8410110Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8414688Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8431361Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8435877Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8447218Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-09-27T16:07:56.8451736Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8452467Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.8457246Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8457890Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8462002Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8462833Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8466944Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8482790Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8486845Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8487293Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8491706Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8512861Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8516738Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8532865Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:56.8536950Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8537751Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8541705Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8542439Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8546713Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8547246Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8551303Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8551732Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:56.8555692Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8570204Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8573936Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8591281Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8595008Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8612772Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8616549Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8630871Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8634566Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8649977Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8653584Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8671555Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8675230Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8689414Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8693128Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8710932Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:56.8715689Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8733504Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8738115Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8752107Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8757127Z test_dim_empty__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8757711Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.8762297Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8778712Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8783610Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8797304Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8802198Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8815077Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-09-27T16:07:56.8819726Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8841533Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-09-27T16:07:56.8846801Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8860400Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8865310Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8885010Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8889656Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8902350Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8907262Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8920721Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8925885Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8926807Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.8937317Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8948284Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8953347Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8968938Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.8974485Z test_dim_empty_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.8975215Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.8981137Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9002249Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-09-27T16:07:56.9007823Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9023708Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9029246Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9043046Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.002s) 2022-09-27T16:07:56.9048626Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9071968Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-09-27T16:07:56.9077583Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9093327Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9098829Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9120217Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-09-27T16:07:56.9125866Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9140273Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9145987Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9160385Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9165907Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9166603Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9172434Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9187168Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9192830Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9193500Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9199549Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9200184Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9205924Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9220623Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9226332Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9226995Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9232804Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9233446Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9239251Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9239906Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9245340Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9261146Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9266733Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9267304Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9272977Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9273560Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9279107Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9292632Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T16:07:56.9297836Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9298769Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9304305Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9305178Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9309860Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9310526Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T16:07:56.9315478Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9329121Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9334033Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9347557Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9352581Z test_dim_multi__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9370689Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9376321Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9392754Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9397690Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9411460Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9416453Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9430698Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9435530Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9457593Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-09-27T16:07:56.9463505Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9476892Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9482143Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9502082Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9507452Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9519738Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9524907Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9537144Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9542252Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9555831Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:56.9561025Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9569499Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9574444Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9582928Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9587924Z test_dim_multi_duplicate__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9595850Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9600961Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9609247Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9614249Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9622805Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9627793Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9635701Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9640852Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9649102Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9654104Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9662154Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9667119Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9675447Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T16:07:56.9680422Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9782429Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-09-27T16:07:56.9787214Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:56.9887364Z Tests that an error is raised if dim has duplicate entries. ... ok (0.010s) 2022-09-27T16:07:56.9892011Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0018291Z Tests that an error is raised if dim has duplicate entries. ... ok (0.013s) 2022-09-27T16:07:57.0023264Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0127276Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-09-27T16:07:57.0131953Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0248880Z Tests that an error is raised if dim has duplicate entries. ... ok (0.012s) 2022-09-27T16:07:57.0253759Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0396503Z Tests that an error is raised if dim has duplicate entries. ... ok (0.015s) 2022-09-27T16:07:57.0401401Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0503931Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-09-27T16:07:57.0508981Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0649872Z Tests that an error is raised if dim has duplicate entries. ... ok (0.015s) 2022-09-27T16:07:57.0654798Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0769270Z Tests that an error is raised if dim has duplicate entries. ... ok (0.012s) 2022-09-27T16:07:57.0774230Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0913902Z Tests that an error is raised if dim has duplicate entries. ... ok (0.014s) 2022-09-27T16:07:57.0919920Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0936869Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.0942389Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0958368Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.0963856Z test_dim_multi_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.0984838Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-09-27T16:07:57.0990939Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1009823Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1015306Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1031022Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1036578Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1052304Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1057703Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1081988Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-09-27T16:07:57.1087917Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1103449Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1108744Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1132981Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-09-27T16:07:57.1138385Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1152478Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1157820Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1171533Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1177404Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1177969Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-09-27T16:07:57.1183411Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1197233Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1202784Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1217469Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1222924Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1239348Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1244953Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1258618Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1263979Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1279183Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1284612Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1298200Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1303645Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1318456Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T16:07:57.1323738Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1336371Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.1341430Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1355053Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.1360294Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1375443Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.1380551Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1393287Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.1398402Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1411878Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.1417050Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1429874Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.1434598Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1444634Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1448996Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1459022Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1463760Z test_dim_multi_unsorted__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1476179Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-09-27T16:07:57.1481419Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1493121Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-09-27T16:07:57.1497715Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1507925Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1512310Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1523151Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1527724Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1542009Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-09-27T16:07:57.1547318Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1557276Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1562010Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1575491Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-09-27T16:07:57.1580055Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1589379Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1594062Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1603440Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1608022Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1617907Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1622893Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1633645Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1638353Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1649215Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1654072Z test_dim_multi_unsorted_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1667445Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1672636Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1685077Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1689860Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1700515Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1705409Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1716607Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1721630Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1736320Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1741589Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1752417Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1757229Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1771409Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1776159Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1786361Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1791096Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1801289Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1806157Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1807202Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.001s) 2022-09-27T16:07:57.1811946Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1821490Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1826274Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1836634Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1841496Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1852842Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T16:07:57.1857374Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1867568Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1872168Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1882309Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1886874Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1896840Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1901444Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1911632Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:07:57.1915950Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1925198Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1929636Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1939480Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1944015Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1954482Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1959026Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1968449Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1972915Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1982387Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.1987040Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.1996589Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.2001084Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2010571Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T16:07:57.2015580Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2025532Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2030174Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2039742Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2044798Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2054708Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2059538Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2069331Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2074173Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2083318Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2088145Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2096909Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2101669Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2111610Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T16:07:57.2116739Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2130210Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T16:07:57.2135290Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2245260Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.2250144Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2357129Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.2362142Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2469057Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.2473912Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2580729Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.2585969Z test_dim_ndim_limit__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2742563Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-09-27T16:07:57.2747542Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2868731Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-09-27T16:07:57.2873774Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.2984066Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.2989216Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3111558Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-09-27T16:07:57.3116503Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3238427Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-09-27T16:07:57.3243037Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3362898Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-09-27T16:07:57.3368083Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3489510Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-09-27T16:07:57.3493563Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3605342Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-09-27T16:07:57.3610376Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3716934Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.3721322Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3826993Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.3832013Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.3944901Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-09-27T16:07:57.3949197Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4054344Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.4059346Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4165038Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.4169981Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4323401Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-09-27T16:07:57.4328379Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4437826Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.4442655Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4561935Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-09-27T16:07:57.4567279Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4713938Z Tests that an exception is raised when reducing a tensor with more ... ok (0.015s) 2022-09-27T16:07:57.4719363Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4826487Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-09-27T16:07:57.4831703Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.4953463Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-09-27T16:07:57.4958601Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5104216Z Tests that an exception is raised when reducing a tensor with more ... ok (0.015s) 2022-09-27T16:07:57.5109370Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5229194Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-09-27T16:07:57.5234431Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5378936Z Tests that an exception is raised when reducing a tensor with more ... ok (0.015s) 2022-09-27T16:07:57.5383901Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5402326Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5406766Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5424508Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5429116Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5447653Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5452207Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5470439Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5475069Z test_dim_none__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5499239Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:57.5504990Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5529957Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:57.5534798Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5552489Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5557203Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5575003Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5579652Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5609558Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:57.5614946Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5632344Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5637271Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5663695Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-09-27T16:07:57.5668355Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5724601Z Tests that dim=None reduces all dimensions. ... expected failure (0.006s) 2022-09-27T16:07:57.5729438Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5745068Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5749709Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5764999Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5769789Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5825316Z Tests that dim=None reduces all dimensions. ... expected failure (0.006s) 2022-09-27T16:07:57.5829990Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5845656Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5850480Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5866113Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5870761Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5885672Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.5890719Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5909645Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.5914536Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5933159Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.5938083Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5957521Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.5962507Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.5981756Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.5987008Z test_dim_none_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6011631Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:57.6016991Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6039388Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:57.6044358Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6062548Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6067609Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6088097Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6092942Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6122590Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:57.6127869Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6146422Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6151359Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6177759Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-09-27T16:07:57.6182950Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6237648Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-09-27T16:07:57.6241809Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6257409Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6261675Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6277227Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6281764Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6335836Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-09-27T16:07:57.6340162Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6340952Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:57.6345462Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6346343Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:57.6350583Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6350936Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:57.6355165Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6371304Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6375652Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6392828Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6397393Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6416842Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6421400Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6437340Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6441919Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6442683Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:07:57.6446872Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6465483Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6469844Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6485801Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6490248Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6508430Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T16:07:57.6512848Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6527410Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6531732Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6547415Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6551737Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6569489Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6573769Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6588113Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6592570Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6593207Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-09-27T16:07:57.6597529Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6613947Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6618168Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6632384Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6636508Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6653343Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T16:07:57.6657487Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6666566Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6670448Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6679058Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6683408Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6772789Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-09-27T16:07:57.6776714Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6865821Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-09-27T16:07:57.6869926Z test_dim_offbounds__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6878208Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6882305Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6890822Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6895220Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6903790Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6907827Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6915913Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6920108Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6928466Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6932532Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6940560Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6944821Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.6953089Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:07:57.6957200Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7057209Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-09-27T16:07:57.7061237Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7155242Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-09-27T16:07:57.7159251Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7253382Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-09-27T16:07:57.7257373Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7358183Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-09-27T16:07:57.7362223Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7450260Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-09-27T16:07:57.7454454Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7542945Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-09-27T16:07:57.7546822Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7686566Z Tests that passing an off-bounds dim throws ... ok (0.014s) 2022-09-27T16:07:57.7690526Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7793887Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-09-27T16:07:57.7797774Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.7906656Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-09-27T16:07:57.7910073Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.8045051Z Tests that passing an off-bounds dim throws ... ok (0.014s) 2022-09-27T16:07:57.8048969Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.8149877Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-09-27T16:07:57.8153954Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.8263668Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-09-27T16:07:57.8267544Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.8406254Z Tests that passing an off-bounds dim throws ... ok (0.014s) 2022-09-27T16:07:57.8410257Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.8517995Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-09-27T16:07:57.8522031Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:57.8660812Z Tests that passing an off-bounds dim throws ... ok (0.014s) 2022-09-27T16:07:57.8793916Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... test_reductions.py:1937: 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-27T16:07:57.8794689Z torch.sum(x, 0, out=y) 2022-09-27T16:07:57.9393618Z ok (0.073s) 2022-09-27T16:07:58.0093963Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.070s) 2022-09-27T16:07:58.0765045Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.067s) 2022-09-27T16:07:58.1488274Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.072s) 2022-09-27T16:07:58.2107018Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.062s) 2022-09-27T16:07:58.2704322Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.060s) 2022-09-27T16:07:58.3288976Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.058s) 2022-09-27T16:07:58.3932686Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.064s) 2022-09-27T16:07:58.3960182Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:58.3987384Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:07:58.5886535Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.190s) 2022-09-27T16:07:58.5893854Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.5921551Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.5928560Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.5953223Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.5960148Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.5984491Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.5991402Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6015573Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6022225Z test_dim_single__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6054947Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-09-27T16:07:58.6062204Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6091436Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-09-27T16:07:58.6098175Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6120904Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6127666Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6153787Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6160136Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6200286Z Tests that dim=i reduces dimension i. ... ok (0.005s) 2022-09-27T16:07:58.6207536Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6229631Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6236454Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6272018Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-09-27T16:07:58.6278436Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6298580Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6305475Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6324962Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6331673Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6351164Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6357930Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6377938Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6384832Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6404825Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6411033Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6430483Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6437444Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6458822Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.6466629Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6489561Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6496991Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6519888Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6527512Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6551041Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6559065Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6582012Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6589579Z test_dim_single_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6621135Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-09-27T16:07:58.6629284Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6660302Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-09-27T16:07:58.6667340Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6690125Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6697484Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6720547Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6728184Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6767010Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-09-27T16:07:58.6774868Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6798029Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6805421Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6839945Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-09-27T16:07:58.6847280Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6868212Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6875733Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6895835Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6903576Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6924147Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6930985Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6951975Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6959448Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.6979230Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.6986887Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7007071Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7014658Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7015532Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-09-27T16:07:58.7023305Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7043420Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7050997Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7073069Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7080504Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7105348Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7112637Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7132654Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7140021Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7159892Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7167293Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7189465Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7196672Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7216573Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7224047Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7245863Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T16:07:58.7252435Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7271619Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7278239Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7298893Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7305662Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7329409Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7336237Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7355086Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7362138Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7380883Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T16:07:58.7387589Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7408347Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7414968Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7434111Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7440811Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7461664Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T16:07:58.7474659Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7659149Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.020s) 2022-09-27T16:07:58.7671698Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7853331Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.019s) 2022-09-27T16:07:58.7865761Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7873407Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.7886249Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7893518Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.7906452Z test_empty_tensor_empty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7907221Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-09-27T16:07:58.7919725Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7945494Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-09-27T16:07:58.7958250Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.7978857Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.7991339Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8011768Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8024397Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8053649Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-09-27T16:07:58.8066357Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8086119Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8098708Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8127411Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-09-27T16:07:58.8139811Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8147302Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.8159836Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8340525Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.019s) 2022-09-27T16:07:58.8352547Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8532062Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.019s) 2022-09-27T16:07:58.8544621Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8552060Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.8564601Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8571866Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.8584467Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8591724Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.8604450Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8617956Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8630681Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8650783Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8663673Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8682874Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8695435Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8716482Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8728974Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8747418Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8760137Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8767434Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T16:07:58.8780114Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8798554Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8811441Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8829576Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8842137Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8860390Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T16:07:58.8868854Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8880140Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.8888239Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8899380Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.8907606Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8914742Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.8923276Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8930173Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.8938880Z test_empty_tensor_nonempty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8951587Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.8959905Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8974030Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.8982249Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.8993468Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9001793Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9013225Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9021465Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9040664Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-09-27T16:07:58.9048335Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9059456Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9067944Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9085494Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-09-27T16:07:58.9093611Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9100820Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.9109283Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9118763Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9127040Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9136740Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9144972Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9152095Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.9160429Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9167549Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.9175737Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9182963Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.9191133Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9202383Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9210527Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9220550Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9228770Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9239701Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9247998Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9260486Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9268710Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9278510Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9287295Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9294133Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T16:07:58.9302245Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9312390Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9320711Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9330541Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9338622Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:07:58.9348789Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T16:07:58.9369929Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:07:59.0005343Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.063s) 2022-09-27T16:07:59.0099719Z 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-27T16:07:59.0100093Z return n/db/n.sum(), bin_edges 2022-09-27T16:08:26.9796512Z ok (27.979s) 2022-09-27T16:08:27.0941138Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.114s) 2022-09-27T16:08:27.1146896Z 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-27T16:08:27.1147493Z hist /= s 2022-09-27T16:09:08.9462270Z ok (41.852s) 2022-09-27T16:09:08.9471755Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9489473Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:08.9498888Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9515149Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:08.9524236Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9539676Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9548870Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9563739Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9572705Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9584717Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9593690Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9612696Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:08.9621665Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9639855Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:08.9648828Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9664463Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9673306Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9688257Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9697099Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9710320Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9719419Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9730025Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9738715Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9748823Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9757533Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9768219Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9776946Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9787785Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9796576Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9811393Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9820139Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9830950Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9839642Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9856411Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9865271Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9882341Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:08.9890932Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9905420Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9914123Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9928611Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9937515Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9951595Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9960335Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9971089Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9979782Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:08.9990454Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:08.9999261Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0009924Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0019415Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0030331Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0039293Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0050031Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0058837Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0070305Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0079116Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0088211Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0096904Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0110134Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0118862Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0131978Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0140708Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0152064Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0160695Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0171994Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0180641Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0192002Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0200798Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0210605Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0219296Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0229251Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0238323Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0247965Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0256660Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0266617Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0276039Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0285409Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0294095Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0305767Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0314541Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0323580Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0332304Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0345290Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0353858Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0366968Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0375643Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0386893Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0395493Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0406673Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0415547Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0426913Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0435516Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0445143Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0453844Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0463459Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0472123Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0481784Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0490549Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0500059Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0508841Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0518737Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0527436Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0537781Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0546662Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0555097Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0563979Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0575871Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0584674Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0596552Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0605361Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0615812Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0624596Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0634839Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0644150Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0653875Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0662583Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0671399Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0680130Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0688559Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0697219Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0705882Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0714563Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0723110Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0731808Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0740436Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0749286Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0763216Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0771850Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0787059Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0795766Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0810857Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0820127Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0833561Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0843350Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0856601Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0865409Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0878157Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0886888Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0900309Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0909092Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0918608Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0927387Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0940945Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0949913Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0963322Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0972123Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.0985216Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.0994331Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1003634Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1012404Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1021919Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1030830Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1039808Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1048595Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1057985Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1066934Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1076432Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1085358Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1094576Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1103552Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1119487Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1128170Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1144269Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1152945Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1166358Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1175273Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1188272Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1197025Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1206485Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1215252Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1224733Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1233877Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1242976Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1252706Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1262925Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1274657Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1289076Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:09.1302569Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1323903Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:09.1337581Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1351954Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:09.1361931Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1377937Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T16:09:09.1386689Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1403730Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1413884Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1427726Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1436285Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1450004Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1458656Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1472014Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1480854Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1490162Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1498945Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1508459Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1517142Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1526387Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1534825Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1544285Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1552947Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:09.1562337Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T16:09:09.1616924Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:10.9138837Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (1.752s) 2022-09-27T16:09:10.9199019Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:10.9283432Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T16:09:10.9357992Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T16:09:10.9430900Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T16:09:10.9478817Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:10.9543647Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:10.9556017Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T16:09:10.9575336Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:10.9594105Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:10.9612796Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:10.9631196Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:26.9463267Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (15.983s) 2022-09-27T16:09:26.9482991Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:26.9649274Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:09:27.0088467Z 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-27T16:09:27.0089123Z overwrite_input=overwrite_input) 2022-09-27T16:09:27.3976976Z ok (0.433s) 2022-09-27T16:09:27.8285746Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.431s) 2022-09-27T16:09:28.0521267Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.224s) 2022-09-27T16:09:28.2727491Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.220s) 2022-09-27T16:09:28.4407975Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.168s) 2022-09-27T16:09:28.6055845Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.165s) 2022-09-27T16:09:28.6112782Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:28.6195164Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T16:09:28.6270521Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T16:09:28.6344553Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T16:09:28.6394122Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:28.6458739Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:28.6478282Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:09:28.6491344Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T16:09:28.6512096Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:28.6532491Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:28.6553598Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:28.6573016Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:28.7462992Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.089s) 2022-09-27T16:09:28.7495997Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-09-27T16:09:28.7506534Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-09-27T16:09:28.7525488Z tensor([1374, 1374, 1374, 1374]) 2022-09-27T16:09:28.7538693Z tensor([344, 344, 344, 344]) 2022-09-27T16:09:28.7555658Z tensor([2720]) 2022-09-27T16:09:28.7567519Z tensor([680]) 2022-09-27T16:09:28.7574685Z ok (0.011s) 2022-09-27T16:09:28.7627451Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:28.7675895Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:28.7721855Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:28.7766716Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:28.7809615Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:28.7854778Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:28.7900174Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:28.7914333Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.7928218Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.7941898Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.7955723Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.7970327Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.7984284Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.7998440Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.8012445Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.8026816Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.8040203Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:28.8996336Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.095s) 2022-09-27T16:09:28.9005722Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9026435Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-09-27T16:09:28.9035614Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9054044Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-09-27T16:09:28.9063338Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9081570Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-09-27T16:09:28.9090759Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9107911Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-09-27T16:09:28.9116985Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9131847Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T16:09:28.9140936Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9155779Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T16:09:28.9164938Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9179717Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T16:09:28.9188962Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9203496Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T16:09:28.9211755Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9222380Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9230703Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9241412Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9249604Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9259789Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9268004Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9278151Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9286463Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9296589Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9304965Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9315096Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9323323Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9333563Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9341689Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9351998Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9360256Z test_nan_policy_propagate__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9372815Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9381420Z test_nan_policy_propagate__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9394007Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9403311Z test_nan_policy_propagate__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9415445Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9424697Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9436356Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9444876Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9461672Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9470086Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9482778Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9490558Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9501412Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9509422Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9520316Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9528174Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9538852Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9546835Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9556283Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9564130Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9573388Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9581220Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9590537Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9598122Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9607265Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9615079Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9626526Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9634347Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9645852Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9653786Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9663371Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9670997Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9679940Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9688214Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9701003Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9709156Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9726364Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9734282Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9749715Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9757536Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9770549Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9779255Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9792571Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9801296Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9810321Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9818201Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9829463Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9837274Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9848613Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9856447Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9865894Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9873677Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9883088Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9890970Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9900064Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9908081Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9920727Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9928638Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9943436Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9951350Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9966341Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9974604Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:28.9987060Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:28.9994881Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0007431Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0015325Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0027998Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0035838Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0044452Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0052276Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0060668Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0068581Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0076991Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0084933Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0093315Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0101231Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0109662Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0117539Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0126034Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0133875Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0142323Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0150408Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0158740Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0166746Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0175670Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0216646Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0227074Z Tests that nan is propagated to the output by default ... ok (0.005s) 2022-09-27T16:09:29.0234931Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0245653Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0253456Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0261866Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0269807Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0278167Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0286184Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0294625Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0302475Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0311531Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0319428Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0330241Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0338124Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0349378Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0357206Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0366387Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0374226Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0383251Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0391186Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0400263Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0408129Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0418438Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0426649Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0436697Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0444652Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0452828Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0460812Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0469495Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0477207Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0488602Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0493847Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0507849Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0516404Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0528969Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0538169Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0547138Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0554842Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0564125Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0571976Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0581112Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0589259Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0597635Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0605696Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0615970Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0624058Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0634567Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0642665Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0650984Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0659537Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0668516Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0676393Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0684685Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0692614Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0701092Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0709189Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0721380Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0729283Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0741353Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0749665Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0758334Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0766419Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0775772Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0783857Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.0792957Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T16:09:29.0895151Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:09:29.0993941Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:09:29.1085126Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T16:09:29.1172178Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T16:09:29.1257067Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T16:09:29.1337698Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T16:09:29.1387551Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:29.1436826Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:29.1483455Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:29.1532802Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:29.1581858Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:09:29.1634538Z 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-27T16:09:29.1634942Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T16:09:29.1665682Z ok (0.008s) 2022-09-27T16:09:29.1726856Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:29.1790834Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:29.1831059Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:29.1866923Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:29.1901565Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:09:29.1938074Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:29.1974606Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T16:09:29.2148657Z 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-27T16:09:29.2149075Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T16:09:29.2585910Z ok (0.061s) 2022-09-27T16:09:29.3187681Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.060s) 2022-09-27T16:09:29.3774278Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.059s) 2022-09-27T16:09:29.4033737Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T16:09:29.4291395Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T16:09:29.4527201Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T16:09:29.4784014Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T16:09:29.4841293Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:09:29.4847531Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4864601Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4870533Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4886607Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4892379Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4907254Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4913225Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4927558Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4933332Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4943969Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4949809Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4960454Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4966213Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4976367Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4982219Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.4993064Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.4999017Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5009597Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5015336Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5030788Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5036585Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5052089Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5057963Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5073949Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5080326Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5095951Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5101999Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5112743Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5118545Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5129375Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5135189Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5145489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5151189Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5161998Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5167876Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5178599Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5184555Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5200737Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5206625Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5224005Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5229715Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5245476Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5251289Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5267160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5272970Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5284313Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5290329Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5301347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5307518Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5318067Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5324428Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5337005Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5343372Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5355327Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5361112Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5377308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5383316Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5400167Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5405950Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5422220Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5428279Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5444390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5450173Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5461714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5467670Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5479190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5485054Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5495756Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5501592Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5513386Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5519152Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5530677Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5536645Z test_noncontiguous_all__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5556007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5561877Z test_noncontiguous_all__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5582197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.5588195Z test_noncontiguous_all__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5607093Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5612966Z test_noncontiguous_all__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5629251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5635298Z test_noncontiguous_all__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5651195Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5657395Z test_noncontiguous_all__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5673385Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5679832Z test_noncontiguous_all__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5695987Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5702203Z test_noncontiguous_all__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5718999Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5725215Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5744289Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5749987Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5768875Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5774695Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5796504Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.5802364Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5824197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.5830249Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5848771Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5854994Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5873277Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5879171Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5897459Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5903503Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5920794Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5926653Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5943295Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5949219Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5966305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5972176Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.5989442Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.5995414Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6012831Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6019036Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6034601Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6040577Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6055837Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6061651Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6077225Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6083007Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6098094Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6104031Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6116375Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6122364Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6141758Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6147666Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6167060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6172914Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6191828Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6197575Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6213991Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6219730Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6232439Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6238249Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6250959Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6256745Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6268863Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6274618Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6287384Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6293178Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6305968Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6311746Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6335348Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6341083Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6370514Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6376371Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6404684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6410404Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6435302Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6441240Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6465453Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6471342Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6494831Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6537976Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6562493Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-09-27T16:09:29.6568213Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6590998Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6596816Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6620047Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6626015Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6648666Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6654635Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6669841Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6675683Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6686486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6692411Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6710522Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6716114Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6734012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6739634Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6754616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6760327Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6775221Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6780920Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6795596Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6801278Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6812089Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6817652Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6828520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6834013Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6844507Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6849955Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6860658Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6866575Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6877470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.6883084Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6905278Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6910898Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6936740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6942438Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6970712Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.6976292Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.6998571Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7004277Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7026138Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7031756Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7053034Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7058673Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7079858Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7085517Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7106245Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7111816Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7132563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7138130Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7159366Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7164970Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7185881Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.7191326Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7203455Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7208982Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7218611Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7224182Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7238448Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7243973Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7257974Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7263655Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7276174Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7282033Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7293917Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7299713Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7311715Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7317462Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7327581Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7333308Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7343385Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7349378Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7359484Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7365265Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7375159Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7380952Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7390650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7396102Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7410099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7416374Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7426422Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7431970Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7446282Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7451954Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7466049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7471874Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7485563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7491406Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7500961Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7507204Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7516610Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7522485Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7531842Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7537537Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7547301Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7552612Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7562400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7568084Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7581818Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7587680Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7597112Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7602902Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7616938Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7622370Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7635972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7641787Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7656094Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7661522Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7671614Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7677168Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7687139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7692466Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7701804Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7707608Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7717333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7723123Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7733080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7738545Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7751017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7756461Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7766435Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7771847Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7786916Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7792320Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7807299Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7812832Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7825786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7831181Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7843819Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7849537Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7861651Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7867435Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7878035Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7883759Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7893731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7899122Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7909461Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7914857Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7925469Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7930726Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7940580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.7946129Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7957892Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7963549Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7975596Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7980692Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.7992856Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.7998008Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8009977Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8015582Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8025427Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8030992Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8040610Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8046320Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8056126Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8061542Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8071153Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8076730Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8086329Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8091882Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8103462Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8109139Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8120689Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8126288Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8137849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8143708Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8155271Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8161102Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8170861Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8176672Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8186723Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8192762Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8202461Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8208167Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8217782Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8223518Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8233288Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8239159Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8250414Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8255911Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8265291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8271113Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8285089Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8290709Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8304845Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8310382Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8321818Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8327538Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8338930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8344786Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8356205Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8362217Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8371324Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8377109Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8386344Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8392166Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8401338Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8407053Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8416023Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8421770Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8430989Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.8436652Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8496101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-09-27T16:09:29.8501757Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8559318Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-09-27T16:09:29.8564855Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8623929Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-09-27T16:09:29.8629920Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8684775Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-09-27T16:09:29.8690749Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8743946Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-09-27T16:09:29.8749672Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8799572Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-09-27T16:09:29.8805205Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8819517Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8825359Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8842868Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8848525Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8866243Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8871831Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8886422Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8892586Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8906808Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8912468Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8926600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8932263Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8949147Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8954696Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8970780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8976721Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.8992982Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.8998798Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9014509Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9020226Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9034052Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9039845Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9049539Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.9055783Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9069677Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9076121Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9089749Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9095844Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9109403Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9115081Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9125425Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9131321Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9141497Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9147717Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9157332Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9163415Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9173335Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9179203Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9189213Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9195090Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9205104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9210952Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9227744Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9233603Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9250728Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9256575Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9270708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9276578Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9289933Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9295880Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9306073Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9311927Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9321806Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9327764Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9337052Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.9343173Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9352854Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9358864Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9368724Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9374645Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9394176Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9400225Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9431415Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T16:09:29.9437504Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9469719Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T16:09:29.9475709Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9495183Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9501146Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9523173Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9528968Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9550333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9556229Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9570235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9576109Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9586383Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9592251Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9609066Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9614886Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9631775Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9638895Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9653167Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9659242Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9673949Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9679798Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9693604Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9699554Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9709945Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9715916Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9726082Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9731941Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9741286Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:09:29.9747592Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9757527Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9763417Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9773235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9779007Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9798786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:09:29.9804846Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9833190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9839215Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9868350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9874305Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9893925Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9899906Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9921918Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9927939Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9949339Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-09-27T16:09:29.9955376Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9970682Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:29.9977208Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:29.9992311Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:29.9998211Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0013626Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0019682Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0034169Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0040865Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0052452Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0058715Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0070306Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0076637Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0087844Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0094100Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0105717Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0112009Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0123990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0130415Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0149744Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.0155958Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0171973Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0178243Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0193931Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0200299Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0215354Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0221619Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0233341Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0239755Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0251377Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0257702Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0268669Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0274955Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0286893Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0293218Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0305038Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0311279Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0327985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0334232Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0350724Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0356968Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0372292Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0378418Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0393613Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0399766Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0411220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0417287Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0429237Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0435084Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0445736Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0451836Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0463452Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0469480Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0480883Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0486966Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0502528Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0508782Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0524201Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0530280Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0545985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0551966Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0567338Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0573523Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0584917Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0590869Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0602280Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0608342Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0618796Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0624956Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0636352Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0642595Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0654081Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0660024Z test_noncontiguous_expanded__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0678813Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0685010Z test_noncontiguous_expanded__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0704483Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.0710517Z test_noncontiguous_expanded__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0751217Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-09-27T16:09:30.0757454Z test_noncontiguous_expanded__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0773195Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0780343Z test_noncontiguous_expanded__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0795497Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0802003Z test_noncontiguous_expanded__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0817663Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0824524Z test_noncontiguous_expanded__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0840396Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0847086Z test_noncontiguous_expanded__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0863296Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0869661Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0888156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0894055Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0910694Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0916551Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0937381Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.0943676Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0964453Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.0970294Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.0988299Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.0993952Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1011505Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1017315Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1035240Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1041040Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1057318Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1063480Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1079922Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1086108Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1102320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1108526Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1131899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1138053Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1154619Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1160702Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1175692Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1181770Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1197012Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1203287Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1217994Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1224037Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1238388Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1244571Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1257037Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1263205Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1281893Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1287816Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1306634Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1312722Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1328597Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1334310Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1349924Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1355788Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1367953Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1373429Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1385453Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1391072Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1402520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1408049Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1419825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1426110Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1438286Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1444602Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1467024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1473044Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1500115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1506257Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1532170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1538372Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1563512Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1569429Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1592121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1598490Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1620646Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1626954Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1649528Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1655712Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1678074Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1684365Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1706753Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1712885Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1735673Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.1741748Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1756274Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1762589Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1773252Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1779342Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1796698Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1802817Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1820097Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1826309Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1841124Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1847151Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1861689Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1868000Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1882367Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1888497Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1899244Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1905426Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1916169Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1922384Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1934505Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1940512Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1951231Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1957193Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1968049Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.1973728Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.1995518Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2001525Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2026476Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2032544Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2057652Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2063781Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2084852Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2090878Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2112284Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2118380Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2139357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2145520Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2166196Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2172308Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2192654Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2198809Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2221128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2227610Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2248031Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2254405Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2274908Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.2281123Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2292662Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2298650Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2308099Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2314251Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2328156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2334283Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2347113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2353030Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2364649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2370394Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2381808Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2387755Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2399021Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2405052Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2414613Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2420605Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2430437Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2436271Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2445965Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2452035Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2461564Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2467726Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2477033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2483229Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2496993Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2503123Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2512338Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2518297Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2531694Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2537688Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2551128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2557126Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2570315Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2576100Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2585650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2591706Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2601291Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2607413Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2616038Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2622002Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2631585Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2637538Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2647128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2653037Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2666600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2672500Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2682147Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2688142Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2701550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2707564Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2721173Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2727074Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2740024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2746087Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2755263Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2761413Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2770952Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2776919Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2786061Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2792056Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2801362Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2807214Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2816763Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2822530Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2833974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2840258Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2849403Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.2855142Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2868730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2874317Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2887868Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2893694Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2905259Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2910948Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2922800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2928760Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2940298Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2946376Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2956266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2962526Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2972472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2978407Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.2988432Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.2994316Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3004294Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3010325Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3019730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3025982Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3036856Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3042959Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3054166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3060421Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3071472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3077403Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3088271Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3094426Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3103713Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3109572Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3118951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3124863Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3134342Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3140092Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3149247Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3155091Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3164625Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3170376Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3181317Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3187316Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3198109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3204113Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3214845Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3220760Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3231787Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3237578Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3246903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3252794Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3261853Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3267858Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3277094Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3283065Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3292473Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3298309Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3307714Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3313641Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3324630Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3330507Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3339063Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3345109Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3357399Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3363394Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3375677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3381633Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3392246Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3397982Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3408605Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3414376Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3425095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3430849Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3439655Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3445546Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3454252Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3460154Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3469095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3475014Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3484061Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3489985Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3498759Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.3504710Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3560432Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-09-27T16:09:30.3566198Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3621660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-09-27T16:09:30.3627612Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3686042Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-09-27T16:09:30.3691669Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3745397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-09-27T16:09:30.3751250Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3804977Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-09-27T16:09:30.3810715Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3860479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-09-27T16:09:30.3866692Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3881255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3887117Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3903651Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3909554Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3926654Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3932727Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3946984Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3952925Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3967287Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3973209Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.3986886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.3992764Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4008792Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4014711Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4030718Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4036664Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4052472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4058279Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4073560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4079589Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4092970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4098790Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4108747Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4114835Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4128434Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4134268Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4147666Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4153775Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4166922Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4173042Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4182603Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4188841Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4198380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4204533Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4213601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4219751Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4229448Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4235457Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4245064Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4251245Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4260545Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4266728Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4282340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4288399Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4304904Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4310915Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4324275Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4330468Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4343510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4349470Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4358937Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4364879Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4374255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4379925Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4389016Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4395068Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4404573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4410201Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4419480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4425560Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4444352Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4450447Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4480522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T16:09:30.4486405Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4517306Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T16:09:30.4523295Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4541983Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4547743Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4569189Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4575112Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4595668Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4601668Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4615051Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4620904Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4630983Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4636525Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4652125Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4658953Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4675410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4681340Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4694780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4700722Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4714025Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4720357Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4733003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4738819Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4748404Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4754369Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4763738Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4769625Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4778569Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4784706Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4794056Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:09:30.4800037Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4809857Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4815753Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4834790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T16:09:30.4840958Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4868743Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4874697Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4903487Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4909778Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4929844Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4936226Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4958332Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4964810Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.4986422Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T16:09:30.4992510Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5008668Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5014851Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5031060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5037146Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5053300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5059299Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5074967Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5081153Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5093114Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5099179Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5110839Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5116963Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5128439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5134507Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5146337Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5152373Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5164300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5170526Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5186762Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5192959Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5209060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5215097Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5231521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5237658Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5253529Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5283304Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5294865Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-09-27T16:09:30.5301002Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5312912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5319010Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5330445Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5336520Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5348362Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5354270Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5366061Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5372134Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5388500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5394357Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5411106Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5416961Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5433558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5439516Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5455521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5461611Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5473869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5479875Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5491952Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5498086Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5509390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5515319Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5527549Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5533733Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5545994Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5551965Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5568574Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5574670Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5594351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.5600426Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5616590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5622892Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5638534Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5644583Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5656806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5663323Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5675232Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5681355Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5692398Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5698645Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5711113Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5717199Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5729337Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5735459Z test_noncontiguous_innermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5755116Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.5761304Z test_noncontiguous_innermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5781920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.5788392Z test_noncontiguous_innermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5808137Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.5814292Z test_noncontiguous_innermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5831511Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5837837Z test_noncontiguous_innermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5854721Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5860963Z test_noncontiguous_innermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5877262Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5883925Z test_noncontiguous_innermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5900801Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5907377Z test_noncontiguous_innermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5924339Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5930789Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5950469Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.5956544Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.5974470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.5980658Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6003023Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6009095Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6031035Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6037122Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6056654Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6062949Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6081544Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6087692Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6108096Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6114107Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6131448Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6137742Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6155645Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6161808Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6179219Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6185438Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6203002Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6209033Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6226390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6232576Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6248735Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6254838Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6271066Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6277388Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6293497Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6299531Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6315234Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6321383Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6333236Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6339268Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6358091Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6364326Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6383546Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6389655Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6405912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6411901Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6427446Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6433455Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6445547Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6451902Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6463779Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6470020Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6481174Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6487304Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6498957Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6505272Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6517069Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6523386Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6549222Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6555322Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6582793Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6589066Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6616181Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6622269Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6647224Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6653506Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6677586Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6683818Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6707990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6714061Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6738367Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6744723Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6768668Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6774879Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6798870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6805020Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6831047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.6837126Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6853259Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6859265Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6871081Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6877183Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6896013Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6902016Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6921112Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6927336Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6943282Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6948822Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6965304Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6971381Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.6986153Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.6991624Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7002622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7008194Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7019259Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7024827Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7035137Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7040845Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7051932Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7057423Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7068643Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7074359Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7096991Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7102357Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7129242Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7134918Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7162040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7167545Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7190519Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7195997Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7218642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7224345Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7249408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7254912Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7276990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7282450Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7304577Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7309727Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7331456Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7337065Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7359143Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7364652Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7386767Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.7392265Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7404761Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7410457Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7420072Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.7425709Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7440270Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7445730Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7460022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7465672Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7478594Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7484452Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7497755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7504047Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7516441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7522158Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7532611Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7538228Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7548820Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7554201Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7564943Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7570378Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7580797Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7586545Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7596392Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7601987Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7617538Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7623347Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7632924Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7638599Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7653900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7659647Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7674670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7680246Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7694788Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7700456Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7710777Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7716634Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7726663Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7732509Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7742513Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7748505Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7759168Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7765154Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7775256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7780688Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7796047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7801669Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7811437Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.7816778Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7832041Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7837266Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7852529Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7857853Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7872706Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7878197Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7888336Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7893480Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7903459Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.7909282Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7918436Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.7923897Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7933612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.7939099Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7948894Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.7954320Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7967000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7972591Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.7982995Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.7988401Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8003601Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8008902Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8025690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8031562Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8044217Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8049663Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8062146Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8067703Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8080238Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8085757Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8095889Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8101215Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8111430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8116816Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8127224Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8132614Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8143090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8148662Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8158410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8163886Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8175024Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8180568Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8192012Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8197399Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8208563Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8214020Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8225458Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8230821Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8240203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8245855Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8255663Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8261510Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8271775Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8277592Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8287476Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8292994Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8302311Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8308065Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8319669Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8324936Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8336085Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8341622Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8353069Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8358399Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8369819Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8375269Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8384466Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8389798Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8399151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8404803Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8413806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8419143Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8429013Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8434352Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8444061Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.8449491Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8462576Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8468228Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8479444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8485040Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8500287Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8506625Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8521257Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8527149Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8539688Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8545651Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8558528Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8564202Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8577306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8583056Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8594091Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8599876Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8610572Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8616209Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8626674Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8632224Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8643192Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8648832Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8659715Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.8665421Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8729961Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-09-27T16:09:30.8735678Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.8799906Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-09-27T16:09:30.8985930Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9056354Z Tests reducing along noncontiguous innermost dimension. ... ok (0.026s) 2022-09-27T16:09:30.9168953Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9233102Z Tests reducing along noncontiguous innermost dimension. ... ok (0.018s) 2022-09-27T16:09:30.9238948Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9299574Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-09-27T16:09:30.9305404Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9360622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-09-27T16:09:30.9366230Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9381559Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9387306Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9405176Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9410798Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9428972Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9434549Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9449644Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9455174Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9470224Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9475942Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9490466Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9495992Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9513034Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9518380Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9536548Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9542008Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9558926Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9564641Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9580641Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9586365Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9600508Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9606151Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9616251Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9621948Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9636871Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9642760Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9657349Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9663328Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9677366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9683193Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9693397Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9699368Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9709816Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9715529Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9725315Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9731195Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9741553Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9747871Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9758058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9763899Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9773984Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9780034Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9797267Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9803226Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9820553Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9826691Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9841255Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9847094Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9860983Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9866982Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9877141Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9883130Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9893182Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9899045Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9908723Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:09:30.9914553Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9924651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9930505Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9940564Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:30.9946433Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:30.9967121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:30.9972929Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0000608Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0006444Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0034494Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0040478Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0060741Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0066683Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0086948Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0092884Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0112266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0118058Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0132217Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0138262Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0148297Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0154159Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0171360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0177172Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0194640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0200596Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0214720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0220572Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0234986Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0240951Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0254783Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0260826Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0270736Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0276551Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0287576Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0293690Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0304009Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0310181Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0320745Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0326890Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0337633Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0370625Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0391579Z Tests reducing along noncontiguous innermost dimension. ... ok (0.005s) 2022-09-27T16:09:31.0397813Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0423082Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0429100Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0454657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0460777Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0481667Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0487552Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0508369Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0514526Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0534099Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0540126Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0556374Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0562597Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0578473Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0584749Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0600653Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0606736Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0622046Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0628320Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0639870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0646091Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0657650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0663834Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0675010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0681250Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0692792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0698862Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0710607Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0716787Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0732768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0738959Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0754732Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0761137Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0777093Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0783390Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0799164Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0805184Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0816883Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0823010Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0834517Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0840671Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0852093Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0858075Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0869895Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0878972Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0890633Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0899410Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0916192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0922326Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0938669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0944859Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0961408Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.0967695Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.0987701Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.0993714Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1006001Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1012089Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1024528Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1030599Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1041753Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1047905Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1060111Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1066414Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1078547Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1084742Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1101264Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1107449Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1124192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1130347Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1146940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1153057Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1168912Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1175077Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1187700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1193654Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1205870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1212139Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1223412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1229451Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1241684Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1247826Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1259976Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1266275Z test_noncontiguous_outermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1286462Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.1292727Z test_noncontiguous_outermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1313738Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.1320051Z test_noncontiguous_outermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1339553Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.1346057Z test_noncontiguous_outermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1363323Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1369744Z test_noncontiguous_outermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1387419Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1393903Z test_noncontiguous_outermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1410569Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1417062Z test_noncontiguous_outermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1433923Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1440614Z test_noncontiguous_outermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1457450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1463646Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1482409Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1487978Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1505150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1510788Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1534095Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.1539714Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1561324Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.1566925Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1585211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1590787Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1609103Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1614661Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1632845Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1638329Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1655107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1660968Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1677881Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1683683Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1700357Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1706121Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1722927Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1728673Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1745843Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1751427Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1767365Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1773000Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1788603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1794157Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1809888Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1815470Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1830561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1836184Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1847857Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1853523Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1872023Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1877761Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1896158Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1901892Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1917307Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1923127Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1938201Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1944532Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1956896Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1962863Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1973737Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1979276Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.1990231Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.1995796Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2006826Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2012461Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2023569Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2029138Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2051724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2057394Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2084309Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2090046Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2116682Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2122619Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2146715Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2152429Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2175749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2181651Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2205279Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2210982Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2234470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2240260Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2268387Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2274086Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2297192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2303249Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2326766Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2332335Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2348068Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2353869Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2365032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2370683Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2388764Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2394471Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2412701Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2418372Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2433837Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2439642Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2455010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2460723Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2475524Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2481519Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2492246Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2497757Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2508957Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2515226Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2525094Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2530603Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2541456Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2547403Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2558367Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2564077Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2586910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2592413Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2618150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2623946Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2650109Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2655787Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2680140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2685798Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2707729Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2713427Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2735143Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2740799Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2763146Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2768368Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2789719Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2795423Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2817129Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2822878Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2844394Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2849927Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2871308Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.2876999Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2889102Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2894670Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2904593Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.2910375Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2924417Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2930013Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2943584Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2949103Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2960834Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2966572Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2978115Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.2983813Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.2995821Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3001303Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3011194Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3016698Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3026936Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3032472Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3042550Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3048016Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3057952Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3063523Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3072913Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3078404Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3092613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3098103Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3107829Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3113400Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3127351Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3132783Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3146948Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3152536Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3166066Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3171504Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3181048Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3186738Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3196294Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3201891Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3210985Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3216443Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3226056Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3231509Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3241413Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3246808Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3260579Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3266280Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3275710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3281270Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3295548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3301298Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3315262Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3321117Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3334609Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3340367Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3349994Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3355627Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3365242Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3370912Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3380032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3385909Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3395621Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3401354Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3410835Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3416634Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3428744Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3434365Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3444246Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3449940Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3464023Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3469632Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3483419Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3488983Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3501170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3506894Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3518394Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3524071Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3536230Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3541879Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3552272Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3557915Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3568025Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3573703Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3583719Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3589304Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3599270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3604694Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3614178Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3619819Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3631034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3636767Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3647792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3653529Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3664784Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3670365Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3681617Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3687788Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3696901Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3702543Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3711911Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3717615Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3727013Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3732669Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3741877Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3747764Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3757157Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3762878Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3773803Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3779478Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3790786Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3796317Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3807506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3813330Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3824523Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3830211Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3839450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3845153Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3854566Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3860180Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3869670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3875346Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3884881Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3890439Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3899863Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.3905693Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3918056Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3923916Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3934356Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3940025Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3954535Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3960213Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3974164Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3979847Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.3992183Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.3997929Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4010354Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4016052Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4028342Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4033918Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4044711Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4050427Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4060935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4066681Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4076721Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4082625Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4092965Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4098630Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4109173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4114904Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4174271Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-09-27T16:09:31.4179887Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4239155Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-09-27T16:09:31.4244550Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4306963Z Tests reducing along noncontiguous outermost dimension. ... ok (0.007s) 2022-09-27T16:09:31.4312482Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4371349Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-09-27T16:09:31.4377141Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4434845Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-09-27T16:09:31.4440577Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4494694Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-09-27T16:09:31.4500203Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4515021Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4520740Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4538495Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4544408Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4562145Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4567825Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4582272Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4587955Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4602705Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4608334Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4622561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4628695Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4645787Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4650649Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4667273Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4672929Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4689415Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4695015Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4711413Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4717096Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4730656Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4736243Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4746135Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.4751838Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4766000Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4771664Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4785715Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4791450Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4805312Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4810877Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4820559Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.4826433Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4836113Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.4843309Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4851275Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.4856900Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4866810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.4872494Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4882412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.4888414Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4897942Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4903686Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4920329Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4925936Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4943316Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4948795Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4962738Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4968297Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4981855Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.4987656Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.4997212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5002972Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5012523Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5018149Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5027346Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5033026Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5042583Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5048204Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5057858Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5063671Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5083620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5089441Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5115893Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5121829Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5149972Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5155959Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5175958Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5181568Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5201801Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5207455Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5253833Z Tests reducing along noncontiguous outermost dimension. ... ok (0.005s) 2022-09-27T16:09:31.5259249Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5273511Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5279109Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5288857Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5294922Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5312177Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5317136Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5334669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5340209Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5354820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5360315Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5374341Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5379944Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5393555Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5399544Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5409162Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5414698Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5424603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5430228Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5439401Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5445057Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5454682Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5460267Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5470028Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:09:31.5475742Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5495871Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5501571Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5526138Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5531961Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5556833Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5562496Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5582231Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5588088Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5607946Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-09-27T16:09:31.5613577Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5632716Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T16:09:31.5637979Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5652984Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5658146Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5672853Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5677926Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5692263Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5697326Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5711237Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5716388Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5726990Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5731763Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5741907Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5747226Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5756847Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5761946Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5772305Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5777224Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5787409Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5793210Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5807052Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5812037Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5826840Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5831747Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5846326Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5851382Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5865533Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5870666Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5880914Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5886140Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5900241Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5905473Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5915121Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5920390Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5930306Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5935256Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5945540Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.5950570Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5965482Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5970600Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.5985571Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.5990657Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6005792Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6010729Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6025382Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6030386Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6041470Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6046385Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6057208Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6062251Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6072328Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.6077320Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6088123Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6093158Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6104427Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6109361Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6124843Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6129868Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6145321Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6150318Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6166077Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6171131Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6186348Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6191273Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6202481Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6207565Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6218550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6223665Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6233567Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.6238729Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6249865Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6254919Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6266312Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6271334Z test_noncontiguous_transposed__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6289802Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6294900Z test_noncontiguous_transposed__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6314277Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6319515Z test_noncontiguous_transposed__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6337259Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6342761Z test_noncontiguous_transposed__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6358099Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6363886Z test_noncontiguous_transposed__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6379290Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6384933Z test_noncontiguous_transposed__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6400305Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6405906Z test_noncontiguous_transposed__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6421193Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6427164Z test_noncontiguous_transposed__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6444513Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6450072Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6467660Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6472788Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6489093Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6494304Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6514649Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6519759Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6540133Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.6545570Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6563304Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6568446Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6586177Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6591296Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6608610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6613927Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6629810Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6635029Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6651126Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6656587Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6672796Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6677948Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6693826Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6699121Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6714988Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6720457Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6734882Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6740022Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6754911Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6760211Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6777032Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6782005Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6795947Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6801083Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6812175Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6817364Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6834781Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6840118Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6858035Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6863258Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6878441Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6883809Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6898259Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6903448Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6914831Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6920085Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6931053Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6936241Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6946905Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6952106Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6963360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6968531Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.6979838Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.6985187Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7007051Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7012186Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7039443Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7044525Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7070519Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7075671Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7098621Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7104051Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7126080Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7131307Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7156222Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7161602Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7183414Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7188616Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7210473Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7215849Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7237779Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7243038Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7265208Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7270621Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7284993Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7290081Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7300287Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7305741Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7322992Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7328086Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7345674Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7350753Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7365081Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7370171Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7384858Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7390063Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7404257Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7409337Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7419677Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7424983Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7435391Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7440622Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7450466Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7455670Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7466374Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7471436Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7482047Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7487166Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7508371Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7513529Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7540563Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7545677Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7571095Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7576159Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7597627Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7602650Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7624082Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7629117Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7650009Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7655102Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7675898Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7681053Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7701297Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7706558Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7727143Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7732289Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7752320Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7757432Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7780038Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:31.7785331Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7796489Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7801661Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7810778Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7815857Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7829207Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7834374Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7847396Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7852472Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7863770Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7869171Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7880446Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7885624Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7896656Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7901864Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7911552Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7916667Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7926428Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7931549Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7941364Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7946657Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7956292Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7961574Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7970749Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.7975956Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.7989875Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.7994700Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8003798Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8008872Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8022376Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8027499Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8040870Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8045926Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8058667Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8063985Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8073092Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8078176Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8087500Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8092693Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8101471Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8106849Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8116185Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8121557Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8130617Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8135796Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8149739Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8154880Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8164125Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8169220Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8183137Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8188304Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8201849Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8206941Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8219933Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8225459Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8235367Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8240842Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8250404Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8255433Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8264104Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8269088Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8278164Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8283243Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8292470Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8297456Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8308728Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8313779Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8323009Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8328134Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8341462Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8346624Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8359704Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8364752Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8375772Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8380804Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8392168Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8397156Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8408530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8413534Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8423274Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8428012Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8437584Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8442632Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8452234Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8457236Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8466940Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8472053Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8481165Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8486100Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8496915Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8501990Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8512879Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8517962Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8528630Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8533607Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8544638Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8549642Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8558560Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8563817Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8572603Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8577579Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8586554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8591606Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8600676Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8605640Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8614634Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8619675Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8630607Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8635606Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8646418Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8651451Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8662591Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8667507Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8678461Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8684282Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8692669Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8697703Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8706720Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8711999Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8721504Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8725926Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8734800Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8739949Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8748965Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8754041Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8764682Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8769506Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8777673Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8783026Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8794957Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8800094Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8812151Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.8817242Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8827638Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8832665Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8842847Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8847815Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8858119Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8863395Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8871975Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8876976Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8885508Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8890494Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8898830Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8903838Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8912265Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8917359Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8925694Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.8930705Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.8986176Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-09-27T16:09:31.8991547Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9046431Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-09-27T16:09:31.9051632Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9109397Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-09-27T16:09:31.9114642Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9167854Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-09-27T16:09:31.9173043Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9227082Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-09-27T16:09:31.9232174Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9282133Z Tests reducing a transposed tensor. ... ok (0.005s) 2022-09-27T16:09:31.9287254Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9301817Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9307453Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9324426Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9329848Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9347372Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9352570Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9367366Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9372708Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9387441Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9392764Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9407135Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9412328Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9429040Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9434318Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9450863Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9456009Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9472346Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9477636Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9493596Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9498836Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9512949Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9518382Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9528603Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.9533918Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9547659Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9912629Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9929857Z Tests reducing a transposed tensor. ... ok (0.038s) 2022-09-27T16:09:31.9935505Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9950987Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9956357Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9967464Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:31.9972683Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9982829Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:31.9987964Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:31.9997148Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0002360Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0011916Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0016911Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0026954Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0031965Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0041541Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0046601Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0064080Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0068932Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0086438Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0091408Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0105604Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0110534Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0124116Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0129195Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0138316Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0143373Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0152950Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0157940Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0166994Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0171955Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0181665Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0186823Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0196631Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0201899Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0221162Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0226280Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0257633Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T16:09:32.0263219Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0294405Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T16:09:32.0299550Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0318279Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0323380Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0344945Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:32.0350014Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0370732Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:32.0375661Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0388969Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0394097Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0403265Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0408387Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0424176Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0429244Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0445611Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0450520Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0463499Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0468683Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0481963Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0487011Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0499828Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0505087Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0514073Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0519293Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0528421Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0533536Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0542186Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0547339Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0556450Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0566205Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0570901Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:09:32.0575868Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0594332Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0599542Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0626598Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:32.0631585Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0659617Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:32.0664856Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0683269Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0688387Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0709613Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-09-27T16:09:32.0714568Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:32.0735034Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T16:09:32.0762154Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:09:32.0788829Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T16:09:32.0811038Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:09:32.0824164Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:32.0836854Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:32.7000763Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.616s) 2022-09-27T16:09:32.7300495Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.030s) 2022-09-27T16:09:40.6125490Z 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-27T16:09:40.6125938Z overwrite_input=overwrite_input, interpolation=interpolation 2022-09-27T16:09:41.4846755Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-09-27T16:09:41.4847313Z overwrite_input, interpolation) 2022-09-27T16:09:43.6852376Z ok (10.955s) 2022-09-27T16:09:53.8663090Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (10.181s) 2022-09-27T16:09:53.9204439Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.054s) 2022-09-27T16:09:53.9350607Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T16:09:53.9584709Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.023s) 2022-09-27T16:09:53.9596434Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:53.9656882Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:09:53.9718485Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:09:53.9950844Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.023s) 2022-09-27T16:09:54.0011140Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:09:54.0033342Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:09:54.0055405Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:09:54.0077346Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:09:54.0099320Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:09:54.0108358Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0139476Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.0148500Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0175828Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.0184875Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0210892Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0219870Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0241312Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0250938Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0271100Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0280379Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0298007Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0307138Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0326233Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0335196Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0354116Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0363276Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0389326Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0398349Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0424221Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0433168Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0457587Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0466841Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0485538Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0494650Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0514835Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0524711Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0543382Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0552351Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0570890Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0579757Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0598521Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0607629Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0633896Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0643128Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0671880Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.0681024Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0705898Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0714916Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0733317Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0742414Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0761179Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0770241Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0788305Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0798020Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0817620Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0826924Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0845406Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0854419Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0880550Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0889493Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0914839Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0924171Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0949052Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0957988Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.0976394Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.0985535Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1003888Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1012824Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1029699Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1038901Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1058655Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1068495Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1088021Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1097177Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1116341Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1125378Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1154622Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.1163768Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1193042Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.1202195Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1227885Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1236817Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1263632Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.1272957Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1292087Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1301046Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1321604Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1331179Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1349958Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1359020Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1377821Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1386863Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1405428Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1415181Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1433953Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1443504Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1472256Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.1481318Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1510460Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.1519515Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1544485Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1553643Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1578729Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1588598Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1614750Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.1624184Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1642677Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1651745Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1670213Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1680077Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1697223Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1706186Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1724399Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1733427Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1751120Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1760075Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1775844Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.1785026Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1805521Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1814451Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1834994Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1844182Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1864318Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1873937Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1893500Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1902981Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1921383Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1930501Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1947262Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.1956241Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1972742Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.1981718Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.1998219Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2007199Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2023787Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2032713Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2049189Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2058062Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2074131Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2083407Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2106760Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2116571Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2141616Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2151220Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2174001Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2183077Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2199409Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2208370Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2224637Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2233387Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2248606Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2257569Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2273888Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2282939Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2299012Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2308006Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2324070Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2332944Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2355931Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2365123Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2387943Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2397589Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2421327Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2430923Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2447591Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2456488Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2472922Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2482054Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2497149Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2506677Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2522962Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2531874Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2548361Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2557178Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2573340Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2582171Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2602825Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2611674Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2632090Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2641542Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2660478Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2669880Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2689764Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2699373Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2718127Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2727249Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2744141Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2753079Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2769837Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2778721Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2795289Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2804286Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2820786Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2829886Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2846383Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2855332Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2872235Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2881296Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2897696Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2906864Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2923601Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2932588Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2948886Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.2958531Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2974663Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.2983930Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.2998390Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.3007698Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3022500Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.3031784Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3046635Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.3055575Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3072402Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3081768Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3097996Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3107055Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3123940Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3133181Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3148437Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.3157472Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3172565Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.3181764Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3196862Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.3206791Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3223400Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3232976Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3248767Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3257881Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3275554Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3284785Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3306424Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3315491Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3336589Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3485598Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3506260Z Compares op against reference for input tensors with duplicate values ... ok (0.017s) 2022-09-27T16:09:54.3515414Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3535464Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3544555Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3564132Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3573271Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3591108Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3600317Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3617859Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3626982Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3643860Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3653204Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3670891Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3680118Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3697456Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3706648Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3737575Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.3746746Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3777602Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.3786705Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3813319Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.3822264Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3848592Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3857731Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3882988Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.3892073Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3923386Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.3932362Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.3962874Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.3971986Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4000956Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.4009910Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4027066Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4036215Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4060626Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4069948Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4094282Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4103578Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4126813Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4135991Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4152977Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4163347Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4180487Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4189431Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4205456Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.4214573Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4231824Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4240888Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4257200Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.4266296Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4283302Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4292494Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4320129Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.4330131Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4330719Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4339984Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4364232Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4373108Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4395855Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4404909Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4421415Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4430466Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4447260Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4456218Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4471660Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.4480712Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4497013Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.4506317Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4506970Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4516067Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4516610Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4525891Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4526554Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4535353Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4535854Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4545406Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4545867Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4555353Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4556020Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4565877Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4583953Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4593197Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4620998Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.4630113Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4658934Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-09-27T16:09:54.4668009Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4668677Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4677538Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4701851Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4710827Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4733754Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4743303Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4760173Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4769060Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4785824Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4794864Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4810357Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.4820154Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4836948Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T16:09:54.4846095Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4861962Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:09:54.4870973Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4871562Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4881036Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4881938Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4890984Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4891453Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4900867Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4901345Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4911004Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4911681Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T16:09:54.4919540Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4943129Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.4950831Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.4973969Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.4981681Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5005968Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5013624Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5037444Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5045276Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5075239Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-09-27T16:09:54.5082809Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5105812Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5113381Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5138385Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5145959Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5168559Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5176561Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5198554Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5206411Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5225757Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5233311Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5252522Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5260111Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5289862Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-09-27T16:09:54.5302398Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5338231Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-09-27T16:09:54.5351000Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5383409Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-09-27T16:09:54.5394293Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5419892Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-09-27T16:09:54.5428811Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5447791Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5455210Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5475075Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5482736Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5500183Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T16:09:54.5507943Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5532789Z 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-27T16:09:54.5533173Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:09:54.5537491Z ok (0.004s) 2022-09-27T16:09:54.5546099Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5570172Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5578289Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5610085Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-09-27T16:09:54.5618092Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5640041Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5648883Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5671901Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5680119Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5700351Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5708761Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5758153Z 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-27T16:09:54.5759141Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T16:09:54.5760303Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-09-27T16:09:54.5761016Z x = asanyarray(arr - arrmean) 2022-09-27T16:09:54.5778374Z ok (0.008s) 2022-09-27T16:09:54.5787094Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5829613Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-09-27T16:09:54.5836708Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5858368Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5866334Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5885737Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T16:09:54.5893075Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.5951176Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-09-27T16:09:54.5959031Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.6001302Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-09-27T16:09:54.6007670Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.7226215Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.122s) 2022-09-27T16:09:54.7232772Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.8267424Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.104s) 2022-09-27T16:09:54.8272700Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:54.9223093Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.095s) 2022-09-27T16:09:54.9228220Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.0298360Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.108s) 2022-09-27T16:09:55.0304160Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.1312389Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.101s) 2022-09-27T16:09:55.1317810Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.2225444Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.091s) 2022-09-27T16:09:55.2230547Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.3073301Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.085s) 2022-09-27T16:09:55.3077993Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.3904936Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.083s) 2022-09-27T16:09:55.3909970Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.4737149Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.083s) 2022-09-27T16:09:55.4742594Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.5598876Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.086s) 2022-09-27T16:09:55.5604347Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.6637045Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.104s) 2022-09-27T16:09:55.6642696Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.7640356Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.100s) 2022-09-27T16:09:55.7646823Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.8510561Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.087s) 2022-09-27T16:09:55.8516733Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:55.9357568Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.085s) 2022-09-27T16:09:55.9364028Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.0395875Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.104s) 2022-09-27T16:09:56.0401500Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.1291706Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.089s) 2022-09-27T16:09:56.1297094Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.2130912Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.084s) 2022-09-27T16:09:56.2136432Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.3086700Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.095s) 2022-09-27T16:09:56.3092912Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.3914241Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.083s) 2022-09-27T16:09:56.3919798Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.4875217Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.096s) 2022-09-27T16:09:56.4881699Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.6522341Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.165s) 2022-09-27T16:09:56.6528310Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:56.8796501Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.227s) 2022-09-27T16:09:56.8803022Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:57.0470135Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.167s) 2022-09-27T16:09:57.0476830Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:57.2160791Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.169s) 2022-09-27T16:09:57.2166574Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:57.3830871Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.167s) 2022-09-27T16:09:57.3837166Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:57.5463341Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.163s) 2022-09-27T16:09:57.5469331Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:57.7134830Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.167s) 2022-09-27T16:09:57.7140593Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:57.9365861Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.223s) 2022-09-27T16:09:57.9371831Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:58.1001259Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.163s) 2022-09-27T16:09:58.1007671Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:58.2684469Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.168s) 2022-09-27T16:09:58.2691147Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:58.4357534Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.167s) 2022-09-27T16:09:58.4364395Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:58.6013321Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.165s) 2022-09-27T16:09:58.6020569Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:58.7903769Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.189s) 2022-09-27T16:09:58.7910257Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:59.0154888Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.225s) 2022-09-27T16:09:59.0160629Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:59.2328088Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.217s) 2022-09-27T16:09:59.2333735Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:59.4077980Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.175s) 2022-09-27T16:09:59.4083936Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:59.5723678Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.165s) 2022-09-27T16:09:59.5729866Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:59.7792569Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.207s) 2022-09-27T16:09:59.7798329Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:09:59.9415128Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.162s) 2022-09-27T16:09:59.9420822Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.1986243Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.257s) 2022-09-27T16:10:00.1992832Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.2878065Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.089s) 2022-09-27T16:10:00.2884686Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.3710733Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.083s) 2022-09-27T16:10:00.3717604Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.4516878Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.081s) 2022-09-27T16:10:00.4523544Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.5298184Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.078s) 2022-09-27T16:10:00.5304914Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.6053376Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.075s) 2022-09-27T16:10:00.6059912Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.6770977Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.072s) 2022-09-27T16:10:00.6777360Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.7474653Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.070s) 2022-09-27T16:10:00.7481119Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.8200171Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.072s) 2022-09-27T16:10:00.8206818Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.8896431Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.070s) 2022-09-27T16:10:00.8902975Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:00.9637056Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.074s) 2022-09-27T16:10:00.9643877Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.0424625Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.079s) 2022-09-27T16:10:01.0431590Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.1162600Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.074s) 2022-09-27T16:10:01.1167317Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.1959013Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.080s) 2022-09-27T16:10:01.1964659Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.2835885Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.088s) 2022-09-27T16:10:01.2842220Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.3701672Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.086s) 2022-09-27T16:10:01.3707426Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.4496706Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.079s) 2022-09-27T16:10:01.4502390Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.5234378Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.074s) 2022-09-27T16:10:01.5239316Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.6008772Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.077s) 2022-09-27T16:10:01.6014688Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.6795028Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.079s) 2022-09-27T16:10:01.6800982Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7581289Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.079s) 2022-09-27T16:10:01.7586444Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7600715Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.7606134Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7617535Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.7622285Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7632937Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7637843Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7646508Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7651379Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7659874Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7664655Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7672983Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7677684Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7686109Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7690709Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7699011Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7703981Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7714127Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7718843Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7729095Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7733768Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7743935Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7748575Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7756777Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7761580Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7769730Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7774370Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7782740Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7787388Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7795694Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7800398Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7808659Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7813215Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7823864Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7828805Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7839211Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7843770Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7853947Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7858567Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7867263Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7871774Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7880276Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7884938Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7893085Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7897650Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7906212Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7910668Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7919129Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7923661Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7933896Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7938567Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7948807Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7953369Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7963705Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7968219Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7976553Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7981135Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.7989784Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.7994317Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8002366Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8007241Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8015472Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8019937Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8029809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8034298Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8042683Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8047207Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8058969Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8063789Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8075236Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8079810Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8089445Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8093970Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8103782Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8108476Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8116377Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8121117Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8129044Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8133552Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8141275Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8146048Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8154020Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8158464Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8166745Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8171297Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8179814Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8184581Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8196581Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8201175Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8213081Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8217641Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8227829Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8232350Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8242455Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8246968Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8256870Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8261396Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8269962Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8274472Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8283011Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8287550Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8295631Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8300157Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8308585Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8313108Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8321608Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8326079Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8333549Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8338108Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8349347Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8353888Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8365200Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8369823Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8378894Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8383579Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8392901Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8397177Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8406230Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8411015Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8418516Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8423250Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8430450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8435042Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8442544Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8447076Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8454401Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8458939Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8466412Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8471034Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8478017Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8482670Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8491771Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8496317Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8505475Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8510000Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8519037Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8523614Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8530928Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8535483Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8542868Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8547448Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8554675Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8559262Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8566580Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8571155Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8578386Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8583065Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8590132Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8594731Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8604129Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8608856Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8617944Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8622874Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8631809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8636597Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8643952Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8648754Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8655990Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8660775Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8668321Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8672981Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8680405Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8685077Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8692636Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8697108Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8704842Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8709296Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8720336Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8725378Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8736230Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8740782Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8749859Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8754570Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8763785Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8768406Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8777437Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8782121Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8789655Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8794255Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8801749Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8806412Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8813794Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8818428Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8826024Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8830653Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8838028Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8842859Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8852252Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8857045Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8866717Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8871449Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8880321Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8884880Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8892328Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8897027Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8904440Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8909126Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8916439Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8921564Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8928708Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8933533Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8942025Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8946958Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8956464Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8961400Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8970402Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.8976372Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.8988516Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.8995685Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9003989Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9009695Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9020721Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9027484Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9036965Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9041986Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9049860Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9054061Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9061129Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9065888Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9072735Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9077268Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9088359Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9092624Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9103384Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9108112Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9117281Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9122020Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9131258Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9135945Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9145340Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9149991Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9157012Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9161567Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9168505Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9172927Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9179874Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9184668Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9191570Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9196037Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9203133Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9207576Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9219440Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9224102Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9235993Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9240482Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9250275Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9254776Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9264708Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9269025Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9278507Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9283043Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9294543Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9298773Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9310228Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9314528Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9325583Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9329930Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9337583Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9341970Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9351644Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9356133Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9366036Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9370684Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9380556Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9385459Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9393665Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9398254Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9406284Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9410716Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9418109Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9422452Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9430375Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9434715Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9442556Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9446862Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9454445Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9458857Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9469962Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9474323Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9485335Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9489701Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9498641Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9503517Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9512361Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9516798Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9524351Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9528776Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9536263Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9540723Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9548181Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9552472Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9560046Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9564555Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9571957Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9576412Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9589399Z 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-27T16:10:01.9589895Z keepdims=keepdims) 2022-09-27T16:10:01.9590522Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T16:10:01.9590853Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:10:01.9598083Z ok (0.003s) 2022-09-27T16:10:01.9604377Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9618341Z 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-27T16:10:01.9619024Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:10:01.9626334Z ok (0.003s) 2022-09-27T16:10:01.9631995Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9644630Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9651709Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9666168Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9670861Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9684689Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9689532Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9697390Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9702270Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9713722Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9718654Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9729950Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9734880Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9744303Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9749139Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9758553Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9763503Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9772895Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9777808Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9785997Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9790927Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9798991Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9803851Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9811518Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9816378Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9824575Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9829298Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9837254Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T16:10:01.9842296Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9854877Z 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-27T16:10:01.9855220Z **kwargs) 2022-09-27T16:10:01.9861389Z ok (0.002s) 2022-09-27T16:10:01.9866346Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9884071Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9888441Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9900196Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9905114Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9918451Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9923203Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9936290Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T16:10:01.9944174Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:01.9995435Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.0003167Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0051106Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.0058741Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0103447Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.0111275Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0142566Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0150336Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0181351Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0189371Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0217682Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0225699Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0259643Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0267431Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0298212Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0306099Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0352623Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.0360492Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0406344Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.0413998Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0457329Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.0465266Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0496113Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0503844Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0534616Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0542431Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0572219Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0579990Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0610867Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0618537Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0651291Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0659132Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0693173Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0700732Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0734277Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0758324Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0790778Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.0798514Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0821457Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.0829380Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0852013Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.0859759Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0880070Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.0887904Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0910839Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.0918479Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0941199Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.0949081Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.0983256Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.0990672Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1024223Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1031888Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1064488Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1072112Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1094981Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.1102885Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1125702Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.1133331Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1155748Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.1163605Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1186486Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.1194253Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1217206Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.1225030Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1257350Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1265174Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1318829Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.1326513Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1381208Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.1388824Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1436051Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.1443907Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1488721Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.1496460Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1528902Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1536770Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1568820Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1576588Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1608508Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1616234Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1648344Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1655977Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1722833Z Compares op against reference for small input tensors ... ok (0.007s) 2022-09-27T16:10:02.1730171Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1760348Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.1768102Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1820040Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.1827904Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1880373Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.1888085Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1933486Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.1941182Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.1986209Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.1993977Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2037183Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.2044884Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2076733Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2084552Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2114605Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2122741Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2151103Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2159074Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2189978Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2198008Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2263914Z Compares op against reference for small input tensors ... ok (0.007s) 2022-09-27T16:10:02.2271370Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2292029Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2300078Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2326396Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2334518Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2360422Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2368513Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2391841Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2399915Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2423094Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2431901Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2455751Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2464140Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2486185Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2494426Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2516569Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2525072Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2546719Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2555146Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2577152Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2585713Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2607685Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2615985Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2644699Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2653011Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2698868Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.2707425Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2752214Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.2760863Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2802988Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.2810627Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2838545Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2846274Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2874053Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.2881864Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2906756Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2914546Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2941662Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2949604Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.2976852Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.2984729Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3012002Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3019794Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3062606Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.3070383Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3112749Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.3120401Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3159525Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.3167094Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3194141Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3201963Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3228806Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3236344Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3261891Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3269646Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3296257Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3304046Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3330632Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3338361Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3357891Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3366233Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3390085Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3397591Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3421818Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3429556Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3452047Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3459588Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3482216Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3489547Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3511941Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3519615Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3540001Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3547788Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3568323Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3575957Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3596294Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3604069Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3624854Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3632443Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3653084Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3660627Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3681549Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3689240Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3709687Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3717321Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3737580Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3745362Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3763752Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3771472Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3789981Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3797510Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3815603Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3823414Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3841789Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3849306Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3867788Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3875574Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3896057Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3903907Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3924330Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3932015Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3952136Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3959975Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.3978191Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.3985960Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4004423Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.4012075Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4030310Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.4037906Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4056169Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.4063865Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4082242Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.4089888Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4118973Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4126806Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4159737Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4167844Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4200123Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4207630Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4238401Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4245983Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4276459Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4284240Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4314571Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4322279Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4350949Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4358508Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4387231Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4394877Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4423055Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.4430649Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4461531Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4470286Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4499118Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.4507031Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4559525Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.4567269Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4619806Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.4627646Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4628677Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.4636384Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4683593Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.4691510Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4735874Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.4743524Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4744522Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.4752497Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4807535Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.4815163Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4867235Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.4874968Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4902227Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.4910261Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4910924Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.4918962Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.4962463Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.4969513Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5010076Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.5017924Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5045175Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5052891Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5080328Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5088748Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5114329Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5123096Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5150574Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.5159717Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5222177Z Compares op against reference for small input tensors ... ok (0.007s) 2022-09-27T16:10:02.5230599Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5250491Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5259370Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5293956Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.5303321Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5304050Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5313825Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5343251Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.5352216Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5380349Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.5389494Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5409550Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5418458Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5438076Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5447128Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5465159Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5474309Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5494095Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.5502991Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5552166Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.5561268Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5561920Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5571658Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5572290Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5580920Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5581436Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5590534Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5590900Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5600022Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5600740Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5640680Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5668495Z Compares op against reference for small input tensors ... ok (0.007s) 2022-09-27T16:10:02.5677168Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5727724Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.5736571Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5787375Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T16:10:02.5796529Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5796896Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.5806249Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5848818Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.5858200Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5898127Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T16:10:02.5907718Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5934592Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.5943945Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.5970950Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.5980311Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6005214Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T16:10:02.6014330Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6041745Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T16:10:02.6050822Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6111922Z Compares op against reference for small input tensors ... ok (0.007s) 2022-09-27T16:10:02.6122063Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6122993Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.6132023Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6132712Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.6141655Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6142287Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.6151552Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6151968Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.6161334Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.6161855Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T16:10:02.6176264Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.7132085Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-09-27T16:10:02.7145487Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.8006901Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-09-27T16:10:02.8020643Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.8883895Z Test masked reduction operations on strided-only tensors using ... ok (0.088s) 2022-09-27T16:10:02.8898076Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:02.9715937Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-09-27T16:10:02.9730510Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.0240187Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-09-27T16:10:03.0254672Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.0756765Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-09-27T16:10:03.0771450Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.1236774Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-09-27T16:10:03.1251029Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.1752992Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-09-27T16:10:03.1768143Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.2267758Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T16:10:03.2282096Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.3241157Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-09-27T16:10:03.3255567Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.4134743Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-09-27T16:10:03.4148805Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.5007505Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-09-27T16:10:03.5021893Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.5832622Z Test masked reduction operations on strided-only tensors using ... ok (0.082s) 2022-09-27T16:10:03.5847274Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.6347563Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T16:10:03.6361833Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.6864767Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-09-27T16:10:03.6879219Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.7346442Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-09-27T16:10:03.7360816Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.7857781Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T16:10:03.7872498Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8395901Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-09-27T16:10:03.8410212Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8424723Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-09-27T16:10:03.8439210Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8450583Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-09-27T16:10:03.8465406Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8476131Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8491170Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8501851Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8516658Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8525905Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8540382Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8549860Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8564906Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8573865Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8588837Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8598054Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8612516Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8621844Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8636679Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8648300Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-09-27T16:10:03.8663402Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8673967Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8688479Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8699106Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8713940Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8724653Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8739836Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8749265Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8763779Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8772886Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8787471Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8796324Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8811968Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8821134Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8835746Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8845068Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T16:10:03.8859821Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:03.8860527Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T16:10:03.8875176Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:03.9740979Z Test masked reduction operations on strided-only tensors using ... ok (0.088s) 2022-09-27T16:10:03.9755613Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.0640197Z Test masked reduction operations on strided-only tensors using ... ok (0.090s) 2022-09-27T16:10:04.0654959Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.1528651Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-09-27T16:10:04.1543255Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.2372286Z Test masked reduction operations on strided-only tensors using ... ok (0.084s) 2022-09-27T16:10:04.2387006Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.2388148Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.2403251Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.2403895Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.2418046Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.2898326Z Test masked reduction operations on strided-only tensors using ... ok (0.049s) 2022-09-27T16:10:04.2913136Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.2913913Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.2928251Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.3401301Z Test masked reduction operations on strided-only tensors using ... ok (0.049s) 2022-09-27T16:10:04.3415501Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.4368050Z Test masked reduction operations on strided-only tensors using ... ok (0.096s) 2022-09-27T16:10:04.4382336Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:04.4383492Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.4397470Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.5233372Z Test masked reduction operations on strided-only tensors using ... ok (0.085s) 2022-09-27T16:10:04.5246978Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.6109899Z Test masked reduction operations on strided-only tensors using ... ok (0.088s) 2022-09-27T16:10:04.6124280Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.6983387Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-09-27T16:10:04.6997774Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.7856424Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-09-27T16:10:04.7871431Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.8685883Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-09-27T16:10:04.8700718Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.8701833Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.8717652Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.8718492Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.8733504Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.9193935Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-09-27T16:10:04.9209110Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.9209918Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-09-27T16:10:04.9224947Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:04.9681496Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-09-27T16:10:05.1483155Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.180s) 2022-09-27T16:10:05.1496185Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1509953Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.1524301Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1535898Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.1549830Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1560420Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1574268Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1585051Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1599168Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1607748Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1621496Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1630296Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1643683Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1652019Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1665429Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1673991Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1687102Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1695619Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1708752Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1719360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1732029Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1742485Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1755674Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1766188Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1779278Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1789750Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1802990Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1811376Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1824751Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1833122Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1846422Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1854863Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1867989Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1876357Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1888915Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1896660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1909635Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1919584Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1932252Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1942020Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1954817Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1964580Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1977081Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.1987104Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.1999921Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2007855Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2020638Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2028843Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2041744Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2049399Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2061993Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2070181Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2082624Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2090636Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2103789Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2113680Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2126636Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2136599Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2149179Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2159167Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2171743Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2181453Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2194134Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2202281Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2214940Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2223147Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2235687Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2243501Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2256366Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2264647Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2276841Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2284833Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2296381Z test_result_dtype__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2308167Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2320353Z test_result_dtype__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2332108Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2345162Z test_result_dtype__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2356422Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2369686Z test_result_dtype__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2379938Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2394473Z test_result_dtype__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2405219Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2418489Z test_result_dtype__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2428821Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2441676Z test_result_dtype__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2451831Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2464774Z test_result_dtype__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2474868Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2488165Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2499392Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2511702Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2520117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2533409Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2546703Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.2559561Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2572509Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.2585054Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2595927Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2608537Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2622432Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.2635079Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2646023Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2658589Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2667313Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2679951Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2688456Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2701454Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2710083Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2723381Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2731886Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2745470Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2753871Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2767274Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2776805Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2790765Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2800171Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2813188Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2822322Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2835638Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2844985Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2857886Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2865845Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2877858Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2889292Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2901321Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2912833Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2925247Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2934469Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2947630Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2956958Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2970326Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2978119Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.2991446Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.2999366Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3012662Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3020112Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3033498Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3041436Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3054629Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3062482Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3075885Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3089278Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3102581Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3119396Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3132643Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3148725Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3161564Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3175036Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3188368Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3202101Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3215512Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3227078Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3241303Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3252558Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3266765Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3277899Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3292112Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3303754Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3318149Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3329093Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3343301Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3355541Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3368832Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3376704Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3390195Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3401572Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3415118Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3426924Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3440167Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3449665Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3463121Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3472373Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3485797Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3495252Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3508699Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3516567Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3530200Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3538002Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3551447Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3558896Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3572184Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3580014Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3593275Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3601182Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3613403Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3626367Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3639137Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3654185Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3666656Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3681743Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3694211Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3707019Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3719094Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3731804Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3744739Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3757451Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.3770656Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3781114Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3793729Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3804404Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3817691Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3828643Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3842601Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3853789Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3866864Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3877423Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3890891Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3899831Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3913072Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3919854Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3932679Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3943463Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3956299Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3967241Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.3979079Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.3988258Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4000393Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4009350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4022356Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4031432Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4044758Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4052079Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4083999Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4091136Z Tests that the result has the correct dtype ... ok (0.004s) 2022-09-27T16:10:05.4104283Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4111216Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4124432Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4131680Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4144688Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4152855Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T16:10:05.4165578Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4174350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4186925Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4193689Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4205878Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4214472Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4227081Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4235722Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4248457Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4257061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4269572Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4276436Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4289024Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4295893Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4308526Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4315322Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4327926Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4334835Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4347711Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4354523Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4367027Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4375689Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4388199Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4394971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4407570Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4416262Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4428699Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4437188Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4450429Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4459005Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4471834Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4478533Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4491831Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4498492Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4511263Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4517706Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4530274Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4536986Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4549639Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4556322Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4568994Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4577924Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4590936Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4598047Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4611655Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4623463Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4636494Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4647284Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4660615Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4669935Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4682813Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4691650Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4704293Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4713073Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4725498Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4732531Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4745089Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4752061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4764671Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4771564Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4784006Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4791005Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4803409Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4811506Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T16:10:05.4823986Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4832929Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4845714Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4854735Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4868469Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4877273Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4890175Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4899053Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4911865Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4918851Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4931325Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4938235Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4950979Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4957957Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4971691Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4978726Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.4991776Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.4998569Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5011279Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5020188Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5032843Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5041930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5054626Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5063626Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5076137Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5085398Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5097856Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5105046Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5117603Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5124652Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5137310Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5144442Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5157073Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5164385Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5176928Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5183902Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5196291Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5205439Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5217904Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5224805Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5237343Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5248475Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5261058Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5271852Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5284576Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5293157Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5306019Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5314707Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5327398Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5336048Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5348733Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5355654Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5368285Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5375169Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5388754Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5395705Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5409247Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5415861Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5428516Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5435033Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5447670Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5456434Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5469142Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5479765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5492172Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5502930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5515581Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5524455Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5536715Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5545481Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5557767Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5566418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5578711Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5588169Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5600906Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5612078Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5624767Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5635925Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5649535Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5659472Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5672953Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5682679Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5695025Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5704085Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5716586Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5726963Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5739349Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5749676Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5762268Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5772171Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5785015Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5794943Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5807566Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5816174Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5828808Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5835895Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5848415Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5857148Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5869703Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5878350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5891339Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5899990Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5913709Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5921068Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5933578Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5940783Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5953382Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5960408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5973563Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.5980788Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.5993357Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6000703Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6013074Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6020125Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6032829Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6043490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6056825Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6067578Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6079999Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6088582Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6101162Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6109860Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6123005Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6130095Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6143198Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6150447Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6163258Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6170093Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6183205Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6190514Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6203513Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6210739Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6223824Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6232734Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6246099Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6259545Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.6273414Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6286858Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.6300656Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6309537Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6322992Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6332488Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6345673Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6354990Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6368264Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6377028Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6390223Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6397455Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6410605Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6421381Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6434487Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6445506Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6458454Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6467215Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6480248Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6488868Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6502179Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6510857Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6524311Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6531436Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6562421Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6569366Z Tests that the result has the correct dtype ... ok (0.004s) 2022-09-27T16:10:05.6582446Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6589483Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6602759Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6609891Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6623255Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6630336Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6643926Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6652703Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6665947Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6678851Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.6692082Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6704936Z Tests that the result has the correct dtype ... ok (0.003s) 2022-09-27T16:10:05.6717982Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6726900Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6740133Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6749766Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6763058Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:10:05.6772609Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T16:10:05.6942031Z 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-27T16:10:05.6942514Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:10:05.7043931Z ok (0.027s) 2022-09-27T16:10:05.7315252Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-09-27T16:10:05.7541686Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-09-27T16:10:05.7751440Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T16:10:09.1091633Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (3.334s) 2022-09-27T16:10:09.1177008Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T16:10:09.1581081Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.040s) 2022-09-27T16:10:09.1994550Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-09-27T16:10:09.2295731Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-09-27T16:10:09.2575860Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T16:10:09.3578697Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.100s) 2022-09-27T16:10:09.5123738Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.154s) 2022-09-27T16:10:09.5328592Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T16:10:09.5534658Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T16:10:09.5695276Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:10:09.5848632Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T16:10:09.5865662Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:10:09.6144589Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T16:10:09.6157030Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:09.6166400Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:09.6191705Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... test_reductions.py:456: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:09.6192408Z torch.sum(x, 0, out=y) 2022-09-27T16:10:09.6194850Z ok (0.003s) 2022-09-27T16:10:10.2165359Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.597s) 2022-09-27T16:10:10.2179819Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:10.2609022Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-09-27T16:10:10.7001464Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.439s) 2022-09-27T16:10:10.7184930Z 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-27T16:10:10.7185371Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T16:10:10.7596373Z ok (0.060s) 2022-09-27T16:10:10.8163737Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.057s) 2022-09-27T16:10:10.8719742Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.056s) 2022-09-27T16:10:10.8962174Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T16:10:10.9210951Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-09-27T16:10:10.9436326Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T16:10:10.9685189Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-09-27T16:10:10.9736571Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T16:10:11.0279474Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.054s) 2022-09-27T16:10:11.0958559Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.068s) 2022-09-27T16:10:11.1355749Z 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-27T16:10:11.1356365Z out=out, **kwargs) 2022-09-27T16:10:11.1357077Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:10:11.1357717Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:10:11.1449307Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:10:11.1449762Z **kwargs) 2022-09-27T16:10:11.1450230Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:10:11.1450884Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T16:10:11.1451331Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:10:11.1451761Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:10:11.1546628Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:10:11.1546921Z keepdims=keepdims) 2022-09-27T16:10:11.1652159Z ok (0.069s) 2022-09-27T16:10:11.1792888Z 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-27T16:10:11.1793366Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:10:11.1880001Z ok (0.023s) 2022-09-27T16:10:11.2121226Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T16:10:11.2332685Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T16:10:11.2527468Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-09-27T16:10:11.2543269Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:14.5301474Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (3.276s) 2022-09-27T16:10:14.5312923Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:14.5397134Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T16:10:14.5759303Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-09-27T16:10:14.6131721Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-09-27T16:10:14.6429418Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-09-27T16:10:14.6704827Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-09-27T16:10:15.3395157Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.669s) 2022-09-27T16:10:15.4954210Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.156s) 2022-09-27T16:10:15.4973877Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:10:15.4990368Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T16:10:15.5055400Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T16:10:15.5232335Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-09-27T16:10:15.5412934Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-09-27T16:10:15.5555631Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T16:10:15.5691741Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T16:10:15.5692329Z 2022-09-27T16:10:15.5692715Z ---------------------------------------------------------------------- 2022-09-27T16:10:15.5693081Z Ran 2905 tests in 154.271s 2022-09-27T16:10:15.5693200Z 2022-09-27T16:10:15.5693298Z OK (skipped=115, expected failures=48) 2022-09-27T16:10:15.5695925Z 2022-09-27T16:10:15.5696086Z Generating XML reports... 2022-09-27T16:10:15.8460392Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927160741.xml 2022-09-27T16:10:16.5570405Z Running test_dispatch ... [2022-09-27 16:10:16.556644] 2022-09-27T16:10:16.5570924Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:10:16.556737] 2022-09-27T16:10:20.4564828Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:10:20.4613860Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-09-27T16:10:20.4634599Z 2022-09-27T16:10:20.4634894Z Running tests... 2022-09-27T16:10:20.4635474Z ---------------------------------------------------------------------- 2022-09-27T16:10:20.9733083Z test_all_invariants (__main__.TestDispatch) ... ok (0.510s) 2022-09-27T16:10:56.1810094Z test_computed_table (__main__.TestDispatch) ... ok (35.208s) 2022-09-27T16:10:56.2337790Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.053s) 2022-09-27T16:10:56.2387218Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.005s) 2022-09-27T16:10:57.2415814Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (1.003s) 2022-09-27T16:10:58.3968892Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (1.155s) 2022-09-27T16:11:31.6315191Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (33.235s) 2022-09-27T16:11:31.6803967Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.049s) 2022-09-27T16:11:31.7387934Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.058s) 2022-09-27T16:11:31.7448037Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.006s) 2022-09-27T16:11:31.7503488Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.005s) 2022-09-27T16:12:06.1205346Z test_def (__main__.TestDispatch) ... ok (34.370s) 2022-09-27T16:12:06.1440442Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.024s) 2022-09-27T16:12:06.1456139Z test_def_only (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T16:12:06.1472343Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T16:12:07.2943511Z test_def_with_inference (__main__.TestDispatch) ... ok (1.147s) 2022-09-27T16:12:07.2978740Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.004s) 2022-09-27T16:12:07.2992796Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T16:12:07.3006510Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:07.3007143Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-09-27T16:12:07.3838084Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-09-27T16:12:07.3842557Z Building extension module dangling_impl_extension... 2022-09-27T16:12:07.3842876Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:09.2375516Z [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-27T16:12:10.2008681Z [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-27T16:12:10.2082534Z Loading extension module dangling_impl_extension... 2022-09-27T16:12:10.2113244Z ok (2.912s) 2022-09-27T16:12:11.3829942Z test_impl_only (__main__.TestDispatch) ... ok (1.171s) 2022-09-27T16:12:11.4015046Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.019s) 2022-09-27T16:12:11.4196225Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.018s) 2022-09-27T16:12:11.4377979Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.018s) 2022-09-27T16:12:11.4630826Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.025s) 2022-09-27T16:12:11.4649288Z 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-27T16:12:11.4649901Z operator: __test45643__::foo 2022-09-27T16:12:11.4651435Z no debug info 2022-09-27T16:12:11.4651829Z dispatch key: (catch all) 2022-09-27T16:12:11.4652159Z previous kernel: fn1 2022-09-27T16:12:11.4654447Z new kernel: fn2 (function registerKernel) 2022-09-27T16:12:11.4666151Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:12:11.4666652Z operator: __test45644__::foo 2022-09-27T16:12:11.4666973Z no debug info 2022-09-27T16:12:11.4667255Z dispatch key: (catch all) 2022-09-27T16:12:11.4667508Z previous kernel: fn1 2022-09-27T16:12:11.4667873Z new kernel: fn2 (function registerKernel) 2022-09-27T16:12:11.4674551Z ok (0.004s) 2022-09-27T16:12:11.4694887Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-09-27T16:12:11.4711896Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-09-27T16:12:11.4731160Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-09-27T16:12:11.4745141Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:12:11.4756793Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:12:11.4776776Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-09-27T16:12:11.5093057Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.031s) 2022-09-27T16:12:11.5093319Z 2022-09-27T16:12:11.5093802Z ---------------------------------------------------------------------- 2022-09-27T16:12:11.5094250Z Ran 32 tests in 111.046s 2022-09-27T16:12:11.5094462Z 2022-09-27T16:12:11.5094574Z OK 2022-09-27T16:12:11.5094710Z 2022-09-27T16:12:11.5094797Z Generating XML reports... 2022-09-27T16:12:11.5149503Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927161020.xml 2022-09-27T16:12:11.5157770Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927161020.xml 2022-09-27T16:12:12.2774461Z Running test_fx_experimental ... [2022-09-27 16:12:12.277040] 2022-09-27T16:12:12.2774991Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:12.277127] 2022-09-27T16:12:17.2424220Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-09-27T16:12:17.2470947Z 2022-09-27T16:12:17.2471064Z Running tests... 2022-09-27T16:12:17.2471476Z ---------------------------------------------------------------------- 2022-09-27T16:12:17.2490104Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-09-27T16:12:17.2683182Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.019s) 2022-09-27T16:12:17.2734296Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T16:12:17.2772172Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T16:12:17.2935067Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:12:17.2974915Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T16:12:17.2982909Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-09-27T16:12:17.3292533Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.031s) 2022-09-27T16:12:17.3448998Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:12:17.3505496Z test_fetch (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T16:12:17.3554016Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T16:12:17.3585248Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T16:12:17.4481251Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.089s) 2022-09-27T16:12:17.4519861Z test_merge_matmuls (__main__.TestFXExperimental) 2022-09-27T16:12:17.5095532Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.061s) 2022-09-27T16:12:17.5337487Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.024s) 2022-09-27T16:12:17.5354150Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-09-27T16:12:17.5425256Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.007s) 2022-09-27T16:12:17.6060844Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.063s) 2022-09-27T16:12:17.6087896Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-09-27T16:12:18.3378336Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:12:18.3379619Z self.padding, self.dilation, self.groups) 2022-09-27T16:12:19.6604530Z ok (2.054s) 2022-09-27T16:12:19.6620092Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... skip: no MKLDNN (0.002s) 2022-09-27T16:12:19.6633234Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-09-27T16:12:19.6724285Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-09-27T16:12:19.6821363Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.010s) 2022-09-27T16:12:19.6876074Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T16:12:19.6912026Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T16:12:19.6968323Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-09-27T16:12:19.6968717Z [1, 2] 2022-09-27T16:12:19.7004469Z ok (0.009s) 2022-09-27T16:12:19.7084466Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.008s) 2022-09-27T16:12:20.1560328Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.447s) 2022-09-27T16:12:20.1812660Z 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-27T16:12:20.1813614Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:20.1813967Z ok (0.025s) 2022-09-27T16:12:20.1865174Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T16:12:20.1937210Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.007s) 2022-09-27T16:12:20.2028569Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.009s) 2022-09-27T16:12:20.2034700Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-09-27T16:12:20.2247599Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.021s) 2022-09-27T16:12:20.2322201Z 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-27T16:12:20.2323076Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-09-27T16:12:20.2383464Z ok (0.014s) 2022-09-27T16:12:20.2408520Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.002s) 2022-09-27T16:12:20.2437480Z test_type_matches (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T16:12:20.2456793Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-09-27T16:12:20.2516788Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.2572871Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.2624861Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:20.2675254Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:20.2741227Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.2859405Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-09-27T16:12:20.2917071Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.2959381Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:20.3004293Z 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-27T16:12:20.3005233Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:12:20.3024596Z expected failure (0.006s) 2022-09-27T16:12:20.3081952Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.3164899Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:20.3224525Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.3289179Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.3349978Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.3431323Z test_normalize_operator_exhaustive__masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:20.3509758Z test_normalize_operator_exhaustive__masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:20.3586519Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:20.3701433Z test_normalize_operator_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-09-27T16:12:20.3732344Z test_normalize_operator_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:20.3793321Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.3890502Z test_normalize_operator_exhaustive__masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:12:20.3952051Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.4080947Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-09-27T16:12:20.4138822Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.4214646Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T16:12:20.4290861Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:20.4358450Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T16:12:20.4418627Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.4482409Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:20.4559822Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:20.4727293Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:20.4890835Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:12:20.5862507Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.097s) 2022-09-27T16:12:20.6302028Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:12:20.7318315Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-09-27T16:12:20.8023220Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-09-27T16:12:20.8216182Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:12:20.8409731Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:12:20.8796632Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T16:12:20.9147455Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T16:12:20.9978195Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-09-27T16:12:21.1112596Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.113s) 2022-09-27T16:12:21.2039323Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.093s) 2022-09-27T16:12:21.2978397Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-09-27T16:12:21.3328947Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:21.3329709Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:12:21.3334878Z test_fx_experimental.py:1517: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:21.3335808Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-09-27T16:12:21.3360097Z :5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:21.3369589Z :5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:21.3379834Z ok (0.040s) 2022-09-27T16:12:21.3473120Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:21.4212456Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T16:12:21.4559250Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.035s) 2022-09-27T16:12:21.5031476Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:12:21.5523896Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:12:21.8036707Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.251s) 2022-09-27T16:12:21.8243559Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T16:12:21.8475404Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T16:12:21.8736965Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:12:21.8824247Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:12:21.8927245Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:12:21.9442815Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T16:12:21.9529763Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:12:21.9612948Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:21.9671193Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:21.9750568Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:21.9808317Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:22.0175783Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:12:22.0264589Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-09-27T16:12:22.0304207Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:22.0365162Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:22.0449409Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:22.0488195Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:22.0526200Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:22.0572065Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:22.0867839Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T16:12:22.2041200Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.117s) 2022-09-27T16:12:22.2082758Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:22.2140269Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:22.2299150Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:12:23.2285118Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.998s) 2022-09-27T16:12:23.2374440Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:12:23.2417982Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:12:23.2418591Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:12:23.2420544Z expected failure (0.005s) 2022-09-27T16:12:23.2464391Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:23.2536293Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:12:23.2537143Z L = torch.cholesky(A) 2022-09-27T16:12:23.2537496Z should be replaced with 2022-09-27T16:12:23.2537775Z L = torch.linalg.cholesky(A) 2022-09-27T16:12:23.2537945Z and 2022-09-27T16:12:23.2538126Z U = torch.cholesky(A, upper=True) 2022-09-27T16:12:23.2538329Z should be replaced with 2022-09-27T16:12:23.2538523Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:12:23.2538944Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T16:12:23.2539344Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:12:23.3171663Z ok (0.070s) 2022-09-27T16:12:23.3747873Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T16:12:23.4388165Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:12:23.4646044Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:12:23.4956161Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:12:23.5480223Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T16:12:23.5936109Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T16:12:23.6050798Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:12:23.6147524Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:12:23.7098395Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-09-27T16:12:23.7542266Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:12:23.7676371Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:12:23.7752816Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:24.0065596Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.231s) 2022-09-27T16:12:24.0106069Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:24.0708653Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-09-27T16:12:24.0939497Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T16:12:24.1135994Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:12:24.1301509Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:24.2178661Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-09-27T16:12:24.4456697Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.228s) 2022-09-27T16:12:24.4625962Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:24.4814931Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:12:24.5029508Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T16:12:24.5543160Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T16:12:24.5800859Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:12:24.6245142Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:12:24.6395213Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:24.7039831Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:12:24.7769697Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-09-27T16:12:24.7987014Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T16:12:24.8667431Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-09-27T16:12:24.9482915Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-09-27T16:12:25.2873880Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.339s) 2022-09-27T16:12:25.3025895Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:25.5286362Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.226s) 2022-09-27T16:12:25.5999157Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T16:12:25.6739895Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T16:12:25.7447000Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T16:12:25.7527325Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:25.7568381Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:25.7728920Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:12:25.7801273Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T16:12:25.7906955Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-09-27T16:12:25.7957517Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:25.7988403Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:25.8826010Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-09-27T16:12:25.9077823Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T16:12:25.9167565Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:12:25.9331584Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:12:25.9412882Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:25.9558875Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:25.9750907Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:12:25.9810120Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:25.9869663Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:25.9956459Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:12:26.0005437Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:26.0408619Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T16:12:26.0894635Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:12:26.1384263Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:12:26.1624046Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T16:12:26.2031818Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:12:26.2476595Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:12:26.2975573Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T16:12:26.3387884Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:12:26.3822517Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:26.4315633Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:12:26.4577115Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:12:26.4967403Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T16:12:26.5386096Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:12:26.5899601Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T16:12:26.6287336Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T16:12:26.6696584Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:12:26.7202805Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T16:12:26.7575392Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:12:26.7981595Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:12:26.8477854Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T16:12:26.8632530Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:26.8942598Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:12:26.9409906Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:12:26.9516216Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:12:26.9625028Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:12:26.9664632Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:27.0223828Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T16:12:27.0305943Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:27.0780699Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:12:27.1216033Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:27.1683636Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:12:27.2298790Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:12:27.2447573Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:27.2618491Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:27.2982444Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:12:27.3308432Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:12:27.3845110Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:27.5762855Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.192s) 2022-09-27T16:12:27.6456774Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.069s) 2022-09-27T16:12:27.6994452Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:27.7036393Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:27.7463778Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:28.2097769Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.463s) 2022-09-27T16:12:29.6663687Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.456s) 2022-09-27T16:12:29.7458756Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.080s) 2022-09-27T16:12:29.7619039Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:12:29.7690818Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T16:12:29.8147218Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T16:12:29.8255451Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:12:29.8681554Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:29.9109629Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:29.9637364Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T16:12:29.9825393Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:12:30.0076903Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T16:12:30.0145232Z 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-27T16:12:30.0145822Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-09-27T16:12:30.0167026Z expected failure (0.009s) 2022-09-27T16:12:30.0211104Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:12:30.0211635Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:12:30.1939927Z ok (0.177s) 2022-09-27T16:12:30.2122114Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:12:30.2248779Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:12:30.2290108Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:30.3177063Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-09-27T16:12:30.3325555Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:30.3501213Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:12:30.3583904Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:30.3662404Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:30.3739461Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:30.3814457Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T16:12:30.3944031Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:12:30.3996943Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:12:30.3997539Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:12:30.4763270Z ok (0.082s) 2022-09-27T16:12:30.4800845Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:12:30.4840598Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:12:30.4880855Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:12:30.4920862Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:12:30.4960153Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:12:30.5098672Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:12:30.5740922Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:12:30.6249132Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T16:12:30.6809821Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T16:12:30.7574856Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-09-27T16:12:30.7742932Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:30.8448535Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-09-27T16:12:30.9236367Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.079s) 2022-09-27T16:12:30.9446621Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T16:12:30.9645815Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:12:31.0132330Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:12:31.1923398Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.179s) 2022-09-27T16:12:31.2505735Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T16:12:31.2996213Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:12:31.3480471Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:12:31.3899741Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:12:31.4319209Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:12:31.4736991Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:12:31.5222097Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:12:31.5457725Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T16:12:31.5709793Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T16:12:31.6512036Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T16:12:31.9908271Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.339s) 2022-09-27T16:12:32.2705333Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.280s) 2022-09-27T16:12:32.3968894Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-09-27T16:12:32.4915739Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-09-27T16:12:32.5845012Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.093s) 2022-09-27T16:12:33.1151254Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.530s) 2022-09-27T16:12:33.5423323Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.427s) 2022-09-27T16:12:33.6341118Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.092s) 2022-09-27T16:12:34.1668731Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.533s) 2022-09-27T16:12:34.2279068Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:12:34.2432747Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:34.8567325Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.613s) 2022-09-27T16:12:35.3008533Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.444s) 2022-09-27T16:12:35.4920549Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.191s) 2022-09-27T16:12:35.5606221Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-09-27T16:12:35.5642774Z 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.004s) 2022-09-27T16:12:35.7768775Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.212s) 2022-09-27T16:12:35.8382346Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:12:35.9364137Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.098s) 2022-09-27T16:12:36.0422080Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.106s) 2022-09-27T16:12:36.7873788Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.745s) 2022-09-27T16:12:38.2752544Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.488s) 2022-09-27T16:12:38.4341308Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.159s) 2022-09-27T16:12:38.4510018Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:38.4784503Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T16:12:38.5260265Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:12:38.7314960Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.205s) 2022-09-27T16:12:39.5879496Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.856s) 2022-09-27T16:12:39.7578782Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.170s) 2022-09-27T16:12:39.7756922Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:12:39.7867349Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:12:39.8028375Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:12:39.8257352Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T16:12:39.8565257Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:12:39.8902303Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T16:12:39.8985980Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:39.9065115Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:39.9388442Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:12:39.9982051Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-09-27T16:12:40.0366318Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T16:12:40.0506409Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:12:40.0897974Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T16:12:40.1313692Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:12:40.1530519Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T16:12:41.6271494Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.474s) 2022-09-27T16:12:41.7236159Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-09-27T16:12:41.7278834Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:41.7826749Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T16:12:41.7876303Z 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-27T16:12:41.7877381Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:12:41.7877832Z should be replaced with 2022-09-27T16:12:41.7878428Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:12:41.7878851Z and 2022-09-27T16:12:41.7879238Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:12:41.7879653Z should be replaced with 2022-09-27T16:12:41.7880332Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T16:12:41.7881060Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:12:41.9437710Z ok (0.161s) 2022-09-27T16:12:41.9487004Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:12:41.9487853Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:12:41.9488259Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:12:41.9488595Z should be replaced with 2022-09-27T16:12:41.9489166Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:12:41.9489752Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:12:42.0809419Z ok (0.137s) 2022-09-27T16:12:42.2054961Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-09-27T16:12:42.2113701Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:42.2171790Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:42.2643096Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:12:42.2868823Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T16:12:42.3223219Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T16:12:42.3954895Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-09-27T16:12:42.4212571Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:12:42.4821338Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:12:42.4967917Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:12:42.5270902Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T16:12:42.5701866Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:42.6903009Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.120s) 2022-09-27T16:12:42.7700466Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T16:12:42.7781357Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T16:12:42.7851788Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.007s) 2022-09-27T16:12:42.8461746Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:12:42.8605912Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:12:42.8891272Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T16:12:42.9356786Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T16:12:42.9438103Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:42.9883637Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:12:43.0064715Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:12:43.1142966Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-09-27T16:12:43.1961712Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.082s) 2022-09-27T16:12:43.2024767Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:12:43.2109418Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:43.2654820Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:43.3176944Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T16:12:43.3722252Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:43.3889055Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:43.5623244Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.173s) 2022-09-27T16:12:43.6445989Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.082s) 2022-09-27T16:12:44.1235220Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.479s) 2022-09-27T16:12:44.2843143Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.161s) 2022-09-27T16:12:44.3105276Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:12:44.3577999Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:12:44.5998971Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.242s) 2022-09-27T16:12:44.6744555Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T16:12:44.6827747Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:12:44.6882524Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:44.6937062Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:44.7003953Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T16:12:44.7056780Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:44.7110575Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:44.7552802Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:12:44.7825373Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T16:12:44.8251823Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:12:44.8791937Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:44.9137788Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T16:12:45.0099969Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-09-27T16:12:45.0978278Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-09-27T16:12:45.1428599Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T16:12:45.1879814Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T16:12:45.2344317Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T16:12:45.2958420Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:12:45.4320999Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-09-27T16:12:45.4801379Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:12:45.6135209Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.133s) 2022-09-27T16:12:45.6267476Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:12:45.7016652Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T16:12:45.9317013Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.230s) 2022-09-27T16:12:45.9951246Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:12:46.0760486Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-09-27T16:12:46.2348596Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.159s) 2022-09-27T16:12:46.2749549Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T16:12:46.3251781Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T16:12:46.4132002Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-09-27T16:12:46.5009195Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-09-27T16:12:46.5053566Z 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-27T16:12:46.5054492Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:12:46.5056950Z expected failure (0.005s) 2022-09-27T16:12:46.5103411Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:46.5147415Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:46.5280205Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:12:46.5327221Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:12:46.5369370Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:46.5414233Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:46.5458121Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:12:46.5582952Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-09-27T16:12:46.5736150Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-09-27T16:12:48.4679086Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.894s) 2022-09-27T16:12:48.5061602Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T16:12:48.6783833Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.172s) 2022-09-27T16:12:48.8139880Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-09-27T16:12:48.8376935Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T16:12:48.8650004Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T16:12:48.8784879Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:12:48.8958401Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:12:48.9199076Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T16:12:48.9724474Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T16:12:49.0144557Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:12:49.0767863Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-09-27T16:12:49.1303945Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:49.1881592Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T16:12:49.2423298Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:49.2965656Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:12:49.3511568Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T16:12:49.4178870Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-09-27T16:12:49.4310739Z 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-27T16:12:49.4311634Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:12:49.4897103Z ok (0.072s) 2022-09-27T16:12:49.5177847Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T16:12:49.5519925Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T16:12:49.5849676Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T16:12:49.6659275Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-09-27T16:12:49.7241379Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T16:12:49.7444251Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:12:49.8542325Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-09-27T16:12:53.6012985Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (3.747s) 2022-09-27T16:13:00.0207520Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (6.419s) 2022-09-27T16:13:02.6071638Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.586s) 2022-09-27T16:13:03.4332867Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.826s) 2022-09-27T16:13:03.7064677Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.273s) 2022-09-27T16:13:05.3101458Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.604s) 2022-09-27T16:13:05.8057031Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.495s) 2022-09-27T16:13:06.4083590Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.603s) 2022-09-27T16:13:06.6370630Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.229s) 2022-09-27T16:13:06.6512908Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:06.6793665Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T16:13:06.7013586Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T16:13:06.7159995Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:06.7428951Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T16:13:07.0103629Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.267s) 2022-09-27T16:13:07.0474661Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:13:07.0887482Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:13:07.3163040Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.227s) 2022-09-27T16:13:07.3719519Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T16:13:07.4270730Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T16:13:07.4668773Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T16:13:07.5037322Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:13:07.5166657Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:13:07.5291987Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:13:07.9168263Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.387s) 2022-09-27T16:13:08.0222788Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.105s) 2022-09-27T16:13:08.0361346Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:08.0530411Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:13:08.0576685Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:08.0713569Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:08.0851199Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:08.1218235Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:13:08.1536846Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:13:08.1791891Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T16:13:08.2123928Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T16:13:08.2284544Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:13:08.2518580Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T16:13:08.2665402Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:08.2807979Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:08.3001869Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:13:08.3413373Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:13:08.3460525Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:09.4061662Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.060s) 2022-09-27T16:13:09.4108223Z 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-27T16:13:09.4108854Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:13:09.4268282Z ok (0.021s) 2022-09-27T16:13:09.4332693Z 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-27T16:13:09.4333295Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:13:09.4813330Z ok (0.054s) 2022-09-27T16:13:09.4872282Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:09.6506085Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.163s) 2022-09-27T16:13:09.6656489Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:09.6841653Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:13:09.6976454Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T16:13:09.7039130Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:09.7085433Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:09.7203117Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T16:13:09.7576188Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:13:10.5624645Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.805s) 2022-09-27T16:13:10.5707081Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:13:10.5765808Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:10.5961236Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T16:13:10.6400602Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:13:10.7006590Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T16:13:10.7048153Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:13:10.7079213Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:13:10.7109633Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:13:10.7140217Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:13:10.7170885Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:13:10.7317304Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:10.8064342Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T16:13:11.0367153Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.230s) 2022-09-27T16:13:11.1528491Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-09-27T16:13:11.1577272Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:13:11.1578264Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:13:11.1579609Z Q, R = torch.qr(A, some) 2022-09-27T16:13:11.1580025Z should be replaced with 2022-09-27T16:13:11.1581020Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:13:11.1581779Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:13:11.3627272Z ok (0.210s) 2022-09-27T16:13:11.8310949Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.468s) 2022-09-27T16:13:11.8490638Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:13:11.8548078Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:11.8605704Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:11.8648964Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:13:11.8703567Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:11.8855021Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:11.8994360Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:11.9148846Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:11.9803374Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-09-27T16:13:12.0029313Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T16:13:12.0158868Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-09-27T16:13:12.0452290Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T16:13:12.0514778Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:12.0820355Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T16:13:12.0879612Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:12.1031972Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:12.1137642Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:12.1245954Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:12.2040270Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.079s) 2022-09-27T16:13:12.3686357Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.165s) 2022-09-27T16:13:12.3776872Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:13:12.3980871Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:13:12.4162355Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:13:12.4343477Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:13:12.4493271Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:12.5132474Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:13:12.5557284Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:13:12.7555711Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.200s) 2022-09-27T16:13:12.7625862Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:13:12.7626490Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:13:12.8761517Z ok (0.121s) 2022-09-27T16:13:12.9938933Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.118s) 2022-09-27T16:13:13.1220298Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.128s) 2022-09-27T16:13:13.2442608Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.122s) 2022-09-27T16:13:13.3630491Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.119s) 2022-09-27T16:13:13.7787284Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T16:13:13.7788114Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:13:13.7887432Z test_fx_experimental.py:1505: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T16:13:13.7888051Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:13:14.5592395Z ok (1.196s) 2022-09-27T16:13:15.0785574Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.519s) 2022-09-27T16:13:15.5729982Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.494s) 2022-09-27T16:13:15.6005370Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T16:13:15.6272962Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T16:13:15.6356255Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:13:15.6400920Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:13:15.6553295Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:15.6637524Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:13:15.6710014Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T16:13:15.6801166Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:13:15.6953606Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:15.7047003Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:13:15.8356930Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.131s) 2022-09-27T16:13:15.8679580Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:13:15.8983884Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T16:13:16.5134833Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.615s) 2022-09-27T16:13:16.5178022Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:13:16.5178997Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T16:13:16.5721472Z ok (0.059s) 2022-09-27T16:13:16.5868719Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:16.6038493Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:13:16.6182839Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:16.6324303Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:16.6466954Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:16.6994935Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T16:13:16.7497762Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T16:13:16.7529606Z 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-27T16:13:16.7560689Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:13:16.7668376Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:16.7841335Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:13:16.8346212Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T16:13:16.8875253Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T16:13:16.8984676Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:16.9091645Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:16.9200065Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:16.9730606Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T16:13:16.9764823Z 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-27T16:13:16.9915620Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.0066103Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.0216392Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.0367517Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.0536749Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:13:17.0701535Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:13:17.0850974Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.0898597Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:17.1047845Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.1203197Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.1237674Z 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-27T16:13:17.1272060Z 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-27T16:13:17.1305876Z 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-27T16:13:17.1340196Z 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-27T16:13:17.1491304Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.2037109Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:13:17.2581444Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T16:13:17.2704931Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T16:13:17.2910012Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:13:17.3179859Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T16:13:17.3272151Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:13:17.3420015Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T16:13:17.3740408Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:13:17.3915985Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:13:17.4655204Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T16:13:17.5717033Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.106s) 2022-09-27T16:13:17.5762940Z 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-27T16:13:17.5763579Z normalized, onesided, return_complex) 2022-09-27T16:13:17.6349626Z ok (0.063s) 2022-09-27T16:13:17.7178058Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-09-27T16:13:17.8524360Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-09-27T16:13:17.8567890Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T16:13:19.3159234Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.459s) 2022-09-27T16:13:19.3213694Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:19.3266284Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:13:19.3267213Z 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:13:19.3267552Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:13:19.3267905Z should be replaced with 2022-09-27T16:13:19.3268483Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:13:19.3268786Z and 2022-09-27T16:13:19.3269085Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:13:19.3269485Z should be replaced with 2022-09-27T16:13:19.3270076Z 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:13:19.3270424Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:13:19.3726096Z ok (0.051s) 2022-09-27T16:13:19.3869559Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:19.4149305Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T16:13:19.4594056Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T16:13:19.4683158Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:13:19.4773725Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T16:13:19.5469532Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-09-27T16:13:19.5631182Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:13:19.7695917Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.206s) 2022-09-27T16:13:19.7727189Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:13:19.7778451Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:19.8546666Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-09-27T16:13:19.8620226Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T16:13:19.8979435Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:13:19.9441831Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T16:13:19.9927016Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:13:19.9976530Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:13:19.9977379Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:13:19.9977671Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:13:19.9977886Z should be replaced with 2022-09-27T16:13:19.9978321Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:13:19.9978662Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:13:20.0706052Z ok (0.078s) 2022-09-27T16:13:20.1109258Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T16:13:20.1483415Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:13:20.1951277Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:13:20.2035470Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:13:20.2523612Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:13:20.2977588Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T16:13:20.3072434Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-09-27T16:13:20.3120687Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T16:13:20.3655636Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.053s) 2022-09-27T16:13:20.4198939Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.053s) 2022-09-27T16:13:20.4571974Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:13:20.5331472Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-09-27T16:13:20.6022553Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-09-27T16:13:20.6106206Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T16:13:20.6179703Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T16:13:20.6241857Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:20.6299986Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:13:20.6457080Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:13:20.6563695Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T16:13:20.6708665Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-09-27T16:13:20.6709680Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 267, in __call__ 2022-09-27T16:13:20.6710178Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-09-27T16:13:20.6710784Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl 2022-09-27T16:13:20.6711114Z return forward_call(*input, **kwargs) 2022-09-27T16:13:20.6711345Z File ".23534", line 5, in forward 2022-09-27T16:13:20.6711587Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T16:13:20.6712100Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-09-27T16:13:20.6712297Z 2022-09-27T16:13:20.6712539Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-09-27T16:13:20.6712805Z def forward(self, arg_0, arg_1, arg_2): 2022-09-27T16:13:20.6713111Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T16:13:20.6713266Z 2022-09-27T16:13:20.6713441Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:13:20.6713640Z return where 2022-09-27T16:13:20.6713733Z 2022-09-27T16:13:20.6713794Z 2022-09-27T16:13:20.6713886Z 2022-09-27T16:13:20.6713973Z expected failure (0.015s) 2022-09-27T16:13:20.7241171Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T16:13:20.7382039Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T16:13:20.7500015Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T16:13:20.7863728Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:13:20.7887497Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-09-27T16:13:20.7887846Z 2022-09-27T16:13:20.7888293Z ---------------------------------------------------------------------- 2022-09-27T16:13:20.7888624Z Ran 638 tests in 63.542s 2022-09-27T16:13:20.7888779Z 2022-09-27T16:13:20.7888882Z OK (skipped=27, expected failures=101) 2022-09-27T16:13:20.7889016Z 2022-09-27T16:13:20.7889100Z Generating XML reports... 2022-09-27T16:13:20.7956685Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927161217.xml 2022-09-27T16:13:20.8495585Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927161217.xml 2022-09-27T16:13:21.5984601Z Running test_meta ... [2022-09-27 16:13:21.598071] 2022-09-27T16:13:21.5985110Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:21.598157] 2022-09-27T16:13:26.7178982Z Test results will be stored in test-reports/python-unittest/test_meta 2022-09-27T16:13:26.7897811Z 2022-09-27T16:13:26.7898158Z Running tests... 2022-09-27T16:13:26.7898845Z ---------------------------------------------------------------------- 2022-09-27T16:13:26.7909116Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7918697Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7928587Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7938824Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7949037Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7959095Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7969122Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7979322Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7989369Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.7999621Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8009788Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8019879Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8030490Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8040006Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8049392Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8059047Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8068431Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8077825Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8087461Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8096918Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8106489Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8115953Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8125614Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8135118Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8144740Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8154367Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8163748Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8172896Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8182092Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8191662Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8201078Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8210609Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8220133Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8229804Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8239556Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8248734Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8257936Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8267256Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8276524Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8285877Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8295046Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8304541Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8313803Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8323168Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8332360Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8341646Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8350934Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8360185Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8369558Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8378850Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8388202Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8397439Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8406877Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8416119Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8425801Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8434946Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8444437Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8453833Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8463402Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8472828Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8482294Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8491755Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8501357Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8510843Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8520339Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8529719Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8539042Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8548744Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8558468Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8567753Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8576879Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8586635Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8595796Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8605179Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8614439Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8623900Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8633178Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8642718Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8652243Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8661799Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8671699Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8681655Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8691482Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8700985Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8710100Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8719357Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8728774Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8738032Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8747410Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8756723Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8766167Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8775412Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8784784Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8794022Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8803324Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8812750Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8821983Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8831701Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8840994Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8850531Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8859975Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8869583Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8879086Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8888475Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8897851Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8907396Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8916849Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8926290Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8935723Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8945258Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8954619Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8963852Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8973210Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8982920Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.8992272Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9001630Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9010957Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9020156Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9029550Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9038853Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9048151Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9057471Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9066897Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9076201Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9085817Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9095163Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9104707Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9114608Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9124440Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9134384Z test_dispatch_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9144320Z test_dispatch_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9154148Z test_dispatch_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9164076Z test_dispatch_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9173930Z test_dispatch_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9183940Z test_dispatch_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9193582Z test_dispatch_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9203123Z test_dispatch_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9212429Z test_dispatch_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9221903Z test_dispatch_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9231568Z test_dispatch_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9240954Z test_dispatch_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9250370Z test_dispatch_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9259655Z test_dispatch_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9269070Z test_dispatch_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9278277Z test_dispatch_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9287555Z test_dispatch_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9296572Z test_dispatch_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9305949Z test_dispatch_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9315177Z test_dispatch_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9324304Z test_dispatch_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9333612Z test_dispatch_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9343269Z test_dispatch_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9352652Z test_dispatch_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9362111Z test_dispatch_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9371606Z test_dispatch_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9381150Z test_dispatch_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9390706Z test_dispatch_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9400251Z test_dispatch_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9409612Z test_dispatch_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9418941Z test_dispatch_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9428800Z test_dispatch_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9438192Z test_dispatch_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9447831Z test_dispatch_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9456814Z test_dispatch_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9487706Z test_dispatch_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:26.9495915Z test_dispatch_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9504309Z test_dispatch_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9512682Z test_dispatch_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9521485Z test_dispatch_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9529844Z test_dispatch_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9538075Z test_dispatch_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9546344Z test_dispatch_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9554998Z test_dispatch_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9563241Z test_dispatch_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9571575Z test_dispatch_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9580575Z test_dispatch_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9589858Z test_dispatch_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9599457Z test_dispatch_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9609193Z test_dispatch_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9619123Z test_dispatch_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9628842Z test_dispatch_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9638200Z test_dispatch_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9647552Z test_dispatch_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9657094Z test_dispatch_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9666789Z test_dispatch_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9676084Z test_dispatch_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9685464Z test_dispatch_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9694968Z test_dispatch_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9704535Z test_dispatch_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9713833Z test_dispatch_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9723256Z test_dispatch_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9732667Z test_dispatch_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9741947Z test_dispatch_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9751558Z test_dispatch_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9761123Z test_dispatch_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9770300Z test_dispatch_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9779519Z test_dispatch_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9788907Z test_dispatch_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9798446Z test_dispatch_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9807896Z test_dispatch_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9817118Z test_dispatch_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9826677Z test_dispatch_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9836073Z test_dispatch_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9845422Z test_dispatch_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9854782Z test_dispatch_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9864387Z test_dispatch_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9873634Z test_dispatch_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9883023Z test_dispatch_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9892414Z test_dispatch_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9901690Z test_dispatch_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9911236Z test_dispatch_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9920887Z test_dispatch_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9930397Z test_dispatch_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9939593Z test_dispatch_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9949141Z test_dispatch_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9958308Z test_dispatch_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9967903Z test_dispatch_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9976963Z test_dispatch_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9986559Z test_dispatch_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:26.9995708Z test_dispatch_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0004944Z test_dispatch_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0014192Z test_dispatch_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0023700Z test_dispatch_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0033107Z test_dispatch_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0042730Z test_dispatch_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0051946Z test_dispatch_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0061266Z test_dispatch_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0070679Z test_dispatch_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0080291Z test_dispatch_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0089846Z test_dispatch_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0099071Z test_dispatch_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0108694Z test_dispatch_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0118148Z test_dispatch_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0127559Z test_dispatch_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0137044Z test_dispatch_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0146613Z test_dispatch_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0156134Z test_dispatch_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0165841Z test_dispatch_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0175209Z test_dispatch_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0184826Z test_dispatch_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0194113Z test_dispatch_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0203790Z test_dispatch_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0213219Z test_dispatch_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0223051Z test_dispatch_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0232538Z test_dispatch_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0241764Z test_dispatch_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0251175Z test_dispatch_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0261157Z test_dispatch_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0271106Z test_dispatch_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0280737Z test_dispatch_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0290459Z test_dispatch_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0300373Z test_dispatch_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0309963Z test_dispatch_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0319557Z test_dispatch_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0328757Z test_dispatch_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0338248Z test_dispatch_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0347866Z test_dispatch_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0357165Z test_dispatch_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0366476Z test_dispatch_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0376188Z test_dispatch_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0386159Z test_dispatch_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0395942Z test_dispatch_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0405754Z test_dispatch_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0415644Z test_dispatch_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0425735Z test_dispatch_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0435579Z test_dispatch_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0445239Z test_dispatch_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0454791Z test_dispatch_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0464846Z test_dispatch_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0473830Z test_dispatch_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0483379Z test_dispatch_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0492746Z test_dispatch_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0502077Z test_dispatch_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0511665Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0521524Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0531884Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0541664Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0551833Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0562184Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0572377Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0582880Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0593331Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0603642Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0613235Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0622817Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0632023Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0641811Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0651091Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0967014Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.032s) 2022-09-27T16:13:27.0976361Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0985990Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.0995320Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1005058Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1014455Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1024199Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1033475Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1042746Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1052056Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1061271Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1070670Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1079740Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1089158Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1098328Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1107809Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1117073Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1126405Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1135792Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1145237Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1154690Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1164197Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1173620Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1183106Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1192531Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1202077Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1211582Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1220965Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1230430Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1240020Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1249366Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1258505Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1267965Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1277266Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1286762Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1296023Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1305258Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1314727Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1324082Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1333377Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1342852Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1352100Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1361579Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1401508Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:27.1409705Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1417737Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1426001Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1434550Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1442982Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1450979Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1459118Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1467529Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1475877Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1484204Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1492376Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1500660Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1508936Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1517188Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1525466Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1533858Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1541994Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1550582Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1559151Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1567529Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1575788Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1584340Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1592694Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1601039Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1609824Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1619082Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1628516Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1637917Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1646995Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1656477Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1666351Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1675641Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1685135Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1694350Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1703741Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1712989Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1722151Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1731036Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1740312Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1749725Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1759063Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1768499Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1777657Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1786790Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1795909Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1805358Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1814898Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1824425Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1833903Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1843519Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1853093Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1862615Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1872329Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1882053Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1891506Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1900979Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1910631Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1920284Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1929813Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1939426Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1949053Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1958623Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1968144Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1977778Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1987334Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.1996763Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2006367Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2015834Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2025265Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2034629Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2044155Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2053511Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2063048Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2072594Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2081935Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2091582Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2100916Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2110444Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2119744Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2129014Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2138416Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2147943Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2157417Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2166923Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2176410Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2186189Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2195576Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2205085Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2214404Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2224045Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2233405Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2253222Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2253652Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2262261Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2271726Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2281382Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2290837Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2300274Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2309810Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2319352Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2328714Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2338172Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2347792Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2357263Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2366883Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2376412Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2385987Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2395426Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2405110Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2414512Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2424413Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2433685Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2443018Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2452437Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2462098Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2471733Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2480896Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2490240Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2499276Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2508496Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2517596Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2526924Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2536144Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2545420Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2554568Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2564039Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2573163Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2582366Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2591830Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2601088Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2610382Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2619514Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2628721Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2637915Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2647403Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2656738Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2666015Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2675339Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2684702Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2693971Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2703442Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2712769Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2721999Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2731224Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2740631Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2749800Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2759289Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2768533Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2777740Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2787437Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2796665Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2806109Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2815337Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2824744Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2834039Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2843470Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2852764Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2861991Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2871729Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2881170Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2890481Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2899750Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2909240Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2918520Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2927721Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2937146Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2946899Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2955950Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2965272Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2974805Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2984091Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.2993386Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3020776Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:27.3029684Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3038157Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3046636Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3055138Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3063495Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3071678Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3080113Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3088588Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3096738Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3105045Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3113308Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3121748Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3130200Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3138343Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3146710Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3155005Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3163440Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3171995Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3181465Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3191086Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3200297Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3210090Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3219396Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3228830Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3238112Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3247354Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3256661Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3266019Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3275318Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3284736Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3294082Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3303392Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3312882Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3322604Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3331860Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3341320Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3350922Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3360179Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3369791Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3378947Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3388276Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3397371Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3406663Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3415841Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3425094Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3434383Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3443784Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3452874Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3462901Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3472048Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3482437Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3492008Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3501589Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3510847Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3519859Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3529064Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3538109Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3547278Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3556547Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3566094Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3575265Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3584622Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3594086Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3603424Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3612820Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3622189Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3631765Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3641250Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3650734Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3660255Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3669758Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3679266Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3688717Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3698410Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3708706Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3717986Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3727329Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3736620Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3746022Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3755426Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3764905Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3774287Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3783736Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3793026Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3802467Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3811933Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3821285Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3830693Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3840091Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3849500Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3858822Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3868250Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3877569Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3887025Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3896371Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3905807Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3915099Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3924542Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3933906Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3943289Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3952772Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3962197Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3971469Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3981615Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.3990920Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4000413Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4009949Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4019416Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4029019Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4038384Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4047866Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4057278Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4066785Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4076104Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4085565Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4094888Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4104341Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4113729Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4123370Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4132709Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4142058Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4151716Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4161199Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4170544Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4180034Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4189752Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4199134Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4208600Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4217741Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4227506Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4236560Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4246097Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4255483Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4264647Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4273967Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4283248Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4292988Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4302500Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4312201Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4321660Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4330976Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4340341Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4349547Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4359047Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4367930Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4377382Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4386860Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4396347Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4405921Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4415418Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4424840Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4434345Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4443854Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4453295Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4463154Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4472619Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4482143Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4491409Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4500767Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4510296Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4519533Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4528852Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4538356Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4547886Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4557145Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4566581Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4684868Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.012s) 2022-09-27T16:13:27.4693531Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4701797Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4710063Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4718756Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4727164Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4736285Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4744777Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4753383Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4762326Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4769910Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4778045Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4786323Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4794632Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4803040Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4811234Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4819708Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4827936Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4836106Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4844348Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4852515Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4860654Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4869048Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4877215Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4885535Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4893713Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4901874Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4911475Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4920588Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4929768Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4938958Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4948472Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4957589Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4967350Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4976540Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4985887Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.4995169Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5004719Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5014469Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5024212Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5033568Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5043098Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5052323Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5061786Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5071245Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5080704Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5090010Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5099307Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5108806Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5118160Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5127552Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5136900Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5146329Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5155724Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5165200Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5176820Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5189552Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5198931Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5208363Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5217770Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5227426Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5237116Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5246983Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5256261Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5266146Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5275453Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5284718Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5294187Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5303460Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5312941Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5322290Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5331413Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5340945Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5350173Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5359663Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5369024Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5378409Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5387813Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5397123Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5406600Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5416010Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5425573Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5434805Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5444282Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5453610Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5462896Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5472256Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5481788Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5491443Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5500776Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5510730Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5520516Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5530282Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5540062Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5549458Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5559190Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5568808Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5578700Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5588413Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5598105Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5607892Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5617586Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5627327Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5637023Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5646799Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5656441Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5666160Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5675831Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5685773Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5695470Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5705266Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5714899Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5724602Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5734415Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5744330Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5754053Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5764004Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5773804Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5783569Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5793417Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5803141Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5812690Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5822252Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5832018Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5841925Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5851435Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5860892Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5870642Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5880658Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5889952Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5899518Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5909062Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5918949Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5928111Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5937530Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5947075Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5956500Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5965999Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5975407Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5985081Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.5994453Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6003986Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6013265Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6022431Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6032065Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6041517Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6051036Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6060220Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6069488Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6078732Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6087978Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6097132Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6106597Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6116061Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6125681Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6135126Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6144335Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6153531Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6162811Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6172017Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6181391Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6190693Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6200039Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6209097Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6218612Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6227876Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6237560Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6261820Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-09-27T16:13:27.6271013Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6279848Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6288574Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6297446Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6306181Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6314977Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6324065Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6332963Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6341640Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6350447Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6359298Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6367906Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6377327Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6386973Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6396742Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6406481Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6416193Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6425839Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6435369Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6445238Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6454922Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6464651Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6474308Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6484158Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6493922Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6504350Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6513728Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6523460Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6533137Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6542439Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6552263Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6561963Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6571563Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6581278Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6591106Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6600968Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6610599Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6620220Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6630062Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6639873Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6649491Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6659344Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6668988Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6678552Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6688260Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6698097Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6707843Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6717541Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6727293Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6736963Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6746960Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6756739Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6766557Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6776302Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6785980Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6795586Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6805439Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6814911Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6824455Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6834242Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6844049Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6854136Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6864220Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6874279Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6884371Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6894460Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6904992Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6914944Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6925153Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6935480Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6945791Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6955697Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6965764Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6975824Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6986082Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.6996275Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7006666Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7016685Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7026138Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7035110Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7044460Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7053627Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7063076Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7072404Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7081991Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7091613Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7101163Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7110752Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7120261Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7129789Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7139198Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7148753Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7158276Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7167739Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7177172Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7186660Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7196082Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7205616Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7215058Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7224717Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7234414Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7243795Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7253149Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7262389Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7272094Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7281467Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7290565Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7299699Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7309051Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7318463Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7327659Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7336867Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7346365Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7355690Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7365260Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7374185Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7383786Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7393222Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7402558Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7411610Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7420830Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7430102Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7439710Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7448746Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7458023Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7467430Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7476743Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7486589Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7496261Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7505184Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7514749Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7524496Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7533872Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7543494Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7553152Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7562273Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7571569Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7580778Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7590261Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7599744Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7608922Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7618382Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7627705Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7637042Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7646380Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7656267Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7665506Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7674709Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7684293Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7693360Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7702948Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7712102Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7721475Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7730903Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7740420Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7750113Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7759574Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7768974Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7778706Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7788117Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7797301Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7806829Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7815884Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7825146Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7834516Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7844102Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7853310Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7862574Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7872206Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7881651Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7891072Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7900399Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7909838Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7939013Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:27.7947523Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7955808Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7964239Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7972584Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7981090Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7989696Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.7997985Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8006286Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8015003Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8023309Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8031691Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8040219Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8048523Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8056801Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8065084Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8073302Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8081818Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8090444Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8099673Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8108915Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8118296Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8127640Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8136892Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8146159Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8155413Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8164957Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8174017Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8183375Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8192868Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8202316Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8211527Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8220677Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8230231Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8239789Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8249170Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8258488Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8268101Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8277267Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8286789Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8296077Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8305385Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8314717Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8323949Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8333299Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8343018Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8352175Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8361738Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8371112Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8380070Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8389305Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8398464Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8407748Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8417327Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8426242Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8435214Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8444482Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8453850Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8463263Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8472455Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8481994Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8491271Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8500532Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8509861Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8519292Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8528394Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8537930Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8547009Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8556063Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8565294Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8574487Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8583785Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8593029Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8602352Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8611656Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8620922Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8630358Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8640002Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8649166Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8658364Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8668129Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8677621Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8687175Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8696354Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8705812Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8715175Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8724707Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8734098Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8743574Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8753213Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8762410Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8771733Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8780962Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8790376Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8799712Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8808981Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8818553Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8827808Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8837268Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8846664Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8855895Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8865139Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8874570Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8883982Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8893477Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8902783Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8911960Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8921483Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8930859Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8940137Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8949602Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8959064Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8968470Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8977837Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8987215Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.8996597Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9006183Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9015349Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9024863Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9034432Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9043604Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9052582Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9061967Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9071755Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9081136Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9090619Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9099974Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9109498Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9118933Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9128459Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9137895Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9147350Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9156792Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9166259Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9175627Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9185051Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9194427Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9203873Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9213326Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9222930Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9232319Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9241814Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9251280Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9260849Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9270178Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9279520Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9289012Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9298388Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9307907Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9317228Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9326661Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9335968Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9345410Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9354546Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9363903Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9373183Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9382534Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9392156Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9401811Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9411051Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9420416Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9429825Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9439399Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9448617Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9457924Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9466996Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9476201Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9507368Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:27.9515940Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9524405Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9533030Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9540953Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9549432Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9557596Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9565892Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9574397Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9583039Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9591507Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9599917Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9608376Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9616965Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9626304Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9635817Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9644922Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9654235Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9663833Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9673055Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9682473Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9691615Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9700865Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9710284Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9719644Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9728875Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9738104Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9747488Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9757387Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9767637Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9777822Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9788032Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9798364Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9808510Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9818746Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9828907Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9839147Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9849103Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9858373Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9867756Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9876926Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9886480Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9895632Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9905160Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9914437Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9923755Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9932928Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9942285Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9951721Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9961102Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9970688Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9980137Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9989487Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:27.9999066Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0008506Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0018550Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0027916Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0037060Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0046459Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0055959Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0065556Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0074836Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0084321Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0093766Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0103189Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0112489Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0121861Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0131261Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0140525Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0149907Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0159228Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0168708Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0178134Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0187631Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0196999Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0206602Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0216204Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0225819Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0235225Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0244772Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0254349Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0264511Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0273547Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0283329Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0292701Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0301922Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0311419Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0320791Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0330078Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0339119Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0348369Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0357575Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0366746Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0376017Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0385279Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0394428Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0403707Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0412950Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0422150Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0431574Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0440940Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0450127Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0459343Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0468634Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0477918Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0487077Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0496308Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0505618Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0514926Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0524382Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0533669Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0542824Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0552404Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0561801Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0571136Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0580411Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0589873Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0599250Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0608551Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0618015Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0627523Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0636762Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0646187Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0655440Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0664958Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0674175Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0683566Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0692872Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0702077Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0711654Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0720995Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0730551Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0739745Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0749029Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0758499Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0767717Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0776909Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0786320Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0795818Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0805387Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0814764Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0824378Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0833932Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0843413Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0852782Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0862175Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0871585Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0880968Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0890170Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0899248Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0908577Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0917712Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0927075Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0936303Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0945625Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0954766Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0964082Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0973314Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0983019Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.0992128Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1001866Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1010993Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1020093Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1030485Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1039160Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1048615Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1058220Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1089581Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:28.1097713Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1106191Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1114524Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1123114Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1131560Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1140123Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1149264Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1157557Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1165914Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1174947Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1182830Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1191213Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1199859Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1209150Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1218348Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1227974Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1237200Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1246526Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1255961Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1265813Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1275357Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1285573Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1295449Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1305642Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1315734Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1325117Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1334634Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1345020Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1697767Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.035s) 2022-09-27T16:13:28.1706966Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1716409Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1725975Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1735199Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1744642Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1754090Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1763572Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1772804Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1782190Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1791783Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1801178Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1810556Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1819858Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1829231Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1838877Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1848186Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1857423Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1866534Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1875617Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1884890Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1894151Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1903675Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1912976Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1922455Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1932103Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1941389Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1950878Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1960554Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1969793Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1979200Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1988594Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.1998113Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2007609Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2017123Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2026751Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2036073Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2045556Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2055339Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2064757Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2074218Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2083764Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2093340Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2102554Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2112156Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2121876Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2131298Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2140707Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2150363Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2160119Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2169490Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2178864Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2188321Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2197812Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2207218Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2216843Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2226810Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2236804Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2246184Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2255527Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2264675Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2274100Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2283546Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2292646Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2301881Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2311327Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2320687Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2329714Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2338885Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2348173Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2357422Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2366735Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2376318Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2386120Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2395807Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2405649Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2415258Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2425095Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2434682Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2444330Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2454017Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2464128Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2474275Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2483703Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2492981Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2502169Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2511518Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2520868Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2530015Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2539212Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2548655Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2557821Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2567155Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2576277Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2585468Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2595011Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2604555Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2614004Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2623689Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2633361Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2642728Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2652459Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2661935Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2671487Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2680816Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2690068Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2699567Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2708833Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2718900Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2728997Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2738851Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2748255Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2757471Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2767014Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2776454Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2785950Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2795415Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2804928Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2814302Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2823841Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2832884Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2842176Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2851446Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2860830Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2870195Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2879380Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2888895Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2898106Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2907504Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2916820Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2926349Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2935750Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2945200Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2954824Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2964063Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2973557Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2983110Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.2992290Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3001917Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3011038Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3020173Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3029823Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3039309Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3048320Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3077045Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:28.3085792Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3094591Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3103082Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3111363Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3119464Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3127733Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3136003Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3144065Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3152402Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3160736Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3169005Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3177303Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3185732Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3194398Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3202487Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3211497Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3219620Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3227885Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3236248Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3244628Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3252818Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3261284Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3269530Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3277846Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3286068Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3294352Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3302610Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3311057Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3319452Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3327693Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3335993Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3344667Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3352993Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3361494Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3369469Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3378219Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3386412Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3394718Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3403065Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3411336Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3419637Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3427811Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3435968Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3444279Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3452815Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3462319Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3471662Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3480940Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3490249Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3499726Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3509270Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3518654Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3528226Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3537376Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3546893Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3556267Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3565722Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3575150Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3584773Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3594511Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3603764Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3613058Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3622448Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3631815Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3641250Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3650605Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3659600Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3668913Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3678300Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3687392Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3696466Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3705968Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3715049Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3724333Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3733335Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3742564Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3752254Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3761536Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3770915Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3780200Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3789685Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3799394Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3808524Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3829560Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3830285Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3836821Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3846205Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3855740Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3864971Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3874289Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3883651Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3892987Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3902173Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3911717Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3921071Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3930367Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3939661Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3949086Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3958696Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3968044Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3977349Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3987034Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.3996463Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4005737Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4015152Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4024718Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4034136Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4043798Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4053154Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4062490Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4072251Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4081624Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4090955Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4100477Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4110162Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4119618Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4129262Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4138217Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4147526Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4156734Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4166307Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4175605Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4185165Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4194328Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4203932Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4213248Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4222844Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4232344Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4241652Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4250918Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4260497Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4270261Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4279763Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4289162Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4298704Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4308094Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4317545Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4326841Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4336208Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4345637Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4355135Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4364495Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4373962Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4383572Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4393060Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4402465Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4411931Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4421259Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4430727Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4440250Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4449530Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4459037Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4468495Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4478028Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4488100Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4497930Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4507185Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4516515Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4526111Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4535254Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4544715Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4554311Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4563681Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4573209Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4582373Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4592424Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4629293Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:28.4637594Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4645916Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4654211Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4662528Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4670972Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4679267Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4687498Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4695741Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4704189Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4712474Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4720942Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4729512Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4737660Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4746040Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4755164Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4763499Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4771766Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4779993Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4788409Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4797025Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4805236Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4813441Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4821568Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4829794Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4838016Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4846356Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4855039Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4863920Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4872720Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4881659Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4890406Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4899170Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4908327Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4916844Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4925163Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4933243Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4941317Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4949584Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4957682Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4965992Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4974257Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4982379Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4990956Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.4999231Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5007538Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5015887Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5024320Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5032499Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5040782Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5048971Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5057246Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5065641Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5073876Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5082132Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5090368Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5098498Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5106814Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5115025Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5123354Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5131461Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5139663Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5147956Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5156155Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5164439Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5172681Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5180878Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5189124Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5197296Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5205574Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5214080Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5222072Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5230552Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5239415Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5248500Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5256486Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5264922Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5273310Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5281833Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5290347Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5298595Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5306985Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5315391Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5323632Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5331697Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5340164Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5348601Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5356848Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5365389Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5373852Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5382116Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5390742Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5399133Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5407466Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5415809Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5424311Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5432718Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5441140Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5449409Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5457769Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5466428Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5474545Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5482935Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5491727Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5500166Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5508549Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5516794Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5525215Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5533609Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5541931Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5550672Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5559252Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5567592Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5575826Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5584355Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5592720Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5601128Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5609675Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5617966Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5626330Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5634674Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5643162Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5651376Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5659765Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5668333Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5676656Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5685245Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5693737Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5701934Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5710362Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5718888Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5727645Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5735608Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5743826Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5752496Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5761194Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5769671Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5778164Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5786965Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5795517Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5803950Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5812430Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5820998Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5829601Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5838211Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5847167Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5855602Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5864180Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5872695Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5881484Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5893784Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5902829Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5911401Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5919924Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5928326Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5936759Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5945241Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5953645Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5962163Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5970701Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5978963Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5987620Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.5996680Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6005154Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6013463Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6021983Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6030456Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6066507Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:28.6074857Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6083299Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6091709Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6099919Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6108225Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6116612Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6124715Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6133022Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6141233Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6149627Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6158120Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6166195Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6174494Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6182791Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6191188Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6199642Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6207763Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6215870Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6224235Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6233052Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6241690Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6249513Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6257536Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6266243Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6274651Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6283205Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6291845Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6300447Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6308925Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6317665Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6326234Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6334335Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6342473Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6350838Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6359222Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6367355Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6375477Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6383807Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6391810Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6400127Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6408276Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6416384Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6424681Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6432983Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6441379Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6449681Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6458175Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6466731Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6475276Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6484178Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6493225Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6501627Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6510132Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6518661Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6527166Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6535321Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6543713Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6552021Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6560467Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6568778Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6577053Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6585426Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6593652Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6602073Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6610227Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6618275Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6626745Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6635041Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6643272Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6651684Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6660346Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6668700Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6677270Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6685586Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6693583Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6701903Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6710323Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6718573Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6726980Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6735231Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6743778Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6752074Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6760494Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6769003Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6777342Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6785949Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6794254Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6802852Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6811210Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6819695Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6828111Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6836417Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6844862Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6853528Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6861744Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6870051Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6878450Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6886631Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6894815Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6902993Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6911278Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6919563Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6927733Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6936116Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6944384Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6952638Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6961220Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6969993Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6978810Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6987610Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.6996475Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7005327Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7013898Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7022481Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7030965Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7039404Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7047924Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7056308Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7064872Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7073592Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7082092Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7090637Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7099174Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7107697Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7116169Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7124893Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7133342Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7141835Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7150310Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7158856Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7167347Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7175874Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7184381Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7192875Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7201298Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7209692Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7217999Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7226653Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7235663Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7244100Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7252478Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7260975Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7269244Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7277841Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7286229Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7294869Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7303378Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7311678Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7319980Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7328356Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7336831Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7345028Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7353270Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7361540Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7369843Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7378156Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7386489Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7394755Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7403632Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7412182Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7420609Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7428988Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7437525Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7445914Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7454698Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7463560Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7500170Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:28.7508559Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7516964Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7525217Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7533502Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7541831Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7550173Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7558655Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7567065Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7575379Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7583679Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7591765Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7600341Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7608885Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7617796Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7626245Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7634341Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7642594Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7650681Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7659456Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7667739Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7676031Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7684296Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7692504Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7700687Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7709038Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7717221Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7725527Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7733628Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7741821Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7750212Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7758357Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7766432Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7774545Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7783086Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7791746Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7800752Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7809340Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7818162Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7826944Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7835404Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7844058Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7852865Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7861414Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7870034Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7878776Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7887381Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7895971Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7904798Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7913281Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7922123Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7930888Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7939431Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7948041Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7956529Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7965235Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7973877Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7982375Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.7991071Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8000031Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8008593Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8017205Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8026260Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8035175Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8044184Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8053262Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8062130Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8070976Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8079409Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8087734Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8095931Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8104468Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8112914Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8121344Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8129741Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8138048Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8146519Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8154832Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8163302Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8171610Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8179997Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8188488Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8196828Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8205242Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8213506Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8221736Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8230252Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8238581Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8247080Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8256192Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8264598Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8272933Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8281637Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8289861Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8298193Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8306698Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8314937Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8323170Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8331545Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8340022Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8348715Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8357110Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8365626Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8374017Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8382442Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8391305Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8399952Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8408219Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8416657Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8425432Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8434003Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8442901Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8451694Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8460331Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8468944Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8477514Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8486251Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8494839Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8503798Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8512355Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8521118Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8530008Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8538563Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8547344Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8556178Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8565053Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8574169Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8582872Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8591621Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8600524Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8609324Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8617979Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8626864Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8635566Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8644582Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8653287Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8661533Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8669937Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8678469Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8686969Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8695373Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8703623Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8711653Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8720185Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8728249Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8736440Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8744732Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8752996Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8761492Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8769677Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8777978Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8786361Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8794436Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8802804Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8811116Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8819770Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8827955Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8836100Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8844466Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8852811Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8861080Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8869873Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8878029Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8886254Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8894466Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8903196Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8911527Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8947353Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:28.8955764Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8964245Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8972623Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8980777Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8989175Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.8997514Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9005965Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9014452Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9022832Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9031361Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9039753Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9048135Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9056363Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9064657Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9072842Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9081223Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9089312Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9097516Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9105775Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9113972Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9122396Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9130542Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9138744Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9147142Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9155869Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9164768Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9173425Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9181869Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9190539Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9199077Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9207658Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9216205Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9224688Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9233170Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9241909Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9250282Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9258860Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9267571Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9276273Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9285062Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9293663Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9302505Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9311250Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9320577Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9329741Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9338867Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9348007Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9357255Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9366427Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9375684Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9385019Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9394215Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9403615Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9413072Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9422144Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9431519Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9440754Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9449952Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9459062Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9468261Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9477441Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9486708Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9496133Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9505291Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9514458Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9523705Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9533035Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9542251Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9551613Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9560952Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9570050Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9579204Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9588625Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9597896Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9607164Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9616295Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9625385Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9634629Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9644018Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9653174Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9662780Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9671883Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9681019Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9690359Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9699569Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9708804Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9718030Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9727222Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9736765Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9745812Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9754224Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9762568Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9770812Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9779138Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9787482Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9795999Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9804572Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9813000Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9821405Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9830054Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9838551Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9847052Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9855537Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9864253Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9872632Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9881220Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9889658Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9898163Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9906548Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9915041Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9923896Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9932188Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9940662Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9949098Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9957231Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9965575Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9974117Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9982129Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9990624Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:28.9998815Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0007120Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0015371Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0023756Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0032170Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0041011Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0049271Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0057503Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0066021Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0074358Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0082808Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0091193Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0099505Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0107929Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0116318Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0124785Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0133065Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0141436Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0150031Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0158618Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0166881Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0175691Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0184379Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0192986Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0201154Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0209657Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0218273Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0227434Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0235662Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0244446Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0253327Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0261889Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0270785Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0279350Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0287489Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0295931Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0304350Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0312666Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0321108Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0329407Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0337776Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0346284Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0354639Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0363054Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0371410Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0379905Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0388434Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0424386Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:29.0432680Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0440919Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0449175Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0457460Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0465737Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0474036Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0482391Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0490653Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0498987Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0507555Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0515732Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0524023Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0532523Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0540741Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0549019Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0557273Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0565722Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0573966Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0582231Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0590989Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0599213Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0607549Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0615673Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0624109Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0632406Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0641099Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0649872Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0658557Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0667341Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0675990Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0684821Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0693609Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0702226Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0710966Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0719641Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0727966Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0736032Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0744418Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0752562Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0761058Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0769494Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0778008Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0786511Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0794860Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0803362Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0811699Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0819752Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0828379Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0836737Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0845211Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0853437Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0861812Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0870134Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0878402Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0886961Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0895992Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0905277Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0914365Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0923713Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0932841Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0942046Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0951237Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0960570Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0969711Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0978855Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0988229Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.0997359Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1006630Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1015915Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1025180Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1034418Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1043722Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1052931Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1062207Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1071452Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1081052Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1089931Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1098982Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1107965Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1116289Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1124655Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1132887Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1141225Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1149633Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1158132Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1166476Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1174635Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1182877Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1191032Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1199355Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1207734Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1216040Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1224499Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1232468Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1240968Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1249327Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1257476Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1265816Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1273869Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1282267Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1290830Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1298896Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1307327Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1315699Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1324141Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1332527Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1340799Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1349469Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1357870Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1366085Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1374331Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1382587Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1390969Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1399577Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1407754Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1415822Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1424231Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1432430Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1440772Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1449639Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1458239Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1467176Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1475979Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1484785Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1493385Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1502126Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1510991Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1519448Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1527676Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1536023Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1544505Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1552877Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1561397Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1569765Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1578151Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1586674Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1595001Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1603612Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1612211Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1620547Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1629660Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1637871Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1646315Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1654529Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1663122Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1671351Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1680191Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1688935Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1697741Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1707280Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1715490Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1724621Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1732985Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1741294Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1749779Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1758422Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1766814Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1775030Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1783659Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1792024Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1800551Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1809163Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1817296Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1826280Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1834620Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1843392Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1880252Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:29.1888633Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1897338Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1905819Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1914174Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1922734Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1930999Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1939465Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1948278Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1956595Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1965178Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1973957Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1982294Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1990802Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.1999159Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2007207Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2015177Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2023726Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2031596Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2039746Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2047715Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2055740Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2064077Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2072109Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2080648Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2089027Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2097384Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2105814Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2114418Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2122572Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2130737Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2138836Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2147268Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2155841Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2164257Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2172846Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2181878Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2190125Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2198377Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2206992Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2216036Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2224595Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2233348Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2241444Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2250107Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2258482Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2267029Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2275788Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2284253Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2292722Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2301071Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2309686Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2318080Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2326656Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2334938Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2344272Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2352980Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2361495Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2369696Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2378106Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2386595Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2395283Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2404065Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2412474Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2420679Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2429562Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2438170Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2447187Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2455421Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2464521Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2472496Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2480914Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2489363Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2497689Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2506214Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2514611Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2523155Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2531603Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2539976Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2548461Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2556720Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2565411Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2573779Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2582182Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2590689Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2599061Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2607801Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2616022Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2624454Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2632908Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2641415Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2649807Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2658244Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2666717Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2675151Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2683688Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2692054Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2700627Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2709073Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2717674Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2726462Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2734875Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2743630Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2752168Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2760572Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2769065Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2777394Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2785643Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2793966Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2802211Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2810461Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2818752Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2827154Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2835333Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2843706Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2851957Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2860213Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2868619Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2876957Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2885408Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2893633Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2901821Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2910387Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2918875Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2927361Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2935576Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2944274Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2952490Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2961190Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2969440Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2977855Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2986352Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.2994781Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3003205Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3011768Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3020210Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3028801Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3037456Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3045786Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3053990Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3062412Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3070945Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3079401Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3087792Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3096222Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3104656Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3112939Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3121606Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3130307Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3139022Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3147777Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3156412Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3165332Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3174299Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3183321Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3192103Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3200763Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3209084Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3217267Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3225844Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3233920Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3242395Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3250824Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3259041Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3267406Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3275738Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3284358Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3320794Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:29.3329028Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3337350Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3346069Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3354750Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3363417Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3371948Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3380549Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3389205Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3397425Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3405740Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3413818Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3422031Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3431082Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3439059Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3447419Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3455892Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3464058Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3472500Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3480930Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3489198Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3497583Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3505939Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3514055Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3522506Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3530678Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3539016Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3547307Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3555472Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3563702Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3572086Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3580548Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3589088Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3597833Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3606561Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3615390Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3624229Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3632969Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3641839Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3650562Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3659529Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3668317Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3677058Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3685867Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3694710Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3703734Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3712329Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3721132Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3730029Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3738843Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3747543Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3756331Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3765231Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3773830Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3782771Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3791466Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3800324Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3809037Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3817860Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3826828Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3835297Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3843730Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3852110Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3860414Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3868802Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3877159Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3885573Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3893881Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3902246Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3910812Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3919270Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3927823Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3936133Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3944582Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3953037Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3961851Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3970165Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3978580Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3986839Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.3994990Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4003402Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4011917Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4019911Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4028378Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4036605Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4044936Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4053294Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4061513Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4069983Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4078366Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4086676Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4095209Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4103865Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4125664Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4126172Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4129462Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4137788Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4146149Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4154508Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4162927Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4171062Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4179791Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4188329Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4196953Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4205848Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4214481Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4223351Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4232112Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4240854Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4249545Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4258297Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4267021Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4275707Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4284598Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4293309Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4302023Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4310835Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4319623Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4328361Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4337037Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4345877Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4354569Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4363387Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4372074Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4380789Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4389586Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4398383Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4407206Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4415936Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4424655Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4433405Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4442194Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4451066Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4459939Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4468684Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4477351Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4486144Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4494857Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4504246Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4512450Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4521320Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4530188Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4538994Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4547826Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4556742Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4565376Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4574006Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4582925Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4591738Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4600558Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4609492Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4617846Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4626865Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4635493Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4644386Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4652936Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4661651Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4671094Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4680011Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4688347Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4696923Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4705129Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4713550Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4722321Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4730705Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4738804Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4747395Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4784205Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:29.4792579Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4801032Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4809346Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4817562Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4826107Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4834406Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4842877Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4851379Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4859622Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4868035Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4876341Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4884707Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4892992Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4901248Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4910000Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4918481Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4926696Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4935035Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4943286Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4951791Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4960025Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4968419Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4976722Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4985007Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.4993304Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5001369Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5009191Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5017185Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5025634Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5033711Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5042113Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5050372Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5058840Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5067142Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5075471Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5084094Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5092120Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5100401Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5108716Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5117065Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5125353Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5133629Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5142203Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5150694Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5159305Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5167542Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5175964Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5184244Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5192553Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5201615Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5210630Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5219094Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5227522Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5236201Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5244797Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5253325Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5261844Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5270623Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5279538Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5287659Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5295916Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5304462Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5312917Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5321313Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5329760Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5338257Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5346970Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5355360Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5364006Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5372586Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5381034Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5389446Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5397974Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5406561Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5415188Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5424393Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5432030Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5440558Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5448896Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5457298Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5465909Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5474281Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5482828Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5491221Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5499802Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5508101Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5516597Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5546496Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5546978Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5548956Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5557971Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5566242Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5574334Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5582598Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5591245Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5599432Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5607833Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5616074Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5624599Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5633015Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5641336Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5649982Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5658393Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5666954Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5675275Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5683669Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5691986Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5700317Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5708645Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5717114Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5725808Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5734097Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5742367Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5751003Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5759602Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5767882Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5776045Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5784497Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5792959Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5801127Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5809385Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5817853Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5826385Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5834780Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5843428Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5851880Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5860314Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5868954Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5877365Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5885889Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5894060Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5902193Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5910617Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5918992Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5928077Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5936307Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5944845Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5953440Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5962077Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5970478Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5978812Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5987305Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.5995652Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6004166Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6012547Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6020883Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6029378Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6037816Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6046163Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6054561Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6063293Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6071679Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6080177Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6088602Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6097029Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6105582Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6113895Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6122480Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6130929Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6139552Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6148392Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6156966Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6165702Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6174431Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6183227Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6191570Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6228146Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:29.6236604Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6244883Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6253050Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6261285Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6269772Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6278154Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6286094Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6294184Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6302274Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6310599Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6318811Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6326969Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6335083Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6343462Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6351605Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6359737Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6367859Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6375951Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6384182Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6392343Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6400553Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6408603Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6416783Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6425237Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6433299Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6441573Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6450132Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6458469Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6466819Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6475154Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6483533Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6491739Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6499876Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6508327Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6516824Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6525854Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6534368Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6543117Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6551759Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6560653Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6569378Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6578084Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6586850Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6595520Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6604298Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6612950Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6621942Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6630683Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6639336Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6648027Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6656779Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6665520Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6674196Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6682801Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6691580Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6699904Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6708662Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6717182Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6725662Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6733667Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6741951Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6750411Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6758786Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6767112Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6775328Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6783972Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6792191Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6800578Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6808850Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6817067Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6825896Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6834576Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6843422Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6852182Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6860882Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6870123Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6879055Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6887413Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6896009Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6904818Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6913272Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6921437Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6929702Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6938818Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6947366Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6955829Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6964560Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6973073Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6981213Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6989566Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.6998240Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7006527Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7014862Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7023219Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7031469Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7039977Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7048297Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7057118Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7065365Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7073625Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7081937Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7090257Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7098590Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7107103Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7115414Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7123998Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7132154Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7140445Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7148817Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7157233Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7165666Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7173850Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7182288Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7191304Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7199630Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7207918Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7216128Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7224324Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7232665Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7241147Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7249677Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7258180Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7266769Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7275303Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7283830Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7292223Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7300431Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7308910Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7317209Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7325665Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7333923Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7342154Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7350804Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7359178Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7367517Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7375840Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7384258Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7392540Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7401010Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7409420Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7417897Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7426195Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7434959Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7443302Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7451849Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7460025Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7468453Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7476778Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7485205Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7493314Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7501719Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7510144Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7518473Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7526939Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7535246Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7543404Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7551716Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7560234Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7568828Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7576858Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7585266Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7593603Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7602140Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7610577Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7618786Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7627333Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7663602Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:29.7672017Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7680711Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7689281Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7697723Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7706679Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7714498Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7722629Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7730701Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7738993Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7747359Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7755649Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7763841Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7772127Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7780273Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7788813Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7796639Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7804977Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7812940Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7821330Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7829347Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7837853Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7845736Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7853713Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7861984Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7870628Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7879406Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7888078Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7896711Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7905477Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7914126Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7923500Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7931786Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7940149Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7948927Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7957113Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7965587Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7974003Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7982462Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7990538Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.7998911Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8007211Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8015550Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8023987Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8032276Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8040615Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8049107Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8057154Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8065401Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8073782Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8082332Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8090609Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8098913Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8107152Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8115231Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8123571Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8131690Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8139902Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8148279Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8156633Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8165063Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8173655Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8182003Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8191460Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8198899Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8207435Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8215555Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8224007Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8232505Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8240646Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8248901Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8257185Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8265523Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8273945Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8282257Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8290629Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8298872Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8307315Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8315603Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8324015Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8332325Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8340701Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8349181Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8357525Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8365851Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8374324Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8382861Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8391087Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8399560Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8407905Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8416056Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8424351Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8432914Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8441120Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8449494Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8457873Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8466469Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8474981Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8483526Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8492375Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8500542Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8508917Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8517291Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8525788Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8534356Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8542865Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8551143Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8559556Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8567861Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8576086Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8584441Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8592750Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8601341Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8609742Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8618033Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8626467Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8634814Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8643356Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8651697Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8659979Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8668626Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8676946Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8685339Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8693671Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8702478Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8711089Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8719592Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8727964Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8736308Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8744760Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8753103Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8761604Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8770005Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8778340Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8786767Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8795108Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8803733Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8812279Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8820728Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8829176Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8837425Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8845718Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8854086Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8862526Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8871265Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8880100Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8888644Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8897118Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8905573Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8914273Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8922824Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8931100Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8939525Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8948473Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8957986Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8964785Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8973007Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8980992Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8989183Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.8997163Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9005255Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9013264Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9021144Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9029184Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9037174Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9045258Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9053251Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9087769Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:29.9095998Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9104245Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9112399Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9120677Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9128813Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9136811Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9144889Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9152810Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9160897Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9168952Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9176923Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9185626Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9194096Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9202539Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9210998Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9219160Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9227241Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9235443Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9243275Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9251216Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9259325Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9267480Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9275393Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9283752Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9291925Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9300410Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9308507Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9316581Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9324573Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9332537Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9340634Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9348670Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9356760Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9364975Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9373075Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9380936Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9389028Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9397029Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9405163Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9413115Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9421099Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9429778Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9437677Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9446175Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9453989Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9462164Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9470145Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9478223Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9486581Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9494685Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9503012Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9511163Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9519787Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9527975Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9536253Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9544139Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9552322Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9560414Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9568487Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9576571Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9584655Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9592775Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9601248Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9609215Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9617538Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9625565Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9633698Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9641913Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9650141Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9658272Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9666412Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9674661Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9683225Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9691044Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9698934Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9707919Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9716240Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9724288Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9732425Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9740338Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9748611Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9756801Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9765177Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9773554Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9781663Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9790055Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9798163Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9806301Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9814377Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9822361Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9830932Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9838778Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9846661Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9854774Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9862408Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9870675Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9878656Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9886451Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9894815Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9903066Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9911310Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9919357Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9927507Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9935355Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9943398Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9951166Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9959566Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9967604Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9975681Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9984296Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:29.9992471Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0000719Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0009163Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0017195Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0025205Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0033518Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0041799Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0049961Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0058063Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0066419Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0074907Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0083700Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0092297Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0100919Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0109672Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0118204Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0126814Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0135502Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0144091Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0152624Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0161285Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0169823Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0178311Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0187288Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0195828Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0204286Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0212654Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0220800Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0229395Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0237904Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0245646Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0254367Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0263623Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0272111Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0280657Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0288737Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0296704Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0305233Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0313499Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0321610Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0330118Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0338082Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0346540Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0354701Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0363206Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0371733Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0380370Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0388810Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0397033Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0405428Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0413663Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0421865Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0430204Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0438560Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0446715Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0455222Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0489986Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:30.0498580Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0506814Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0515035Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0523470Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0531801Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0539956Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0548001Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0555964Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0564154Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0572242Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0580376Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0588479Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0596835Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0605463Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0613479Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0621340Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0629661Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0637823Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0646589Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0654347Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0662558Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0670860Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0679338Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0687589Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0695880Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0704291Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0712964Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0720858Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0729252Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0737552Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0745705Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0753727Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0761893Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0770067Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0777916Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0786460Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0794227Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0802778Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0811118Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0818946Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0827496Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0835809Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0844059Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0852255Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0860502Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0868924Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0876999Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0885216Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0894074Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0902079Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0910216Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0918485Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0928751Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0937888Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0947000Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0956154Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0964220Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0972102Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0982181Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.0991311Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1000069Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1010101Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1019697Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1028473Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1036831Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1046287Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1055580Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1063459Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1074864Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1084300Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1092789Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1102235Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1110592Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1119147Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1127314Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1135368Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1143988Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1152031Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1160399Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1168357Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1176881Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1185389Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1193664Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1201654Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1210076Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1218290Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1226085Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1235232Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1243330Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1251328Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1259394Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1267587Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1275986Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1284367Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1292084Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1300029Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1308242Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1316302Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1324215Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1332258Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1340202Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1348626Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1356644Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1364791Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1372874Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1381116Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1389384Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1397324Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1405558Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1413623Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1421750Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1429791Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1438153Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1446410Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1454430Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1462587Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1471227Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1479578Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1487587Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1495744Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1503759Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1512076Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1520067Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1528064Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1536559Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1545683Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1554758Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1563780Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1572748Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1581795Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1590865Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1600021Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1608786Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1617784Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1627087Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1635928Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1645136Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1654030Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1663149Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1672078Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1681094Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1690065Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1699016Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1708063Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1716986Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1725915Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1734881Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1744182Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1753193Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1762390Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1771583Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1780850Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1789930Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1799278Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1808259Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1817400Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1826776Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1835732Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1844910Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1854055Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1863450Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1872441Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1881721Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1890777Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1899863Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1908993Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1945404Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:30.1954277Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1963498Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1972618Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1981692Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.1991113Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2000415Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2009435Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2018498Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2027522Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2035827Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2044309Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2052678Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2061101Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2069449Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2077783Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2086004Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2094285Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2102446Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2110759Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2119144Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2127265Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2135540Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2144027Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2152202Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2160479Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2168659Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2176832Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2185146Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2193486Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2201802Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2209872Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2218405Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2226478Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2234749Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2242900Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2250975Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2258942Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2267232Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2275182Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2283238Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2291315Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2299289Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2307331Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2315257Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2323286Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2331218Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2339182Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2347501Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2355689Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2363728Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2371705Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2379567Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2387633Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2395502Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2403690Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2411662Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2420022Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2428042Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2435952Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2444116Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2452680Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2461298Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2469807Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2478279Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2486595Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2494802Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2503120Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2511836Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2520457Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2529064Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2537677Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2546015Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2553936Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2562527Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2570417Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2578581Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2587032Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2595566Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2604481Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2613160Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2622329Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2630913Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2639702Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2648228Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2657030Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2665523Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2673860Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2682438Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2690863Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2699467Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2707871Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2715858Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2724690Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2733157Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2741262Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2749366Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2757907Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2765884Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2774086Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2782527Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2790830Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2799167Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2807255Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2815580Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2823978Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2831975Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2840783Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2848864Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2857371Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2865720Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2873929Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2882328Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2890535Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2898768Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2907157Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2915332Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2923889Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2932222Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2940208Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2948584Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2957391Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2966170Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2974259Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2983375Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2991374Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.2999732Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3007954Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3016521Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3024577Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3032844Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3041027Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3049306Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3057463Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3065795Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3074234Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3082467Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3090762Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3099814Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3108924Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3117890Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3126065Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3134125Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3142492Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3150644Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3158986Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3167063Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3175382Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3183895Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3192053Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3200458Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3208535Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3216829Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3225118Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3233662Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3242240Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3250312Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3258595Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3267012Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3275346Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3283625Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3292063Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3300013Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3308530Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3316805Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3325220Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3333504Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3368065Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:30.3376219Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3384614Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3392540Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3400622Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3408714Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3416831Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3424872Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3432952Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3441030Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3449290Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3457491Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3465454Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3473495Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3481875Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3489880Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3498023Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3506209Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3514317Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3522602Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3530372Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3538750Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3547079Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3555545Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3563651Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3571416Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3579280Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3587800Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3595814Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3604176Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3612137Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3620308Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3628662Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3636770Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3645159Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3653098Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3661298Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3669523Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3677543Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3685716Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3693985Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3702416Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3711443Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3719671Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3727724Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3735912Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3744617Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3753054Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3761322Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3769533Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3777858Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3786031Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3794222Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3802619Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3810780Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3818904Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3827077Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3851578Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3852284Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3852780Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3859762Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3867833Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3875886Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3884121Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3892519Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3901374Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3910585Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3919769Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3928893Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3938042Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3947218Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3956156Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3964619Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3972673Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3980740Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3989366Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.3997866Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4005951Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4013965Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4022145Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4030863Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4039035Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4047090Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4054998Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4063068Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4071207Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4079443Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4087545Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4095718Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4104035Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4112066Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4120498Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4128690Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4136796Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4144989Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4153101Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4161312Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4169471Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4177502Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4185793Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4193938Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4202301Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4210249Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4218483Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4226732Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4234764Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4242888Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4250834Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4258863Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4267118Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4275098Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4283299Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4291384Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4299584Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4307643Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4315721Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4323871Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4332192Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4339943Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4348095Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4356248Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4364408Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4372530Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4380566Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4388790Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4396977Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4404910Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4412916Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4421006Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4429119Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4437157Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4445357Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4453338Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4461419Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4471139Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4479550Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4488213Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4496700Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4505252Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4513773Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4522483Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4531077Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4539145Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4547619Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4555668Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4564033Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4572033Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4580039Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4588075Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4596061Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4604383Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4612844Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4621049Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4629322Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4637635Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4646256Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4654640Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4663338Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4671536Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4679952Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4688300Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4696652Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4705145Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4713556Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4722390Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4730531Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4738974Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4774373Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:30.4782775Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4791129Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4799354Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4807399Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4815649Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4823858Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4832070Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4840536Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4848852Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4856916Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4865366Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4873472Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4881528Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4889641Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4897781Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4905981Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4914152Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4922355Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4930400Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4938481Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4947088Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4954813Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4962897Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4970841Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4979525Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4987514Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.4995764Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5003872Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5011964Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5020043Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5028370Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5036340Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5044361Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5052400Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5060601Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5068890Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5077312Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5085546Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5093821Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5102035Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5110424Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5118757Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5127086Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5135349Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5144250Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5151995Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5160378Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5168647Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5176962Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5185266Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5193560Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5202025Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5210153Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5218458Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5226884Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5235743Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5245139Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5253784Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5262486Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5270848Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5279367Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5287390Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5295522Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5303744Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5311861Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5320310Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5328362Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5336890Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5344987Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5353075Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5361406Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5369581Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5377820Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5386136Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5394121Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5402249Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5410295Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5418311Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5426490Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5434509Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5442693Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5450775Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5458953Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5467201Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5475237Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5483880Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5492093Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5500006Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5508288Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5516560Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5524990Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5533401Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5541659Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5550130Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5558315Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5566712Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5574922Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5583477Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5591407Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5599780Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5607961Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5616269Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5624511Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5632739Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5641071Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5649290Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5657431Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5666220Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5674449Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5682658Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5691068Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5699379Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5707655Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5715981Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5724305Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5732404Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5740508Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5748831Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5757008Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5765269Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5773405Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5781394Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5789779Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5797977Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5806127Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5814361Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5822613Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5830797Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5839056Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5847146Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5855062Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5863242Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5871460Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5879935Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5887932Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5896302Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5904415Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5912410Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5920614Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5928701Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5936750Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5945219Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5953404Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5962235Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5970516Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5978840Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5987125Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.5995256Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6004190Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6012380Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6020574Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6028850Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6036981Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6045457Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6053696Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6062046Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6071072Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6079332Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6087587Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6095858Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6104280Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6112505Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6121215Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6129482Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6137887Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6146524Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6181429Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:30.6189944Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6198467Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6206702Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6214980Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6223658Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6231917Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6240372Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6248405Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6256398Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6264622Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6272739Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6281024Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6289214Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6297384Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6305827Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6313918Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6322070Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6330356Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6338580Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6346928Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6355067Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6363340Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6371508Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6379751Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6387981Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6396210Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6404556Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6412682Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6420869Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6429268Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6437521Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6445892Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6454402Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6462292Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6470662Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6478995Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6487095Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6495316Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6503710Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6512006Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6520214Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6529049Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6537154Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6545439Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6553613Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6562072Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6570064Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6578257Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6586887Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6595422Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6604155Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6612746Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6621460Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6630950Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6640588Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6649467Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6658669Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6667823Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6676949Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6686179Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6695228Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6704447Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6713683Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6722661Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6731648Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6740595Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6749677Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6758760Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6767627Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6776571Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6785733Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6794663Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6804240Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6813410Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6822597Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6831915Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6841200Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6850287Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6859587Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6868822Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6878062Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6887234Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6896474Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6905763Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6914898Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6924275Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6933649Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6942948Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.6951781Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6960966Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6970040Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6979150Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6988891Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.6997207Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7006193Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7015161Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7024149Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7032179Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7040417Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7048798Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7056633Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7064866Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7073014Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7081455Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7089792Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7097862Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7106424Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7114700Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7123080Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7131291Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7139503Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7147847Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7155986Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7164363Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7172561Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7180735Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7189048Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7197228Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7205510Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7213753Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7222170Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7231011Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7239028Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7247132Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7255280Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7263236Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7271223Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7279512Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7287712Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7295816Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7304050Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7312497Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7321196Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7329862Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7338304Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7346978Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7355563Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7364185Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7372725Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7381282Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7389843Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7398509Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7407085Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7415621Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7424201Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7432739Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7441414Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7449904Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7458464Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7467235Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7475931Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7484748Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7493274Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7501771Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7510648Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7519562Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7527972Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7536496Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7544604Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7552741Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7561307Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7569469Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.7577672Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7585832Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7594284Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7629679Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:30.7638052Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7646500Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7654883Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7663416Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7671678Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7679943Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7688114Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7696270Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7704379Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7712510Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7721018Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7729369Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7737434Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7745793Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7753682Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7761935Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7770222Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7778385Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7786536Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7794513Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7802923Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7811214Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7819084Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7827351Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7835665Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7843829Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7851906Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7860224Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7868438Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7876484Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7884727Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7892878Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7901026Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7909548Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7917637Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7925917Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7933912Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7942157Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7950204Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7958642Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7966687Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7974769Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7983217Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7991256Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.7999423Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8007498Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8015889Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8024270Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8032558Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8040755Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8049254Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8057177Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8065315Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8073375Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8081922Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8089914Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8098091Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8105978Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8114218Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8122332Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8130465Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8138399Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8146509Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8154563Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8162938Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8171007Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8178969Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8187176Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8195208Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8203492Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8211880Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8219810Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8228071Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8236555Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8244588Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8252592Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8261266Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8270118Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8278480Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8286833Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8294699Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8303305Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8310977Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8319416Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8327430Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8335120Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8343262Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8351452Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8359530Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8367370Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8375626Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8383974Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8391980Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8400021Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8408239Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8416351Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8424649Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8433033Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8441270Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8449544Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8457809Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8465920Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8474110Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8482688Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8490292Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8498583Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8506609Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8514772Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8523114Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8531459Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:30.8539462Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8547943Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8556319Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8564907Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8572756Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8580801Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8588970Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8597046Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8605369Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8613303Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8621233Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8629629Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8637554Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8645695Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8653842Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8662055Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8670613Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8679027Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8687366Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8695537Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8703857Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8711953Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8720229Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8728405Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8736543Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8744866Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8753121Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8761751Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8771009Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8779963Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8789146Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8798171Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8807330Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8816419Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8825614Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8834759Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8843992Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8853074Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8862112Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8871343Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8880540Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8889659Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8898885Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8908107Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8917150Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8926323Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8935269Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8944446Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8953300Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8961797Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8970132Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8978373Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8987063Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.8995608Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9004741Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9013522Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9048823Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:30.9057438Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9065610Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9073920Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9082290Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9090446Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9098578Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9107437Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9115467Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9123837Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9131855Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9139946Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9148255Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9156715Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9164860Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9173213Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9181627Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9190071Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9198535Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9206753Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9215098Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9223588Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9232077Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9240486Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9248683Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9256877Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9264938Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9273045Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9281317Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9289307Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9297663Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9306121Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9314195Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9322653Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9330478Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9338889Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9346800Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9354818Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9362951Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9371062Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9378905Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9386981Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9395004Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9403285Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9411623Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9419983Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9428193Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9436468Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9444825Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9453039Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9461104Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9469318Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9476954Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9485599Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9493347Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9501435Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9509558Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9517402Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9525671Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9534206Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9542358Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9550634Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9558888Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9567285Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9575535Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9583799Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9592352Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9601131Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9609400Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9617745Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9626283Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9634702Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9643400Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9651908Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9660662Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9669337Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9677942Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9686674Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9695037Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9703964Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9712485Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9720981Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9729410Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9737847Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9746391Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9754452Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9762880Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9770809Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9778903Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9787076Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9795096Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9803318Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9811483Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9819782Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9827955Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9836118Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9844108Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9852244Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9860489Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9868789Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9876684Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9885047Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9893106Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9901106Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9909263Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9917663Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9926017Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9934287Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9942355Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9950652Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9958884Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9967202Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9974931Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9983222Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9991364Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:30.9999738Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0007983Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0015973Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0023976Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0032299Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0040630Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0048446Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0056534Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0064878Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0072987Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0081199Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0089348Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0097440Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0105670Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0113786Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0122009Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0130194Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0138328Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0146722Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0154769Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0163049Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0171161Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0179333Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0187639Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0195747Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0204060Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0212181Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0220388Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0229019Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0237211Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0245936Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0255048Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0264165Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0272599Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0281065Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0289103Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0297631Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0305354Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0313382Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0321511Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0329437Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0337725Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0345913Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0354036Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0362337Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0370422Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0378688Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0387024Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0395245Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0403758Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0412331Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0420547Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0429008Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0464098Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:31.0472387Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0480783Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0489031Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0497577Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0506136Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0514558Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0523379Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0531744Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0539935Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0548293Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0556489Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0564727Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0572882Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0580967Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0589272Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0597526Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0605656Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0614181Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0622119Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0630535Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0639043Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0647196Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0655643Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0664213Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0672460Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0680403Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0688685Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0696969Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0705407Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0713629Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0722040Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0730428Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0738729Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0747321Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0755560Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0764258Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0772337Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0780712Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0788968Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0796933Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0809168Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0817101Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0825291Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0833083Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0841406Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0849355Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0857402Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0865991Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0874369Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0882903Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0891472Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0900102Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0908736Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0917059Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0925551Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0934065Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0942807Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0951217Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0959752Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0968347Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0976903Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0985489Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.0993811Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1002475Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1010684Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1018795Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1026927Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1034813Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1043070Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1050992Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1059125Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1067438Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1075460Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1083764Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1091885Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1099943Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1108218Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1116291Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1124741Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1132676Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1140983Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1149244Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1157368Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1165658Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1173777Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1181880Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1190105Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1198297Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1206441Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1214684Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1223281Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1231788Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1240490Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1248873Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1257478Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1266461Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1275212Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1283774Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1292283Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1300600Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1309416Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1317941Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1326597Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1334808Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1343399Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1351513Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1359829Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1368035Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1376196Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1384403Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1392599Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1400942Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1409442Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1417189Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1425326Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1433508Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1441812Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1449969Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1458278Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1466349Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1474684Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1482978Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1491273Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1499409Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1507708Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1516216Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1524527Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1533211Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1541385Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1549691Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1557945Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1566344Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1574473Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1582801Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1591107Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1599424Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1607616Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1615784Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1624113Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1632353Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1640691Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1648901Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1657117Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1665404Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1673770Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1682316Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1690340Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1698642Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1706668Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1714784Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1723059Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1731167Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1739521Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1747649Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1755808Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1764179Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1772138Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1780221Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1788638Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1796791Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1805048Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1813355Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1821694Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1829883Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1838402Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1873348Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:31.1881880Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1890458Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1898761Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1907389Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1915859Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1924220Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1932462Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1940867Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1949383Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1957951Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1966319Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1974773Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1983318Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1991623Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.1999992Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2008285Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2016629Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2025290Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2033463Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2041803Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2049890Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2057820Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2065866Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2073819Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2082181Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2090198Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2098381Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2106653Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2114829Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2123011Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2131236Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2139543Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2147859Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2156166Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2164568Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2172609Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2180835Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2189284Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2197364Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2205764Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2213825Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2221925Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2230411Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2238676Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2247409Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2255616Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2263842Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2271931Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2279895Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2288073Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2296054Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2304214Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2312109Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2320341Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2328305Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2336255Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2344485Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2352611Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2361001Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2368954Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2376872Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2385092Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2393025Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2401218Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2409304Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2417553Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2425739Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2433668Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2441963Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2450133Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2458035Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2466523Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2474359Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2482643Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2490814Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2498967Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2507233Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2515320Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2523667Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2531683Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2539650Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2547796Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2555943Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2564055Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2572131Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2580099Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2588225Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2596483Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2604472Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2612614Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2621563Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2630484Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2639797Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2648609Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2657730Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2666885Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2675295Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2683898Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2692158Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2699953Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2708271Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2716495Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2724940Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2733128Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2741690Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2749481Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2757683Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2766221Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2774874Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2783110Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2791063Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2798992Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2807259Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2815231Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2823604Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2831632Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2839773Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2847654Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2855744Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2863837Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2872096Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2880488Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2888547Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2896737Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2905096Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2913296Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2921673Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2929923Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2937854Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2946242Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2954145Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2962527Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2970441Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2978524Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2986861Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.2994729Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3002820Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3010820Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3018957Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3027275Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3035195Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3043383Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3051516Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3059643Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3067938Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3076109Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3084390Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3092654Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3100649Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3108862Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3116921Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3125250Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3133284Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3141475Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3149551Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3157682Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3165860Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3174000Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3182209Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3190619Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3199048Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3206978Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3215377Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3263942Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3264481Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3264966Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3277271Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:31.3286460Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3294951Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3303362Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3312107Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3320616Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3328861Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3337313Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3345867Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3354294Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3362801Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3371252Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3379650Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3388229Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3396658Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3405271Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3413692Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3422465Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3431231Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3439638Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3447556Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3455953Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3464368Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3472447Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3480885Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3488981Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3497271Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3505857Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3514159Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3522849Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3531377Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3539603Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3548344Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3556697Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3565056Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3573900Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3582538Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3591361Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3600101Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3609120Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3617675Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3625731Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3633923Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3642393Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3650634Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3658876Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3667557Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3676346Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3684746Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3693213Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3701613Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3710072Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3718754Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3728700Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.3991338Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.026s) 2022-09-27T16:13:31.4027619Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.004s) 2022-09-27T16:13:31.4036755Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4046151Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4054167Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4062540Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4080139Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4080487Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4088312Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4096797Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4105379Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4113673Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4122126Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4130321Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4138600Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4146998Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4155327Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4163752Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4172273Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4180526Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4188856Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4197298Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4205868Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4214168Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4222608Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4231154Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4239720Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4248293Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4256556Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4265167Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4273511Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4282087Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4290356Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4298728Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4307578Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4315691Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4324077Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4332525Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4340705Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4349187Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4357591Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4366251Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4374750Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4383454Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4391939Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4400560Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4409248Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4417742Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4426276Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4434735Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4443136Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4451569Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4459968Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4468380Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4476840Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4485376Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4493902Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4502415Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4510900Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4519517Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4528162Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4536437Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4545126Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4553252Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4562022Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4571277Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4579156Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4588165Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4596815Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4605607Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4614499Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4623591Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4632283Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4640961Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4649032Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4657395Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4665980Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4674003Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4682400Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4690939Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4699156Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4707592Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4715898Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4724595Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4733153Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4741816Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4750759Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4759233Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4767565Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4776040Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4784767Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4793304Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4801906Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4810390Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4818933Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4827478Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4835972Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4844591Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4853153Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4861599Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4870176Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4878622Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4887155Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4895771Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4904400Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4912721Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4921196Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4929666Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4938242Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4946805Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4955295Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.4963945Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5000297Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:31.5008551Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5017177Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5025648Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5034079Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5042536Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5050854Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5059267Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5067808Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5076201Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5084600Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5093025Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5101541Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5109817Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5118131Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5126374Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5134695Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5143039Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5151204Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5159710Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5167832Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5176164Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5184411Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5192430Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5200678Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5208630Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5216670Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5225236Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5233691Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5242055Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5250826Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5258941Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5267282Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5275291Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5284501Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5292069Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5300125Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5308734Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5316750Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5325178Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5333394Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5341652Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5349959Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5358229Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5366450Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5374828Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5383321Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5391943Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5400290Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5408617Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5416772Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5425304Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5433627Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5442176Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5450253Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5458904Z test_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5467182Z test_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5475418Z test_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5483796Z test_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5491902Z test_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5500516Z test_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5509227Z test_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5517837Z test_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5526307Z test_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5534786Z test_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5543241Z test_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5551678Z test_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5560246Z test_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5568652Z test_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5576791Z test_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5585294Z test_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5593466Z test_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5601986Z test_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5610384Z test_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5618759Z test_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5627520Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5635673Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5644234Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5652826Z test_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5661268Z test_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5669681Z test_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5678294Z test_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5686482Z test_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5694920Z test_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5703572Z test_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5712273Z test_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5720901Z test_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5729266Z test_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5737492Z test_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5745750Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5754061Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5762704Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5771078Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5779866Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5788325Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5796733Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5805218Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5813803Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5822106Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5830643Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5839294Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5847511Z test_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5855779Z test_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5864243Z test_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5872730Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5881307Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5889956Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5898274Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5906762Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5915244Z test_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5923850Z test_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5932408Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5940866Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5949526Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5958064Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5966803Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5975133Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5983870Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.5992343Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6001066Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6009497Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6017853Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6026308Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6034710Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6043024Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6051316Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6059746Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6069258Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6077861Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6086394Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6094923Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6103559Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6112324Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6120742Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6129194Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6137596Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6146084Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6154394Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6162878Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6171420Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6179623Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6187916Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6196278Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6204768Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6213100Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6221417Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6229941Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6238836Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6246908Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6255419Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6264174Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6272784Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6281298Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6289907Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6298335Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6306956Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6315775Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6324013Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6332445Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6341071Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6349188Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6357586Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6366221Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6374954Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6383312Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6391840Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6400253Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6408641Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6416910Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6452879Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:31.6461264Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6469608Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6478131Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6486411Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6494958Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6504011Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6512355Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6520721Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6529047Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6537472Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6545763Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6554195Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6562600Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6571225Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6579653Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6588227Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6596651Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6605190Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6613643Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6622122Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6630646Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6639310Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6647684Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6656504Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6665001Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6673098Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6681372Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6689804Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6697954Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6706513Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6714505Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6722677Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6730672Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6738943Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6747706Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6756020Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6764490Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6772836Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6781163Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6789471Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6798023Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6806530Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6815027Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6823527Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6831967Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6841084Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6849050Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6857163Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6865703Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6874049Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6882427Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6890636Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6898703Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6907033Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6915320Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6923692Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6932047Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6940383Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6948681Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6957103Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6965687Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6973967Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6982955Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6990937Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.6999319Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7007732Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7016176Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7024484Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7032813Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7041273Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7049700Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7057871Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7066244Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7074621Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7083253Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7091657Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7100089Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7108543Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7116795Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7125366Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7133650Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7142016Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7150736Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7158944Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7167238Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7175575Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7183961Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7192213Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7200658Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7209077Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7217469Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7225981Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7234360Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7242844Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7251319Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7259901Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7268956Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7277358Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7286076Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7294393Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7302973Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7311318Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7319719Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7328021Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7336275Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7344620Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7352943Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7361468Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7369870Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7378230Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7386684Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7395052Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7403663Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7412256Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7420433Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7428955Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7437251Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7445726Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7454139Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7462503Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7471031Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7479493Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7487841Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7496433Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7505051Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7513324Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7521818Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7530177Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7538523Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7547317Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7555878Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7564533Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7573068Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7581612Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7590103Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7599073Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7607403Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7615513Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7624151Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7632326Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7640826Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7649263Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7657695Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7666204Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7674566Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7683022Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7691627Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7699859Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7708646Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7717186Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7725761Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7734490Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7742817Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7751203Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7759915Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7768473Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7777202Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7786184Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7794946Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7804002Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7812754Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7821737Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7830659Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7839604Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7848515Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7857360Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7866316Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7875331Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7936301Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.006s) 2022-09-27T16:13:31.7945459Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7954230Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7962958Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7971710Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7980372Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7989197Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.7998070Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8006644Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8015542Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8024288Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8032940Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8041778Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8050374Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8059022Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8067526Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8076004Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8084609Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8093418Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8101895Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8110609Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8119341Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8127743Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8136278Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8144952Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8153524Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8162263Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8170760Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8179267Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8187901Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8196359Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8205284Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8213886Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8222417Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8230910Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8239467Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8247887Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8256437Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8265130Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8273877Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8282507Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8290860Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8299108Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8307527Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8315810Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8324244Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8332697Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8341086Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8349939Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8358091Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8366685Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8374966Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8383328Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8391317Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8399875Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8408095Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8416436Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8425018Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8433023Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8441655Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8449934Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8458307Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8466814Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8475144Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8483613Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8492024Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8500370Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8509169Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8517892Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8526458Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8534958Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8543657Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8552179Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8560581Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8568876Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8577665Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8586363Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8594645Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8603021Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8611241Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8619569Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8628025Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8636339Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8644703Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8653172Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8661841Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8671039Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8680344Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8689442Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8698531Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8707750Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8716868Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8726097Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8735146Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8744423Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8753525Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8763022Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8772140Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8781333Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8790498Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8799702Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8808700Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8817837Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8827187Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8836341Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8845575Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8855009Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8864131Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8873210Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8882446Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8891508Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8900518Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8909657Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8918822Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8927948Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8937347Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8946393Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8955529Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8964666Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8973796Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8982895Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.8991932Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9001115Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9010478Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9019815Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9028932Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9038275Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9047455Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9056709Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9065965Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9075091Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9084383Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9093548Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9102907Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9111928Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9121100Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9130174Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9139230Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9148361Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9157522Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9166629Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9175762Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9185069Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9194544Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9204173Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9213444Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9223036Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9232330Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9241723Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9251205Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9260443Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9269890Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9279202Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9287691Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9295960Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9304295Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9312777Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9321350Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9329966Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9338460Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9346981Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9355475Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9364112Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9372622Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9381054Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9389699Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9398161Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9406683Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9415199Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9451571Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:31.9460068Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9468581Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9477019Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9485528Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9493926Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9502350Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9510984Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9519456Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9527867Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9536392Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9545112Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9553640Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9562132Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9570382Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9578779Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9587358Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9595806Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9604379Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9612718Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9621051Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9629641Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9637985Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9646284Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9654536Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9662932Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9671344Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9679870Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9688306Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9696788Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9705267Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9713559Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9721915Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9730188Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9738312Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9746709Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9755089Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9763836Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9772244Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9780209Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9788688Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9797054Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9805714Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9813975Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9822227Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9830535Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9839142Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9847481Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9855960Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9864297Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9872619Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9881015Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9889275Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9897527Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9905952Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9914238Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9922611Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9930898Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9939206Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9947602Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9955847Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9964184Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9972524Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9980830Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9989233Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:31.9997662Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0006007Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0014553Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0023008Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0031677Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0040209Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0048611Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0056891Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0065164Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0073482Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0082337Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0090634Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0099157Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0107981Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0116382Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0124933Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0133481Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0141974Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0150645Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0159108Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0167556Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0175948Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0184217Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0192634Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0201121Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0209522Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0217705Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0226411Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0234387Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0242604Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0250843Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0259288Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0268103Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0276229Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0284651Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0293383Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0301420Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0309777Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0318279Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0326530Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0334917Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0343596Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0352036Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0360783Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0369021Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0377163Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0385529Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0394127Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0402211Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0410480Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0418939Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0427258Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0435476Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0444095Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0452498Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0460523Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0469027Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0477301Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0485797Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0493777Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0502199Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0510597Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0519595Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0528329Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0536663Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0544988Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0553332Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0561856Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0570225Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0578782Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0587278Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0595763Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0604309Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0612746Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0621423Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0629830Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0638186Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0646686Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0655193Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0664000Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0672515Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0681102Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0689314Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0697637Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0706174Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0714539Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0723250Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0731462Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0739860Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0748395Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0756769Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0765285Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0773875Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0782238Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0790893Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0799123Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0807420Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0815823Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0824401Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0832791Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0841297Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0849700Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0858092Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0866684Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0903025Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:32.0911879Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0920467Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0929051Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0937843Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0946467Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0955061Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0963766Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0972361Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0981008Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0989743Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.0998470Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1007024Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1015644Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1024118Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1032525Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1040919Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1049326Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1057564Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1066092Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1074706Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1082818Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1091127Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1099323Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1107767Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1115961Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1124066Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1132512Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1140740Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1148951Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1157057Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1165231Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1173623Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1181799Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1190177Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1198886Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1207251Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1215422Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1223823Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1232101Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1240661Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1248796Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1257157Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1265542Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1273710Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1282127Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1290511Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1298995Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1307289Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1315446Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1324035Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1332351Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1340633Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1349065Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1357308Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1365857Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1374164Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1382459Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1391013Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1399462Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1407882Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1416309Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1424545Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1432839Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1441207Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1449465Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1457677Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1466070Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1474320Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1482674Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1490958Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1499253Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1507710Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1516120Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1524757Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1532977Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1541305Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1549888Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1558238Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1566581Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1574621Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1583264Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1591703Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1600299Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1608529Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1616808Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1625349Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1634027Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1642558Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1650656Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1659131Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1667410Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1675544Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1683950Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1692324Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1700931Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1709052Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1717282Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1725795Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1733908Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1742258Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1750907Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1759401Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1767822Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1776624Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1785234Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1793692Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1801934Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1810577Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1818847Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1827333Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1835886Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1844176Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1852674Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1860953Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1869617Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1877999Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1886424Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1894953Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1903609Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1912133Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1920743Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1929295Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1937921Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1946401Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1954911Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1963383Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1971855Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1980286Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1988806Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.1997289Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2005784Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2014169Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2022599Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2031139Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2039760Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2048239Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2056673Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2065010Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2073492Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2082056Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2090498Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2098903Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2107445Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2116000Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2124499Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2132881Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2141243Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2149760Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2158410Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2166786Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2175180Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2183798Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2192229Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2200725Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2209175Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2217713Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2226187Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2234578Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2243079Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2251496Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2260015Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2268782Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2277487Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2286471Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2294814Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2303275Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2312058Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2320552Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2356491Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:32.2364833Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2372928Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2381052Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2389343Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2397507Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2405857Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2414132Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2422527Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2430849Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2439301Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2447615Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2455871Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2464186Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2472383Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2480902Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2489323Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2497690Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2506083Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2514459Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2522669Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2530988Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2538804Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2547078Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2555071Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2563252Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2571239Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2579564Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2587674Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2595679Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2604328Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2612868Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2621899Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2630362Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2639235Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2647966Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2656549Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2665370Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2674080Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2683043Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2691946Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2700532Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2709235Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2718145Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2726962Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2735570Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2744307Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2753069Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2762015Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2770975Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2779527Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2788475Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2797193Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2806187Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2814775Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2823684Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2832447Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2841278Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2849968Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2858718Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2867665Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2876343Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2885189Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2893923Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2902805Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2911539Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2920491Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2929273Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2937996Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2946865Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2955585Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2964818Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2973272Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2982007Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.2990941Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3000024Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3008726Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3017487Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3026412Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3035042Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3043869Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3052524Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3061388Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3070057Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3079422Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3088596Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3097862Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3107140Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3116334Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3125506Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3134728Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3144167Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3153288Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3162536Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3171675Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3180885Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3190060Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3199479Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3208575Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3217787Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3226729Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3235169Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3243707Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3252666Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3260945Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3269537Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3277986Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3286539Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3295024Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3304053Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3312152Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3320580Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3328983Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3337219Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3346076Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3354415Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3362863Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3371119Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3379586Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3388230Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3396599Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3405174Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3413484Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3421810Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3430467Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3438554Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3447242Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3455697Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3464377Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3472578Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3481111Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3489234Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3497785Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3506308Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3514780Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3523495Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3531655Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3540039Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3548416Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3556931Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3565518Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3574074Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3582830Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3591371Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3599960Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3608173Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3616503Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3625181Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3633525Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3642419Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3650983Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3659486Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3668294Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3676696Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3685145Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3693576Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3701959Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3710442Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3719143Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3727395Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3735803Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3744471Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3752991Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3761443Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3769966Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3778491Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3787005Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3795512Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3804238Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3849297Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:32.3857639Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3865850Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3873958Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3882170Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3890364Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3898451Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3906896Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3914811Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3923002Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3931031Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3939145Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3947462Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3955587Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3963772Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3972320Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3980562Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3988773Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.3997362Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4005324Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4013960Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4022326Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4030753Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4039119Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4047443Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4055622Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4064038Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4072301Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4080722Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4088853Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4097202Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4105652Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4113962Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4122486Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4130822Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4139615Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4148096Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4156766Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4165345Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4173810Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4182512Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4191068Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4199885Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4208294Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4216644Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4225067Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4233465Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4242086Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4250848Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4259658Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4268211Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4277088Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4285824Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4294318Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4302554Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4310931Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4319355Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4327641Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4336264Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4344664Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4353192Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4362619Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4371938Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4381271Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4390806Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4400161Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4409591Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4418924Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4428305Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4436873Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4445525Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4453887Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4462492Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4471165Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4479745Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4488156Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4496532Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4505205Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4513562Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4522487Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4547774Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4548288Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4548658Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4557004Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4565333Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4573840Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4582831Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4591089Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4599720Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4608259Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4616642Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4625300Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4634171Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4642192Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4650771Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4659045Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4667771Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4675994Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4684773Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4693269Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4701590Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4710030Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4718706Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4727263Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4735950Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4744722Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4752839Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4761162Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4769561Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4777941Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4786528Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4794870Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4803346Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4811734Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4820139Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4828667Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4837023Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4845530Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4853935Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4862288Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4870772Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4879484Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4887518Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4895815Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4904379Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4913609Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4922813Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4931969Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4941122Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4950378Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4959472Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4968055Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4976535Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4985225Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.4993712Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5002209Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5010446Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5018716Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5027180Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5035420Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5043560Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5051834Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5060088Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5068396Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5076734Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5085094Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5093598Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5101868Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5110216Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5118551Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5126903Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5135502Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5144001Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5152316Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5160820Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5169266Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5177874Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5186764Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5195436Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5204283Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5212770Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5220975Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5229790Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5238008Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5246542Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5254905Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5263485Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5272179Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5280499Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5316519Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:32.5324961Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5333200Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5341452Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5350012Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5358187Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5366507Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5374646Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5382876Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5391086Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5399345Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5407526Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5415653Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5424004Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5432079Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5440610Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5448739Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5456959Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5465170Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5473349Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5481728Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5490101Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5498151Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5506370Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5514443Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5522556Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5530706Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5538897Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5547311Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5555594Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5564096Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5572465Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5580834Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5589330Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5597644Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5606100Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5614497Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5623027Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5631430Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5639853Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5648198Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5656624Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5665219Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5673573Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5682150Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5690436Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5698850Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5707294Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5716187Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5725142Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5733604Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5742164Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5750745Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5759195Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5767565Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5776060Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5784586Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5792909Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5801390Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5809922Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5818014Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5826360Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5834658Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5843047Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5851280Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5859488Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5867806Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5876083Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5884460Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5892701Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5900943Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5909233Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5917476Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5926016Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5934541Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5944310Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5952178Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5960657Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5969086Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5978056Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5987089Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.5995310Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6003661Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6011869Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6020080Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6028459Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6036705Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6045083Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6053349Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6061604Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6070005Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6078350Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6086837Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6095287Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6103797Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6111985Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6120324Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6128512Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6136840Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6145134Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6153398Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6161724Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6169960Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6178166Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6186684Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6195327Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6203620Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6212122Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6220637Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6229107Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6237599Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6246093Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6254450Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6262828Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6271200Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6279669Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6287952Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6296324Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6305037Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6313546Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6322094Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6330420Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6338625Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6347125Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6355501Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6364052Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6372503Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6380832Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6388877Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6397208Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6405625Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6413970Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6422278Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6430771Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6439176Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6447636Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6455693Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6464291Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6473206Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6481781Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6490135Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6498667Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6507288Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6515876Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6524522Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6533045Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6541574Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6550333Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6559067Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6567439Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6576174Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6584647Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6592933Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6601510Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6610034Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6618760Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6627359Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6635673Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6644571Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6653505Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6662143Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6671062Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6679993Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6688800Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6697800Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6706465Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6715276Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6723946Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6732833Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6768858Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:32.6777600Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6786401Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6795182Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6804044Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6812939Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6821544Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6830236Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6839079Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6847853Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6856364Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6864816Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6873405Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6882020Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6890517Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6899097Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6907743Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6916226Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6925058Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6933645Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6942275Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6951102Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6959483Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6968120Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6976634Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6985442Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.6993976Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7002943Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7011468Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7020100Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7028877Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7037874Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7046523Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7055184Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7064033Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7072767Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7081622Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7090699Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7099225Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7107962Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7116332Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7124830Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7133260Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7141772Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7150356Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7158885Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7167348Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7175763Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7184522Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7192968Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7201612Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7209697Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7218103Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7226478Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7234784Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7243130Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7251439Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7259851Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7268225Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7276727Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7285177Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7293610Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7301992Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7310395Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7318838Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7327325Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7335564Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7344400Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7352357Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7361118Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7370067Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7379231Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7388026Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7396240Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7404616Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7413028Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7421567Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7430095Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7438501Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7446890Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7455275Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7463804Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7472181Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7480590Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7488980Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7497402Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7506059Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7514153Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7522861Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7531080Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7539452Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7547934Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7556240Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7564644Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7573055Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7581243Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7589873Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7598432Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7606785Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7615879Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7624877Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7633466Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7642317Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7650775Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7659407Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7668102Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7676434Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7685523Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7693833Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7702236Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7710630Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7718945Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7727291Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7735667Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7744076Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7752566Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7761453Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7770031Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7778426Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7787040Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7795252Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7803646Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7811971Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7820370Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7828733Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7837043Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7845380Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7854047Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7862769Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7870951Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7879463Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7887804Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7896823Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7905424Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7913867Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7922239Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7930407Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7938644Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7947398Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7955698Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7964097Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7972677Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7981275Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7990021Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.7998376Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8007096Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8015123Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8023950Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8032288Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8040725Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8049011Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8057200Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8065656Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8074040Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8082651Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8091118Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8099520Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8107857Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8116241Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8124851Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8133109Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8141505Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8149639Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8157839Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8166077Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8174486Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8182850Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8191084Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8199748Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8207703Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8268423Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.006s) 2022-09-27T16:13:32.8276968Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8285762Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8293857Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8302173Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8311126Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8320020Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8328821Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8337661Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8346573Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8355395Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8364393Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8373149Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8381867Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8390586Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8399302Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8408044Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8416721Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8425456Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8433998Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8442765Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8451387Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8459989Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8468694Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8477337Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8486094Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8494716Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8503492Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8512105Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8520864Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8529526Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8538261Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8547035Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8555673Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8564521Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8573165Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8581951Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8590590Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8599310Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8608006Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8616308Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8624523Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8632521Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8641064Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8649196Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8657401Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8665748Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8673972Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8682354Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8690526Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8698763Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8707105Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8715345Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8723697Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8731839Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8740089Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8748474Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8756693Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8765073Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8773383Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8781617Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8789879Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8797982Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8806060Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8814251Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8822323Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8830703Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8839073Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8847151Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8855328Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8863655Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8871626Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8879716Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8887865Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8895993Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8904483Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8912407Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8920761Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8929003Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8937260Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8945710Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8954027Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8962490Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8970875Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8979196Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8987639Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.8995953Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9004408Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9012740Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9020946Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9029395Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9037801Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9046128Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9054430Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9063005Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9071278Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9079641Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9087928Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9096208Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9104598Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9112982Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9121610Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9129880Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9137865Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9146378Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9154263Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9162558Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9170693Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9178792Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9187203Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9195492Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9203997Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9212274Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9220460Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9228620Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9236987Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9245320Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9253369Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9261553Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9269764Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9278242Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9286564Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9294992Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9303382Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9311943Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9320148Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9328467Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9336661Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9344926Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9353062Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9361527Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9369763Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9378132Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9386273Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9394609Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9402674Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9410919Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9418975Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9427529Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9435549Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9443988Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9452198Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9461809Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9470215Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9478537Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9486794Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9495358Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9503913Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9512422Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9521056Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9529547Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9538087Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9546675Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9555090Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9563694Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9572208Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9580665Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9589119Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9597382Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9605832Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9614161Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9622423Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9630754Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9639097Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9647343Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9655908Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9665049Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9674821Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9684567Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9720074Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:32.9728386Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9736805Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9745171Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9753293Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9761629Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9769810Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9778053Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9786440Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9794705Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9803135Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9811323Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9819475Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9827794Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9835975Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9844201Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9852372Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9860574Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9868779Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9876798Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9885044Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9893217Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9901434Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9909723Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9917823Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9925993Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9934134Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9942163Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9950399Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9958632Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9966798Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9974830Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9983008Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9991119Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:32.9999279Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0007492Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0015609Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0024047Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0032215Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0040386Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0048555Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0056662Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0064979Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0073248Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0081595Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0089784Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0097960Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0106288Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0114434Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0122821Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0130998Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0139308Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0147681Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0155878Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0164127Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0172187Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0180226Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0188416Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0196461Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0204603Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0212724Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0220675Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0229140Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0236978Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0245434Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0253704Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0261696Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0269890Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0278763Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0286807Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0294922Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0302994Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0310930Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0319191Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0327216Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0335382Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0343988Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0351844Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0360157Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0368247Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0376374Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0384572Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0392793Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0400925Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0409002Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0417097Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0425244Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0433271Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0441635Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0449851Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0458014Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0466397Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0474549Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0482836Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0490952Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0499072Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0507552Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0515594Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0523876Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0532080Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0540262Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0548674Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0556948Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0565328Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0573590Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0581844Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0590368Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0598647Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0606610Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0614817Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0623148Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0631359Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0639827Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0647839Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0656107Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0664169Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0672196Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0680469Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0688618Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0696939Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0705086Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0713350Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0721780Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0729976Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0738280Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0746801Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0754953Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0763424Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0771592Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0779919Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0788363Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0796632Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0805051Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0814135Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0821511Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0829816Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0838106Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0846244Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0854359Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0862807Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0870783Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0879296Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0887202Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0895446Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0903819Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0911988Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0920311Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0928404Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0936627Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0945079Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0953553Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0961968Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0970236Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0978701Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0987168Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.0995700Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1004389Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1012934Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1021812Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1029961Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1038296Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1046465Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1054987Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1063582Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1072243Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1080436Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1089041Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1097477Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1105802Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1141839Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:33.1150947Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1159752Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1168275Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1177038Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1185655Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1194475Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1202978Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1211498Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1219894Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1228472Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1236915Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1245391Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1253620Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1261862Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1270278Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1278551Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1286856Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1295031Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1303736Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1311784Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1320139Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1328415Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1337151Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1345228Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1353507Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1361915Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1370189Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1378525Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1386922Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1395230Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1403406Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1411554Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1419319Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1427638Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1435637Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1443814Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1452003Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1459909Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1468380Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1476234Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1484426Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1492328Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1500405Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1508499Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1516510Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1524574Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1532771Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1540836Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1548878Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1557103Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1565086Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1573238Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1582285Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1590944Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1599263Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1607521Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1615803Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1624260Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1632607Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1640984Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1649354Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1657665Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1666062Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1674385Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1682843Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1691120Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1699538Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1707791Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1715772Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1723942Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1732437Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1740534Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1748915Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1756951Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1765141Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1773403Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1781385Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1789951Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1798982Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1807977Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1817054Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1826194Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1835120Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1844223Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1853147Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1862177Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1871278Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1880336Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1889351Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1898339Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1907440Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1916436Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1925527Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1934485Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1943549Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1952968Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1962218Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1971060Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1980012Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1989058Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.1998216Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2007261Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2016290Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2025396Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2034530Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2043590Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2052581Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2061523Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2070671Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2079894Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2088792Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2097762Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2106922Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2115946Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2124939Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2133948Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2143105Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2152063Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2161080Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2170240Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2179147Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2188307Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2197380Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2206534Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2215525Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2224633Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2233709Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2242765Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2251755Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2260677Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2269754Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2278929Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2288049Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2297160Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2306381Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2315611Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2324700Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2333734Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2342897Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2351880Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2361013Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2370017Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2379184Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2388182Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2397447Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2406534Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2415500Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2424647Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2433673Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2442743Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2451771Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2460826Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2469822Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2478940Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2488094Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2497386Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2506769Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2516126Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2525460Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2534822Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2544491Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2553786Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2563053Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2572301Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2581876Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2591242Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2600829Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2610304Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2646654Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:33.2655979Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2665502Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2674842Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2684327Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2693682Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2703190Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2712417Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2721567Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2730530Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2739577Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2748556Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2757528Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2766497Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2775647Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2784610Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2793671Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2802685Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2811700Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2820293Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2828696Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2836923Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2845230Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2853569Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2861865Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2870184Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2878526Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2886833Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2895182Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2903705Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2911873Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2920237Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2928603Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2936823Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2945223Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2953758Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2961952Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2970012Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2978268Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2986778Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.2994740Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3002791Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3010979Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3019376Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3028096Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3036887Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3045196Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3053384Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3061444Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3069771Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3077837Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3086097Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3094389Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3102581Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3110852Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3119176Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3127298Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3135492Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3143866Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3152094Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3160309Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3168589Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3176421Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3184719Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3192700Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3201033Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3209168Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3217346Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3225611Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3233790Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3242357Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3250390Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3258507Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3267212Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3275848Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3285037Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3293642Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3302499Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3311576Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3319736Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3327928Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3336100Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3344385Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3352572Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3361052Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3369387Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3377792Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3386410Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3394792Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3402854Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3411102Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3419471Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3427650Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3436222Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3444368Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3452736Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3461169Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3469477Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3477693Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3486118Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3494438Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3502807Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3511016Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3519440Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3527784Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3536133Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3544505Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3552587Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3560830Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3569156Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3577305Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3585659Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3594345Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3603178Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3611918Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3620652Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3629729Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3638176Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3646809Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3655404Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3663885Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3671811Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3680143Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3688431Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3696607Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3704935Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3713235Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3721578Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3729641Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3737983Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3746409Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3754705Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3763028Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3771597Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3779824Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3787894Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3796640Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3805414Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3813936Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3822569Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3831435Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3840191Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3848592Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3857227Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3866092Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3874759Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3883590Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3892374Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3900834Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3909487Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3918169Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3926788Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3935451Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3944152Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3952829Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3961568Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3970413Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3979297Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3988378Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.3997223Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4006167Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4015162Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4024020Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4033013Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4042191Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4050707Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4059208Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4067740Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4076348Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4111922Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:33.4120396Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4128761Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4137102Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4145746Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4154200Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4162763Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4171151Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4179432Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4187866Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4196184Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4204554Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4212904Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4221086Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4229459Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4237630Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4245959Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4254161Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4262441Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4271088Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4279307Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4288258Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4296428Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4304783Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4313024Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4321391Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4329732Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4338060Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4346436Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4354818Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4363252Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4371592Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4379955Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4388441Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4396682Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4405198Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4413388Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4421783Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4430163Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4438643Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4447016Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4455392Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4463852Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4472112Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4480581Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4488886Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4497207Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4505904Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4514031Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4522488Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4531020Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4539273Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4547791Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4556422Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4565425Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4573722Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4582011Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4590207Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4598623Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4606802Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4615017Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4623387Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4631222Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4639301Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4647392Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4655508Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4664033Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4672456Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4680454Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4688728Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4697112Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4705303Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4713821Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4721888Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4730071Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4738194Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4746813Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4755180Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4763662Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4771964Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4780624Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4789105Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4797198Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4805468Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4813679Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4821946Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4830310Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4838551Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4846996Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4855351Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4863806Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4872132Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4880536Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4888932Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4897130Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4905378Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4913606Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4922090Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4930422Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4938719Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4947370Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4955541Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4964052Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4972452Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4980586Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4989109Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.4997249Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5005760Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5013813Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5022285Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5031393Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5040673Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5048878Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5057409Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5066219Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5074110Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5082424Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5090838Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5099000Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5107122Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5115384Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5123757Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5131930Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5140334Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5148793Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5156964Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5165186Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5173726Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5181856Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5190211Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5198495Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5206920Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5214985Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5224058Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5232462Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5240822Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5249150Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5257620Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5265683Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5276057Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5287949Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5296929Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5305549Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5314098Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5322561Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5331129Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5339677Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5347889Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5356407Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5364921Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5387543Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5388186Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5390112Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5398312Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5406500Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5414881Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5423144Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5431373Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5439801Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5448188Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5456758Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5465577Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5474172Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5482433Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5490920Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5499243Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5507645Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5516182Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5524781Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5560656Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:33.5569311Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5577207Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5585534Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5593773Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5602363Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5610239Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5618513Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5626605Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5634698Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5642992Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5651370Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5659753Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5668222Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5676813Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5685113Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5693318Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5701562Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5710034Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5718437Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5726776Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5735094Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5743882Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5752236Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5760696Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5769050Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5777169Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5785218Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5793529Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5801848Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5810119Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5818624Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5826892Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5835030Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5843175Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5851221Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5859208Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5867412Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5875517Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5883753Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5891857Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5899894Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5909374Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5917534Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5925778Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5933900Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5941900Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5950350Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5958544Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5967420Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5976270Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5985272Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.5994176Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6003174Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6012065Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6021007Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6030158Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6039307Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6048081Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6057037Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6066117Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6074974Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6083972Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6092934Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6101822Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6110816Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6119874Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6128797Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6137823Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6146716Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6155580Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6164553Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6173408Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6182331Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6191360Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6200322Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6209165Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6218332Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6227245Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6236241Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6245291Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6254216Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6263308Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6272210Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6281545Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6290209Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6299321Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6308107Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6316211Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6324780Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6333031Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6341532Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6349759Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6358152Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6366188Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6374397Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6382592Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6390957Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6399246Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6407353Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6415451Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6423925Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6431974Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6440298Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6448540Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6456688Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6464946Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6473268Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6481648Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6489838Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6497764Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6505882Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6513962Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6522000Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6530190Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6538571Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6547164Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6555171Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6563343Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6571358Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6579385Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6587797Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6595887Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6604201Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6612332Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6620627Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6629025Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6637069Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6645420Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6653608Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6661961Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6670132Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6678278Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6686339Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6694315Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6702335Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6710434Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6718727Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6726870Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6735080Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6743481Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6751701Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6760426Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6768640Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6777011Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6785192Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6793472Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6801558Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6809667Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6817887Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6826390Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6834395Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6843012Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6851416Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6859346Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6867650Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6875696Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6884340Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6893001Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6901481Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6910224Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6918760Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6927382Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6935987Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6944983Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6953976Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6962705Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6971241Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.6979766Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7015232Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:33.7023971Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7032499Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7041158Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7049308Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7057881Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7066318Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7075216Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7083778Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7092153Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7100591Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7109274Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7117637Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7126028Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7134137Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7142744Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7151064Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7159279Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7167592Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7175878Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7184470Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7192866Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7201456Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7209975Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7218464Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7227128Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7235564Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7243993Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7252307Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7260545Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7268918Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7277340Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7285777Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7294235Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7302436Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7310886Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7319494Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7327512Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7335804Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7344103Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7352338Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7360599Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7368526Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7376655Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7384829Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7392928Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7400973Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7409137Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7417622Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7426075Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7434145Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7442448Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7450667Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7458893Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7467323Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7475549Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7484054Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7492550Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7500676Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7508733Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7516728Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7524823Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7533061Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7541023Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7549434Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7557518Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7565549Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7573714Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7582113Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7590521Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7598661Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7606783Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7614838Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7623061Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7631340Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7639555Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7647680Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7655845Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7664031Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7672148Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7680359Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7688598Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7696739Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7705045Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7713164Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7721351Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7729543Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7737602Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7745908Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7754002Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7762181Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7770408Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7778536Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7788049Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7796605Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7805509Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7813352Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7821745Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7830204Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7838565Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7846702Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7854888Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7863292Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7871315Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7879647Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7887717Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7895890Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7904071Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7912534Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7921452Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7929755Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7938510Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7947129Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7955579Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7964314Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7972380Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7980668Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7988892Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.7996913Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8005142Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8013350Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8021429Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8030116Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8038164Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8046765Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8054857Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8063542Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8071484Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8079759Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8088104Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8096402Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8104877Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8113227Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8121661Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8130001Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8138348Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8146794Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8155301Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8163591Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8171947Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8180164Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8188411Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8196606Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8204973Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8212924Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8220987Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8229229Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8237413Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8245585Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8253707Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8261775Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8270043Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8278342Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8286384Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8294788Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8302807Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8311600Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8320313Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8328491Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8336639Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8344950Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8353200Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8361569Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8370017Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8378567Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8387148Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8395559Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8404091Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8412530Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8447860Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:33.8456295Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8464856Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8473174Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8481717Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8490220Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8498895Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8507162Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8515463Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8523802Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8532251Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8540802Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8549004Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8557476Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8566014Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8574460Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8582955Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8591229Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8599787Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8608097Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8616377Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8624582Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8632835Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8641059Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8649170Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8657365Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8665808Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8673882Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8682264Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8690267Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8698372Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8706541Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8714493Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8722631Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8731192Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8739897Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8748965Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8757968Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8766899Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8775808Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8784778Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8793635Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8802630Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8811583Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8820434Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8829342Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8838357Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8846765Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8855047Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8863370Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8871630Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8880299Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8888468Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8896749Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8905011Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8913197Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8921401Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8929469Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8937591Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8945779Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8953988Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8962237Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8970724Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8978631Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8986938Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.8994939Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9003039Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9011093Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9019144Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9027573Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9035350Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9043503Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9051664Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9059656Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9067867Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9076180Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9084554Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9092591Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9100710Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9108846Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9116974Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9125305Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9133391Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9141981Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9150316Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9158558Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9166981Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9175077Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9183417Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9191506Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9199758Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9208206Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9216482Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9224583Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9232643Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9240893Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9249078Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9257335Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9265718Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9273927Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9282228Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9290372Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9298584Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9307160Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9315271Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9323574Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9331710Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9339861Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9348327Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9356453Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9364694Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9373287Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9381858Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9390385Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9399433Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9407921Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9416211Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9425139Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9433622Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9442184Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9451064Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9459247Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9467741Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9476291Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9484884Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9493329Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9501735Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9510428Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9518866Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9527415Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9535863Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9544589Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9552938Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9561740Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9570313Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9578295Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9586484Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9594608Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9602801Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9611077Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9619333Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9627586Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9635667Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9644176Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9652356Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9660774Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9668971Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9677657Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9685770Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9693911Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9701985Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9710307Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9718444Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9726474Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9735157Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9743356Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9751601Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9759641Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9767715Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9775771Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9783931Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9791994Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9800155Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9808286Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9816406Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9824576Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9832793Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9841190Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9849370Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9884634Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:33.9892974Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9902147Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9910987Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9919775Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9928635Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9936912Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9945294Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9953612Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9962106Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9970397Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9978778Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9987310Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:33.9995627Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0004079Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0012435Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0020880Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0029445Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0037797Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0046157Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0054448Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0062879Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0071208Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0079490Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0087778Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0096023Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0104327Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0112607Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0120905Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0129177Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0137397Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0145832Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0154183Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0162493Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0170681Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0178884Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0187974Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0196872Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0205831Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0214603Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0222893Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0230895Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0239246Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0247311Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0255456Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0263831Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0271758Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0280048Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0288932Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0296765Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0305169Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0313225Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0321706Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0329917Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0337828Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0346324Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0354410Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0362556Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0370592Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0378526Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0386830Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0394964Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0403544Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0412178Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0420836Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0430039Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0438368Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0446864Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0455412Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0464004Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0472560Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0481111Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0489660Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0498101Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0506832Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0515332Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0524119Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0532815Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0541462Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0549993Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0558512Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0567007Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0575604Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0584360Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0592930Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0601545Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0610127Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0618606Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0627207Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0635897Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0644405Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0652694Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0660894Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0669719Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0678566Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0686777Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0695163Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0703445Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0711806Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0720268Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0728527Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0736810Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0745186Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0753556Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0762106Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0769705Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0777717Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0785766Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0793889Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0802561Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0810943Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0819318Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0827904Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0836355Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0845042Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0853205Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0861486Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0869961Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0878286Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0886637Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0894998Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0903513Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0911731Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0919895Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0928002Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0936209Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0944598Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0952973Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0961389Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0969642Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0977816Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0986145Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.0994249Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1002748Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1010785Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1019239Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1027621Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1035739Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1044002Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1052284Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1060561Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1069000Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1077275Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1085545Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1093715Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1101894Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1110251Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1118595Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1126680Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1134818Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1143269Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1151754Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1159807Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1168316Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1176342Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1184668Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1192900Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1201355Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1209683Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1218197Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1226463Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1234756Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1243031Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1251501Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1259708Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1267876Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1276351Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1284574Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1292776Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1300840Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1335927Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:34.1344490Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1352990Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1361384Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1369685Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1377995Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1386490Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1394689Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1403198Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1411822Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1420023Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1428539Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1436675Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1445014Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1453124Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1461376Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1469808Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1478192Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1486493Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1494658Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1502798Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1511287Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1519655Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1527932Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1536210Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1544712Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1553017Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1561522Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1570036Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1578108Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1586795Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1595223Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1603820Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1612233Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1620721Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1629750Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1638926Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1647780Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1656294Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1664654Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1673014Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1681448Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1690017Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1698498Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1707031Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1715552Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1723803Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1733030Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1741206Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1749434Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1758325Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1767647Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1776077Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1785183Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1795017Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1803611Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1812120Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1820155Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1828671Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1837355Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1845779Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1854183Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1862830Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1871214Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1879420Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1889141Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1901092Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1910298Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1920441Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1928454Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1936629Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1945172Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1953337Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1961637Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1969709Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1977924Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1986189Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.1994293Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2002600Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2010671Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2018816Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2027073Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2035360Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2043627Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2051808Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2059979Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2068262Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2076396Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2084662Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2092879Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2101069Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2109315Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2117475Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2125815Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2134009Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2142515Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2151720Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2159760Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2167877Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2176266Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2184539Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2192812Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2201274Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2209667Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2217984Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2226469Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2234786Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2243300Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2251625Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2259940Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2268403Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2276709Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2285130Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2293479Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2301814Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2310251Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2318664Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2326970Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2335240Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2343774Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2352228Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2360640Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2368635Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2376957Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2385440Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2393503Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2401788Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2410061Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2418420Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2426883Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2435596Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2443966Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2452054Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2460722Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2468797Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2477436Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2485581Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2493664Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2502086Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2509985Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2518125Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2526598Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2534892Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2543012Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2551211Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2559657Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2567964Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2576102Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2584527Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2592515Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2600674Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2608770Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2616930Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2625391Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2633263Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2641678Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2650419Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2659205Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2668126Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2676775Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2685554Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2693700Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2701993Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2710370Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2718634Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2726767Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2734888Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2743310Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2751526Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2787386Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:34.2795671Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2804000Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2812432Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2820813Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2829212Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2837507Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2845756Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2853974Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2862219Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2870679Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2878868Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2887153Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2895682Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2904038Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2912494Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2920595Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2928941Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2937352Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2945695Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2953935Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2962544Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2970952Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2979154Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2987564Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.2996009Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3004500Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3012902Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3021838Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3030952Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3040132Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3049273Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3058446Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3068007Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3077234Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3086498Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3095641Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3105020Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3114354Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3123730Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3132970Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3142360Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3152004Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3161109Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3170207Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3179404Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3188406Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3197538Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3206832Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3216135Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3225616Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3235008Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3244448Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3253875Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3263458Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3272507Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3281846Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3291172Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3300470Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3309937Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3319175Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3328457Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3337733Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3347114Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3356368Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3365786Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3375042Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3384459Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3393782Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3402927Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3411423Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3419825Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3428063Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3436315Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3444881Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3453047Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3461627Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3470037Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3478472Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3487030Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3495634Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3503937Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3512208Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3520482Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3528853Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3537532Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3545895Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3553992Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3562455Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3570937Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3579347Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3587785Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3596286Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3604747Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3613162Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3621466Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3630041Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3638734Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3647070Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3655461Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3663953Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3672306Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3680524Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3688813Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3697166Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3705714Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3714073Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3723022Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3731686Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3740491Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3749333Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3758177Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3766853Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3775546Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3784388Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3793494Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3802650Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3811463Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3820095Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3829089Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3837896Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3846758Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3855524Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3864363Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3873315Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3882084Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3890925Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3899581Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3908524Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3917259Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3926134Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3934922Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3943738Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3952095Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3960470Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3968828Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3977414Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3985607Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.3993824Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4002248Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4011028Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4019687Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4027839Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4036224Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4045013Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4053282Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4061552Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4070162Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4078317Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4086644Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4094766Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4103308Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4112013Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4120561Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4128970Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4137564Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4146237Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4154758Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4163337Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4171936Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4180429Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4189097Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4197669Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4206373Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4214945Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4223620Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4232315Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4240809Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4249611Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4286483Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:34.4295479Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4304212Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4313026Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4321929Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4330870Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4339518Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4348023Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4356625Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4364883Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4373215Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4381428Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4390003Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4398220Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4406405Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4414542Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4422854Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4430874Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4439219Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4447172Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4455189Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4463653Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4471539Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4479759Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4487686Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4496130Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4504225Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4512698Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4521014Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4528846Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4537052Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4545381Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4553660Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4561704Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4569773Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4577744Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4586585Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4594828Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4603063Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4611122Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4619283Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4627527Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4635637Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4643788Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4652093Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4661514Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4670301Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4678892Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4687342Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4695898Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4704489Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4713210Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4721860Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4730032Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4738478Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4747364Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4755650Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4764227Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4772551Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4780937Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4789404Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4798134Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4806480Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4814944Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4823155Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4831737Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4839965Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4848416Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4856752Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4865197Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4873468Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4881899Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4890151Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4898520Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4907084Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4915463Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4923744Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4931947Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4940158Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4948729Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4956877Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4965246Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4973618Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4981899Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4990093Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.4998491Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5006840Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5015020Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5023263Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5031700Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5040053Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5048550Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5057089Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5065833Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5074263Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5083080Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5091243Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5099308Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5107854Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5116376Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5125158Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5133653Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5142038Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5150501Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5158994Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5167297Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5175530Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5184014Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5192334Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5200848Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5209112Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5217341Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5225857Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5234351Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5242917Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5251133Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5259463Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5267793Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5276159Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5285020Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5293119Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5301254Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5310222Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5318562Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5326814Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5334913Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5343414Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5351967Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5360389Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5368785Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5377151Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5385463Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5393805Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5402234Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5410572Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5418912Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5427359Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5435703Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5444110Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5452454Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5460770Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5469185Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5477495Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5485993Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5494344Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5502796Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5511261Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5520400Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5528304Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5537044Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5545297Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5553685Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5562543Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5571127Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5579706Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5588462Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5596986Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5606243Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5615422Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5624336Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5632268Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5640909Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5649239Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5657580Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5666313Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5674970Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5683793Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5692017Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5700885Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5737546Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:34.5746021Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5754503Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5762791Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5771321Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5779762Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5788815Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5798270Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5807674Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5816615Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5826359Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5834674Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5843505Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5851435Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5859907Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5868466Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5876666Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5885199Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5893694Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5902099Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5910551Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5918827Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5927105Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5935302Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5943984Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5952051Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5960513Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5968866Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5977020Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5985514Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.5993391Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6001637Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6009651Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6017945Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6025970Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6034147Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6042687Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6067614Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6068252Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6068832Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6077413Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6086046Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6094594Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6103061Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6111590Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6120419Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6129058Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6137731Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6147911Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6156741Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6165157Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6173373Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6181906Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6190201Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6198793Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6207705Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6216367Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6225096Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6233588Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6242381Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6250853Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6259546Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6268268Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6276675Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6284923Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6293376Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6301693Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6310251Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6318685Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6327152Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6335394Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6343967Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6352320Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6360845Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6369257Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6377569Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6386421Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6394583Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6402864Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6411169Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6419541Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6427859Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6436246Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6444492Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6452849Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6461195Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6469573Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6478073Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6486364Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6494659Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6503196Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6511550Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6520003Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6528282Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6536623Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6544913Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6553171Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6561585Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6570013Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6578525Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6587154Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6595674Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6604325Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6612801Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6621527Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6630093Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6638786Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6647259Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6656232Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6664878Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6673456Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6682143Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6690654Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6699079Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6707730Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6716188Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6724661Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6733050Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6741518Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6749839Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6758364Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6766912Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6775447Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6783925Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6792313Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6800688Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6809290Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6817553Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6825903Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6834627Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6843096Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6851534Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6860031Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6868383Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6876797Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6885272Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6893918Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6902335Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6910960Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6919466Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6927960Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6936541Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6945005Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6953503Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6962188Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6970627Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6979094Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6987867Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.6996123Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7004615Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7012957Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7021326Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7029813Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7038222Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7046678Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7055043Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7063674Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7071994Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7080242Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7088652Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7096926Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7105200Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7113521Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7121774Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7129995Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7138309Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7146729Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7154833Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7163202Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7199312Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:34.7207678Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7215857Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7224164Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7232359Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7240706Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7248920Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7257134Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7265489Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7273699Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7282106Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7290226Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7298409Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7306778Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7315073Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7323684Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7331852Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7340092Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7348568Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7356787Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7365384Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7373963Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7382550Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7391201Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7399908Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7408581Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7417208Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7425989Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7434518Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7443066Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7451582Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7460170Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7468760Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7477323Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7486031Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7494611Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7503387Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7512011Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7520872Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7529461Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7538271Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7547104Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7555813Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7564821Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7573463Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7582347Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7590850Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7599634Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7607917Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7616359Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7624978Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7633228Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7641799Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7650081Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7658977Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7667010Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7675671Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7684055Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7692472Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7700919Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7709398Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7717995Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7726565Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7734953Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7743715Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7752089Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7760532Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7768933Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7777327Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7785862Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7794237Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7803043Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7811226Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7819926Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7827911Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7836249Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7845632Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7854365Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7862518Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7871166Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7879545Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7887875Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7896220Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7904606Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7912981Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7921486Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7929847Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7938230Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7946666Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7955045Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7963725Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7972051Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7980305Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7988802Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.7997235Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8006003Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8014579Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8023026Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8031356Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8039950Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8048323Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8056945Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8065189Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8073493Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8082002Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8090348Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8098861Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8107528Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8115987Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8124488Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8132883Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8141403Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8149972Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8158388Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8166869Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8175282Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8184216Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8192574Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8201063Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8209562Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8217708Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8226093Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8234270Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8242807Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8251510Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8260746Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8269782Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8278641Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8287871Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8296479Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8305402Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8314142Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8322969Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8331773Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8340574Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8349567Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8358442Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8367169Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8375958Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8384938Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8393619Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8402539Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8411220Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8420209Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8429219Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8437874Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8446620Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8455382Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8464386Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8473089Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8481937Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8490730Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8499585Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8508646Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8517307Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8526347Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8534902Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8543852Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8552550Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8561433Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8570174Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8578966Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8587799Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8596549Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8605605Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8614367Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8623227Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8631873Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8640693Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8676994Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:34.8685678Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8694257Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8702847Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8711411Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8720057Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8728568Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8737169Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8745690Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8754266Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8763303Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8771581Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8779896Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8788393Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8796445Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8804525Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8812422Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8820467Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8828864Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8837087Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8845590Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8854029Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8862435Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8870743Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8878961Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8886874Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8894790Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8903071Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8911033Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8919199Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8927530Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8935587Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8943871Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8951836Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8960222Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8968417Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8976557Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8984806Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.8993167Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9001303Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9009699Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9017960Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9026487Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9034654Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9043643Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9052522Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9061238Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9069704Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9078195Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9086492Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9094678Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9102973Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9111171Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9119393Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9127488Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9135944Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9144303Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9152962Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9161399Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9169864Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9178294Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9186851Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9195357Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9203908Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9212504Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9221161Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9229409Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9237852Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9246268Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9254724Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9263477Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9272038Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9281073Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9290060Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9299007Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9307908Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9316033Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9324456Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9332826Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9341132Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9349599Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9358211Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9366352Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9374792Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9383091Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9391434Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9399909Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9408441Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9416711Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9425058Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9433476Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9441921Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9450392Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9458651Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9467101Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9475271Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9483613Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9491802Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9499997Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9508578Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9516647Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9525002Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9533473Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9541863Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9550343Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9558599Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9566881Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9575153Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9583414Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9592101Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9600526Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9608973Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9617573Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9625990Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9634247Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9642696Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9651132Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9659630Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9668087Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9676613Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9684938Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9693494Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9701950Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9710305Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9718744Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9727139Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9735532Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9743984Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9752308Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9760689Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9769014Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9777467Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9785893Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9794328Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9803191Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9811605Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9819928Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9828314Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9836876Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9845451Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9853905Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9862422Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9871088Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9879645Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9888274Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9896913Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9905465Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9913972Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9922663Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9931231Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9939795Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9948500Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9957066Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9965742Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9974324Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9983093Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:34.9991482Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0000131Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0008595Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0017290Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0025928Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0034689Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0043149Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0051724Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0059902Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0068409Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0076912Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0085339Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0093783Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0129834Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:35.0138388Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0146720Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0154961Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0163160Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0171154Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0179080Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0187223Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0195229Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0203429Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0211546Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0219369Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0227461Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0235529Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0243760Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0251923Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0259998Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0268176Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0276250Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0284567Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0292771Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0300911Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0309308Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0317040Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0325216Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0333124Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0341402Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0349900Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0358421Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0366743Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0374865Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0382894Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0391396Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0399714Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0408213Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0417296Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0425524Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0433756Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0442369Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0450867Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0459252Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0467668Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0476206Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0484521Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0492987Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0501361Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0509958Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0518297Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0527173Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0535793Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0544051Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0552472Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0560948Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0569388Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0578053Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0586540Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0594912Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0603359Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0611815Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0620092Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0628686Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0637087Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0645572Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0653963Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0662909Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0671025Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0679611Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0688094Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0696796Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0705380Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0713398Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0721888Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0730233Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0738552Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0747121Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0755454Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0763961Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0772259Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0780784Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0789291Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0797838Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0806264Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0814672Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0823199Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0831681Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0840142Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0848554Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0856876Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0865394Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0874140Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0882338Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0890947Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0899556Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0908093Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0916375Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0924822Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.0933421Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0942083Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0950389Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0959156Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0967337Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0975609Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0984099Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.0992050Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1000542Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1009196Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1017664Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1026078Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1034497Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1043148Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1051488Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1059745Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1068318Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1076553Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1085014Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1093302Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1101631Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1110035Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1118713Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1126978Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1135339Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1144376Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1152121Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1160520Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1168785Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1177241Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1185722Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1194148Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1202420Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1210864Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1219171Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1227655Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1236028Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1244507Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1253057Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1261537Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1269793Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1278063Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1286464Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1294732Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1303361Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1311834Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1320348Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1328708Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1337100Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1345555Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1353870Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1362351Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1370711Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1379161Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1387716Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1396706Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1405430Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1413560Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1422009Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1430165Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1438581Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1447020Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1455360Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1463860Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1472226Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1480684Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1489041Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1497560Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1506072Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1514474Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1522949Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1531377Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1539659Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1575680Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:35.1584204Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1592399Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1600879Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1609220Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1617567Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1626080Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1634511Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1642877Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1651382Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1659691Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1668167Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1676455Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1684834Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1693043Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1701045Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1709411Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.1717366Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1725580Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1733551Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1741623Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1749701Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1757839Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1766175Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1774253Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1782313Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1790390Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1798589Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1806738Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1814794Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1822918Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1831011Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1839401Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1847628Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1856023Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1864715Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1873263Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1881972Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1890232Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1899558Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1908502Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1916405Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1924661Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1933600Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1941721Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1950103Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1958607Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1967086Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1975695Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1983915Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.1992382Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2000552Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2008885Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2017249Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2025764Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2034138Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2042793Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2051013Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2059268Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2067841Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2076302Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2084672Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2093223Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2101474Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2110041Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2118106Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2126410Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2135061Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2143406Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2151831Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2160341Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2168735Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2177078Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2185557Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2194040Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2202461Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2210790Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2219324Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2227610Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2236172Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2244604Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2252959Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2261226Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2269638Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2278081Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2286593Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2295022Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2303471Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2311876Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2320375Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2328805Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2337171Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2345732Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2354184Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2362676Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2371063Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2379407Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2387880Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2396699Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2405502Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2414246Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2423228Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2431832Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2440715Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2449423Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2458328Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2467075Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2475928Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2485002Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2493605Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2502813Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2511503Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2520744Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2529428Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2538105Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2547039Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2555758Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2564478Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2573178Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2581842Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2590648Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2599350Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2608170Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2616699Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2625524Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2634408Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2642930Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2651359Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2660295Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2669586Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2677952Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:35.2686073Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2694302Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2702548Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2710880Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2719259Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2727649Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2736022Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2744493Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2752936Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2761604Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2770161Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2778630Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2787255Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2795836Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2804532Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2812985Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2821585Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2830191Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2838877Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2847566Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2856032Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2864758Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2873216Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2881985Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2890517Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2899769Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2908378Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2916914Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2925750Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2933866Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2942179Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2950463Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2958753Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2967284Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2975522Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2983884Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.2992097Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3000464Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3008638Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3044667Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:35.3052955Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3061392Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3069783Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3078159Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3086342Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3094406Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3102609Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3110756Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3118978Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3127112Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3135357Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3144035Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3151967Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3160212Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3168591Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3176629Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3185111Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3193141Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3201455Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3209635Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3217704Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3225733Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3233886Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3241972Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3250072Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3258232Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3266666Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3274943Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3283043Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3291495Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3299743Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3308330Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3316866Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3325695Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3333882Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3342262Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3350747Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3359378Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3367577Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3376322Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3385251Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3394117Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3404218Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3412757Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3420954Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3429407Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3437611Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3446218Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3454417Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3463026Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3471440Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3480210Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3488890Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3497273Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3505525Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3513659Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3522217Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3530523Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3538839Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3547346Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3555588Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3564117Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3572558Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3580986Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3589659Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3598254Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3606788Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3615225Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3623908Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3632153Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3640820Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3649815Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3658242Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3666894Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3675648Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3684197Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3692549Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3701146Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3709697Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3718195Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3726531Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3735018Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3743314Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3751556Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3760507Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3769382Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3778335Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3787355Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3796250Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3805245Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3814136Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3823140Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3832164Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3841116Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3850050Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3858897Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3867911Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3876847Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3885968Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3894789Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3903638Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3912339Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3920908Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3928976Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3937238Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3945557Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3953843Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3962152Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3970323Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3978549Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3986902Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.3995185Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4003512Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4011920Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4020057Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4028480Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4036880Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4045272Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4053514Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4061799Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4070135Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4078489Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4086743Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4094959Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4103400Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4111715Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4120171Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4128413Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4136665Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4145387Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4153728Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4162248Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4170543Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4178847Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4188015Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4196165Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4205015Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4213544Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4221651Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4230278Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4238589Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4246936Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4255508Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4263721Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4271906Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4280321Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4289056Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4296985Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4305499Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4314087Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4322552Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4330992Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4339262Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4347881Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4356084Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4364472Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4372939Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4381171Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4389458Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4398064Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4406331Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4415281Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4424101Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4432756Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4441591Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4450441Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4459161Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4495633Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:35.4504450Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4513268Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4522293Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4531036Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4539614Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4548525Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4557254Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4566015Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4574720Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4583708Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4592493Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4601466Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4610358Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4619631Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4628442Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4637317Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4646101Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4654647Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4662882Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4671482Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4679738Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4687766Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4695794Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4703881Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4711654Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4719783Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4727913Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4736115Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4744524Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4752746Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4760944Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4769192Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4777403Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4785602Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4793913Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4802025Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4810409Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4818476Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4826835Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4835091Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4843482Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4851700Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4859886Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4868239Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4876510Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4884863Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4893518Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4901935Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4910479Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4918929Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4927199Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4935600Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4944211Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4952609Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4960954Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4969382Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4977621Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4986172Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.4994438Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5002746Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5011088Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5019607Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5028296Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5036585Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5045216Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5053328Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5061680Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5070182Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5078519Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5086941Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5095241Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:35.5103872Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5112163Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5120807Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5129223Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5137646Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5146162Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5154580Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5163106Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5171733Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5179814Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5188240Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5196860Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5205289Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5213877Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5222324Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5230915Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5239565Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5247919Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5256241Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5264498Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5272905Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5281108Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5289632Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5298044Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5306617Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5315009Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5323354Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5331572Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5339891Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5348125Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5356367Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5364781Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5373065Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5381496Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5389992Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5398562Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5406617Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5414885Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5423260Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5431695Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5440377Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5448942Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5457432Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5466160Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5474516Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5483016Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5491275Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5499587Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5507992Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5516611Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5525295Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5533627Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5542113Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5550812Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5559448Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5568014Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5576897Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5585090Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5593349Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5601822Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5610483Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5618390Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5626795Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5635076Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5643388Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5651863Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5660080Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5668972Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5677275Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5685716Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5694325Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5702845Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5711040Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5719394Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5727581Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5735810Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5744196Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5752396Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5760867Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5769102Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5777429Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5785750Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5793969Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5802296Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5810649Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5818970Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5827366Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5835655Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5844026Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5852294Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5860506Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5868942Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5877301Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5886001Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5894577Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5903085Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5911672Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5947783Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:13:35.5956105Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5964490Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5972601Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5980711Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5989056Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.5997501Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6005858Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6013985Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6022108Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6030232Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6038184Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6046313Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6054748Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6062874Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6072200Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6080335Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6088644Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6096557Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6104616Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6112840Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6120914Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6128976Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6136964Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6145241Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6153245Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6161541Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6169737Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6178235Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6186796Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6195063Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6203541Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6211944Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6220224Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6228958Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6237334Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6245566Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6253908Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6262214Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6270597Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6279096Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6287709Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6296150Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6304695Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6312954Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6321849Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6330043Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6338713Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6347045Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6355274Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6363739Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6372258Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6380618Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6389175Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6397940Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6407134Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6415655Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6425049Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6434218Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6443052Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6451622Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6460140Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6468979Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6477177Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6485726Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6494183Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6503065Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6511341Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6519768Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6528221Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6536572Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6545517Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6553750Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6562373Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6570627Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6578845Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6587378Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6596115Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6605048Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6613357Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6622285Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6630876Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6639870Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6648108Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6656659Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6665508Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6673798Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6682376Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6691288Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6699806Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6708312Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6717109Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6725228Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6733752Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6742059Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6750615Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6759153Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6767546Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6775915Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6784416Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6792986Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6801276Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6809940Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6818805Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6827193Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6835837Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6844128Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6864743Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6865192Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6870205Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6878985Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6887396Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6896085Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6904760Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6913343Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6922005Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6930380Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6938826Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6947664Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6955817Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6964330Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6972787Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6981751Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6989967Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.6998905Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7007655Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7016230Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7024941Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7033871Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7042439Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7050707Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7058855Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7067506Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7075730Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7084366Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7092598Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7100833Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7109297Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7117850Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7126632Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7135372Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7144117Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7152452Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7160937Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7169327Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7177495Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7185910Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7194719Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7202996Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7211682Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7219774Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7228104Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7236427Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7244858Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7253310Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7261660Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7269814Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7278051Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7286354Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7294377Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7302858Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7310809Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7319305Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7327177Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7335261Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7343443Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7351642Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7360137Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7368412Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7376705Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7412320Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:13:35.7420594Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7429014Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7437395Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7445786Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7454266Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7462383Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7471009Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7479361Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7487665Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7495873Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7504362Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7512547Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7520715Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7528731Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7536702Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7544821Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7552788Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7561083Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7569253Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7577479Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7585647Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7593697Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7601867Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7609979Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7618050Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7626161Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7634204Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7642540Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7650630Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7659077Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7667586Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7675720Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7684215Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7692495Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7700693Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7709062Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7717252Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7725476Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7733840Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7742475Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7751261Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7759896Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7768494Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7777059Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7785769Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7794429Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7803198Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7811531Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7820239Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7828853Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7837365Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7845961Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7854575Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7863294Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7871869Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7880718Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7889272Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7897924Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7906574Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7915457Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7924017Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7932337Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7940622Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7948814Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:13:35.7965750Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... test_meta.py:127: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:13:35.7966251Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-09-27T16:13:35.7978830Z ok (0.003s) 2022-09-27T16:13:35.7999121Z test_imag (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8012026Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:13:35.8029616Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8041742Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:13:35.8053433Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:13:35.8070451Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8086961Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8102603Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8125524Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8146087Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:13:35.8176542Z test_weakref (__main__.TestMetaConverter) ... ok (0.003s) 2022-09-27T16:13:35.8176760Z 2022-09-27T16:13:35.8177093Z ---------------------------------------------------------------------- 2022-09-27T16:13:35.8177459Z Ran 10172 tests in 9.028s 2022-09-27T16:13:35.8177576Z 2022-09-27T16:13:35.8177662Z OK (skipped=10158) 2022-09-27T16:13:35.8177774Z 2022-09-27T16:13:35.8177844Z Generating XML reports... 2022-09-27T16:13:37.2543696Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927161326.xml 2022-09-27T16:13:37.2557163Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927161326.xml 2022-09-27T16:13:38.1170217Z Running test_transformers ... [2022-09-27 16:13:38.116602] 2022-09-27T16:13:38.1171283Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:38.116691] 2022-09-27T16:13:41.9677018Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-09-27T16:13:41.9697304Z 2022-09-27T16:13:41.9697410Z Running tests... 2022-09-27T16:13:41.9697866Z ---------------------------------------------------------------------- 2022-09-27T16:13:41.9800434Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.010s) 2022-09-27T16:13:41.9824632Z test_mask_check_fastpath (__main__.TestTransformers) 2022-09-27T16:13:42.0000844Z Test that fastpath is executed independently of the mask that is passed. ... test_transformers.py:827: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:13:42.0001411Z nested_tensor_return_value = torch.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-09-27T16:13:42.0111578Z ok (0.031s) 2022-09-27T16:13:42.0195812Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:13:42.0264024Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:13:42.0328704Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.0546368Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.022s) 2022-09-27T16:13:42.0958790Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.041s) 2022-09-27T16:13:42.1176943Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.022s) 2022-09-27T16:13:42.1234822Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.1298742Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.1360519Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.1566619Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.1780212Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.1992624Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.2043269Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-09-27T16:13:42.2102154Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.2296781Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-09-27T16:13:42.2356115Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.2419691Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.2483553Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.2691035Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.2903598Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.3117530Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.3176337Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.3241065Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.3305650Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.3513112Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.3725815Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.3940632Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-09-27T16:13:42.3995459Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-09-27T16:13:42.4057498Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.4118536Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T16:13:42.4133404Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-09-27T16:13:42.4907932Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.077s) 2022-09-27T16:13:42.5654561Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.075s) 2022-09-27T16:13:42.6498315Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.084s) 2022-09-27T16:13:42.7473701Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.097s) 2022-09-27T16:13:42.8153191Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.068s) 2022-09-27T16:13:42.8827829Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.067s) 2022-09-27T16:13:42.9693448Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.087s) 2022-09-27T16:13:43.0665076Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.097s) 2022-09-27T16:13:43.0696899Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-09-27T16:13:43.0761158Z Test TransformerEncoder fastpath output matches slowpath output ... test_transformers.py:160: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:13:43.0761670Z ) for pair in input_mask_pairs 2022-09-27T16:13:44.5141618Z ok (1.447s) 2022-09-27T16:13:44.5171137Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-09-27T16:13:44.5270777Z 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-27T16:13:44.5271440Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:13:45.8649482Z ok (1.351s) 2022-09-27T16:13:45.8679143Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-09-27T16:13:47.3341503Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.469s) 2022-09-27T16:13:47.3372503Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-09-27T16:13:48.8518036Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.518s) 2022-09-27T16:13:48.8540553Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:13:48.8682816Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.017s) 2022-09-27T16:13:48.8705770Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:13:48.8833866Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.015s) 2022-09-27T16:13:48.8856530Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:13:48.8970393Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-09-27T16:13:48.8993327Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:13:48.9108717Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-09-27T16:13:48.9179241Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:13:48.9250602Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:13:48.9322264Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:13:48.9322652Z 2022-09-27T16:13:48.9323179Z ---------------------------------------------------------------------- 2022-09-27T16:13:48.9323462Z Ran 52 tests in 6.962s 2022-09-27T16:13:48.9323565Z 2022-09-27T16:13:48.9323640Z OK (skipped=2) 2022-09-27T16:13:48.9323748Z 2022-09-27T16:13:48.9323843Z Generating XML reports... 2022-09-27T16:13:48.9397325Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927161341.xml 2022-09-27T16:13:49.4949735Z Running test_public_bindings ... [2022-09-27 16:13:49.494576] 2022-09-27T16:13:49.4950505Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:49.494666] 2022-09-27T16:13:53.0474855Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-09-27T16:13:53.0489165Z 2022-09-27T16:13:53.0489469Z Running tests... 2022-09-27T16:13:53.0490038Z ---------------------------------------------------------------------- 2022-09-27T16:13:53.0527405Z test_correct_module_names (__main__.TestPublicBindings) 2022-09-27T16:13:53.3837786Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:243: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T16:13:53.3838982Z "torch.distributed.reduce_op is deprecated, please use " 2022-09-27T16:13:55.1652903Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:13:55.4640932Z ok (2.415s) 2022-09-27T16:13:55.4678510Z test_no_new_bindings (__main__.TestPublicBindings) 2022-09-27T16:13:55.4690132Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.005s) 2022-09-27T16:13:55.4690481Z 2022-09-27T16:13:55.4690785Z ---------------------------------------------------------------------- 2022-09-27T16:13:55.4691038Z Ran 2 tests in 2.420s 2022-09-27T16:13:55.4691157Z 2022-09-27T16:13:55.4691220Z OK 2022-09-27T16:13:55.4691298Z 2022-09-27T16:13:55.4691387Z Generating XML reports... 2022-09-27T16:13:55.4698008Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220927161353.xml 2022-09-27T16:13:56.2220633Z Running test_prims ... [2022-09-27 16:13:56.221636] 2022-09-27T16:13:56.2221183Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:56.221723] 2022-09-27T16:14:00.1598726Z Test results will be stored in test-reports/python-unittest/test_prims 2022-09-27T16:14:00.1637247Z 2022-09-27T16:14:00.1637556Z Running tests... 2022-09-27T16:14:00.1638251Z ---------------------------------------------------------------------- 2022-09-27T16:14:00.1709968Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.007s) 2022-09-27T16:14:00.1750792Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:14:00.1792086Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.004s) 2022-09-27T16:14:00.1887370Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.009s) 2022-09-27T16:14:00.2039930Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.015s) 2022-09-27T16:14:01.4630544Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... ok (1.259s) 2022-09-27T16:14:01.9075421Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.444s) 2022-09-27T16:14:01.9107289Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:14:01.9123613Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:01.9392005Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.027s) 2022-09-27T16:14:01.9616984Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.022s) 2022-09-27T16:14:01.9642338Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:14:01.9667159Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0228541Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.056s) 2022-09-27T16:14:02.0569691Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.034s) 2022-09-27T16:14:02.0584833Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0599819Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:02.0613700Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:02.0632662Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0651329Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0667412Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0678697Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:02.0696579Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0732961Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-09-27T16:14:02.0748105Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:02.0788776Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.004s) 2022-09-27T16:14:02.0804054Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:02.0819198Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:02.0836324Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0853351Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0870535Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0887602Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0904581Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0921547Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0938573Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.0955838Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:02.1023154Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.007s) 2022-09-27T16:14:02.1023504Z 2022-09-27T16:14:02.1023944Z ---------------------------------------------------------------------- 2022-09-27T16:14:02.1024319Z Ran 37 tests in 1.939s 2022-09-27T16:14:02.1024470Z 2022-09-27T16:14:02.1024581Z OK (skipped=25) 2022-09-27T16:14:02.1024747Z 2022-09-27T16:14:02.1024876Z Generating XML reports... 2022-09-27T16:14:02.1059559Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927161400.xml 2022-09-27T16:14:02.1095530Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927161400.xml 2022-09-27T16:14:02.1099459Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927161400.xml 2022-09-27T16:14:02.1104581Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927161400.xml 2022-09-27T16:14:02.7837309Z Running test_python_dispatch ... [2022-09-27 16:14:02.783359] 2022-09-27T16:14:02.7837899Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:02.783445] 2022-09-27T16:14:06.3832415Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-09-27T16:14:06.3851629Z 2022-09-27T16:14:06.3851757Z Running tests... 2022-09-27T16:14:06.3852343Z ---------------------------------------------------------------------- 2022-09-27T16:14:06.6961892Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.311s) 2022-09-27T16:14:06.6977054Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7022056Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:14:06.7153088Z test_basic (__main__.TestPythonDispatch) ... ok (0.013s) 2022-09-27T16:14:06.7184537Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.7195503Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7212723Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7316506Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.010s) 2022-09-27T16:14:06.7342335Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.7363806Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7384642Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7399502Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7442349Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:14:06.7473650Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.7488055Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7511851Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7534718Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7553400Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7564614Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7575372Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7589660Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7602123Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7616536Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7633940Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7681106Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.005s) 2022-09-27T16:14:06.7714095Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.7726544Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7740162Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7750478Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7758631Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.7774596Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7794550Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7835832Z test_format (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:14:06.7858356Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.7876142Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-09-27T16:14:06.7876756Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-09-27T16:14:06.7879870Z ok (0.002s) 2022-09-27T16:14:06.7939322Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-09-27T16:14:06.7972232Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.7994491Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.8036533Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:14:06.8064412Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8091528Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8125564Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8133185Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8156246Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.8186513Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8325616Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.014s) 2022-09-27T16:14:06.8344591Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.8356201Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8372403Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.8381818Z test_nested_push_regular (__main__.TestPythonDispatch) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:171: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-09-27T16:14:06.8382339Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-09-27T16:14:06.8382601Z ok (0.001s) 2022-09-27T16:14:06.8395747Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8408672Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8577359Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.017s) 2022-09-27T16:14:06.8606350Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8629531Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.8659341Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8669684Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8682901Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8707580Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.8741971Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8791698Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-09-27T16:14:06.8799618Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8830328Z test_storage (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.8842254Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.8885749Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:14:06.8997529Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.011s) 2022-09-27T16:14:06.9031531Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.9100662Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.007s) 2022-09-27T16:14:06.9122237Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:14:06.9134335Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.9146541Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.9161700Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:14:06.9194986Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:14:06.9208703Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:14:06.9317259Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.011s) 2022-09-27T16:14:06.9373701Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.006s) 2022-09-27T16:14:06.9403822Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:14:06.9414020Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:14:06.9424106Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:14:06.9471729Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.005s) 2022-09-27T16:14:06.9531709Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:14:06.9532290Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T16:14:06.9532624Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:14:06.9532884Z dispatch key: ZeroTensor 2022-09-27T16:14:06.9533201Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 2022-09-27T16:14:06.9533634Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:14:06.9533958Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:14:06.9537563Z ok (0.007s) 2022-09-27T16:14:06.9556165Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.002s) 2022-09-27T16:14:06.9603600Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.005s) 2022-09-27T16:14:06.9604033Z 2022-09-27T16:14:06.9604547Z ---------------------------------------------------------------------- 2022-09-27T16:14:06.9605055Z Ran 83 tests in 0.575s 2022-09-27T16:14:06.9605197Z 2022-09-27T16:14:06.9605263Z OK 2022-09-27T16:14:06.9605357Z 2022-09-27T16:14:06.9605454Z Generating XML reports... 2022-09-27T16:14:06.9704107Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927161406.xml 2022-09-27T16:14:06.9707440Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927161406.xml 2022-09-27T16:14:06.9717164Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927161406.xml 2022-09-27T16:14:07.5347889Z Running test_functional_autograd_benchmark ... [2022-09-27 16:14:07.534408] 2022-09-27T16:14:07.5348488Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:07.534498] 2022-09-27T16:14:11.1173266Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-09-27T16:14:11.1187666Z 2022-09-27T16:14:11.1187953Z Running tests... 2022-09-27T16:14:14.7469945Z ---------------------------------------------------------------------- 2022-09-27T16:14:14.7470364Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:17:12.4796361Z Results for model resnet18 on task vjp: nans (var: nan) 2022-09-27T16:21:45.8592196Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-09-27T16:21:49.6955739Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:21:49.8869847Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-09-27T16:21:49.8967827Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:21:53.7137404Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:21:53.9162306Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-09-27T16:21:53.9526237Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:21:57.7307778Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:21:58.9793831Z Results for model wav2letter on task vjp: nans (var: nan) 2022-09-27T16:22:03.0778164Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-09-27T16:22:06.9098379Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:22:15.6894786Z Results for model transformer on task vjp: nans (var: nan) 2022-09-27T16:22:31.5578423Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-09-27T16:22:35.3497482Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:22:35.5630494Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-09-27T16:22:35.5990779Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-09-27T16:22:36.0821777Z ok (504.963s) 2022-09-27T16:22:36.0834729Z 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:22:36.0836209Z 2022-09-27T16:22:36.0836633Z ---------------------------------------------------------------------- 2022-09-27T16:22:36.0839053Z Ran 2 tests in 504.965s 2022-09-27T16:22:36.0839272Z 2022-09-27T16:22:36.0839417Z OK (skipped=1) 2022-09-27T16:22:36.0839618Z 2022-09-27T16:22:36.0839796Z Generating XML reports... 2022-09-27T16:22:36.0874831Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927161411.xml 2022-09-27T16:22:36.7292952Z Running test_unary_ufuncs ... [2022-09-27 16:22:36.728872] 2022-09-27T16:22:36.7293540Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:22:36.728957] 2022-09-27T16:22:41.8553723Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-09-27T16:22:41.9200716Z 2022-09-27T16:22:41.9201047Z Running tests... 2022-09-27T16:22:41.9201426Z ---------------------------------------------------------------------- 2022-09-27T16:22:41.9458908Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:41.9459628Z torch_fn(t, out=float_out) 2022-09-27T16:22:41.9691219Z ok (0.049s) 2022-09-27T16:22:42.0087871Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:22:42.0243211Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:22:42.0272841Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:22:42.0297433Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:22:42.0309089Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:42.0320303Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:42.1803936Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:42.4132069Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-09-27T16:22:42.4828456Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:22:42.4829452Z result = torch.complex(real, imag) 2022-09-27T16:22:42.6454397Z ok (0.232s) 2022-09-27T16:22:42.8339113Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:22:42.9645168Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:22:43.1345427Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:22:43.2673134Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:22:43.3166647Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:22:43.3693593Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:22:43.4188644Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:22:43.4669575Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:22:43.5166384Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:22:43.6362802Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:22:43.8100054Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:22:44.1608315Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.351s) 2022-09-27T16:22:44.4734029Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.312s) 2022-09-27T16:22:44.5924973Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:22:44.7251464Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:22:44.8595564Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:22:44.9976927Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:22:45.1394393Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:22:45.3385191Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-09-27T16:22:45.4791474Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:22:45.6007968Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:22:45.7463401Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:22:46.0265837Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.280s) 2022-09-27T16:22:46.2934031Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.267s) 2022-09-27T16:22:46.4493557Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:22:46.5986129Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:22:46.7455294Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:22:46.8939324Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:47.0425465Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:22:47.1902758Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:47.3401378Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:22:47.4997946Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:22:47.6280217Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:22:47.8674655Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:22:48.0676689Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:22:48.2085735Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:22:48.3258032Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:22:48.4572591Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:22:48.6049340Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:48.7314189Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:22:48.8603781Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:22:48.9892393Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:22:49.1158937Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:22:49.2293780Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:22:49.3702932Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:22:49.7112555Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.341s) 2022-09-27T16:22:49.9538732Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-09-27T16:22:50.0738900Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:22:50.2067438Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:22:50.3441555Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:22:50.4784324Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:22:50.6229865Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:22:50.7610086Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:22:50.8955864Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:22:51.0189016Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:22:51.1763386Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:22:51.4555778Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.279s) 2022-09-27T16:22:51.7718874Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.316s) 2022-09-27T16:22:51.9123871Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:22:52.0646781Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:22:52.2169987Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:22:52.3651045Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:52.5189562Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:22:52.6718893Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:22:52.8441198Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:22:52.9706723Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:22:53.1129293Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:22:53.4790663Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.366s) 2022-09-27T16:22:53.6976776Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:22:53.8190796Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:22:54.0000423Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:22:54.1389745Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:22:54.2739063Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:22:54.4141863Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:22:54.5530368Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:22:54.6891233Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:22:54.8206946Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:22:54.9808792Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:22:55.3782591Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.397s) 2022-09-27T16:22:55.6099627Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-09-27T16:22:55.7627176Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:22:55.9209666Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:22:56.0835840Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:22:56.2537889Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:22:56.4028713Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:22:56.5511362Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:56.6922129Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:22:56.7894772Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:22:56.9034822Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:22:56.9897083Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13754: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:22:56.9897762Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T16:22:57.0872752Z ok (0.184s) 2022-09-27T16:22:57.2926906Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:22:57.4407387Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:22:57.5712250Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:22:57.6932084Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:22:57.8264487Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:22:57.9389371Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:22:58.0541671Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:22:58.1938946Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:22:58.3718830Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:22:58.4848435Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:22:58.5389307Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:22:58.5893049Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:22:58.6430459Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:22:58.6921386Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:22:58.7398960Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:22:58.7867959Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:22:58.8420482Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:22:58.8761572Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:22:58.9947828Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:22:59.1023292Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:22:59.1917988Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:22:59.2600460Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:22:59.3312631Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:22:59.4612538Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:22:59.5231533Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:22:59.5782812Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:22:59.6345631Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:22:59.6853533Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:22:59.7365301Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:22:59.7914173Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:22:59.8437048Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:22:59.9622223Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:00.0521412Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:23:00.1221479Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:23:00.1851050Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:23:00.2614518Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:23:00.3140648Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:23:00.3711130Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:23:00.4562830Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:23:00.5161024Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:23:00.5498905Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:23:00.6575903Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:23:00.7772132Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:23:00.9101086Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:23:00.9645253Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:01.0208527Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:23:01.0797994Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:23:01.1269695Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:23:01.1791477Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:23:01.3447416Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-09-27T16:23:01.5649002Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:23:01.7994317Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:23:01.9882275Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:23:02.1858430Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:23:02.3677258Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-09-27T16:23:02.5405940Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:23:02.7696391Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-09-27T16:23:02.9335003Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:23:03.0958948Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:23:03.3718530Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-09-27T16:23:03.5357245Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:23:03.7512241Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-09-27T16:23:03.8043840Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:23:03.8584891Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:03.9761340Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:04.0819571Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:23:04.1700046Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:23:04.2412359Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:23:04.3034647Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:23:04.3778137Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:23:04.4303931Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:23:04.4831950Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:23:04.5387691Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:23:04.5723558Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:23:04.6262883Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:04.7212307Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:23:04.7733469Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:23:05.0220369Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-09-27T16:23:05.2469391Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-09-27T16:23:05.4380878Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:23:05.5483629Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:23:05.6564003Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:23:05.7694567Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:23:05.8070029Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:23:05.8788951Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:23:05.9121460Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:23:05.9443442Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:23:05.9793364Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:23:06.0749683Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:23:06.1118204Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:23:06.3219439Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-09-27T16:23:06.5407830Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-09-27T16:23:06.7219668Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:23:06.8321887Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:23:06.9904575Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:23:07.1044733Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:23:07.1391165Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:23:07.1768608Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:23:07.2099500Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:23:07.2427532Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:23:07.2775903Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:23:07.3896024Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:23:07.5352344Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:23:07.8152351Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.280s) 2022-09-27T16:23:08.1163570Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.301s) 2022-09-27T16:23:08.2369422Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:23:08.3744598Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:23:08.5139501Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:08.6561662Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:23:08.7972448Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:23:08.9334747Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:09.0779672Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:23:09.2148354Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:23:09.3495489Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:23:09.6223937Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-09-27T16:23:09.8508804Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-09-27T16:23:09.9720801Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:23:10.1056192Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:23:10.2760200Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:23:10.4114577Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:23:10.5473949Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:10.6794823Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:23:10.8143895Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:23:10.9528408Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:23:11.1135009Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:23:11.3256130Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-09-27T16:23:11.4779355Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:23:11.6308821Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:23:11.7931904Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:23:11.9507232Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:23:12.1132018Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:23:12.2736042Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:23:12.4676195Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-09-27T16:23:13.8387740Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.371s) 2022-09-27T16:23:13.9945906Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:23:14.1713208Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:23:14.3624935Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:23:14.5692340Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:23:14.7263180Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:23:14.8838709Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:23:15.0379463Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:23:15.1965495Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:23:15.3115601Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:23:15.4293180Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:15.6630392Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:23:15.8363356Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:23:15.9892356Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:23:16.1194030Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:23:16.2414400Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:23:16.3569366Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:23:16.4702827Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:23:16.5859120Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:23:16.7168496Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:23:16.8678485Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:23:16.9807399Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:23:17.1106658Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:23:17.2511080Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:23:17.3726205Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:23:17.5080668Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:23:17.6481975Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:23:17.8027881Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:23:17.9632390Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:23:18.1024618Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:18.2418153Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:18.3654611Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:23:18.5078991Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:23:18.6309502Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:23:18.7674466Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:18.9598923Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:23:19.1015351Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:23:19.2415998Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:23:19.3779842Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:19.5172608Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:19.6718189Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:23:19.8378155Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:23:19.9659080Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:23:20.1395362Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:23:20.3068441Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:23:20.4708143Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:23:20.6380182Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:23:20.8037937Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:23:20.9400843Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:21.0693085Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:23:21.2419074Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:23:21.3764130Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:23:21.5088120Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:23:21.6518577Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:23:21.7976123Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:23:21.9420311Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:23:22.0846844Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:23:22.2607446Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:23:22.4071746Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:23:22.5159280Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:23:22.6583555Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:23:22.9003494Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-09-27T16:23:23.0911734Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:23:23.2259073Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:23:23.3890120Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:23:23.5283576Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:23.6640240Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:23.8052131Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:23:23.9449031Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:23:24.0818612Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:23:24.1987555Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:23:24.3938892Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-09-27T16:23:24.5160861Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:23:24.6548912Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:24.7945619Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:23:24.9337468Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:25.0729462Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:25.2082795Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:23:25.3470543Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:25.5148468Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:23:25.6015275Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:23:25.8778009Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-09-27T16:23:26.1929455Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.315s) 2022-09-27T16:23:26.4273611Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:23:26.6087974Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:23:26.7769480Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:23:26.9602803Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-09-27T16:23:27.0521795Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:23:27.1455841Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:23:27.2457568Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:23:27.3327832Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:23:27.4249401Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:23:27.5510228Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:23:27.6829035Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:23:27.8687327Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-09-27T16:23:28.0387728Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:23:28.1936330Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:23:28.3199549Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:23:28.4241530Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:23:28.5628985Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:28.7316359Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:23:28.8460594Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:23:28.9642362Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:29.0800313Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:23:29.1999653Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:23:29.3117448Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:23:29.4314647Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:23:29.5626322Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:23:29.6172345Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:29.6703725Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:23:29.7277728Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:23:29.7910642Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:23:29.8425398Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:23:29.9506234Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:23:30.0876418Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:23:30.2050550Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:23:30.3329530Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:23:30.3337813Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:23:30.3346539Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:23:30.3354360Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:23:30.3362285Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:23:30.4548460Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:30.5709326Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:23:30.7516462Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:23:30.9352195Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:23:31.0469947Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:23:31.1643483Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:23:31.3017405Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:23:31.4180199Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:23:31.5339304Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:23:31.6509870Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:23:31.7660222Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:23:31.8922398Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:23:32.1273542Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-09-27T16:23:32.3441917Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-09-27T16:23:32.5454833Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:23:32.7646480Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-09-27T16:23:32.9964487Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-09-27T16:23:33.2612969Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:23:33.4772589Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-09-27T16:23:33.6899887Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:23:33.9062233Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-09-27T16:23:34.1781718Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.272s) 2022-09-27T16:23:34.3557412Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:23:34.5212880Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-09-27T16:23:34.5804008Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:23:34.6347021Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:34.7571505Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:23:34.8515355Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:23:34.9232759Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:23:34.9871766Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:23:35.0658769Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:23:35.1262915Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:23:35.1907170Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:23:35.2455792Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:23:35.3025964Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:23:35.3567110Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:35.5344969Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:23:35.5866462Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:23:36.0539661Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.467s) 2022-09-27T16:23:36.5850201Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.531s) 2022-09-27T16:23:37.0770555Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.492s) 2022-09-27T16:23:37.2820294Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:23:37.5002100Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:23:37.6765380Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:23:37.7303101Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:23:37.7800715Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:23:37.8354372Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:23:37.8840543Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:23:37.9319246Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:38.0408670Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:23:38.0863821Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:23:38.4091510Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.323s) 2022-09-27T16:23:38.7010884Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-09-27T16:23:38.9928465Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-09-27T16:23:39.1226137Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:23:39.2408658Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:39.3520132Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:23:39.3945443Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:23:39.4431721Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:39.5231808Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:23:39.5658582Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:23:39.6125643Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:23:39.6803419Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:23:39.7499844Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:23:39.8984841Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:23:40.0008330Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:23:40.0890932Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:23:40.1621004Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:23:40.2481194Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:23:40.3180624Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:23:40.3845326Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:23:40.4503903Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:23:40.5077604Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:23:40.5836496Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:23:40.6345369Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:23:40.6831605Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:40.7509530Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:23:40.8201382Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:23:40.9006174Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:23:40.9485039Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:40.9992349Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:23:41.0465125Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:23:41.0961670Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:23:41.1438164Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:41.1986355Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:23:41.2452870Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:23:41.3158576Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:23:41.3812982Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:23:41.4614861Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:23:41.5116086Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:23:41.5594265Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:41.6468652Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:23:41.6943426Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:23:41.7437278Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:23:41.7940043Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:23:41.8460316Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:23:42.0276116Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:23:42.1968015Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:23:42.3502980Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:23:42.4152286Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:23:42.4728844Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:23:42.5447779Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:23:42.5968843Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:23:42.6501634Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:23:42.7263229Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:23:42.7751047Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:23:42.8235077Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:23:42.8248096Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8259909Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8271717Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8283052Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8294607Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8305958Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8317412Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8328663Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8339989Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8351480Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8362938Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.8374245Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:23:42.9794617Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:23:43.1515809Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:23:43.3017742Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:23:43.5010002Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-09-27T16:23:43.6706712Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:23:43.8634014Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:23:44.0291757Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:23:44.1924275Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:23:44.3581841Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:23:44.4781573Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:23:44.6534548Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:23:44.9582813Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-09-27T16:23:45.1781233Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:23:45.2985556Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:23:45.4320304Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:23:45.5783948Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:23:45.7276247Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:23:45.8782252Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:23:46.0254025Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:23:46.1735336Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:23:46.2920624Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:23:46.4305660Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:23:46.5516064Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:23:46.6875497Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:23:46.8350221Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:23:46.9938140Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:23:47.1657880Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:23:47.3115696Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:23:47.4506881Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:23:47.5652096Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:23:47.7437602Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:23:48.0114023Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.268s) 2022-09-27T16:23:48.2445275Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-09-27T16:23:48.3666502Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:23:48.5007864Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:23:48.6485778Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:23:48.7918963Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:23:48.9406752Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:23:49.0889269Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:23:49.2682418Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-09-27T16:23:49.3857290Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:23:49.5666712Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:23:49.8337145Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.267s) 2022-09-27T16:23:50.0519982Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:23:50.1730646Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:23:50.3427950Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:23:50.4913689Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:23:50.6361064Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:23:50.7852571Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:23:50.9337862Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:23:51.0788045Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:23:51.1774713Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:23:51.2334654Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:23:51.3895040Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:23:51.4875078Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:23:51.6011116Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:23:51.6741895Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:23:51.7588954Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:23:51.8181401Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:23:51.8744442Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:23:51.9327603Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:23:51.9880699Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:23:52.0441971Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:23:52.2021118Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:23:52.4955430Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-09-27T16:23:52.6864708Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:23:52.8714889Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-09-27T16:23:53.1364284Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:23:53.3937817Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-09-27T16:23:53.6693768Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-09-27T16:23:53.9448423Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.275s) 2022-09-27T16:23:54.2248106Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.280s) 2022-09-27T16:23:54.2833462Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:23:54.3397322Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:23:54.4693727Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:23:54.5833738Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:23:54.7205897Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:23:54.7965603Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:23:54.8644791Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:23:54.9469635Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:23:55.0078193Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:23:55.0640259Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:23:55.1005612Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:23:55.1538855Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:23:55.2134145Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:23:55.4838172Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:23:55.7717667Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-09-27T16:23:56.1071951Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.335s) 2022-09-27T16:23:56.4139822Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.307s) 2022-09-27T16:23:56.7324906Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-09-27T16:23:57.0751040Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.343s) 2022-09-27T16:23:57.3811129Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.306s) 2022-09-27T16:23:57.6961630Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.315s) 2022-09-27T16:23:58.2674278Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.571s) 2022-09-27T16:23:58.8581871Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.591s) 2022-09-27T16:23:59.5935469Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.735s) 2022-09-27T16:24:00.2438577Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.650s) 2022-09-27T16:24:00.8599650Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.616s) 2022-09-27T16:24:01.4657041Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.606s) 2022-09-27T16:24:02.0882706Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.622s) 2022-09-27T16:24:02.7407776Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.652s) 2022-09-27T16:24:03.4773273Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.736s) 2022-09-27T16:24:04.2130354Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.736s) 2022-09-27T16:24:05.2965429Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (1.083s) 2022-09-27T16:24:06.0788267Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.782s) 2022-09-27T16:24:06.8076374Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.729s) 2022-09-27T16:24:07.5360202Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.728s) 2022-09-27T16:24:08.3121570Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.776s) 2022-09-27T16:24:09.0379695Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.726s) 2022-09-27T16:24:09.1612227Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:24:09.2149637Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:24:09.3610810Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:24:09.4971443Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:24:09.6469529Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:24:09.7062868Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:24:09.7905017Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:24:09.8504766Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:24:09.9039950Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:09.9566974Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:10.0670605Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:24:10.2815109Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-09-27T16:24:10.5154651Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:24:10.6908281Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:24:10.8776186Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:24:10.9931273Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:24:11.1228012Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:11.1724091Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:24:11.2227303Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:24:11.2710140Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:24:11.3179103Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:24:11.3669091Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:24:11.4820285Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:24:11.6037749Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:24:11.7415661Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:24:11.8563374Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:24:12.0205926Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:24:12.1564281Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:24:12.2637356Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:24:12.3783253Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:24:12.5078800Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:24:12.6213774Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:24:12.7396651Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:24:12.8700389Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:12.9954370Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:24:13.1618098Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:24:13.2997430Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:24:13.3581992Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:24:13.4169770Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:24:13.4785991Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:24:13.5320052Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:13.7275588Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-09-27T16:24:13.9362238Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-09-27T16:24:14.1861794Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-09-27T16:24:14.3164374Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:14.4790469Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:24:14.6140706Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:24:14.7516141Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:24:14.9023768Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:24:15.0163668Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:24:15.1449800Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:24:15.3305847Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-09-27T16:24:15.3880688Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:24:15.4461631Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:24:15.5056069Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:24:15.5581250Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:24:15.6204554Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:24:15.7287274Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:24:15.8500244Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:24:15.9807349Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:24:16.0294690Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:24:16.0845171Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:24:16.1349361Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:24:16.1848377Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:24:16.2379199Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:16.2387975Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:24:16.2396263Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:24:16.2404176Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:24:16.3788017Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:24:16.4968521Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:24:16.6321778Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:24:16.8704103Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:24:17.0578795Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:24:17.1681307Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:24:17.2868896Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:24:17.4690148Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-09-27T16:24:17.5859512Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:24:17.7126713Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:24:17.8621771Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:24:17.9747173Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:24:18.0901054Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:24:18.2197939Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:18.3944270Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:24:18.8431694Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.449s) 2022-09-27T16:24:19.1877644Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.345s) 2022-09-27T16:24:19.4100388Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-09-27T16:24:19.6229704Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:24:19.8557858Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-09-27T16:24:20.0786670Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-09-27T16:24:20.3098491Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.231s) 2022-09-27T16:24:20.5236770Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-09-27T16:24:20.7491684Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-09-27T16:24:20.9793284Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-09-27T16:24:21.1160843Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:24:21.4568746Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.341s) 2022-09-27T16:24:21.7965478Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-09-27T16:24:21.9425272Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:24:22.1153786Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:24:22.2988816Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-09-27T16:24:22.4798387Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:24:22.6643939Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:24:22.8961499Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-09-27T16:24:23.0959403Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:24:23.2099635Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:24:23.3404926Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:23.4898416Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:24:23.5451810Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:24:23.6034639Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:24:23.6687987Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:24:23.7189290Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:24:23.7798448Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:24:25.1951220Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.415s) 2022-09-27T16:24:25.3540428Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:24:25.5346820Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:24:25.7264373Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:24:25.8874755Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:24:26.1063593Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-09-27T16:24:26.2802919Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:24:26.4425574Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:24:26.6066785Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:24:26.7380343Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:24:26.8976679Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:24:27.0420394Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:24:27.2455009Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:24:27.4043745Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:24:27.5633613Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:24:27.7218673Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:24:27.8762341Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:24:28.0299116Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:24:28.4120182Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.382s) 2022-09-27T16:24:28.6839302Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.272s) 2022-09-27T16:24:29.0596069Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.376s) 2022-09-27T16:24:29.4476090Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.388s) 2022-09-27T16:24:29.7175125Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:24:29.9839884Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-09-27T16:24:30.2535931Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-09-27T16:24:30.5242367Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-09-27T16:24:30.8634865Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.339s) 2022-09-27T16:24:31.2417687Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.378s) 2022-09-27T16:24:31.5593993Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-09-27T16:24:31.9389477Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.379s) 2022-09-27T16:24:32.3252621Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-09-27T16:24:32.6303137Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-09-27T16:24:32.9007113Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:24:33.1715580Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-09-27T16:24:33.4385070Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.267s) 2022-09-27T16:24:33.7741251Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.336s) 2022-09-27T16:24:34.1541779Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.380s) 2022-09-27T16:24:34.4266036Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.272s) 2022-09-27T16:24:34.8013611Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.375s) 2022-09-27T16:24:35.1869862Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-09-27T16:24:35.4590895Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.272s) 2022-09-27T16:24:35.7716645Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.312s) 2022-09-27T16:24:36.0764197Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-09-27T16:24:36.3463379Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:24:36.6867364Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-09-27T16:24:36.7814598Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:24:37.0207784Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:24:37.2086804Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:24:37.3732528Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:24:37.4844258Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:24:37.5888852Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:24:37.7040617Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:24:37.7397034Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:24:37.7780223Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:24:37.8122386Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:24:37.8459756Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:24:37.8824854Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:24:38.0337033Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:24:38.1971792Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:24:38.3610054Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:24:38.5120411Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:24:38.6658861Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:24:38.8303128Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:24:39.0057182Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:24:39.1996551Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-09-27T16:24:39.3583183Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:24:39.5202873Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:24:39.6186793Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:24:39.6535073Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:24:39.8457669Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:24:40.0228406Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:24:40.2327450Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-09-27T16:24:40.3446675Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:24:40.4511281Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:24:40.5679975Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:24:40.6034225Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:24:40.6392345Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:24:40.6752325Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:24:40.7083289Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:24:40.7422269Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:24:40.8517539Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:24:40.9844556Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:24:41.2494417Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:24:41.4433181Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-09-27T16:24:41.5723977Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:24:41.6910790Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:24:41.8261331Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:24:41.9537176Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:24:42.0833032Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:42.2168624Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:24:42.3832778Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:24:42.5183919Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:24:42.6278979Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:24:42.7497841Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:24:42.8843145Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:24:42.9397467Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:24:42.9935795Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:24:43.0506716Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:24:43.0996775Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:24:43.1528083Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:43.2631352Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:24:43.4436711Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:24:43.5821987Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:24:43.7044976Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:24:43.8385121Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:24:43.9848234Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:24:44.1047928Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:24:44.2388757Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:24:44.3841304Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:24:44.5462196Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:24:44.6793485Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:24:44.9284266Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-09-27T16:24:45.1315250Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:24:45.2496338Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:24:45.3791680Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:24:45.5075125Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:24:45.6771761Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:24:45.8077062Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:45.9347291Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:24:46.0661878Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:24:46.1776329Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:24:46.2306634Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:46.5461326Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.315s) 2022-09-27T16:24:46.8197325Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-09-27T16:24:47.0044439Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-09-27T16:24:47.1661733Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:24:47.2896095Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:24:47.4245904Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:24:47.4752986Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:24:47.5246413Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:24:47.5757434Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:24:47.6204528Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:24:47.6820196Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:24:47.7784720Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:24:47.8360339Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:24:47.9550078Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:24:48.0450139Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:24:48.1193619Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:24:48.1807244Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:24:48.2609532Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:24:48.2966739Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:24:48.3518778Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:24:48.4100778Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:24:48.4664994Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:24:48.5190202Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:24:48.6312345Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:24:48.7622483Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:24:49.0433487Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.281s) 2022-09-27T16:24:49.2355427Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:24:49.3544633Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:24:49.4874122Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:24:49.6200954Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:24:49.7575522Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:24:49.9487244Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:24:50.0783530Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:24:50.2127700Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:24:50.3228006Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:24:50.3756015Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:24:50.5368792Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:24:50.6547733Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:24:50.7882638Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:24:50.8350004Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:24:50.8864285Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:24:50.9348610Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:24:50.9868269Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:24:51.0704677Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:24:51.1292671Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:24:51.1772254Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:24:51.2476242Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:24:51.3145707Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:24:51.3996867Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:24:51.4544592Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:24:51.5080447Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:24:51.5633303Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:24:51.6151917Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:24:51.6665199Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:24:51.7809040Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:24:51.9265614Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:24:52.2145205Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-09-27T16:24:52.4524505Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:24:52.5751754Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:24:52.7170369Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:24:52.8630026Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:24:53.0063112Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:24:53.2114786Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:24:53.3537393Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:24:53.4958912Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:24:53.6212275Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:24:53.7732112Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:24:54.0894893Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.316s) 2022-09-27T16:24:54.3883743Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.299s) 2022-09-27T16:24:54.5279637Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:24:54.6850092Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:24:54.8339229Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:24:54.9798738Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:24:55.1294638Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:24:55.2765071Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:24:55.4394922Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:24:55.5530714Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:24:55.6932257Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:24:55.9706691Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.277s) 2022-09-27T16:24:56.2003338Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-09-27T16:24:56.3225856Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:24:56.5009976Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:24:56.6410977Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:24:56.7759346Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:24:56.9146354Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:24:57.0527999Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:24:57.1868019Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:24:57.3543264Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:24:57.5975991Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-09-27T16:24:57.8348587Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-09-27T16:24:58.0371898Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:24:58.2371338Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:24:58.4395621Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:24:58.6856331Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-09-27T16:24:58.8985221Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:24:59.0551952Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:24:59.2035423Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:24:59.3750126Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-09-27T16:24:59.5345289Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:24:59.7524737Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:24:59.9143601Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:25:00.0752059Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:25:00.2338850Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:00.3924185Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:00.5446442Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:25:00.7192717Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:00.8989327Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:25:01.0645636Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:25:01.2309527Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:25:01.3951787Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:25:01.5531846Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:01.7131942Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:25:01.8716145Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:02.0649341Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:25:02.2209643Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:25:02.3787888Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:02.5364741Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:02.6949591Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:02.8583142Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:25:03.0609000Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:25:03.2049953Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:25:03.3679023Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:25:03.5234607Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:25:03.6803596Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:25:03.8372008Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:25:03.9906388Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:25:04.1821581Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:04.3072049Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:25:04.4532424Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:25:04.5915586Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:25:04.7413086Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:25:04.8916540Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:25:05.0400966Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:25:05.2271893Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:25:05.3751348Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:25:05.5230271Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:25:05.6747267Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:25:05.8267909Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:25:05.9877755Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:25:06.1507730Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:25:06.3386362Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:25:06.4974194Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:25:06.6591675Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:25:06.8195535Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:25:06.9706758Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:25:07.1504530Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:25:07.3706655Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:25:07.5522130Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:25:07.7275814Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:07.9054495Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:25:08.0867112Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:25:08.2630144Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:25:08.4987952Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-09-27T16:25:08.7003030Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:25:08.8789077Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-09-27T16:25:09.1026349Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:25:09.2951357Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:25:09.5035938Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-09-27T16:25:09.7699937Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-09-27T16:25:09.9624673Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:25:10.1532962Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:10.3482613Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-09-27T16:25:10.5230204Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:10.7509069Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-09-27T16:25:10.9505924Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:25:11.1409951Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:25:11.3318596Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:11.5229829Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:11.7689754Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-09-27T16:25:11.9358010Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:25:12.0979280Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:25:12.2727399Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:12.4448479Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:25:12.6192492Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:25:12.8428438Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-09-27T16:25:13.0170743Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:25:13.1902862Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:25:13.3985850Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-09-27T16:25:13.5875437Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:25:13.7935063Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:25:13.9959353Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:25:14.1994514Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:25:14.4024734Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:25:14.6062562Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-09-27T16:25:14.8069078Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:25:15.0560648Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-09-27T16:25:15.2449803Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:25:15.4514542Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:25:15.6513083Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:25:15.8540774Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:25:16.1108927Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-09-27T16:25:16.3126475Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:25:16.5120379Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-09-27T16:25:16.7006516Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:25:16.8619961Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:25:17.0409239Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-09-27T16:25:17.2516200Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-09-27T16:25:17.4269830Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:17.6022312Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:17.7767237Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:25:17.9714052Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-09-27T16:25:18.1548128Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-09-27T16:25:18.3359065Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:25:18.5172151Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:25:18.6893898Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:25:18.8667445Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:25:19.0405596Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:25:19.2138830Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:25:19.4130145Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-09-27T16:25:19.6717346Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-09-27T16:25:19.9716693Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-09-27T16:25:20.2564224Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-09-27T16:25:20.5652345Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.309s) 2022-09-27T16:25:20.8652193Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-09-27T16:25:21.1610661Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.296s) 2022-09-27T16:25:21.4977662Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.337s) 2022-09-27T16:25:21.8172518Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-09-27T16:25:22.1167847Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.298s) 2022-09-27T16:25:22.2686205Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:25:22.4238501Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:25:22.6437711Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:25:22.7886293Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:25:22.9320461Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:25:23.0727466Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:25:23.2154003Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:25:23.3598009Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:25:24.7585724Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.399s) 2022-09-27T16:25:24.9436921Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-09-27T16:25:25.1411190Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:25:25.3310332Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:25:25.4886487Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:25:25.6489787Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:25:25.8173163Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:25:25.9824281Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-09-27T16:25:26.1441482Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:25:26.3331471Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:25:26.4931199Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:25:26.6699053Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:25:26.8424581Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:25:27.0374279Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-09-27T16:25:27.2122132Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:25:27.3882967Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:25:27.5805056Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:25:27.7641846Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:25:27.9233155Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:25:28.1207253Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:25:28.2911587Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:25:28.4646103Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:25:28.6374554Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:25:28.8091398Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:25:29.0000896Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:29.1907818Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:29.3251474Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:25:29.4826395Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:25:29.6288926Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:25:29.7775186Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:25:29.9305071Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:25:30.0813548Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:25:30.2723317Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:30.3875266Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:25:30.5285907Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:25:30.7835170Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-09-27T16:25:30.9901736Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:25:31.1100129Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:25:31.3009905Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:25:31.4483604Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:25:31.5854471Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:25:31.7230560Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:25:31.8570988Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:25:31.9956123Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:25:32.1083139Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:25:32.1852559Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:25:32.4651781Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.280s) 2022-09-27T16:25:32.6516104Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-09-27T16:25:32.7959769Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:25:32.9149621Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:25:33.0470641Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:25:33.1060783Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:25:33.1680015Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:25:33.2264618Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:25:33.2838697Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:25:33.3392921Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:25:33.5290343Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:25:33.6698323Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:25:33.9648176Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.295s) 2022-09-27T16:25:34.2007427Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-09-27T16:25:34.3232551Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:25:34.4588670Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:25:34.6314191Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:25:34.7707028Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:25:34.9104512Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:25:35.0468367Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:25:35.1865099Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:25:35.3057539Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:25:35.4403354Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:25:35.7424987Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.302s) 2022-09-27T16:25:35.9750880Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-09-27T16:25:36.0954066Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:25:36.2310631Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:25:36.3640432Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:25:36.4986597Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:25:36.6336479Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:25:36.8002733Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-09-27T16:25:36.9348609Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:25:37.0488820Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:25:37.1680235Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:25:37.3042806Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:25:37.3601935Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:25:37.4159031Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:25:37.4688904Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:25:37.5208194Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:25:37.5710574Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:25:37.5735984Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.5764043Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.5793206Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.5821225Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.5849480Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.5873632Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.5896821Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.5921186Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.5940008Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.5958680Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.5976880Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.5995830Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6015120Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6038427Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6060629Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6088653Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6116398Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6141226Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6166484Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6189566Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6212352Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6235284Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6257852Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6281389Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6303876Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6325643Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6352659Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6380412Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6404677Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6429112Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6451532Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6473681Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6495397Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6517789Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6539718Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6563784Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6585858Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6613377Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6641202Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6665851Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6689198Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6712265Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6733601Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6755300Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6776721Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6798484Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6820053Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6843565Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6866354Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6893749Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6920741Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.6944593Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6968661Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.6992026Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7015123Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7039181Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7063408Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7087644Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7111677Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7134072Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7161983Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.7217801Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:37.7241243Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7263887Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7285875Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7307484Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7329537Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7351338Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7373227Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7398295Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7422516Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7451749Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.7480387Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.7505828Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7530797Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7555909Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7580171Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7605033Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7629448Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7653178Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7678328Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7701115Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7730838Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.7759171Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.7783274Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7807093Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7829736Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7851390Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7873843Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7896762Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7919892Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7944252Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7966604Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.7994564Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.8021902Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.8049054Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.8073533Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8097626Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8122186Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8144545Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8166550Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8187970Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8210086Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8232116Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8251457Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8270746Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8290139Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8308818Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8328109Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8347364Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8368713Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8387497Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8411803Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8436167Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8459765Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8481327Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8502407Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8523543Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8541716Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8560225Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8579208Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8598717Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8617784Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8639079Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8657980Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8682627Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8706216Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8727634Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8749020Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8770275Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8788688Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8807232Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8826045Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8844787Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8863603Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8887488Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8911069Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8934719Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8953694Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8972666Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.8991050Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9009938Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9029187Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9054216Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9077117Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9104826Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.9132279Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.9159840Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.9184815Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9209453Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9234356Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9257063Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9280144Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9302949Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9325758Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9348931Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9370027Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9388937Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9413007Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9437027Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9460418Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9481848Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9502575Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9523963Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9542880Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9561960Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9580739Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9599518Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9618258Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9641386Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9659568Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9688633Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.9717075Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.9744471Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:37.9768037Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9791470Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9814467Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9832739Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9851240Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9868964Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9887359Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9905972Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9929297Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9947873Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:37.9975465Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.0003552Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.0030995Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.0054607Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0078772Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0101383Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0120079Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0138443Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0156787Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0175432Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0194049Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0217911Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0241417Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0289017Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:38.0316585Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.0341073Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0365568Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0389170Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0412986Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0436992Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0459848Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0483052Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0507879Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0530668Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0558280Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.0585363Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.0610019Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0634683Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0657312Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0680669Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0703618Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0726490Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0749459Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0774126Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0797130Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0821880Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0846413Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0870657Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0893395Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0916191Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0938787Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0961586Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.0984250Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1009381Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1031868Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1055612Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1079382Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1101431Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1123598Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1145711Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1167831Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1190017Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1213129Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1234410Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1261004Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.1287928Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.1313753Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.1337571Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1361132Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1383848Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1405237Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1428266Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1450565Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1472118Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1493234Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1518059Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1540914Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1566031Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1590470Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1614221Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1638242Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1662465Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1686529Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1710397Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1734930Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1758334Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1783168Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1807702Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1831016Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1854253Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1877719Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1900704Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1923927Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1947951Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1971116Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.1995818Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2020055Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2043386Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2065988Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2089035Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2111853Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2134371Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2157860Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2179294Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2203246Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2226556Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2249582Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2271502Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2293267Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2315012Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2336884Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2358604Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2381793Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2404445Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2431649Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.2458339Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.2482693Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2506684Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2529341Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2552165Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2575083Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2598122Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2620688Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2645420Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2668226Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2692406Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2716853Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2739362Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2762240Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2784964Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2807692Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2830778Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2855363Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2874640Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.2902946Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.2931350Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.2959310Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.2983855Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3008139Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3032166Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3051871Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3071755Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3091085Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3110890Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3130893Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3154975Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3176756Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3205044Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3231984Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3259165Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3283923Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3307416Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3331688Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3353432Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3404850Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:38.3425936Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3447709Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3469599Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3493155Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3517301Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3540542Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3559476Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3577955Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3596340Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3615034Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3633815Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3657258Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3681844Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3705438Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3728870Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3756207Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3782585Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3809089Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3834977Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3858724Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3881062Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3907826Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3934012Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.3957936Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.3982303Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4006577Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4028483Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4050393Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4072154Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4094069Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4115978Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4139767Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4162091Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4185885Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4209653Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4232032Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4254428Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4276809Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4299239Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4321986Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4349084Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.4376101Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.4402982Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.4424248Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4443419Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4467523Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4491031Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4512561Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4533727Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4555121Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4574215Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4593049Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4612173Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4631683Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4650696Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4673576Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4692684Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4721212Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.4750506Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.4779138Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.4801976Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4824486Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4846708Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4865799Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4884742Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4903868Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4922752Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4941915Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4964377Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.4983453Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5009613Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.5036589Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.5063200Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.5085419Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5107692Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5129543Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5148647Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5168033Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5187250Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5206332Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5225605Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5246563Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5265885Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5290135Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5313921Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5335457Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5356772Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5378225Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5397677Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5416723Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5435945Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5455130Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5474410Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5495732Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5514982Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5536718Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5557963Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5579257Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5598753Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5617875Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5636887Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5656262Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5675737Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5696748Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5715798Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5737488Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5758823Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5780342Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5799667Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5818856Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5837945Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5857032Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5876367Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5897711Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5917130Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5942330Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.5968015Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:38.5992789Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6014430Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6035322Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6056492Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6075332Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6094051Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6112939Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6131734Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6151544Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:38.6166071Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6180405Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6194593Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6209028Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6223686Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6238044Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6272350Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:25:38.6285468Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6299911Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6314614Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6329060Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6343720Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:38.6482306Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:38.6763008Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:38.7035719Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:38.7258704Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:38.7433397Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:38.7633282Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:38.7810635Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:38.7868857Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:38.7928004Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:38.7986033Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:38.8041204Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:38.8098281Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:38.8245578Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:38.8783922Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:25:38.9136242Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:25:38.9426922Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:38.9584804Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:38.9775534Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:38.9908796Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.0041193Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.0174845Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.0304842Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.0435294Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.0581063Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.0767140Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:39.1129621Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:25:39.1431874Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:39.1600447Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:39.1799343Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:39.1967175Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:39.2109497Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.2251670Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.2391752Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.2532623Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.2671575Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.2801135Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.3102043Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:39.3382863Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:39.3572065Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:39.3726846Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:39.3912160Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:39.4042972Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.4173737Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.4304508Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.4432224Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.4560522Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.4700088Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.4829940Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.5237266Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:25:39.5504696Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:39.5658576Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:39.5840821Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:39.5971108Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.6141869Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:39.6273524Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.6403616Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.6532336Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.6679155Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:39.6822097Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.7178639Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:25:39.7517649Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:25:39.7684819Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:39.7879751Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:39.8024138Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.8169289Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.8314053Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.8456658Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.8599417Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.8741381Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:39.8874671Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:39.9651922Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:25:39.9921610Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:40.0079417Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:40.0270447Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:40.0405305Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.0539575Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.0703634Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:40.0832339Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.0962466Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.1111407Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:40.1250907Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.1651017Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:25:40.1966696Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:40.2143531Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:40.2342931Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:40.2484519Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.2626445Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.2769764Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.2910361Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.3050283Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.3188573Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.3317827Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.3632282Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:40.3899915Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:40.4124849Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:40.4299550Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:40.4452908Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:40.4641302Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:40.4771004Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.4930816Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:40.5059741Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.5186588Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.5313314Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:40.5371487Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.5428076Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.5484993Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.5540559Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.5594779Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.5649440Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.5716239Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:40.5769827Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.5988049Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:40.6181409Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:40.6362940Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:40.6470078Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:40.6553749Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:40.6665609Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:40.6722445Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.6781937Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.6839697Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.6894788Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.6950402Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.7015832Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.7071252Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.7313210Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:40.7463533Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:40.7571309Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:40.7650998Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:40.7760158Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:40.7816658Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.7873697Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.7931656Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.7986142Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.8039792Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.8177211Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:40.8328532Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:40.8542159Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:40.8598130Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.8654134Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:40.8708878Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.8761863Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.8815499Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:40.8994175Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:40.9165417Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:40.9478575Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:40.9771800Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:41.0462803Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:25:41.0682474Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:41.0878224Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:41.1103519Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:41.1275655Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:41.1447508Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:41.1651410Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:41.1821762Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:41.1992113Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:41.2057432Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.2111783Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.2307721Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:41.2484648Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:41.2622338Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:41.2751822Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.2830188Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:41.2935766Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:41.2995012Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.3052034Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.3108935Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.3161751Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.3216438Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.3355370Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:41.3408087Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.3753861Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:25:41.4054461Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:41.4305151Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:41.4477413Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:41.4625701Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:41.4799517Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:41.4855022Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.4911367Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.4963921Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.5016860Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.5070953Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.5234769Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:41.5287595Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.5587546Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:41.5883373Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:41.6129331Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:41.6329863Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:41.6480558Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:41.6656574Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:41.6715304Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.6771661Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:41.6824155Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.6877016Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.6930341Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:41.7071116Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:41.7200577Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.7537968Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:25:41.7796249Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:41.7949924Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:41.8129145Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:41.8259919Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.8391709Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.8523471Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.8652744Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.8781907Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.8947929Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:41.9079294Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:41.9414820Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:41.9686303Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:41.9839991Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:42.0049173Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:42.0181063Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.0313749Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.0446769Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.0577605Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.0709759Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.1304301Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:25:42.1443493Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.1623205Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:42.1778675Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:42.2013816Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:42.2147198Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.2280714Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.2414648Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.2546050Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.2677636Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.3435248Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:25:42.3577072Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.3759994Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:42.3966056Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:42.4109795Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.4254459Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.4474311Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:42.4615883Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.4759065Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.4893695Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.5019640Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.5287556Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:42.5536082Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:42.5773487Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:42.5942825Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:42.6091451Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:42.6265125Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:42.6392675Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.6519951Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.6647316Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.6773009Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:42.6898255Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:42.7040052Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.7171382Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.7355864Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:42.7533534Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:42.7664731Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.7795726Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.7927901Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.8056793Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.8187188Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.8327900Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.8459696Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.8614385Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:42.8829643Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:42.8961461Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.9093022Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.9224968Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.9354020Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.9482524Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:42.9625872Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.9766399Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:42.9918849Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:43.0098168Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:43.0241478Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.0414968Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:43.0556816Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.0697452Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.0828750Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.0969545Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.1108181Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.1283891Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:43.1449095Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:43.2053141Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:25:43.2198204Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:43.2342030Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.2509673Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:43.2646477Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.2784583Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.2923670Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.3055100Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.3381356Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:25:43.3675490Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:43.3830958Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:43.4017779Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:43.4149169Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.4280723Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.4411900Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.4540405Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.4669185Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.4808111Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.4941793Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.5129012Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:43.5312423Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:43.5443863Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.5579807Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.5712089Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.5841982Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.5973177Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.6112377Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.6179222Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:43.6538269Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:25:43.6875451Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:25:43.7137831Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:43.7319388Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:43.7480805Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:43.7669115Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:43.7727986Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:43.7818783Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:43.7880767Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:43.7937105Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:43.7994635Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:43.8131469Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:43.8258299Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.8541051Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:43.8802951Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:43.9015811Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:43.9217645Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:43.9366653Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:43.9544173Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:43.9671686Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.9799413Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:43.9928329Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.0054243Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.0180189Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.0317554Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.0468257Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:44.0674629Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:44.0729982Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.0786028Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.0841388Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.0894663Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.0948794Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.1083654Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.1257949Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:44.1408874Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:44.1585003Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:44.1746771Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:44.1941992Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:44.2156365Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:44.2366099Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:44.2903141Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:25:44.3033873Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.3305125Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:44.3548490Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:44.3716825Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:44.3866720Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:44.4046964Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:44.4177103Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.4307074Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.4436445Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.4563869Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.4690931Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.4839794Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:44.4980507Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.5173285Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:44.5359875Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:44.5501312Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.5642485Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.5784988Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.5925420Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.6066471Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.6363183Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:44.6617224Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:44.6836636Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:44.6902401Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:44.6958425Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.7154797Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:44.7294581Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.7425161Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:44.7505283Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:44.7611991Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:44.7669966Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.7726492Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.7784195Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.7839332Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.7894454Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.7993431Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:25:44.8048256Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.8339047Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:44.8641827Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:44.8878518Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:44.9016063Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.9129450Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:44.9268881Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:44.9325410Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.9381718Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.9438496Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:44.9492377Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.9547210Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.9622868Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:44.9676116Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:44.9972649Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:45.0199182Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:45.0392374Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:45.0506829Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:45.0598759Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:45.0717526Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:45.0773712Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.0830053Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.0885752Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.0939365Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.0993257Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.1068299Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:45.1131460Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.1374685Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:45.1522846Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:45.1632842Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:45.1722216Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:45.1837410Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:45.1904691Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:45.1970961Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:45.2037692Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:45.2096789Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.2156997Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.2225308Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:45.2280404Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.2382243Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:25:45.2501123Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:45.2612658Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:45.2668912Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.2724978Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.2781592Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.2836264Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.2890508Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.2958945Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:45.3013352Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.3119862Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:45.3619846Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:25:45.3739272Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:45.3796655Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.3856314Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.3914115Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.3970633Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.4026947Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.4092577Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.4182283Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:45.4388753Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:45.4582246Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:45.4733343Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:45.4834491Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:25:45.4911518Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:45.5019481Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:45.5075422Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.5135334Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:45.5224286Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:45.5278304Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.5332912Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:45.5348338Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:45.5364157Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5380206Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5396431Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5412691Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5429070Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5445459Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5461873Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5479372Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5496042Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5512510Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5529335Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:25:45.5673919Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.5813014Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.5971929Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:45.6160565Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:45.6297990Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.6434995Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.6573600Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.6709773Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.6879076Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:45.7017074Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.7159630Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.7467853Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:45.7719189Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:45.7869614Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:45.8078722Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:45.8213400Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.8347982Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.8483816Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.8616023Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.8748635Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.8890470Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:45.9020449Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.9174631Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:45.9352446Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:45.9512364Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:45.9644979Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.9778631Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:45.9910640Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.0039318Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.0177896Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.0320330Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.0630354Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:46.0924667Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:46.1078092Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.1257874Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:46.1392006Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.1526920Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.1662884Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.1795722Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.1928249Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.2065922Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.2240081Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:46.2547797Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:46.2800034Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:46.2951216Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.3129798Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:46.3302348Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:46.3437904Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.3574371Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.3708684Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.3843287Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:46.3962109Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:46.4400627Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:25:46.4611954Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:46.4758250Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.4952338Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:46.5037994Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:46.5149817Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:46.5209186Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.5269000Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.5328987Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.5386499Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.5444373Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.5583107Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.5726246Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.5879405Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.6055883Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:46.6210756Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.6396449Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:46.6550668Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.6703428Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.6855657Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.6919570Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.6972931Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:46.7168471Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:46.7347141Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:46.7486180Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:46.7584077Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:25:46.7691995Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:46.7796364Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:25:46.7851397Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:46.7906898Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:46.7959468Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:46.8012289Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:46.8065666Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:46.8224965Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:46.8402591Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:46.8621174Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:46.8780777Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:46.8940149Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:46.9129739Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:46.9284850Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.9439328Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:46.9656429Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:46.9893881Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:47.0170935Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:47.0386711Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:47.0602625Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:47.0820429Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:47.1065667Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:47.1279718Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:47.1502129Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:47.1738917Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:47.2052648Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:47.2268047Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:47.2483638Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:47.2701246Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:47.2919607Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:47.3184029Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:47.3324726Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:47.3380621Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.3558670Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.3715719Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:47.3897493Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.3953252Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.4017285Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.4065314Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.4119057Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.4173310Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.4307915Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:47.4670200Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:25:47.5380129Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:25:47.5629797Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:47.5803257Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:47.5954202Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:47.6164565Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:47.6224055Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.6280774Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.6335716Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.6388987Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.6444420Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.6586100Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:47.6737090Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:47.6917586Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.7057103Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:47.7208886Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:47.7391489Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.7558184Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:47.7708712Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:47.7883876Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:47.8020084Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:47.8169260Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:47.8344255Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:47.8479363Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:47.8657105Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.8834951Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.8891748Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.8949217Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.9005598Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:47.9059406Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:47.9198372Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:47.9352194Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:47.9534196Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:47.9693874Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:47.9922164Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:48.0066272Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.0226151Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:48.0415458Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:48.0552907Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.0706770Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:48.0891279Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:48.0947722Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:48.1004393Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:48.1060093Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:48.1114110Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:48.1202540Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:48.1337819Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:48.1490524Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:48.1675031Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:48.1731128Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:48.1787859Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:48.1843579Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:48.1897072Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:48.1952413Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:48.2113927Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:48.2280961Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:48.2476892Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:48.2649276Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:48.2804490Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:48.2993693Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:48.3325723Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:48.3636623Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:48.3778264Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.3932824Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:48.4116808Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:48.4263258Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:48.4425473Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:48.4617302Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:48.4755403Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.4941598Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:48.5120933Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:48.5260944Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.6038000Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:25:48.6355989Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:25:48.6550039Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:48.6715147Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:48.6920408Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:48.7058461Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.7197846Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.7343801Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:48.7479390Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.7618473Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.7791076Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:48.8139727Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:25:48.8416990Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:48.8575809Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:48.8801101Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:48.8938851Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.9075548Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.9213407Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.9348008Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:48.9485448Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.9624723Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:48.9783525Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:48.9971180Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.0028375Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:49.0087919Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:49.0176543Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:49.0230252Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:49.0289136Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:49.1048606Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:25:49.1191128Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.1377163Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:49.1588690Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:49.1732540Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.1876383Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.2021234Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.2163973Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.2307181Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.2484993Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:49.2626879Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.2795061Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:49.2992741Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:49.3137668Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.3281866Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.3425960Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.3567133Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.3707159Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:49.3982561Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:49.4175138Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.4499030Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:25:49.4812347Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:49.5005273Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.5198933Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.5392288Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.5583870Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.5812973Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:49.6089747Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:49.6285978Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:49.6886472Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:25:49.7230453Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:25:49.7425779Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.7620432Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.7815819Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.8008746Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:49.8239138Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:49.8515172Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:49.8715270Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:49.9002316Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:49.9314179Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:49.9511233Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:49.9736085Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:49.9931543Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:50.0125780Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:50.0358002Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:50.0496200Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:50.0809641Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:50.1115395Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:50.1410844Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:50.1586350Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:50.1744631Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:50.1925171Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:50.1982266Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.2039395Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.2092934Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.2146688Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.2201612Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.2340761Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:50.2474920Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.2661712Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:50.2850940Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:50.3039799Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:50.3174553Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.3308482Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.3444987Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:50.3579938Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.3715292Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.3853388Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:50.3908679Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.4224673Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:50.4494968Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:50.4727247Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:50.4900210Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:50.5053080Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:50.5237211Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:50.5294063Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.5351078Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.5405362Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.5460173Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.5516120Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.5682952Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:50.5812148Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.6126804Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:50.6384098Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:50.6563915Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:50.6715568Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:50.6924655Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:50.7057262Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.7189930Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.7684180Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:25:50.7814506Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.7944568Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.8083320Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:50.8235829Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:50.8412507Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:50.8469443Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.8526623Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:50.8611552Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:50.8666025Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.8720151Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:50.8855947Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:50.9007494Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:50.9183620Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:50.9322934Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:50.9480883Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:50.9663874Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:50.9834062Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:50.9993336Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:51.0180433Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:51.0317115Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:51.0446951Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.0782444Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:51.1082526Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:51.1237095Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:51.1414166Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:51.1544192Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.1674075Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.1804224Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.1931995Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.2059221Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.2194183Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.2251714Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.2582998Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:51.2913300Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:51.3170194Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:51.3367330Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:51.3525538Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:51.3735680Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:51.3793022Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.3849842Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.3905461Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:51.3958945Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:51.4020288Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.4085932Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.4140578Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:51.4350470Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:51.4496765Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:51.4635085Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:51.4716058Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:25:51.4830238Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:25:51.4885547Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.4942292Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.4999832Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.5054626Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:51.5109984Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:51.5249910Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:51.5377650Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.5705271Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:51.6012854Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:51.6167808Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:51.6351250Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:51.6481419Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.6611918Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.6742885Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.6871173Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.7000049Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.7167761Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:51.7225091Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.7423403Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:51.7577327Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:51.7759556Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:51.7817213Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.7875077Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.7931702Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.8380524Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:25:51.8444456Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.8516514Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:51.8571017Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:51.8675944Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:25:51.8764347Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:51.8885557Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:25:51.8945091Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.9034875Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:25:51.9094641Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.9151706Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.9209173Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:51.9348859Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:51.9478928Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:51.9810887Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:52.0074464Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:52.0261545Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:52.0446097Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:52.0577561Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.0709524Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.0841710Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.0970702Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.1099456Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.1245784Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.1383513Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.1781352Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:25:52.2079614Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:25:52.2246888Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.2441860Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:52.2580980Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.2720387Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.2888700Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.3025600Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.3162889Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.3303378Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.3435261Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.3788713Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:25:52.4069404Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:52.4277483Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:52.4462817Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:52.4595407Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.4729127Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.4862283Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.4993164Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.5124317Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:52.5270127Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.5463636Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:52.5706241Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:25:52.5920184Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:52.6088958Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.6257080Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.6425553Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.6599582Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.6742132Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.6915226Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:52.7116363Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:52.7263132Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.7412105Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.7588021Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:52.7735005Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.7880136Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.8022378Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.8198899Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:52.8400951Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:52.8549844Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.8698936Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.9239673Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:25:52.9387849Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.9535114Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:52.9679771Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:52.9881436Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:53.0075408Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:53.0220774Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.0365489Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.0510776Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.0654905Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.0803832Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.0947514Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.1116066Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:53.1311928Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:53.1492120Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:53.1637102Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.1782092Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.1925066Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.2072247Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.2214472Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.2352014Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.2511834Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.2696629Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:53.2835053Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.2974723Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.3150947Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:53.3288417Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.3425052Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.3565329Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.3735041Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:53.3929072Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:53.4079329Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.4227417Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.4379243Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.4528480Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.4672636Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:53.4861830Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:53.5017864Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.5194696Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:53.5400092Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:53.5557609Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.5716543Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.5877100Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.6035429Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.6194360Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.6362423Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:53.6578108Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:53.6804604Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:53.6965542Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.7130522Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.7295656Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.7455152Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.7619888Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.7786256Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:53.7973695Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:53.8199061Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:53.8394324Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:53.8557896Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.8722326Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.8883520Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.9045300Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:53.9193796Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:53.9373038Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:53.9986255Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:25:54.0142820Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.0299031Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.0456213Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.0642109Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:54.0795399Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.0964224Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.1159697Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:54.1379274Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:54.1550205Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.1722980Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.1895948Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.2066358Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.2238769Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.2411195Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.2639999Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:25:54.2858207Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:54.3026932Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.3195913Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.3366539Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.3535477Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.3704388Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.3862497Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.4045590Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:54.4255820Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:54.4443670Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:54.4599378Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.4756039Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.4910922Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.5077138Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.5235084Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.5416493Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:54.5629756Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:54.5788153Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.5946553Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.6106934Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.6298230Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:54.6465332Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.6619826Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.6771058Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.6945894Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.7161796Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:54.7311563Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.7464859Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.7621488Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:54.7804808Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:54.7953724Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:54.8094625Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:54.8270823Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:54.8474377Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:54.8617080Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:54.8759518Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:54.8903435Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:54.9039407Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:54.9178896Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:54.9943723Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:25:55.0126340Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:55.0323151Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:25:55.0929505Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:25:55.1077292Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:55.1223379Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:55.1370550Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:55.1513837Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.1660742Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:55.1822959Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.2006508Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:55.2253701Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:25:55.2411148Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.2568909Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.2726057Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.2882541Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.3050285Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:55.3207978Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.3387522Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:55.3594237Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:25:55.3750154Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.3906523Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.4092923Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:55.4243785Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:55.4405646Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.4544236Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.4711584Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:55.4904606Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:55.5043929Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.5184266Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.5325150Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.5462819Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.5600677Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.5738247Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.5901081Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.6225473Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:25:55.6484336Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:25:55.6641559Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.6822904Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:55.6984581Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:25:55.7114899Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:55.7245850Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:55.7373921Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:55.7502345Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:55.7639597Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.7699080Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:55.8014150Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:25:55.8298185Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:25:55.8485837Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:55.8639158Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:55.8824390Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:55.8886038Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:55.8947762Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:55.9007478Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:55.9065691Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:55.9124155Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:55.9263815Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:55.9393639Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:55.9756952Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:25:56.0023921Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:25:56.0178644Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:56.0365779Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:56.0496629Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.0627518Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.0803452Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:56.0983801Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:25:56.1114470Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.1661824Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:25:56.1794530Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.2130714Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:25:56.2425558Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:25:56.2579701Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:56.2765829Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:25:56.2895964Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.3029666Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.3161303Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.3289957Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.3418031Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:56.3556216Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:25:56.3710468Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:25:56.3927625Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:25:56.3983606Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:56.4040122Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:56.4095258Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:56.4148454Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:56.4202780Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:56.4226758Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4248830Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4272784Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4296472Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4318375Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4340134Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4362227Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4383868Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4406037Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4429041Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4450892Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4478669Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.4504661Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.4527543Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4550561Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4572292Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4593852Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4615453Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4637350Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4658776Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4683100Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4705829Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4729134Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4752321Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4774204Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4795945Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4817695Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4840018Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4862896Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4885188Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4907303Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.4935413Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.4962998Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.4988609Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5014717Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.5038102Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5061678Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5084655Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5107429Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5130168Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5154008Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5176493Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5204965Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.5232375Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.5257041Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5281264Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5304272Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5327442Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5350242Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5373326Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5397040Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5421416Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5440887Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5465383Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5489283Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5514036Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5535181Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5557068Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5575957Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5596009Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5614678Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5633939Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5653183Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5679130Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.5703992Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5730551Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.5756890Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.5781779Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5806654Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5831644Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5856497Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5881788Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5902972Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5921613Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5946013Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5970112Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.5994439Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6015232Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6036355Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6057711Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6076642Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6095458Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6113693Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6132290Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6151007Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6178864Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6206548Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6233325Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6258706Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6285101Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6311132Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6337656Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6363611Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6391039Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6418809Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6445989Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6471916Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6497968Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6523938Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6590325Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:56.6614804Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6641067Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6667821Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6694173Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.6719269Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6744079Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6768941Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6794092Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6819152Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6842242Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6860865Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6883571Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6906214Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6928822Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6948088Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6967138Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.6986301Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7005291Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7024525Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7048070Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7075857Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7104775Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7132176Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7156102Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7179601Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7203297Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7222118Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7241163Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7259463Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7279052Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7298136Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7322865Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7347579Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7372406Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7396590Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7423056Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7447555Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7472308Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7496847Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7521580Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7546125Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7570653Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7594745Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7619605Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7646041Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7671439Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7690712Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7709840Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7728591Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7748094Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7773904Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7799670Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7825327Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7850315Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7874690Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7901006Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7926586Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.7951574Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.7975843Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8000397Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8024502Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8043831Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8063358Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8081874Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8101172Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8120759Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8144642Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8169163Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8192937Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8212003Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8231019Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8249349Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8268261Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8287290Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8318048Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8347902Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8377593Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8401922Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8425745Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8449434Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8477881Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8505719Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8529484Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8553362Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8577798Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8601891Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8625912Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8649668Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8674178Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8698251Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8722080Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8747574Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8778214Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8808537Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8834523Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8860127Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8886759Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.8911651Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8935364Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8959279Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.8983334Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9007486Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9032715Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9060979Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.9089092Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.9114449Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9140139Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:56.9164571Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9188568Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9212609Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9236741Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9260473Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9284531Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9308483Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9332173Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9351504Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9370726Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9389262Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9408366Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9427819Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9453343Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9476247Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9500255Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9524239Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9575448Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:56.9596275Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9616718Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9637521Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9658022Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9680367Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9700891Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9723809Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9745915Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9766348Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9787103Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9808052Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9828790Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9850164Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9874138Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9896534Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9920352Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9944468Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9966529Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:56.9989239Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0011388Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0033848Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0056266Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0080804Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0103322Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0127443Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0151584Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0174025Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0196631Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0218967Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0241709Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0264665Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0288886Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0311574Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0336251Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0360706Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0383516Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0405895Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0428286Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0450906Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0473675Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0497090Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0524733Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.0552596Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.0579784Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.0604241Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0628200Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0651627Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0670348Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0689081Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0707185Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0725964Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0744608Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0769208Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0792294Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0817350Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0842143Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0866438Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0889352Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0912453Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0935350Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0958276Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.0981253Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1004540Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1023267Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1050691Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.1078252Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.1105550Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.1129875Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1153685Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1176995Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1196101Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1214759Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1232837Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1251701Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1270686Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1294706Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1317324Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1344797Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.1372322Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.1396464Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1420406Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1444481Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1467151Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1489353Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1511754Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1533976Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1556252Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1580004Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1604078Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1627975Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1646928Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1666698Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1685699Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1705198Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1724794Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1749047Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1772997Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1797108Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1821087Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1844993Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1869082Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1892778Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1917199Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1941210Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1965480Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.1988301Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2017045Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.2045288Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.2069664Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2201906Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:25:57.2224659Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2247713Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2269985Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2292400Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2315101Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2339291Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2358685Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2387095Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.2416025Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.2443688Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.2468723Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2492827Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2516635Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2535591Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2554412Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2573112Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2592180Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2611157Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2632226Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2651176Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2704811Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:57.2727922Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2748414Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2768359Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2788968Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2806577Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2824676Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2842808Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2860876Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2879287Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2902252Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2924726Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.2952584Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.2980281Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.3004175Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3028377Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3050369Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3072355Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3094267Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3116258Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3138135Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3161813Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3180157Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3203570Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3226689Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3249281Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3267646Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3286431Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3304768Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3323568Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3342159Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3362956Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3381592Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3403057Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3423870Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3444919Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3463730Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3482734Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3501415Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3520294Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3539165Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3563211Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3587945Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3616768Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.3645319Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.3670237Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3694843Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3718629Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3741652Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3765615Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3789460Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3812723Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3836797Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3858967Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3887290Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.3914905Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.3938632Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3962961Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.3985623Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4007600Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4029718Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4052416Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4074460Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4099279Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4122594Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4150162Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.4177373Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.4201836Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4226043Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4249160Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4273168Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4296063Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4319469Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4342241Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4364481Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4388319Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4411889Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4434499Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4456685Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4479312Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4501353Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4523544Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4545837Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4569443Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4592987Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4614712Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4636499Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4658128Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4679721Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4701339Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4723187Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4746183Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4769231Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4791290Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4813128Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4834624Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4855996Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4877575Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4898984Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4923267Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4946961Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4968914Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.4991390Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5013576Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5035828Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5057905Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5080281Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5104314Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5127899Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5150125Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5172639Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5194652Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5216974Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5239403Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5263216Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5285378Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5309157Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5332848Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5355616Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5377981Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5400608Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5422886Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5445411Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5467873Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5492237Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5516430Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5538874Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5603330Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:57.5624602Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5646130Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5667311Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5690250Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5711892Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5734655Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5757705Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5778758Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5800109Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5821167Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5842926Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5865549Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5887901Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5911648Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5935238Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5957495Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.5979811Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6002612Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6024905Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6047181Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6069655Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6093544Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6117373Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6139482Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6162060Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6184349Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6206618Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6229039Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6251388Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6275655Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6300051Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6322960Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6345332Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6367841Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6390317Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6412853Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6435559Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6459459Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6483448Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6506018Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6528232Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6550849Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6573024Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6595844Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6618366Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6642467Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6666254Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6688520Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6710981Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6733245Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6755526Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6777772Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6800251Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6824548Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6848355Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6870794Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6893176Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6915354Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6937542Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6959966Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.6982120Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7006394Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7029693Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7051929Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7074031Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7096470Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7118828Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7141025Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7168070Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7194300Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7222399Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7249680Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7276214Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7302529Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7328942Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7355605Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7382138Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.7405097Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7428905Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7452416Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7474511Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7496512Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7518831Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7541129Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7563308Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7588833Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7611065Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7635142Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7659057Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7681281Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7703753Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7725685Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7747988Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7770248Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7792467Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7816314Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7840195Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7862406Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7884951Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7907488Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7929601Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7951787Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7974000Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.7997980Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8021548Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8043865Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8065954Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8088146Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8110189Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8132176Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8154427Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8177998Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8201521Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8223733Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8245907Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8267894Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8290164Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8312390Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8336179Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8359426Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8387392Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.8414615Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.8439090Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8463371Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8486179Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8509356Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8561788Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:57.8583709Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8605793Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8628759Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8646532Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8673445Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.8699581Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.8723697Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8747386Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8770983Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8790226Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8809166Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8827876Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8846975Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8866053Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8890570Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8914443Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.8942323Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.8969954Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.8995053Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9019656Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9043827Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9067923Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9091940Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9116227Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9139994Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9164795Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9188140Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9216358Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.9244264Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.9269114Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9294084Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9317801Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9341122Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9364862Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9388497Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9411809Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9436148Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9460779Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9485574Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9504864Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9524664Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9542888Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9561811Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9580744Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9605879Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9636964Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.9667762Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.9696703Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:57.9722320Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9747104Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9772385Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9790394Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9808504Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9826238Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9844097Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9861926Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9886584Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9911160Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:57.9946796Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:57.9979176Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0005512Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0032063Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0056673Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0081417Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0106092Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0130696Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0156838Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0181374Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0204769Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0238070Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0269899Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0294600Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0320079Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0343323Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0366580Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0390813Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0414063Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0437699Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0462048Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0485295Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0517058Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0547116Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0572324Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0596799Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0621830Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0644973Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0667751Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0690627Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0713232Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0736159Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0760772Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0785272Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0820575Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0852307Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0878807Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0905494Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.0930106Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0954973Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.0979297Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1004197Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1028807Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1052979Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1076402Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1109386Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.1141079Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.1166356Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1191526Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1214915Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1238500Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1261597Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1285002Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1308713Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1334058Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1358767Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1394032Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.1452676Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:58.1477688Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1503147Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1526583Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1549929Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1573254Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1596854Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1620123Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1643814Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1666394Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1699917Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.1730192Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.1754038Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1778560Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1800855Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1823478Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1846710Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1869667Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1892604Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1916163Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1937821Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.1967483Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.1995918Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.2023697Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.2048773Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2073491Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2099326Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2121985Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2143972Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2166447Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2188865Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2211416Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2229267Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2247140Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2265193Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2282597Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2300210Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2318374Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2338170Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2355668Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2380681Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2404819Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2428808Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2449201Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2469838Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2490970Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2508583Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2526414Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2544594Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2562813Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2581159Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2601588Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2619587Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2645682Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.2669668Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2690599Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2712280Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2733764Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2752080Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2770214Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.2788448Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3233937Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:25:58.3253138Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3280360Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3307635Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3334683Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3353147Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3371575Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3389524Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3407931Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3426321Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3455026Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3481964Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3515998Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3547210Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3578544Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3606672Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3634636Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3663455Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3688581Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3714165Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3739636Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3765168Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.3790326Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3810460Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3828745Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3853778Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3878488Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3902255Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3923304Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3943743Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3965022Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.3983284Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4001383Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4019342Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4037303Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4055045Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4079661Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4096980Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4131587Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4163215Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4193976Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4218583Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4243095Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4267709Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4285343Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4302559Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4319658Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4336936Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4354361Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4378172Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4395617Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4427172Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4457969Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4488134Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4512654Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4536843Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4561422Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4579002Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4596361Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4643940Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:58.4660889Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4677248Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4701628Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4725731Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4758812Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4789692Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4815101Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4841387Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.4864874Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4888722Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4912671Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4936410Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4960422Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.4985268Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5009128Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5041790Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5072581Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5097971Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5124098Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5148000Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5171888Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5195983Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5219822Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5244051Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5269204Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5293625Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5319645Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5345266Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5370946Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5394680Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5418223Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5441950Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5465565Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5489155Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5538763Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:58.5562564Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5588320Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5614531Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5638459Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5661730Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5685629Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5708921Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5732405Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5756507Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5778656Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5808033Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5836583Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5864192Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.5889146Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5913309Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5937600Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5959789Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.5981785Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6004210Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6026329Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6048698Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6074769Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6100062Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6127090Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6154169Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6179227Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6204663Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6229701Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6255351Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6282836Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6309385Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6334360Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6361721Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6388199Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6413318Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6438623Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6463919Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6489176Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6514430Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6540143Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6565456Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6591500Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6618574Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6643812Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6668380Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6692844Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6718006Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6741990Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6766671Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6790578Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6816070Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6841719Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6867542Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.6890872Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6914462Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6938086Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6961817Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.6985427Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7009671Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7034886Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7067758Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7098651Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7126006Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7152712Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7177756Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7203402Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7228532Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7253626Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7278619Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7304536Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7328666Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7354925Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7381184Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7405910Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7430172Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7454461Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7479030Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7503845Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7529418Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7548545Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7610136Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:58.7642847Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7674034Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7699395Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7724971Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7750909Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7770151Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7790236Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7809428Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7829175Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7848699Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7873793Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7897065Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.7928946Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7958311Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.7987003Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8013083Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8037862Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8064022Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8086834Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8110098Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8133428Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8156802Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8179827Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8204899Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8230728Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8256067Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8274745Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8292977Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8310828Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8329600Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8347436Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8372378Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8398213Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8423520Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8449231Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8458225Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:25:58.8467193Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:25:58.8476037Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:25:58.8484668Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:25:58.8509122Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8531766Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8561606Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8589773Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8614169Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8640188Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8665805Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8688112Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8710710Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8733270Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8755755Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8778056Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8804431Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8829970Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8856383Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8883439Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.8908511Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8934022Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8959483Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.8985013Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9010720Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9040806Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9069764Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9098494Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9118501Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9136737Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9161768Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9185531Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9206507Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9227080Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9248337Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9266687Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9284328Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9302472Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9320847Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9338877Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9362143Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9379952Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9413445Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9446743Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9479285Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9503807Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9527315Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9551332Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9569466Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9587679Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9605583Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9623520Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9641598Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9663465Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9681243Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9710820Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9739865Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9768641Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:58.9791150Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9813388Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9835612Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9853554Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9871609Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9889329Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9906865Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9924502Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9944340Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9962409Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:58.9987888Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0011588Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0032574Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0053371Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0074606Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0092854Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0111167Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0129104Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0147152Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0165105Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0184969Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0202876Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0223392Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0244108Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0265389Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0283354Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0301281Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0319433Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0337169Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0355031Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0374878Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0392954Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0413379Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0433924Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0455328Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0472870Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0521375Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:59.0538068Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0554959Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0571838Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0590687Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0607655Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0633806Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0658463Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0683479Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0703542Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0722954Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0743506Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0760670Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0777946Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0795182Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0812483Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0829873Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.0842202Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0854477Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0866893Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0879878Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0891966Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0903649Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0916598Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0929724Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0942939Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0956229Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0969804Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.0983066Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:59.1011029Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1037096Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1064747Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1093357Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1119364Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1145262Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1170831Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1197375Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1223398Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1248773Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1274591Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1309943Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1341995Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1369135Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1396439Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1422114Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1447834Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1473421Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1498830Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.1524463Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1549666Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.1575417Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1603081Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1631262Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1656993Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1683140Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1709033Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1735260Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1761240Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1786665Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.1812970Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1847811Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1880603Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1907247Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1933771Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.1959109Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.1984217Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2009365Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2034466Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2059586Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2084465Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2109943Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2143936Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2174878Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2200930Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2227613Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2252652Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2277850Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2302816Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2327851Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2353004Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2377132Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2394959Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2419955Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2443743Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2468786Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2489126Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2510252Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2528078Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2546229Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2564137Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2581675Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2599654Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2625392Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2652222Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2679050Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2705771Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2733832Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2762885Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2790093Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2816786Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2843882Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.2863213Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2880551Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2904837Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2928714Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2951326Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2971554Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.2991509Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3011817Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3029378Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3047009Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3063848Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3081453Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3098667Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.3128194Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3158824Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3189562Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3218278Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3246193Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3274260Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3302542Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3330990Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3367289Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3534840Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:25:59.3573526Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3607750Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3641181Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3674763Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3708743Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3741781Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.3780190Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3817950Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3861640Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3898806Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3937096Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.3973695Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.4010407Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.4046960Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:25:59.4070704Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4087547Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4112182Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4136684Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4160461Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4177364Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4194623Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4210992Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4227890Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4244586Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4267781Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4296872Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.4327201Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.4356124Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.4380142Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4404429Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4428314Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4445198Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4462092Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4478507Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4495137Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4511738Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4535657Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4559750Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4583948Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4607119Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4631148Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4655273Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4678616Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4702355Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4726030Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4749436Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4773285Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4797019Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4820231Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4844845Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4869190Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4886208Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4903623Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4920386Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4937249Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.4963540Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.4989648Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5015871Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5041926Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5068889Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5093978Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5119616Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5145240Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5168976Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5193227Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5217458Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5234916Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5251936Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5268800Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5285913Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5303054Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5326546Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5350716Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5374765Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5391584Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5408491Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5424900Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5441588Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5458456Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5466572Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:25:59.5474139Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:25:59.5481957Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:25:59.5506182Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5530509Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5555268Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5586496Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5615967Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5640043Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5664626Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5689404Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5713348Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5738025Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5762865Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5786747Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5810907Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5835592Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.5860951Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5896019Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5929283Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5956299Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.5982364Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.6009558Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.6034731Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6059720Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6085107Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6109514Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6134051Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6159416Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6193836Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.6225782Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.6251275Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6278751Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.6303571Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6376623Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:25:59.6400676Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6424465Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6448603Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6471927Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6495720Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6519981Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6536883Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6554065Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6570517Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6587406Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6604339Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6653222Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:25:59.6675553Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6700320Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6724989Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6747812Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6770521Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6792975Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6815513Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6838327Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6861659Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6884530Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6909346Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6933597Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6956630Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.6978971Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7001795Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7024384Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7046996Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7076551Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7101559Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7131322Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7160923Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7185926Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7210981Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7236917Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7260842Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7287782Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7317105Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7342173Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7371990Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7401232Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7426111Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7451031Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7475865Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7500912Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7527730Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7556864Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7581747Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7611214Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7640436Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7665513Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7690451Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7715393Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7741015Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7767020Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7789617Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7818190Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7847069Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7875203Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.7898687Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7922339Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7945741Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7961898Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7978251Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.7994673Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8010712Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8027302Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8051513Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8074420Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8099442Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8124253Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8149431Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8171830Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8194605Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8217367Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8240449Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8263038Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8286158Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8302744Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8331671Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.8360507Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.8388254Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.8412660Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8436775Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8460645Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8477906Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8494842Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8511185Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8528188Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8545313Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8569246Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8592048Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8623082Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.8652668Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.8678192Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.8702822Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8727615Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8750189Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8773135Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8795916Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8818577Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8841555Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8865739Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8890214Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8915068Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8932695Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8950422Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8967458Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.8985040Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9002511Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9026671Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9051244Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9075998Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9100169Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9125316Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9150218Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9174451Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9199510Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9261017Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:25:59.9285134Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9307458Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9337951Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.9367216Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.9391305Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9415099Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9437522Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9459723Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9482081Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9504205Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9526631Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9550372Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9567677Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9597426Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.9628766Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.9657395Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.9683193Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:25:59.9707604Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9732111Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9749662Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9767407Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9783958Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9801491Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9819127Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9838753Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9856249Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9880636Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9903923Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9924198Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9944289Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9964769Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9981781Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:25:59.9999799Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0017505Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0035677Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0053418Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0077868Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0100771Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0132375Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0162938Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0187784Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0213629Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0236727Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0259590Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0282842Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0305892Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0329075Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0353364Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0371034Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0396819Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0421681Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0447090Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0464982Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0482602Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0499759Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0517528Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0535410Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0555305Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0572750Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0593077Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0612842Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0633177Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0650220Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0667237Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0684298Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0701159Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0718236Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0742380Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0767067Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0800697Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0831995Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0857986Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0884261Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.0908429Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0932546Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0956660Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.0981311Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1007759Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1031637Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1054230Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1086638Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1117966Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1142130Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1166715Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1189295Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1211823Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1234554Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1256964Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1279535Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1304578Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1328184Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1360153Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1390705Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1415934Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1441649Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1464774Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1488244Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1511808Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1535160Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1558678Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1581458Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1607265Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1633968Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.1658490Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1682614Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1706743Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1730632Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1755202Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1778145Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1803120Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1828179Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1851159Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1874455Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1897362Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1920546Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.1943510Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2006087Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:26:00.2030787Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2055477Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2078153Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2100508Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2123368Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2145913Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2168363Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2190731Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2214647Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2238852Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2261106Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2283903Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2306708Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2329454Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2352606Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2375503Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2400235Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2424473Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2447335Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2470130Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2492688Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2515313Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2538145Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2561908Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2584674Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2608868Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2633018Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2655968Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2679677Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2702245Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2725086Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2747764Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2770614Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2795410Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2819733Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2842785Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2865821Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2889052Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2912069Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2935095Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.2961679Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.2985379Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3010911Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.3036260Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3059398Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3082650Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3105999Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3129156Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3152561Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3176411Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3202150Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.3227822Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.3251392Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3275081Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3298919Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3322872Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3346839Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3370441Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3396033Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3422164Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.3446001Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3469606Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3493132Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3516917Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3540766Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3564126Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3589473Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3614356Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3637879Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3660978Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3684687Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3708159Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3731775Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3756009Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3781739Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.3807502Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.3831595Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3855517Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3879687Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3903347Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3927215Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3952443Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.3979729Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4005891Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4029757Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4054259Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4078002Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4101921Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4125859Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4149426Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4174733Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4200415Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4223973Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4247465Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4271397Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4294764Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4319144Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4343085Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4368636Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4394330Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4417944Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4441662Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4465596Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4489268Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4513905Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4542895Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4571127Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4601293Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4631279Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4659427Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4687316Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4715540Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4743773Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4771329Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.4794597Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4857785Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:26:00.4882376Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4904825Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4926991Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4949407Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4971749Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.4993838Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5042815Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:26:00.5065300Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5090492Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5115084Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5137719Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5160395Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5183746Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5206395Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5229438Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5253258Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5278653Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5303416Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5326770Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5350357Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5373684Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5397192Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5421017Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5444673Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5469963Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5494931Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5518347Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5541546Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5565215Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5588762Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5612737Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5635696Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5660274Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5684953Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5707774Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5730664Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5753823Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5776430Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5799387Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5823065Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5846811Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5878359Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.5908128Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.5933222Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.5959017Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.5982499Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6006112Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6029960Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6053382Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6077045Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6100598Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6117953Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6147819Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6177562Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6202618Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6227157Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6251461Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6268813Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6286226Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6303522Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6321519Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6338915Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6364036Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6388568Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6421865Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6453502Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6479053Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6505602Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6530388Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6557670Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6582484Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6607689Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6632360Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6657713Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6682010Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6715772Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6747600Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6773495Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6800345Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6824465Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6848617Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6872830Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6896801Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6920974Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6945587Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.6972213Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.6999185Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:26:00.7017195Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.7035070Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.7052327Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.7070195Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.7087918Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:26:00.7760355Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:00.8672010Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:26:00.9557737Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:26:01.0351561Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:26:01.1143054Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:26:01.1688477Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:01.2292088Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:01.2443827Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:01.2599825Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:01.2740785Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:01.2910336Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:01.3058958Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:01.3576088Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:01.4069331Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:01.6028996Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-09-27T16:26:01.7121151Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:01.7651550Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:01.8253234Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:01.8758468Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:01.9267368Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:01.9776035Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:02.0283788Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:02.0789441Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:02.1309674Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:02.1833068Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:02.2997972Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:26:02.4055078Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:26:02.4626811Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:02.5258478Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:02.5784309Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:02.6754000Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:26:02.7483098Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:26:02.8026016Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:02.8568110Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:02.9184386Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:02.9688784Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:03.0626261Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:03.1383756Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:26:03.1998883Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:03.2524111Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:03.3109116Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:03.3611070Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:03.4112593Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:03.4614404Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:03.5095496Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:03.5599384Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:03.6109437Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:03.6624210Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:03.8460912Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:26:03.9466751Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:26:04.0007152Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:04.0617750Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:04.1134924Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:04.1649566Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:04.2162679Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:04.2648683Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:04.3156446Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:04.3890496Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:26:04.4452429Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:04.5599904Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:26:04.6648015Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:26:04.7237972Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:04.7878772Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:04.9021097Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:26:04.9575635Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:05.0127305Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:05.0655095Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:05.1202527Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:05.1706750Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:05.2222458Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:05.3505203Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:26:05.4453577Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:05.4995073Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:05.5603505Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:05.6119193Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:05.6633027Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:05.7145244Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:05.7633808Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:05.8141723Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:05.8687615Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:05.9338568Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:06.0979193Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:26:06.1961353Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:26:06.2566389Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:06.3217721Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:06.3762507Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:06.4307983Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:06.4851736Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:06.5370787Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:06.5905488Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:06.6399454Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:06.6889015Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:06.7832006Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:06.8611405Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:26:06.9308419Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:26:06.9867896Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:07.0968541Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:26:07.1566834Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:07.2194722Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:07.2818468Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:07.3304671Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:07.3765737Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:26:07.4250121Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:07.4409548Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:07.4584252Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:07.4741695Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:07.4883003Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:07.5025601Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:07.5191742Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:07.5348871Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:07.5490323Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:07.5999329Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:07.6464491Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:26:07.6804244Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:26:07.7046317Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:26:07.7257835Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:26:07.7519804Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:07.7696908Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:07.7849204Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:07.7998374Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:07.8143742Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:07.8312378Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:07.8469137Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:07.8647353Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:07.9344006Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:07.9741420Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:26:07.9985384Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:26:08.0173286Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:08.0457251Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:26:08.0608741Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:08.0760801Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:08.0937259Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:08.1104389Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:08.1265481Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:08.2141779Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:08.2675848Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:08.3268387Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:08.3421574Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:08.3580693Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:08.3748653Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:08.3891184Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:08.4038320Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:08.4752620Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:08.5459856Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:08.6544599Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:26:08.7518019Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:26:08.8456521Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:08.9237980Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:26:08.9985911Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:26:09.0788027Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:26:09.1503408Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:09.2404214Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:26:09.3458187Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:26:09.4145569Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:09.4833250Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:09.5013553Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:09.5161446Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:09.5669239Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:09.6113108Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:26:09.6472878Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:26:09.6717776Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:26:09.6929297Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:26:09.7190398Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:09.7343238Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:09.7517355Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:09.7668771Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:09.7807922Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:09.7954732Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:09.8443412Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:09.8585631Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:09.9688896Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:26:10.0703417Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:26:10.1570781Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:10.2143263Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:10.2640157Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:10.3406896Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:26:10.3841405Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:26:10.3989358Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:10.4115340Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:26:10.4254408Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:10.4393812Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:10.4880761Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:10.5023908Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:10.6019510Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:26:10.7044803Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:26:10.7915285Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:10.8485609Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:10.9006810Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:10.9576725Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:10.9725101Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:10.9873620Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:10.9997984Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:26:11.0136216Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:11.0274660Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:11.0778889Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:11.1293578Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:11.2443939Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:26:11.3451488Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:26:11.4086517Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:11.5290580Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:26:11.5806856Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:11.6337957Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:11.6859746Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:11.7368844Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:11.7878450Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:11.8386938Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:11.8879331Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:12.0036727Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:26:12.1006073Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:26:12.1546259Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:12.2146003Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:12.2636507Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:12.3149965Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:12.3662324Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:12.4171596Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:12.4679353Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:12.5700237Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:26:12.6220675Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:12.6802200Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:12.7350022Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:12.7987984Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:12.8485014Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:12.9003922Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:12.9538723Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:13.0054339Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:13.0566980Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:13.3743790Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-09-27T16:26:13.4304669Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:13.4964654Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:13.5679743Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:13.6773344Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:13.7313590Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:13.7878845Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:13.8439011Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:13.9002544Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:13.9489251Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:13.9969366Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:14.0782164Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:26:14.1554675Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:26:14.2221198Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:14.2794806Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:14.3311574Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:14.3883565Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:14.4342054Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:26:14.4826432Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:14.5309076Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:14.5784757Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:14.6242287Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:26:14.6865908Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:14.7988896Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:26:14.8530918Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:14.9144485Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:14.9658862Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:15.0175686Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:15.0689865Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:15.1179919Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:15.1695078Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:15.2223668Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:15.2741837Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:15.3283251Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:15.3902911Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:15.4421485Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:15.4938593Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:15.5452814Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:15.5965810Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:15.6457724Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:15.7048723Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:15.7820882Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:26:15.8801036Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:26:15.9418240Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:16.0100538Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:16.0783986Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:16.1464164Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:16.2143718Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:16.2632654Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:16.3145462Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:16.3684172Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:16.4285313Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:16.4845686Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:16.5463206Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:16.6000364Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:16.6539094Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:16.7076232Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:16.7586848Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:16.8123450Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:16.8678963Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:16.9684140Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:26:17.0737901Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:26:17.1633456Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:26:17.2170991Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:17.2777764Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:17.3289623Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:17.3803915Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:17.4562100Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:26:17.5049489Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:17.5556893Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:17.6065283Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:17.6584401Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:17.7127604Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:17.7733729Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:17.8249184Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:17.8742119Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:17.9257035Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:17.9928305Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:18.0812914Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:26:18.1314038Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:18.1509159Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:18.2560507Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:26:18.3686517Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:26:18.4584137Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:26:18.5164914Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:18.5714437Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:18.6332382Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:18.6517946Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:18.6689680Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:18.6856129Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:18.7008439Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:18.7185681Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:18.7661318Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:18.8156234Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:18.9014047Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:26:18.9797051Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:26:19.0511826Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:19.1581304Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:26:19.2100698Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:19.2703910Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:19.3197070Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:19.3666201Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:19.4280517Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:19.4773535Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:19.5265310Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:19.5764461Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:19.6301048Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:19.6897512Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:19.7051201Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:19.7208104Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:19.7373613Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:19.7516585Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:19.7661534Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:19.8154759Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:19.8758602Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:19.9314360Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:19.9917971Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:19.9926618Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:26:19.9934323Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:26:19.9943027Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:26:19.9951311Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:26:20.0450747Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:20.0924820Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:20.1949202Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:26:20.2948783Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:26:20.3519382Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:20.4045722Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:20.4648217Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:20.5140361Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:20.5634871Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:20.6138552Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:20.6607704Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:20.7095716Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:20.7765878Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:20.8449630Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:20.9478222Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:26:21.0251487Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:26:21.0931853Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:21.1615105Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:21.2292716Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:21.3644739Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:26:21.4299682Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:21.5129949Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:26:21.5912875Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:26:21.6614355Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:26:21.6781065Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:21.6957554Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:21.7473419Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:21.7819252Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:26:21.8090694Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:26:21.8285933Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:21.8574609Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:26:21.8731874Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:21.8878993Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:21.9056950Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:21.9208492Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:21.9360799Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:21.9686035Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:26:21.9831178Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:22.0732421Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:26:22.1584756Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:26:22.2350233Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:26:22.2756701Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:26:22.3119962Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:26:22.3641800Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:22.4140709Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:22.4293185Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:22.4442333Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:22.4588002Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:22.4756351Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:22.4963887Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:26:22.5108801Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:22.5850005Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:26:22.6490001Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:22.7073813Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:22.7382104Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:26:22.7653620Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:26:22.7970367Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:26:22.8146667Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:22.8297430Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:22.8444886Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:22.8619009Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:22.8817561Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:22.9105062Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:26:22.9368914Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:23.0078263Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:23.0487121Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:26:23.0776947Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:26:23.1033507Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:23.1335285Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:26:23.1534100Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:23.1752121Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:26:23.1939020Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:23.2103928Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:23.2269213Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:23.2464329Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:23.2609483Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.2864608Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:26:23.3085009Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:26:23.3395465Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:26:23.3547201Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.3722116Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:23.3870906Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.4017072Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.4186896Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:23.4389322Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:23.4971832Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:23.5229037Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:23.5448419Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:26:23.5761139Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:26:23.5913017Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.6064403Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.6235951Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:23.6381537Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.6527941Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.6686429Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:23.6832071Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.7403446Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:23.7894570Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:23.8300550Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:26:23.8542493Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:26:23.8731820Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:23.9019562Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:26:23.9171280Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.9323063Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.9495331Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:23.9640718Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:23.9787111Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:23.9800502Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9811984Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9823954Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9835651Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9847508Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9859930Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9872626Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9885197Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9897699Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9910286Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9922851Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:23.9935402Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:24.0496832Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:24.1072167Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:24.1670262Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:24.2404816Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:26:24.2975365Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:24.3524084Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:24.4102155Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:24.4679257Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:24.5479997Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:26:24.6435473Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:24.7146842Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:24.8268559Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:26:24.9217866Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:24.9757916Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:25.0366567Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:25.0935358Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:25.1505675Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:25.2074451Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:25.2617025Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:25.3179784Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:25.3695474Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:25.4216488Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:25.4764116Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:25.5380167Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:25.6015205Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:25.6970711Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:25.7529409Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:25.8082491Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:25.8594718Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:25.9103070Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:25.9808987Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:26.0927846Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:26:26.1881323Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:26.2421408Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:26.3031440Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:26.3591064Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:26.4152287Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:26.4711330Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:26.5245064Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:26.5798869Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:26.6314773Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:26.7189541Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:26.8640822Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:26:26.9590344Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:27.0129937Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:27.0739138Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:27.1303375Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:27.1867483Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:27.2433061Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:27.2967628Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:27.3524155Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:27.3927609Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:26:27.4088402Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:27.4641213Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:27.5028284Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:26:27.5516001Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:27.5736396Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:26:27.6048987Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:26:27.6217096Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:27.6387590Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:27.6548543Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:27.6708358Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:27.6891809Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:27.7391492Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:27.8322043Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:26:27.9283359Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:26:27.9882281Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:28.0904714Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:26:28.1770138Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:26:28.2630966Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:26:28.3488993Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:26:28.4347898Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:26:28.4507846Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:28.4652771Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:28.5156392Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:28.5617212Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:26:28.5953249Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:26:28.6216495Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:28.6403075Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:28.6680572Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:26:28.6826833Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:28.6973700Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:28.7098431Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:26:28.7238041Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:28.7378010Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:28.8022849Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:28.8786929Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:26:29.0091283Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:26:29.0767717Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:29.1438921Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:29.2116333Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:29.2760868Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:29.3432050Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:29.4619307Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:26:29.5875088Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:26:29.7424034Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:26:29.8650413Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:26:30.0010194Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:26:30.1576756Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:26:30.2777722Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:26:30.3995977Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:26:30.5458196Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:26:30.6923017Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:26:30.9219798Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-09-27T16:26:31.0743138Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:26:31.2551600Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:26:31.3993259Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:26:31.5453442Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:26:31.6889516Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:26:31.7402394Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:31.7549693Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:31.8160618Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:31.8716526Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:31.9334022Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:31.9486995Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:31.9645731Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:31.9789186Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:31.9957595Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:32.0104500Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:32.0598391Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:32.1575742Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:26:32.3085449Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:26:32.3956029Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:32.4543671Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:32.5076501Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:32.5664428Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:32.5817720Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:32.5974783Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:32.6116275Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:32.6278426Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:32.6428590Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:32.6931072Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:32.7466832Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:32.8071159Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:32.8556625Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:32.9092314Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:32.9690140Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:33.0363481Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:33.0912569Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:33.1503361Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:33.2005992Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:33.2591544Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:33.3650249Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:26:33.4143921Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:33.4677991Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:33.5267341Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:33.5420923Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:33.5577132Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:33.5742603Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:33.5885322Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:33.6436635Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:33.7044833Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:33.7738511Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:33.8296847Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:33.8938400Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:33.9486523Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:34.0058462Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:34.0694434Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:34.1189602Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:34.1720345Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:34.2309487Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:34.2461791Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:34.2617848Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:34.2785405Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:34.2928557Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:34.3085031Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:34.3654299Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:34.4616899Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:26:34.5204323Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:34.5356724Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:34.5513245Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:34.5678455Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:34.5821647Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:34.5971016Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:34.5979855Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:26:34.5988636Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:26:34.5997437Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:26:34.6503995Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:34.7039500Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:34.7634543Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:34.8674756Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:26:34.9564171Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:26:35.0066959Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:35.0600338Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:35.1198269Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:35.1695855Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:35.2243285Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:35.2883877Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:35.3366733Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:35.3901654Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:35.4556807Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:35.5649240Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:35.6873110Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:26:35.7892896Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:26:35.8556211Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:35.9138257Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:35.9814788Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:36.0363244Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:36.0921760Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:36.1528661Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:36.2070175Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:36.2628324Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:36.3123240Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:36.4387559Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:26:36.5474123Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:36.6491116Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:26:36.7153996Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:36.7709519Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:36.8261476Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:36.8812999Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:36.9359192Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:36.9909246Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:37.0406806Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:37.0956151Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:37.1579742Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:37.1740804Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:37.1908184Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:37.2092866Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:37.2240542Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:37.2404823Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:37.5582380Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-09-27T16:26:37.6143870Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:37.7364315Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:26:37.8078388Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:37.8775591Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:26:37.9342461Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:38.0144180Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:26:38.0682059Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:38.1264521Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:38.1804487Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:38.2369179Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:38.2962782Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:38.3626256Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:38.4197182Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:38.4761013Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:38.5324090Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:38.5883165Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:38.6438320Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:38.7738715Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:26:38.8988583Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:26:39.0133395Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:26:39.1332514Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:26:39.2287976Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:39.3229298Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:39.4173315Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:39.5139427Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:26:39.6146840Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:26:39.7288491Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:26:39.8287158Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:26:39.9687375Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:26:40.0909076Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:26:40.1826692Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:26:40.2766124Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:40.3704541Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:40.4641011Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:40.5797145Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:26:40.6932249Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:26:40.7880122Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:40.8995839Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:26:41.0838614Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:26:41.1756186Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:26:41.2694894Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:41.3635825Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:26:41.4571074Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:26:41.5574841Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:26:41.6062197Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:41.7028250Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:26:41.7980365Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:26:41.8834277Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:26:41.9382363Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:41.9900042Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:42.0553456Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:42.0740570Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:42.1292485Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:42.1443337Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:42.1611676Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:42.1779140Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:42.2385312Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:42.2903916Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:42.3481616Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:42.4024860Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:42.4836240Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:26:42.5446210Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:42.5963976Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:42.6483108Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:42.6995457Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:42.7512412Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:42.8000533Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:42.8144933Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:42.8955003Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:26:42.9739517Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:26:43.0458956Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:26:43.1010832Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:43.1717556Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:43.2616580Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:26:43.2766203Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:43.2935794Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:43.3061580Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:26:43.3201889Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:43.3342327Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:43.3840018Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:43.4346967Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:43.5344396Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:26:43.6210478Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:43.6810361Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:43.7348443Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:43.7941808Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:43.8446508Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:43.8951279Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:43.9434581Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:43.9932579Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:44.0434347Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:44.0930852Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:44.1469797Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:44.2070222Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:44.2247472Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:44.2426592Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:44.3023741Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:44.3169217Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:44.3315304Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:44.3812553Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:44.4347738Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:44.4940838Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:44.5456259Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:44.6018557Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:44.6639735Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:44.7153887Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:44.7718079Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:44.8338782Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:44.8812220Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:44.9316774Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:45.0408214Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:45.1323867Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:26:45.1834679Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:45.2448477Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:45.2932862Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:45.3608200Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:45.4506134Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:26:45.5007207Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:45.5507430Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:45.6002686Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:45.6161518Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:45.7153215Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:26:45.8247664Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:45.9115388Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:45.9762421Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:46.0293665Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:46.0882997Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:46.1059880Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:46.1219150Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:46.1363977Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:46.1507303Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:46.1701554Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:26:46.1863734Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:46.2013109Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:46.2524025Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:46.2887320Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:26:46.3132922Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:26:46.3347986Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:26:46.3610575Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:26:46.3757055Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:46.3932537Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:46.4116229Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:46.4317615Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:46.4517808Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:46.5409878Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:26:46.5918488Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:46.6960422Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:26:46.7841556Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:26:46.8373947Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:46.8970176Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:46.9477005Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:46.9985703Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:47.0490169Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:47.0991119Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:47.1494780Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:26:47.1967717Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:26:47.2149258Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:47.2788457Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:47.3498068Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:26:47.4203556Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:26:47.4356132Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:26:47.4513836Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:47.4656625Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:26:47.4822169Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:26:47.4995540Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:26:47.5246669Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:26:47.5427154Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:47.6098023Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:47.6434804Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:26:47.6839907Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:26:47.7070253Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:26:47.7278710Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:26:47.7482012Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:47.7684686Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:26:47.7869530Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:26:47.8348295Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:26:47.8866205Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:48.0038090Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:26:48.1015875Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:26:48.1579018Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:48.2190406Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:48.2681890Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:26:48.3197324Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:48.3709803Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:48.4220721Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:48.4751674Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:48.5279151Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:48.5820367Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:48.7503699Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:26:48.8562885Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:26:48.9138346Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:48.9783156Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:49.0303757Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:49.0844458Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:49.1385681Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:49.1924606Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:49.2461330Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:49.2967987Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:26:49.3484380Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:49.4628759Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:26:49.5596439Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:26:49.6135685Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:49.6737023Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:49.7829241Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:26:49.8657651Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:26:49.9489033Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:26:50.0295187Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:26:50.1107466Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:26:50.1845733Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:26:50.2536328Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:50.3355407Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:26:50.4014505Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:50.4674865Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:50.5333400Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:50.5966369Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:50.6653891Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:50.7205534Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:50.7807851Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:50.9085500Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:26:50.9657555Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:51.0232985Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:51.0803526Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:51.1374674Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:51.1923118Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:51.2481136Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:51.3091190Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:51.3767676Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:51.4348183Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:51.4926437Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:51.5503351Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:51.6078539Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:51.6646551Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:51.7204954Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:51.7796434Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:51.8450334Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:51.9599218Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:26:52.0164910Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.0728470Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.1266965Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:52.1845447Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:52.2406064Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.2995955Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:52.3648607Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:52.4214148Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.4781299Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:52.5344029Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.5906266Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.6464869Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:52.6986392Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:26:52.7528883Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:52.8096322Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:52.8724457Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:52.9265341Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:52.9901604Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:53.0885181Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:26:53.1429558Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:53.1990298Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:53.2550629Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:53.3133543Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:53.3815508Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:53.4369409Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:26:53.4945778Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:53.5523533Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:53.6094436Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:53.6656129Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:53.7240211Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:53.7846924Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:53.8479536Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:53.9179474Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:26:53.9763926Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:54.0365796Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:54.1155427Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:26:54.2022539Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:26:54.2622948Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:54.3264230Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:54.3930049Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:26:54.4716700Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:26:54.5359519Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:54.5999147Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:54.6642390Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:54.7254964Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:54.7890080Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:54.8523321Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:54.9178574Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:54.9951345Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:26:55.0582005Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:55.1211235Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:55.1999929Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:26:55.3011165Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:26:55.3637766Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:55.4210327Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:26:55.4839825Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:55.5516038Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:26:55.6116346Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:55.6714540Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:55.7311470Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:55.7972091Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:55.8568736Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:55.9232135Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:55.9923975Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:56.0671556Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:26:56.1335602Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:56.1999947Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:56.2732298Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:26:56.3793399Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:26:56.4429899Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:56.5094113Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:56.5781737Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:56.6528008Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:26:56.7335313Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:26:56.7997259Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:56.8659628Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:56.9318005Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:56.9976939Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:57.0600112Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:26:57.1232581Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:57.1922753Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:57.2528299Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:57.3132407Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:57.3876741Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:26:57.4858221Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:26:57.5485150Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:26:57.6098499Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:26:57.6756708Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:57.7451001Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:26:57.8055940Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:57.8658464Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:57.9262047Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:57.9860788Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:58.0508546Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:26:58.1087553Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:26:58.1686989Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:58.2327847Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:26:58.3089125Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:26:58.3681768Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:58.4273449Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:58.5448988Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:26:58.6042992Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:58.6633950Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:26:58.7175393Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:26:58.7779929Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:26:58.8440885Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:26:58.8974765Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:58.9505553Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:59.0037378Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:59.0565042Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:59.1094655Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:26:59.4251297Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.316s) 2022-09-27T16:26:59.4813211Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:59.5534693Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:26:59.6677135Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:26:59.7240185Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:59.7802873Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:59.8366826Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:59.8926566Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:26:59.9491692Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:27:00.0112437Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:27:00.0717803Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:00.1424403Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:27:00.2001925Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:27:00.2599668Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:00.3197236Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:00.3793879Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:00.4437255Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:27:00.5050944Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:27:00.5680631Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:27:00.6418249Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:27:00.7460937Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:27:00.8058136Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:00.8656139Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:00.9228926Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:27:00.9871998Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:27:01.0414560Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:27:01.0989392Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:27:01.1635126Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:27:01.2187917Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:27:01.2739937Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:27:01.3288571Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:27:01.3837143Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:27:01.4361787Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:01.4867626Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:27:01.5452181Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:27:01.6528409Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:27:01.7544638Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:27:01.8523690Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:27:01.9134764Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:27:01.9661391Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:27:02.0185536Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:02.0709850Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:02.1228646Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:02.1746230Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:02.2215906Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:27:02.2418383Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:27:02.3412064Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:27:02.4283436Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:27:02.4901359Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:27:02.5433556Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:27:02.6022602Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:27:02.6196827Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:27:02.6374591Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:27:02.6535091Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:27:02.6720340Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:27:02.6892707Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:27:02.7388444Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:27:02.7883367Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:27:02.9618351Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:27:03.0572779Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:27:03.1116431Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:27:03.1737136Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:27:03.2256671Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:03.2915230Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:27:03.3497326Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:27:03.4010888Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:27:03.4526139Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:27:03.5021822Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:27:03.5539933Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:27:03.6698241Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:27:03.7676870Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:27:03.8215430Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:27:03.8829772Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:27:03.9428173Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:04.0353926Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:27:04.0991678Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:27:04.1499041Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:27:04.2004431Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:27:04.2477510Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:27:04.3013231Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:27:04.3616499Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:27:04.3792876Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:27:04.3979166Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:27:04.4149441Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:27:04.4322208Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:27:04.4507267Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:27:04.4529836Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:04.4554985Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:04.4585285Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:04.4613952Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:04.4657538Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.4713334Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2357: RuntimeWarning: invalid value encountered in exp 2022-09-27T16:27:04.4713716Z np_result = np_fn(a) 2022-09-27T16:27:04.4789997Z ok (0.013s) 2022-09-27T16:27:04.4905170Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:27:04.4963685Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:04.5020368Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:04.5027695Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-09-27T16:27:04.5075881Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5128588Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5179309Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5214087Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:04.5250047Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5285152Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:04.5330980Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5384020Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5441119Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:04.5487605Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5536017Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5581538Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5626984Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5680997Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.5737368Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:04.5774859Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5812065Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5849276Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5883485Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:04.5920183Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5957352Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.5997608Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6035738Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6072513Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6108973Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6146193Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6184346Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6237633Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.6300881Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:04.6357374Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:04.6377773Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6396392Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6414738Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6434634Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6452546Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6470272Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6487782Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6505600Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6523498Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-09-27T16:27:04.6559340Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6595662Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6630821Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:04.6681045Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.6728277Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:04.6764700Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6801898Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:04.6841121Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4197360Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.735s) 2022-09-27T16:27:05.4250390Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.4295621Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4339082Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4384652Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4427759Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4467964Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4516545Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.4564032Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.4611495Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.4640804Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4665528Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:05.4689092Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:05.4721237Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4751370Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4780343Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4810923Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4840604Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4868812Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:05.4909238Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4947861Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.4985851Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.5024606Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.5062383Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.5099911Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.5136800Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:05.5157340Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:05.5176873Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:05.5196036Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:05.6051460Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:27:05.6893064Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:27:05.7742100Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:27:05.8598241Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:27:05.8652419Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.8705860Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.8757519Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:05.8806304Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:06.1274896Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-09-27T16:27:06.3863617Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-09-27T16:27:06.6250033Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:27:06.8618396Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-09-27T16:27:06.8671350Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:06.8724172Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:06.8775552Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:06.8824058Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:06.9053083Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:27:06.9277392Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:06.9501210Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:06.9747816Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:27:06.9971636Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.0195638Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.0420044Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.0644408Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.0869584Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.1093726Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.1317504Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:07.1342040Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-09-27T16:27:07.1342472Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-09-27T16:27:07.1375736Z ok (0.006s) 2022-09-27T16:27:07.1426851Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.2925128Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:27:07.2999734Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:07.3265430Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:27:07.3520783Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:27:07.3771223Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:27:07.3844621Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:07.3917196Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:07.4105830Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:27:07.4174665Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:07.4243789Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:07.4282073Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4329194Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.4375197Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.4419438Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4456645Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4494425Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4531403Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4555067Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.4578543Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.4601078Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.4624656Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.4648337Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.4686033Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4722769Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4775671Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.4824898Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.4864649Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4903753Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4940573Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.4976973Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5013483Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5050044Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5086245Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5122850Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5157045Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5205837Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.5254486Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.5292162Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5329316Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5363307Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5397493Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5431699Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5465843Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5499675Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5536014Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5570019Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5620074Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.5669713Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.5707964Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5745639Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5782877Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.5816669Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5850553Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5884677Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5918440Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5952184Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.5988622Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6025165Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6078851Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.6127610Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.6166756Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6206566Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6243802Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6281040Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6318989Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6356614Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6393139Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6430407Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6464854Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.6514609Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.6563654Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.6601613Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6639146Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.6673475Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.6708325Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.6742459Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.6776593Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.6811477Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.6849957Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7020160Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:27:07.7073155Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.7121022Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.7158619Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7195841Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7231807Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7268205Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7304174Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7339534Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7375687Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7411479Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7444915Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7495309Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.7541752Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.7578548Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7614797Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7647877Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7681517Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7714556Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7747656Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7780438Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7815165Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7846936Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.7889333Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7930830Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.7971250Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.8007218Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.8043287Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.8079861Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.8112016Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8144128Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8176759Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8209095Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8241746Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8264734Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8287698Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8311143Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8333331Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8356211Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8378942Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8405398Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8427408Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8461563Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8494398Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8526196Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8553284Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8580713Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8608902Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8631492Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8654896Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8677895Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8700629Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8723940Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8750326Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8773168Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8807638Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8840137Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8867408Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8894691Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8923101Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.8946382Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8969262Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.8992887Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9017137Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9040792Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9078830Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9119389Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9157472Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9181436Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9205839Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9229629Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9253697Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9277798Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9320343Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9358727Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9408572Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.9455822Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.9503618Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:07.9545859Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9587884Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9631155Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9668362Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9706322Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9743979Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9781940Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9819707Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:07.9847165Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.9870793Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:07.9905986Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.9939325Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:07.9996988Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.0024498Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.0052473Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.0081745Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.0105366Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0128795Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0152785Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0175884Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0199900Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0235891Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0258492Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0311139Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.0359669Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.0407153Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.0443799Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0480677Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0517391Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0540458Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0563738Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0585557Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0608364Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0631431Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0668891Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0692408Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0740434Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.0788458Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.0835404Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.0872487Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0908550Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0945157Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.0967648Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.0990718Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.1012614Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.1035714Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.1058448Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:08.1096339Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1132984Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1184491Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.1232853Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.1271930Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1311562Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1348825Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1385542Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1421849Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1460059Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1497376Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1536638Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1573423Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1624260Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.1672901Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.1713462Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1753304Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1793563Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1830994Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1868024Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1904972Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1941450Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.1980436Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2016500Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2059481Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2100602Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2139648Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2176266Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2212602Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2249188Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2285625Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2324589Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2396029Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.2431412Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2472446Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2511219Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2546918Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2582876Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2618427Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2654442Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2690209Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2727576Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2760391Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.2805065Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2847870Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2890760Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2928924Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.2967626Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3005756Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3038728Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.3071853Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.3105400Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.3138790Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.3172340Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.3625729Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:27:08.3666715Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3708495Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3749654Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3788080Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3826365Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3864714Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3902779Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3940774Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.3980474Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4017868Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4057672Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4098460Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4135867Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4173042Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4211131Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4248665Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4286058Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4325253Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4363405Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4408596Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4450024Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4488036Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4525743Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4563181Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4600769Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4637675Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4677491Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4713332Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4751444Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4789610Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4827457Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.4862483Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.4897966Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.4933187Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:08.4971950Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5007683Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5044842Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5082252Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5133169Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.5181505Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:08.5221436Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5260907Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5299721Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5339118Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5376947Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5414074Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5451932Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.5521693Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.5594555Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.5671741Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.5749102Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.5818585Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.5888222Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.5953371Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.5994090Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.6035139Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.6072141Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.6114067Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.6155513Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:08.6226265Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6296133Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6377891Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.6462008Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.6535644Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6604425Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6674587Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6744221Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6817337Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6887256Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.6956817Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7027878Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7097748Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7177997Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.7261323Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.7331026Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7401384Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7468621Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7534581Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7600920Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7671159Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7737959Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.7833200Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:08.7897129Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.7974594Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.8051736Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.8119529Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8187510Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8255471Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8319655Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.8384954Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.8450505Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8520961Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8587153Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8656349Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8726354Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.8812320Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:08.8896295Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.8967963Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9036652Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9110112Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9180423Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9249880Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9319578Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9393606Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9463098Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9528080Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.9608173Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:08.9695229Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:08.9764016Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:08.9828880Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.9893740Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:08.9963048Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0028445Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.0093670Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.0159744Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0235616Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.0305421Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0385324Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.0468432Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.0544144Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.0612591Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0681635Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0751330Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0824046Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0893045Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.0962751Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1032163Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1102018Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1182206Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.1264891Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.1334391Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1399673Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.1469315Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1535299Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1600976Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1666474Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.1735872Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1804182Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.1868141Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.1943130Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.2022170Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.2096590Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.2165746Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.2235412Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.2308477Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.2373075Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.2437424Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.2501710Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.2570654Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.2635189Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.2676374Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.2717546Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.2761048Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.2801350Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.2844707Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.2886915Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.2933914Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.2973631Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3026308Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3078686Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3134935Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.3181322Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3228079Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3298139Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.3338533Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3379746Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3421121Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3463606Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3505764Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3553187Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3595134Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3648073Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3701442Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3751670Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3801234Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3850187Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.3894174Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3936338Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.3978616Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4021156Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4062441Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4136510Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.4209650Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.4324900Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:27:09.4367984Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4410658Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4448646Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4491119Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4533719Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.4614522Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.4688402Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.4772290Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.4854145Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.4937791Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.5015564Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.5094177Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.5172028Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.5244523Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.5317683Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.5390434Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.5463364Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.5535648Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.5581424Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5622589Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.5673914Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5725987Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5777170Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5823146Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5869028Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5914431Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:09.5955423Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.5996068Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6037471Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6077436Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6119024Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6187938Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.6227408Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6317241Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:09.6404998Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:09.6492538Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:09.6561340Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.6630041Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.6694263Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.6734048Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6774198Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6809472Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:09.6849205Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6889138Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.6957284Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.6996815Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.7076700Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.7159300Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.7241467Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.7308968Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.7376089Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.7439908Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:09.7480840Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.7520570Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.7556062Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:09.7595804Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.7635543Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:09.7706409Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.7775523Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.7854935Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.7937680Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.8011013Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8078690Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8184575Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:27:09.8252570Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8322097Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8391094Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8460061Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8529965Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8597020Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8676309Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.8758516Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:09.8828728Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8894701Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.8962747Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9030884Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9099484Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9169019Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9237335Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9308850Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9376630Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9448782Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9520377Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9586568Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9653814Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9721820Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9788632Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9855864Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9922922Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:09.9994524Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0059690Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0129130Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0194651Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0260297Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0325340Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0390013Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0454907Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0520044Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0585722Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0646016Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.0717820Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0788375Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0858855Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0924358Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.0989860Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1053991Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1115209Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1176223Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1237111Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1298436Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1360031Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.1432030Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1501596Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1573865Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1641733Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1710796Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1780113Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1849654Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1919351Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.1988110Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2060364Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2130092Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2202292Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2270518Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2340194Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2409492Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2479612Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2549960Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2619849Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2690403Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2759467Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2831760Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2901111Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.2970603Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3039593Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3108562Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3177917Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3246868Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3316499Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3382915Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3452261Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.3562278Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:27:10.3626289Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.3689570Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.3752943Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.3816078Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.3879772Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.3943727Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.4011784Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4079594Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4159593Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:10.4241614Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:10.4312570Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4381038Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4450933Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4520609Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4589492Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.4659802Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5099497Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:27:10.5177223Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:10.5247858Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5321239Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5390163Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5459050Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5529100Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5598069Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5667065Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5735970Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5808518Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.5851361Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.5935447Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:10.6022287Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:10.6108563Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:10.6180874Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6253010Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6322150Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6366986Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.6412058Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.6452560Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.6497144Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.6541670Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.6612956Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6677938Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.6752762Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6827911Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6903190Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.6973276Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7042106Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7110601Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7175457Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.7240072Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.7304463Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.7369341Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.7434202Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.7503279Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7572831Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7638064Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7679761Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.7721138Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.7758614Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.7800522Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.7842589Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.7912301Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.7981887Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8052261Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8118904Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8131031Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:10.8143362Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:10.8155567Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:10.8167732Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:10.8237844Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8302329Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.8377954Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8452944Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8521177Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8593263Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8662398Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8727600Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.8792833Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.8859379Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8924988Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.8990017Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:10.9060158Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9126369Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9196034Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9262007Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9328093Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9394118Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9483822Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:10.9550445Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9617067Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9691404Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:10.9769611Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:10.9850855Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:10.9897638Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:10.9939372Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:10.9991539Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0043938Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0095080Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0142294Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0188710Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0230569Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0270940Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0312717Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0358117Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0400952Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0452724Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0494063Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0558303Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.0625300Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.0696893Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.0748518Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0799508Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0848989Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.0890826Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0935470Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.0978454Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1020033Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1062196Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1112124Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1153116Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1215404Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.1275765Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.1336554Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.1385532Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1434841Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1486907Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1528577Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1570034Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1611423Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1652920Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1693958Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1741056Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1786056Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.1838545Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1890353Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1936917Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.1983114Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2029548Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2074806Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2117016Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2158708Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2200894Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2242333Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2288932Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2333992Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2381675Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2428442Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2475299Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2516921Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2558835Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2603757Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2646044Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2687583Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2735587Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2777706Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.2825808Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2877347Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2924318Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.2966678Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3008451Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3050060Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3092128Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3134684Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3181521Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.3223256Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3279638Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.3335650Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.3392432Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:11.3439144Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.3486289Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.3533489Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.3575662Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3617531Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3659514Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3701024Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3743425Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.3760000Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:27:11.3776182Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:27:11.3820866Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:27:11.3835691Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3850027Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3864499Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3878889Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3893220Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3907712Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3922452Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3937355Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.3952347Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.4025833Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4093142Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4164359Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4230744Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4297548Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4364669Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4431515Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4498917Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4565922Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4632979Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4701366Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4779659Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.4860751Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.4931387Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.4998275Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5066148Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5134577Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5203060Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5270906Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5340181Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5409566Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.5826593Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:27:11.5903185Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.5973439Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6042658Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6111826Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6180087Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6248820Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6316949Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6385952Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6453774Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6533647Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.6616636Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.6689385Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6757974Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6828263Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6898193Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.6968050Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7037853Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7107329Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7177065Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7246416Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7327729Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.7412032Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.7485176Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7554437Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7628849Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7699045Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7769023Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7839193Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7913106Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.7986874Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.8028364Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.8080888Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.8133403Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.8211312Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.8257965Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.8304693Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.8346361Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.8387719Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.8429499Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.8475544Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.8517384Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.8588775Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.8660901Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.8734291Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.8804757Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.8878686Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.8950621Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.9022186Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.9093909Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.9165749Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.9208716Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.9283658Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:11.9329774Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.9376959Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.9422496Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:11.9463166Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.9503779Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.9544214Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.9579592Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:11.9614972Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.9648780Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:11.9684793Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:11.9720173Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:11.9798309Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.9875130Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:11.9947305Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0020805Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0094446Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0167961Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0241768Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0315831Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0394323Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.0472591Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.0546158Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0621373Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0696724Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0771403Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0846688Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.0921854Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.1001158Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1080596Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1154840Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.1230745Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1307248Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1383340Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1458721Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1534393Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.1603740Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.1644015Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.1712495Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.1780110Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.1844392Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.1884822Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.1925593Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.1962160Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2002480Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2043307Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2111952Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.2190456Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.2271909Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.2353468Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.2421367Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.2488749Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.2552298Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.2592055Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2631847Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2668055Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2708003Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2747959Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.2817139Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.2885574Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.2950127Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.3018122Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3086265Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3150313Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.3218495Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3286377Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3350685Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.3418702Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3486842Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3550891Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.3620676Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3691543Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3758439Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.3801371Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.3844116Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.3882340Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.3927081Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.4003667Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.4081269Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.4155456Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4232538Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.4301078Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4428073Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:27:12.4502810Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4569358Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4637411Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4705708Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4774405Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.4814937Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.4855319Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.4891337Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.4931693Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.4972308Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.5044167Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.5111924Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.5175952Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.5215352Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.5255368Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.5293980Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.5333443Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.5373246Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.5383916Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:27:12.5394526Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:27:12.5404960Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:27:12.5473106Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.5542199Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.5605567Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.5685770Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.5767308Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.5835870Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.5904038Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.5970268Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.6039848Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.6109386Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.6175237Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.6244493Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.6623459Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:27:12.6692684Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.6768753Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.6858434Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:12.6948941Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:12.7021915Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7094459Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7163277Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7233389Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7303783Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7371682Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7442048Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7511812Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7584090Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7664335Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.7747553Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:12.7820798Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7889217Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.7959498Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8029204Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8099386Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8169509Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8240004Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8309512Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8378035Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8442934Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.8483979Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.8524652Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.8561452Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.8602136Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.8642635Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:12.8714473Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8778933Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.8847165Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.8911638Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.8976053Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9040995Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9105674Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9170023Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9235035Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9303507Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.9367791Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9436412Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.9501077Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9566714Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.9632717Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:12.9786042Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:27:12.9849888Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9912639Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:12.9980347Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.0043742Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0111323Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.0175461Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0239442Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0303304Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0367329Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0430694Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0494609Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0562143Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.0626092Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0700770Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.0757650Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0821242Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0885250Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.0949702Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1014602Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1079633Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1148494Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.1213249Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1281720Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.1347679Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1411391Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1475785Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1540138Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1604847Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1669903Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.1736237Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.1813929Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.1894795Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.1975183Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.2041854Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2108344Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2171269Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.2210020Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.2248951Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.2283909Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:13.2323056Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.2362484Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.2432553Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2498339Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2568499Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2638464Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2703810Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.2769970Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2836217Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2902189Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.2968701Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3035072Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3101975Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3140416Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.3213419Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3290254Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.3366317Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.3433834Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3500818Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3564467Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.3603886Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.3643144Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.3678403Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:13.3717193Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.3756724Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.3826462Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.3891121Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.3970683Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.4053256Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.4121678Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4189738Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4254433Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.4321171Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4388012Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4454433Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4520995Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4587527Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4657784Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4727675Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4794005Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.4906330Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:27:13.4946436Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.4981460Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:13.5020650Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.5060206Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.5127583Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5194074Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5257138Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.5323916Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5391559Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5454436Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.5521940Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5588564Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5652020Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.5718600Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.5781497Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.5858721Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.5939151Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.6005553Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.6068767Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6132259Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6195862Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6258556Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6322629Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6385957Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6453018Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.6491654Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.6569480Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.6650508Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.6731500Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.6798914Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.6866477Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.6930812Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.6970631Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7010553Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7045868Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:13.7086053Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7126266Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7172132Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:13.7212109Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7263429Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:13.7314677Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:13.7360141Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:13.7404981Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7449753Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7488985Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7529216Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7572350Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7613333Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7653826Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.7722863Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.7786480Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.7868950Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.7949727Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.8016355Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.8079922Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8144902Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8207730Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8270438Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8333761Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8397171Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8464246Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.8503388Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.8570439Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.8637332Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.8700537Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.8739791Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.8779348Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.8814529Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:13.8854314Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.8893894Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.8938290Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.8978143Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9023192Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9067656Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9112025Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9153369Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9194872Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9236563Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9277769Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9318855Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:13.9388748Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.9458013Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.9538824Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:13.9689234Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:27:13.9759280Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.9824452Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:13.9890990Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:13.9957765Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.0024473Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.0090559Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.0157503Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.0224255Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.0288318Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0365687Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.0446033Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.0512338Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.0575175Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0638354Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0701461Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0764574Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0827660Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0890623Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.0958446Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.1023471Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1100452Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.1180646Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.1248217Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.1312127Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1378081Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.1442920Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1506974Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1570699Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1634797Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1698061Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1764977Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.1828203Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1890934Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.1953969Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2016962Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2080008Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2142963Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2205584Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2272118Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.2334730Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2397761Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2460487Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2523543Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2587160Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2650345Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2713533Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2780152Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.2843208Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2906395Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.2969456Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3032625Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3095645Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3159147Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3222025Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3288773Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.3351570Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3414602Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3477593Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3540620Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3603831Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3667296Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3730064Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3796875Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.3860358Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3924190Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.3988396Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4052510Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4116419Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4180463Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4249018Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.4313066Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4380676Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.4445136Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4509999Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4574470Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4638897Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4773334Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:27:14.4836842Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4899994Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.4966797Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.5030086Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5092074Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5154857Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5217882Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5281532Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5344075Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5410654Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.5473446Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5540399Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.5603231Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5665991Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5729019Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5791931Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5855040Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5918318Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.5981306Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6048212Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.6111011Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6174279Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6237608Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6300879Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6366536Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.6429611Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6492543Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6559413Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.6622034Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6685046Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6747855Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6810683Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6873796Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6936788Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.6999675Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7066227Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.7129023Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7192051Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7255112Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7318138Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7383827Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7452702Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.7517596Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7586658Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.7651399Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7717210Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.7781517Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7846038Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7911372Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.7975799Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8040641Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8109603Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.8173951Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8238255Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8302351Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8366529Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8430399Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8494009Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8557788Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8625023Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.8689991Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8753358Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8817292Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8880947Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.8945019Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9008032Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9071015Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9137927Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.9201252Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9264819Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9328636Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9391829Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9456130Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9521197Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:14.9598885Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.9674427Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.9752105Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:14.9824240Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:14.9966495Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:27:15.0041015Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.0113985Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.0187671Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.0261530Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.0324044Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0390144Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.0452798Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0516455Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0579045Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0642190Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0704944Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0768054Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0838060Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.0900798Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.0967765Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.1030663Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1093708Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1156112Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1218974Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1282050Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1345804Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1412409Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.1478254Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.1540266Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1603978Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1666280Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1728621Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1791292Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1853856Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1916425Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.1982431Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.2044822Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2107959Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2170306Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2233043Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2295707Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2358552Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2421537Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2488971Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.2552038Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2615008Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2678322Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2740723Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2803532Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2866206Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.2932639Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.2998656Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3075746Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.3155122Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.3224106Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3289405Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.3355103Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3421145Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3486857Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3552515Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3618150Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3685820Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.3722120Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.3799405Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.3879146Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.3945863Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4012238Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4074563Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.4113759Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.4153066Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.4187982Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.4227398Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.4266443Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.4335736Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4402165Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4479062Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.4558631Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.4627799Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4694883Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4761396Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4829536Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.4897646Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5020822Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:27:15.5091467Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5163738Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5231484Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5310944Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.5393342Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.5464223Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5531771Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5599096Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5665662Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5731490Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5797085Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5862413Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.5928395Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.5997124Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:15.6061869Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:15.6100975Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6140090Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6175189Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6214132Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6253049Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6289869Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6324869Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6363647Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6400305Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6434801Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6469204Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6503431Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6537549Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6571883Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.6609263Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6633032Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.6680853Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:15.6729067Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:15.6774678Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:15.6812232Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6848867Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6885446Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.6909525Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.6933730Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.6957339Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.6981067Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7005056Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7039777Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7070811Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7111898Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7152089Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7191564Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7228737Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7263091Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7298104Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7329260Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7360410Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7391444Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7422544Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7453726Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7488241Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7523056Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7557718Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7579904Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7602594Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7623767Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7645916Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7668253Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.7702431Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7738096Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7773042Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7807663Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.7847690Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7888508Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7929370Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.7969229Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8004074Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8035563Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8077025Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8117111Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8152197Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8189329Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8225321Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8256723Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8288604Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8320793Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8397424Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:15.8429475Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:15.8468019Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8504753Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8543110Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8581880Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8618082Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8654206Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8690144Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8726246Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8762100Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8804576Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8847774Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8889852Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:15.8911679Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.8935537Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.8959527Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.8983437Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9004671Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9026180Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9046515Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9063541Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9080636Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9097010Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9114223Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9131064Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9152419Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9173036Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9197045Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9220626Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9242598Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9264240Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9284692Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9305294Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9325995Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9346733Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9367326Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9388640Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9408285Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9431559Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9455202Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9476164Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9496560Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9516555Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9536107Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9555814Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9575436Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9595184Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9616394Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9635520Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9659549Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9683321Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9703880Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9724912Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9745383Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9765207Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9784756Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9804250Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9823643Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9843181Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9863780Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9884278Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9907529Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9930962Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9952459Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9973799Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:15.9994250Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0014617Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0035180Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0055834Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0076149Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0096773Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0116151Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0139031Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0162519Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0183314Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0203713Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0223077Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0242494Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0261684Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0281561Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0300781Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0322462Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0342497Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0365790Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0389189Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0411052Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0431919Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0452406Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0472714Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0493160Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0513598Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0534073Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0555259Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0575907Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0599268Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0623340Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0644169Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0664708Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0684412Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0704007Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0723750Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0743543Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0763333Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0783994Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0803679Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0826625Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0849511Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0872498Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0893625Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0914875Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0935804Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0955389Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0974744Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.0994148Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1013553Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1032992Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1050124Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1066912Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1083704Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1099972Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1117261Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1133901Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1152550Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1169067Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1189465Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1209867Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1230185Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1248703Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1267286Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1286114Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1303208Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1319959Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1397691Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:16.1414514Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1431687Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1450597Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1467803Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1488545Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1509401Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1528233Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1547167Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1566327Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1583389Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1600383Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1617533Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1634814Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1651592Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1673166Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1694468Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1715290Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1732226Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1748955Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1765174Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1781828Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1798679Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1820928Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1841032Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1864710Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1888098Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1912012Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1933820Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1955800Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1977648Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.1998062Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2018274Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2038740Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2058876Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2079329Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2099027Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2117075Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2137450Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2157833Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2177968Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2196916Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2215532Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2234322Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2251267Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2268284Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2285175Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2301696Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2318787Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2339364Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2356375Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2383397Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:16.2408063Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2432040Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2452584Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2472887Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2492767Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2509051Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2525115Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2540913Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2556998Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2573113Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2593520Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2609966Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2635312Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2660293Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2684152Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2704340Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2724662Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2744543Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2760842Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2777089Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2792761Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2809203Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2825711Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2846679Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2867516Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2892393Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2918540Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:16.2940138Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2961676Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.2982242Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3002844Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3023707Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3044127Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3064669Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3085677Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3105051Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3128361Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3153494Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3175924Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3196729Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3216118Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3235927Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3255003Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3274330Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3293788Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3315105Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3335057Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3356438Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3377689Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3398885Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3420697Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3442511Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3462896Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3483042Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3503880Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3525233Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3544604Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3565165Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3585522Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3604860Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3624484Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3643984Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3664719Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3687389Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3711297Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3731979Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3756203Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3780403Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3804448Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3826661Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3848680Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3870486Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3890802Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3911290Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3931751Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3952183Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3972928Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.3996517Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4018452Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4041994Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4064943Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4087111Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4109249Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4131320Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4153390Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4175727Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4199582Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4221007Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4243724Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4265906Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4287221Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4308490Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4329457Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4350863Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4438812Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:16.4460849Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4481976Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4504495Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4526451Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4547744Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4568598Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4589853Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4611095Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4632342Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4654270Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4674454Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4695779Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4717330Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4737713Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4757635Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4776964Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4796769Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4816590Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4836192Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4857087Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4877782Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4901250Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4925205Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4947017Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4968209Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.4988970Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5009781Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5030215Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5050996Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5071542Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5093473Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5113944Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5135812Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5157353Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5178338Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5199195Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5218901Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5239765Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5261506Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5283661Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5300916Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5325375Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5350420Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5375277Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5397583Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5419295Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5440967Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5458683Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5476635Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5494062Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5511943Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5530223Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5551813Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5571046Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5594133Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5617202Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5640460Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5662335Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5683290Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5704402Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5723815Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5743335Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5762722Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5782745Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5802259Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5823866Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5844802Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5865390Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5882391Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5899412Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5915964Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5932891Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5949878Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5970879Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.5992135Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6012879Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6033280Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6056403Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6079418Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6102407Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6125178Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6146335Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6165624Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6188770Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6211581Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6232245Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6254129Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6275155Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6294725Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6314123Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6334004Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6353463Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6373006Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6394256Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6414091Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6435306Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6455740Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6475728Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6495287Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6515361Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6536028Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6557480Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6580201Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6603556Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6626684Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6645308Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6662550Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6683899Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6705643Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6725235Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6744937Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6764679Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6782559Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6800413Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6819596Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6837589Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6855532Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6876774Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6894480Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6919875Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.6945903Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:16.6971850Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:16.6992567Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7013741Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7033463Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7051826Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7070743Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7088747Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7106564Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7124237Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7144574Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7161981Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7185046Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7208594Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7232499Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7252508Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7272410Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7293032Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7311712Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7330021Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7347469Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7364891Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7382477Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7401841Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7419030Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7503944Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:16.7524277Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7543350Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7563187Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7581675Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7598740Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7615414Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7632292Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7649109Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7666322Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7684866Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7701670Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7720484Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7739115Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7757489Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7774040Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7790888Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7807815Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7824453Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7841019Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7859965Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7876999Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7895729Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7914719Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7933523Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7950612Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7967708Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.7984649Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8001410Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8018056Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8037027Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8053853Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8075753Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8097615Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8119499Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8138049Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8156831Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8175428Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8192461Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8209376Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8226395Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8243361Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8260119Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8273124Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8285687Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8298060Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8310563Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8323235Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8335314Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8347859Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8360317Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8372714Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8385208Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8397675Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8410063Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:16.8433397Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8454694Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8477417Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8499237Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8520514Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8541564Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8562819Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8584127Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8605216Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8626921Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8647743Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8672285Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8696631Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8718880Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8740344Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8761338Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8782205Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8803285Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8824232Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8845357Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8867540Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8888211Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8910394Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8932235Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8953027Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8974035Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.8994818Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9015680Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9036910Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9058633Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9080076Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9105330Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9130566Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9153307Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9175378Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9196880Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9217889Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9239431Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9260413Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9282034Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9303922Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9324933Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9349406Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9374405Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9396708Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9418483Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9439742Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9460467Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9481742Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9502616Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9523869Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9546172Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9564122Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9585999Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9607993Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9631203Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9651368Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9671703Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9689975Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9708414Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9726893Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9744964Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9763338Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9786386Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9808723Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9832354Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9855408Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9877793Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9900094Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9922525Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9944738Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9966911Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:16.9986675Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0004240Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0025783Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0048096Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0069420Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0088900Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0108605Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0128015Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0145444Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0163228Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0180379Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0198135Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0215727Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0241819Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:17.0267252Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0291605Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0315836Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0339820Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0364611Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0389093Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0475463Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:17.0500208Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0525199Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0548801Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0571981Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0595831Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0619019Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0642528Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0666177Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0690683Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0715335Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0738783Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0762447Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0786003Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0809404Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0832751Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0856067Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0877610Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0894435Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0915775Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0936695Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0957682Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0974573Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.0991577Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1008071Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1025104Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1042014Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1063051Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1086593Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1110333Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1133825Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1154749Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1175556Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1196143Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1213416Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1229872Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1246317Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1263378Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1280350Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1301567Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1323208Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1344676Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1365912Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1387210Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1408043Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1429235Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1450317Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1471180Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1492705Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1514135Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1535432Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1557683Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1579819Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1601590Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1619162Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1636822Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1653905Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1671458Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1695492Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1719055Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1741992Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1763588Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1784507Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1807416Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1829614Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1851330Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1872939Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1894122Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1915003Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1932243Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1949412Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1966225Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.1983396Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2000676Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2021679Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2042990Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2063680Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2080788Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2097586Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2114193Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2131111Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2148172Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2175867Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:17.2203175Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:17.2230290Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:17.2251539Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2272593Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2293325Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2317063Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2340726Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2361761Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2382954Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2403578Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2424582Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2445491Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2466180Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2487218Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2508278Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2528532Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2551010Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2576777Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:17.2602958Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:17.2625249Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2647484Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2669448Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2690808Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2712208Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2734279Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2757255Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2779641Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2802902Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2827500Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2852443Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2875203Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2897449Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2920179Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2942461Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2965227Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.2987735Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3010664Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3032833Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3054943Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3076956Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3094945Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3112943Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3130429Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3148610Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3166655Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3189343Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3210176Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3232607Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3254373Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3275822Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3296450Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3317219Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3338073Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3359106Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3381174Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3402217Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3424350Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3453463Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3467404Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3488079Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3509565Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3600501Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:17.3620649Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3642333Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3662273Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3683670Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3704529Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3724685Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3744697Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3764786Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3784951Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3805186Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3826628Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3846544Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3867890Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3888796Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3909206Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3929061Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3949177Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3969757Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.3989147Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4010386Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4030339Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4051611Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4072432Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4092267Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4112163Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4131960Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4151900Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4171992Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4193051Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4217423Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4241087Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4264902Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4285697Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4306917Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4327449Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4344253Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4361094Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4377330Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4394085Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4410865Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4432983Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4453433Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4476296Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4497852Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4519323Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4539872Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4560895Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4581438Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4602276Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4623378Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4644023Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4660837Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4684221Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4707819Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4731997Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4752449Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4773272Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4793664Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4810340Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4827127Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4843241Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4859972Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4877151Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4898133Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4918011Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4941635Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4965832Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.4987822Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5008564Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5029457Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5049488Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5069618Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5089787Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5109828Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5129817Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5151220Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5172673Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5193481Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5210719Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5227955Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5244987Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5262412Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5279482Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5300450Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5321702Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5342309Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5363799Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5385039Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5405801Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5427100Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5448189Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5469043Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5490199Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5510230Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5533779Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5558002Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5578968Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5599832Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5619517Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5639448Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5659214Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5679112Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5698525Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5719691Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5736262Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5759892Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5783745Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5807364Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5828312Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5849336Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5870639Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5888685Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5906740Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5924157Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5941860Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5959992Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5979916Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.5997950Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6019535Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6041531Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6061168Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6081185Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6100994Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6118728Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6136678Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6154613Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6172794Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6190936Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6213562Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6234652Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6259499Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6284797Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6307098Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6328970Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6350609Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6371559Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6392568Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6413448Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6434565Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6456994Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6474964Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6497391Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6519855Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6541652Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6559854Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6706371Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:27:17.6723527Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6740424Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6757826Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6776861Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6794024Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6813430Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6832279Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6851317Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6868540Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6885626Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6902825Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6919969Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6936978Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6959581Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.6981296Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7005882Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7030533Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7052656Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7074379Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7095330Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7116640Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7137891Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7158827Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7179715Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7201397Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7221180Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7245307Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7269598Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7290606Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7311855Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7331953Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7352064Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7372173Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7392453Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7412535Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7434023Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7454385Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7478499Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7502797Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7524131Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7545135Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7564883Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7584783Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7604656Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7624639Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7644531Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7664665Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7685857Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7706927Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7726904Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7746935Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7766708Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7786625Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7806394Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7826310Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7847469Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7868124Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7887921Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7907838Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7927859Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7947726Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7967728Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.7987713Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8008960Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8029477Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8049279Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8069138Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8088822Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8108626Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8128428Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8148303Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8169330Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8190016Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8210075Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8230024Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8249695Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8269536Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8289293Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8309163Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8330128Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8350784Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8370486Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8390460Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8410253Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8430274Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8450048Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8471363Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8491461Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8512396Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8532973Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8552700Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8572451Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8592287Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8611963Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8631704Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8651429Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8672569Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8693199Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8713143Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8732779Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8752653Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8772416Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8792264Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8813635Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8834380Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8856285Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8878055Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8898521Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8919397Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8940042Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8960990Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.8981682Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9002789Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9024719Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9046197Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9067101Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9087875Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9108508Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9129203Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9150275Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9171000Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9193088Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9214968Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9235860Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9256689Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9277482Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9298320Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9319232Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9339959Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9362320Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9383917Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9404783Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9425763Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9446597Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9467576Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9488437Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9509301Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9531271Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9552805Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9573547Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9594076Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9614671Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9635420Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9656009Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9676798Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9797230Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:27:17.9817840Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9837805Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9857800Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9878258Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9898344Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9918655Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9938800Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9960759Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:17.9981563Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0001861Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0021893Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0042358Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0062463Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0082661Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0102881Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0124773Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0145821Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0166122Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0186619Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0206440Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0226487Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0246430Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0271206Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0296392Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0323297Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.0347014Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0370506Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0394059Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0417618Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0441609Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0465178Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0485330Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0506917Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0527873Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0548944Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0570184Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0590618Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0610512Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0630167Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0651547Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0671489Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0692505Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0713219Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0732790Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0752635Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0772233Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0792007Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0812403Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0833471Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0855150Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0875522Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0895051Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0914561Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0934301Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0954283Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0973524Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.0993196Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1013907Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1034169Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1053913Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1074499Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1095440Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1115881Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1135719Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1155293Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1175939Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1196434Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1215966Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1235496Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1254948Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1274513Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1293967Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1315031Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1336912Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1363243Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.1387666Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1409544Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1431316Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1452240Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1473203Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1494007Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1515014Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1535789Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1557215Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1574231Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1597776Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1621412Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1642983Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1664004Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1684612Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1701544Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1718708Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1735130Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1752031Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1769024Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1790895Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1811516Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1835095Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1859006Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1881326Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1903044Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1924007Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1945134Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1966698Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.1988608Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2010589Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2034475Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2056147Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2081011Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2106039Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2129123Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2152057Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2174229Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2196725Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2218566Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2240782Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2262865Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2285462Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2308692Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2333026Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2351782Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2369918Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2387900Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2406090Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2424405Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2452475Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2476328Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2511010Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2543840Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2572270Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2600429Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2628923Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2653002Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2676648Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2700302Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2724573Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2748434Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.2780738Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.2871739Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:18.2917566Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.2964633Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.3010172Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.3042177Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3073164Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3103845Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3126349Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3148743Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3170933Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3193421Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3215618Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3244254Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3266292Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3305142Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.3345176Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.3384050Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.3413409Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3442467Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3471536Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3493696Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3516331Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3538577Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3561031Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3583506Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3610150Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3632939Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3667465Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3699116Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3726522Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3753589Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3781139Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3804510Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3827583Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3850650Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3873356Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3896080Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3922558Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3944895Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.3971902Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.3998827Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4026261Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4048709Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4071344Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4093755Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4116389Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4138875Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4165150Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4187612Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4214597Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4241492Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4269163Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4291746Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4314422Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4336913Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4359415Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4381945Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4407906Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4430406Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4467184Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.4502745Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.4536993Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4564441Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4591542Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4618868Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.4642128Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4665982Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4688473Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4711228Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4733833Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.4747851Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4761575Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4775290Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4788781Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4802478Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4816043Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4830046Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4843924Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4857578Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4871168Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4884987Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4898688Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:18.4938086Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.4974273Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5013342Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5053246Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5089213Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5125100Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5161001Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5197898Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5235063Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5272229Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5310087Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5360331Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.5407387Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.5446590Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5485429Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5522339Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5632275Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:27:18.5667516Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5702231Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5737311Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5772588Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5807633Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5845105Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5882341Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.5917997Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5953037Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.5988226Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6023165Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6058535Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6094173Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6129700Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6177355Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.6222376Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6259445Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6296153Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6331448Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6366437Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6401394Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6436356Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6471445Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6506755Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6542327Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6589844Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.6634928Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6671905Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6709267Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6743812Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6780190Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.6815206Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6850269Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6885380Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6919652Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.6941733Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.6974724Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7008394Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7045051Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7071786Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7098871Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7121618Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7144316Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7167772Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7190298Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7212991Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7249874Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7287930Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7326747Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7365296Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7404044Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7442639Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7481373Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7519825Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7558568Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7583779Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7605556Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7637836Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7669234Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7699882Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7726079Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7752182Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7778696Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.7800931Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7822600Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7843906Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7865397Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7887004Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.7931191Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.7975657Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8020318Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8061781Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8103061Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8144592Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8185809Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8226961Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.8278988Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8331969Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8385039Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8434912Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8485621Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8536118Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8622344Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:18.8672799Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8728021Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8784070Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:18.8847431Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:18.8901259Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.8954695Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.9008364Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.9061948Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.9115921Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.9152009Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9175467Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9211783Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9248010Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9283823Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9306533Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9329647Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9351476Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9374107Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9397114Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9431990Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:18.9478250Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.9524932Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:18.9570214Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9606484Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9642638Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9678661Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9701255Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9724231Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9746151Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9768697Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9791650Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:18.9828616Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9865373Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9902061Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9938268Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:18.9974987Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0011572Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0047221Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0083650Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0119551Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0155361Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0191705Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0227922Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0264438Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0301620Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0338634Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0362465Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0387733Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0410628Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0434986Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0474078Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0514108Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0554345Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0594712Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0634688Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0676120Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0714664Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0753119Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0790216Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0828152Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0865282Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.0889507Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0914211Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0938040Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0961723Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.0985726Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.1023437Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1061196Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1098290Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1122109Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.1146040Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.1168422Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.1191648Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.1214955Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.1266831Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.1318349Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.1368119Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.1404378Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1440758Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1477713Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1525450Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.1611031Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:19.1647435Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1684083Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1721127Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1757404Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1794306Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1830878Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1866766Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1903041Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1938571Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.1977657Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2031050Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.2082240Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.2122416Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2162369Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2202341Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2239574Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2276923Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2313774Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2350820Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2388038Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2427470Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2480104Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.2528874Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.2568964Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2610129Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2647316Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2684613Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2722181Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2759390Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2796792Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2833153Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2870449Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2908277Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.2931548Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.2955110Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.2978223Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.3000743Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.3023661Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.3093516Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:19.3127298Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3165855Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3203562Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3237698Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3271712Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3305882Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3339671Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3373947Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3410269Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3444237Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3481790Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3519414Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3554150Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3589045Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3623239Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3657069Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3691620Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.3735856Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3773078Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3817529Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3861569Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3898936Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3936409Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.3974026Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4011433Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4052374Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4097076Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4135076Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4179894Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4224398Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4261695Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4299145Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4336460Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4373955Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4413858Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4458375Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4495715Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4539692Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4619768Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:19.4656838Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4694950Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4732748Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4770284Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4810121Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.4845154Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.4890705Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.4936699Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.4981552Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5017510Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5053028Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5088232Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5110778Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5133053Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5154510Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5176784Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5199141Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5236102Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5271314Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5310262Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5349232Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5386647Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5421877Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5457432Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5492733Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5528139Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5563061Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5598241Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5619726Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5662529Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5705465Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5747745Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5783594Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5819509Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.5855110Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.5877366Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5899559Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5920620Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5942209Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5964250Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.5999784Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6032270Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.6078413Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.6123997Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6160218Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6196351Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6231965Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6264962Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.6297632Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.6331338Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.6365596Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.6398771Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.6434819Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6471085Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6507454Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6530606Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.6553931Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.6576081Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.6599213Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.6621995Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.6658973Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6695668Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6732040Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6768323Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6805086Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6841806Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6877718Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6914296Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6950903Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.6986803Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7020004Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7067497Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.7113400Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.7149880Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7185854Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7218766Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7251899Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7285189Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7318010Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7350939Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7386900Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7447850Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:27:19.7493529Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.7541300Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.7586582Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7623355Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7658963Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.7694061Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7716574Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.7738756Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.7760668Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.7782749Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.7805273Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.7831956Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7854179Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.7887275Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7919549Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7946776Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.7973866Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8001472Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8023591Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8046468Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8069189Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8092305Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8115283Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8151173Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8184421Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8232384Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.8278920Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.8315821Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8353451Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8387133Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8420525Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8454031Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8487457Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8521144Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8557426Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8580311Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8618014Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8654460Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8691273Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.8714299Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8737341Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8759522Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8782261Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8805507Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8831979Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8854680Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8882083Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8909477Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8937348Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.8960364Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.8984440Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.9007461Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.9030468Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.9053424Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:19.9090250Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9129633Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9180107Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.9228369Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.9266806Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9306068Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9342958Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9379597Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9416165Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9451932Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9488257Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9524783Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9558997Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.9608539Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.9656786Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:19.9693878Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9730713Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9764685Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.9799921Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.9833567Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.9867289Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.9900990Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:19.9939488Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:19.9974763Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0023308Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.0070148Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.0109104Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.0147888Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.0183383Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0254974Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:20.0289424Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0324131Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0358331Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0391399Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0429443Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.0466839Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.0500977Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0535698Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0570477Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0605148Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0640178Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0673215Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0709636Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.0745686Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.0779477Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0813403Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0847537Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0881466Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0915494Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0949244Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.0986429Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.1023494Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.1057686Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1091861Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1126375Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1160430Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1195003Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1228189Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1265054Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.1301772Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.1336610Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1370337Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1405086Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1439669Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1474339Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1508965Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1546362Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.1583429Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.1617296Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1651745Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.1877727Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:20.2094585Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:27:20.2131694Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2170515Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2205499Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2243421Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2280895Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2315167Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2348968Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2382966Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2416908Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2450966Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2485510Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2523610Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2561471Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2595556Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2629434Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2663655Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2697421Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2731329Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2771649Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2806220Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2844239Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2882293Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.2917322Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2952165Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.2987084Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3022018Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3056631Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3092231Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3131065Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3169976Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3205340Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3240965Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3276403Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3311625Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3347092Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3382119Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3420310Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3459000Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3531640Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:20.3566282Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3600846Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3635415Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3669868Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3703426Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3740332Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3777098Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.3811511Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3845947Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3880176Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3914078Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3948444Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.3983358Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4021038Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4059316Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4094643Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4130137Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4165979Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4201112Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4236681Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4272592Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4311661Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4350232Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4386364Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4421831Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4457812Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4493645Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4529563Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4564871Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4602761Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4640181Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4675350Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4710396Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4745609Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4780038Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4815546Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4850861Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4888823Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4926567Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.4961403Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.4995931Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5030722Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5065541Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5100863Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5145775Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5189111Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5236509Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.5280765Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5323681Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5366822Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5409969Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5452205Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5494971Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5529049Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5566997Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5604342Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5638200Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5671847Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5705532Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5738935Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5772756Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5843261Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:27:20.5877506Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.5915744Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5953790Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.5988163Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6022263Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6056412Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6090371Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6124605Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6159426Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6197077Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.6234100Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.6268773Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6303326Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6338647Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6373355Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6408288Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6442935Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6522207Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:27:20.6558647Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.6592557Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6626354Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6660246Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6694335Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6729086Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6762440Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6798490Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.6834086Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.6867329Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6900029Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6933152Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6966101Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.6999118Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.7034851Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7070265Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.7119517Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.7165999Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.7204781Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7242929Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7278578Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7313995Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.7349590Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7385251Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7420789Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7457256Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7480779Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.7528109Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.7574108Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.7611713Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7648543Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7685056Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7708343Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.7731814Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.7754125Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.7777228Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.7800336Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.7838770Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7875584Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.7926203Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.7973961Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.8013373Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8052462Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8089432Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8126119Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8163182Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8200166Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8236961Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8274988Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8310278Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8360835Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.8408313Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:20.8446695Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8485044Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8520077Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8554905Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8590082Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8625133Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8660308Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8696133Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8734304Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8772185Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:27:20.8795090Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.8817638Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.8839548Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.8861796Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.8884498Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:20.8919183Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.8953623Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:20.9042641Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:20.9048484Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9062240Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9063230Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9065654Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9071356Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9077308Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9082977Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9088862Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9094165Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9099825Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9105597Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9111661Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9117442Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9123073Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9128699Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9134013Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9139192Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9144881Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9150332Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9155993Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9161533Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9167161Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9172663Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9178302Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9184080Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9189609Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9195269Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9201098Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9206674Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9212340Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9217875Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9223759Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9229195Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9234813Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9278273Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:27:20.9283833Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9289116Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9294690Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9300591Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9305943Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9311695Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9316905Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9322626Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9327657Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9333339Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9338949Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9344719Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9350329Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9356007Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9361733Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9367317Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9372930Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9378522Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9384331Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9390017Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9395670Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9401310Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9406926Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9412614Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9418156Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9423953Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9429751Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9435469Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9441056Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9446823Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9452709Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9458571Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9464464Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9470416Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9476303Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9481692Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9487347Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9492569Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9497960Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9503496Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9508821Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9514084Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9519549Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9524917Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9530267Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9535589Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9541103Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9547125Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9552704Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9558472Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9564367Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9570010Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9575904Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9581496Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9587432Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9592833Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9598535Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9603885Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9609195Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9614657Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9620016Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9625612Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9630959Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9636386Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9641851Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9647187Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9652680Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9658032Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9663595Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9669424Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9675306Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9681020Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9686812Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.9692874Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9698547Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9704605Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9710552Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9716431Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9722392Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9728257Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9733891Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9739827Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9745929Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9751759Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9757775Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9763491Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9769480Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9775385Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9781175Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9787215Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9792977Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9798998Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9804930Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9810703Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9817060Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9822497Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9828445Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9834041Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9839764Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9845467Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9851159Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9856830Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9862513Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9868476Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9874281Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9880077Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9885855Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9891602Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9897519Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9903562Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9909426Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9915011Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9920903Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9926205Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9931728Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9937222Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9942510Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9947956Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9952991Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9958386Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9963530Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:20.9968964Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9974271Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9979726Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9985313Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:20.9991091Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:20.9996321Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0001808Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0007129Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0012372Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0017619Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0023086Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0028478Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0034296Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.0039722Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0045475Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0050916Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0056430Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0061644Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0067017Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0072285Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0077643Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0082917Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0088206Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0093479Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0098732Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0104126Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0109356Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0114644Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0120028Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0125290Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0130538Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0135774Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0141060Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0146455Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0151710Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0157070Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0162315Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0167589Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0172845Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0178089Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0183542Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0188905Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0194197Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0200162Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0205166Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0210532Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0216011Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0221407Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0226999Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0232319Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0237844Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0243317Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0248874Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0254267Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0259760Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0265695Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0270945Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0276905Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0282448Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0288037Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0293436Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0298974Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0304950Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0310095Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0315970Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0321656Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0326926Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0332304Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0338047Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0343837Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0349399Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0354924Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0360591Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0366182Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0371724Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0377286Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0383034Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0388647Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0393923Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0399576Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0405259Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0410673Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0416211Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0421813Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0427619Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0433239Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0438947Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0444559Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0450148Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0455768Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0461332Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0467124Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0472453Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0478191Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0483993Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0490101Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0496005Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0501606Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0507616Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0513442Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0519679Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0525401Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0531271Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0536945Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0542570Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0548544Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0554457Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0560177Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0565932Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0571733Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0577586Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0583445Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0589270Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0595924Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0602034Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0608599Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0614956Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0621342Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0627864Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0634335Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0640773Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0646900Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0653342Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0659581Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0666279Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0672554Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0679209Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0685514Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0691965Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0698551Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0704971Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0711233Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0717697Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0724035Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0730333Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0736379Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0741993Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0747535Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0753378Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0759096Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0764492Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0769996Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0775676Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0781075Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0786642Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0791704Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0830094Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:21.0835824Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0841254Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0846734Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0852253Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0857749Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0863435Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.0869065Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0874755Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0880412Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0886078Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0891644Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0897458Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0903141Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0908733Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0914546Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.0920349Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0925689Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0931264Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0936841Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0942416Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0948162Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0953484Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0959304Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0964801Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0970305Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0975453Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0980716Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.0986325Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0991875Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.0997448Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1003151Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1009225Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1014926Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1020126Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1025842Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1031213Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1036867Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1042338Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1047593Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1052992Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1058507Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1063933Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1069464Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1074907Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1080482Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1085932Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1091351Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1096720Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1102371Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1107842Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1113656Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1118908Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1124402Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1129876Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1135416Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1140832Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1146424Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1151775Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1157460Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1162741Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1168586Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1173585Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1178816Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1183940Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1189501Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1195093Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1200410Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1205686Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1211076Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1216545Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1221917Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1227425Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1233064Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1238659Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1244096Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1249633Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1255159Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1260645Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1266031Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1271366Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1276891Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1282093Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1287712Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1293073Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1298796Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1304031Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1309310Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1314971Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1320248Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1326294Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1331728Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1337649Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1343119Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1348767Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1354015Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1359528Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1364786Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1370406Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.1376077Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1381807Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1387726Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1393570Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1399548Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1405172Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1411456Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1417834Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1424258Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1430336Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1436920Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1442987Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1449313Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1455622Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1462078Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1468405Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1474426Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1481132Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1487562Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1493634Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1499541Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1505523Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1511800Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1517904Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1523555Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1529251Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1534971Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1540775Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1546769Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1552764Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1559037Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1564876Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1570479Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1576381Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1581963Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1587868Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1593850Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1599809Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1605984Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1612299Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1618585Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1625051Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1631335Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1637671Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1644063Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1650195Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1656538Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1662976Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1669418Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1675558Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1681852Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1687920Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1694072Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1700304Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1706541Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1712807Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1719096Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1725252Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1731725Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1737946Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1744410Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1750739Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1756967Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1763105Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1769184Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1775287Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1781478Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1788066Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1794039Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1800517Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1806472Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1812324Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1818171Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1824261Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1830327Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1836189Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1842139Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1848013Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1853536Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1859256Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1865136Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1870823Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1876664Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1882461Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1888220Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1893976Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1899950Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1905672Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1911560Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.1917321Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1922956Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1928690Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1934378Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1940078Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1946129Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1951896Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1958249Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1964441Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1970812Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1976794Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1982901Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1988893Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.1994748Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2000696Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2006715Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2012435Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2018289Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2024126Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2030029Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2035722Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2041583Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2047291Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2053262Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2059034Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2065365Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2070977Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2077299Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2083260Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2088986Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2095171Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2101119Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2107131Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2112714Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2118888Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2124814Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2130723Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2136462Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2142521Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2148862Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2154334Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2160339Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2166386Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2171955Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2178212Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2184468Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2190803Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2196645Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2202494Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2208198Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2214301Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2220118Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2226405Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2232241Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2238105Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2244289Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2250620Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2256402Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2262206Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2268335Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2274385Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2280681Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2286961Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2292867Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2298912Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2345431Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.005s) 2022-09-27T16:27:21.2351543Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2357507Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2363841Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2369748Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2375858Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2381631Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2387790Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2393938Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2399893Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2406074Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2412108Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2418539Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2424603Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2430911Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2436837Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2442669Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2448412Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2454459Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2460705Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2466394Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2472040Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2477986Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2483804Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2489628Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2495675Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2501718Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2507870Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2513791Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2519801Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2525366Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2531457Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2537242Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2543531Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2549313Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2555357Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2561328Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2567220Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2573062Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2578962Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2585080Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2590892Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2596864Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2603014Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2608839Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2614812Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2620844Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2627571Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2633575Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2639644Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2645843Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2651846Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2657842Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2664247Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2670134Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2676229Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2682241Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2688357Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2694319Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2700438Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2706780Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2712661Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2718751Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2724720Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2731016Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2736801Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2742973Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2748527Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2754113Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2760328Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2766488Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2772258Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.2778158Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2784097Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2790037Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2796201Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2802047Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2808050Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2814003Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2819972Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2826131Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2832138Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2838288Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2844499Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2850243Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2855925Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2861936Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2868207Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2874377Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2880902Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2887198Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2893601Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2899661Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2906391Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2912401Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2918808Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2924923Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2931199Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2937361Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2943492Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2949714Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2955898Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2961580Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2967501Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2973314Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2979293Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2985125Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2990860Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.2996785Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3002658Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3008472Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3014295Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3020299Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3026829Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3031924Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3037984Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3043859Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.3049640Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3055506Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3061321Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3067435Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3073065Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3079154Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3084806Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3090563Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3096420Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3102255Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3108394Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3114249Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3120322Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3126171Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3132467Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3138191Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3144120Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3150441Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3156016Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3161993Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3167871Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3173584Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3179449Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3185362Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3191121Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3197077Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3202908Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3208627Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3214486Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3220271Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3226206Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3232318Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3238369Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3244241Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3249994Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3255810Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3261553Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3267623Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3273452Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3279645Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3285498Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3291376Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3297439Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3303321Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3309214Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3315293Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3321306Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3327307Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3333117Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3339407Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3345456Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3351589Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3357710Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3363429Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3369253Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3375117Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3381161Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3387277Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3392994Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3399147Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3405114Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3411063Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3416863Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3423128Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3428664Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3434360Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3440258Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3446148Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3451993Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3457733Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3463486Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3469072Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3474980Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3481106Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3486625Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3492668Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3498528Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3504426Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3510326Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3516272Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3522405Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3528246Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3534244Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3540277Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3546458Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3552493Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3558428Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3564301Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.3570425Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3576043Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3581805Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3587709Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3593657Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3599870Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3606012Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3612075Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3618234Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3624727Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3630654Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3636552Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3642390Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3648540Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3654887Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3661333Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3667183Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3673104Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3679065Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3685006Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3690848Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3696611Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3702736Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3708485Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3714190Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3720038Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3725735Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3731375Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3737083Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3742871Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3748524Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3754575Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3760170Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3766203Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3771990Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3777690Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3783554Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3789448Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3833008Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:21.3838824Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3845026Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3851161Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3857217Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3863011Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3869130Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3874987Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3881013Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3886854Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3892837Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3898518Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3904454Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3910300Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3916048Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3921935Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3928042Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3933705Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3939657Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3945753Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3951513Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3957393Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3963301Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3969180Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3975019Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3980831Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3986807Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3992776Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.3998668Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4004555Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4010337Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4016198Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4022004Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4028038Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4033887Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4039862Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4045654Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4051461Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4057283Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4063238Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4069035Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4074886Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4080845Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4086720Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4092650Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4098420Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4104315Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4110184Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4116073Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4121950Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4127955Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4134107Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4139774Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4145847Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4151519Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4157509Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4163427Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4169444Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4175299Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4180959Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4186986Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4193266Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4199669Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4205684Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4211566Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4217324Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4223329Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4229132Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4234974Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4241139Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4246974Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4252776Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4258609Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4264588Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4270401Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4276524Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4282610Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4288384Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4294141Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4299761Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4306009Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4311968Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4317648Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4323677Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4329483Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4335529Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4341239Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4347184Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4353018Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4359034Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4364910Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4370785Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4376704Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4383784Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4389171Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4395071Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4400582Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4406778Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4412431Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4417984Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4423995Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4429791Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4435560Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4441194Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4446973Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4452949Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4458893Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4464866Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4470798Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4476695Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4482543Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4488403Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4494282Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4500206Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4506167Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4512065Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4517999Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4523859Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4529714Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4535591Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4541415Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4547414Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4553287Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4559278Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4565242Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4571093Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4576969Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4582975Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4588859Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4594709Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4600710Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4606654Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4612419Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4618248Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4624246Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4630250Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4636243Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4642193Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4648206Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4654421Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4660430Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4666369Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4672331Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4678360Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4684407Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4690420Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4696429Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4702454Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4708384Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4714294Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4720251Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4726053Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4731871Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4737718Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4744276Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4749700Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4755918Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4761769Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4767761Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4773417Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4778973Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4784951Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.4790648Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4796371Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4802117Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4807920Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4813501Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4819161Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4825231Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4831111Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4837011Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4842686Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4848457Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4854276Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4860133Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4866230Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4872335Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4878189Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4884187Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4890428Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4896991Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4903595Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4910039Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4916807Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4922980Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4929240Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4935727Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4941736Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4947715Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4953669Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4959935Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4965628Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4971430Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4977209Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4983164Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4988924Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.4994835Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5000668Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5006847Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5012421Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5018365Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5024325Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5030454Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5036344Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5042383Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5048325Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5054227Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5060230Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5066387Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5072336Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5078511Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5084516Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5090432Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5096300Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5102172Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5108285Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5114209Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5120326Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5126028Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5131895Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5137620Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5143589Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5149471Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5155462Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5161505Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5166975Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5172825Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5178539Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5184483Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5190286Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5196210Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5202011Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5208029Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5213945Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5219962Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5226204Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5232428Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5238530Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5244546Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5250693Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5257348Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5263191Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5269124Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5314839Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.005s) 2022-09-27T16:27:21.5321274Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5327281Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5333147Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5339032Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5345140Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5350963Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5356851Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5362844Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5368835Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5374820Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5380870Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5386575Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5392557Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5398337Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5404278Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5410140Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5416126Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5421938Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5428141Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5434426Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5440385Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5446399Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5452382Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5458332Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5464429Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5470400Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5476371Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5482342Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5488304Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5494237Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5500142Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5506187Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5512188Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5518360Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5524306Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5530143Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5536305Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5541998Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5548021Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5553963Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5559887Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5565754Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5571710Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5577590Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5583764Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5589999Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5595989Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5602161Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5608114Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5614455Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5620396Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5626547Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5632621Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5638581Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5644382Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5650183Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5656300Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5662163Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5668312Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5674312Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5680399Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5686622Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5692623Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5698427Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5704612Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5710641Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5716970Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5723077Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5728672Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5734599Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5740435Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5746488Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5752604Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5758828Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5764869Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5771043Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5776775Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5782758Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5788594Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5794425Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5800377Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5806257Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5811907Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5817671Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5823617Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5829283Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5835287Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5841601Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5847340Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5853258Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5859305Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5865284Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5871154Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5877564Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5883437Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5889326Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5895543Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5901251Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5907360Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5913292Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5919211Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5925114Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5931038Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5936981Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5943783Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.5950575Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5957536Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5964545Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5971238Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5978006Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5984812Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5991556Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.5998360Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6005241Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6012084Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6018890Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6025852Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6032599Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6039410Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6046170Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6052904Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6059654Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6066538Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6073366Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6080250Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6087115Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6093855Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6100653Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6107621Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6114393Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6121684Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6128714Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6135576Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6142824Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6149668Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6156784Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6163799Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6170566Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.6177467Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6184614Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6191293Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6198324Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6205240Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6212067Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6218922Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6225831Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6232743Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6239706Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6246563Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6270819Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6271323Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6271739Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6274611Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6280669Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6286514Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6292275Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6298233Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6304125Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6310180Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6315890Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6322264Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6329048Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6335464Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6342033Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6348445Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6354277Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6360771Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6366578Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6372618Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6378580Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-09-27T16:27:21.6384780Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6390860Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6397063Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6403409Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6410186Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6416712Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6423462Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6430368Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6437188Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6443996Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6450800Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6457464Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6464791Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6471938Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6479037Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6486049Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6492789Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6499566Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6506466Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6513312Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6520075Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6526809Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6533636Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6540646Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6547362Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6553877Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6560645Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6567342Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6573905Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6580635Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6587427Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6594047Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6600799Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6607484Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6614611Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6621083Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6627110Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6633177Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6639153Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6644649Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6650644Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6656410Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6662193Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6668097Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6673962Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6679992Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6685759Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6691714Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6697954Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6704035Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6709940Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6716000Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6721940Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6727870Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6733642Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6739450Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6745315Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6751109Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6757011Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6763009Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6768924Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6774703Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6780614Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6786826Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6792713Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6798676Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6804619Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6810328Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6816031Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6821929Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6827698Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6833242Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6839345Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6880202Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:21.6886322Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6892376Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6898188Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6904238Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6910213Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6916323Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6922241Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6928353Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6934040Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6939766Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6945780Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6951957Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6958015Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6964054Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6970187Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6976106Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6982026Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6987981Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6993840Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.6999611Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7005473Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7011310Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7017251Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7023178Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7028941Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7034680Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.7040678Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7046676Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7052619Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7058477Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7064309Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7070391Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7075978Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7082061Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7087684Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7093676Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7099404Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.7105307Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7111605Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.7118411Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.7125438Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7132134Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7139065Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7145938Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7152632Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7159747Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7166682Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7173623Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7180435Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.7187428Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7194461Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7201420Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7208064Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7214755Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7221561Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7228580Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7235448Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7242130Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7248797Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7255727Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7262529Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7269503Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7276436Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7283304Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7290067Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7296672Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7303610Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7310411Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7317549Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7324278Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7331135Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7338008Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7344884Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7351860Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7358495Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7365378Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7372365Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7379313Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7385247Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7390631Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7396495Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7402028Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:21.7406484Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7411014Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7415681Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7420319Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7424867Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7429723Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7434031Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7438816Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7443627Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7448241Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7452973Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7457682Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7462450Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7467581Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7472279Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7476641Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7481235Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7485974Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7490745Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7495535Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7500327Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7505184Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7510249Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7514703Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7519606Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7524221Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7528715Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7533472Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7538213Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7543268Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7547977Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7552801Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7557706Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7562413Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7567175Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7572234Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7576669Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7581378Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7586210Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7590596Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7595286Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7600069Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7604752Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7609696Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7614196Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7619036Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7624708Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7628680Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7633284Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7638080Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7642703Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7647321Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7652007Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7656647Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7661431Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7666142Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.7670785Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.7675264Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7680024Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7684594Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7689169Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7693770Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7698327Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7702987Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7707555Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7712175Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7716958Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7721795Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7726568Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7731300Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7736205Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7740878Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7745774Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7750555Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7755424Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7760190Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7764968Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7769701Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7774466Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7779293Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7784249Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7789146Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7793852Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7798642Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7803406Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7808191Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7812950Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7817715Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7822284Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7827127Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7831726Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7836571Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7841351Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7846257Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7851076Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7856051Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7860926Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7865814Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7870808Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7875264Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7880266Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7885056Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7889752Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7894495Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7899155Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7904021Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7908887Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7913713Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7918518Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7923111Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7927644Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7932685Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7937560Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7942163Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7947083Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7951850Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7956650Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7961492Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7966248Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7971087Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7975783Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7980574Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7985421Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7990172Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7994963Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.7999921Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8004625Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8009374Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8014108Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8018833Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8023731Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8028553Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8033387Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8038398Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8043116Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8047937Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8052647Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8057301Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8062022Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8066809Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8071308Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8076029Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8080843Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8085720Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8090296Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8095209Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8099869Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8104684Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8109177Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8113757Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8118478Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8123011Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8127632Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8132240Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8136738Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8141379Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8146234Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8151023Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8155795Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8160446Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8165131Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8169793Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8174678Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8179221Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8184054Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8188880Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8193650Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8198492Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8203265Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8208055Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8212771Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8217524Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8222316Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8227159Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8231923Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8236744Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8241550Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8246291Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8251018Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8255780Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8260512Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8265516Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8270158Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8274934Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8279797Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8284573Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8289319Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8294063Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8298797Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8303925Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8308557Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8313178Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8318725Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8323958Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8328900Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8333854Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8338899Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8343882Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8349008Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8354106Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8358961Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8363859Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8368666Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8373449Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8378261Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8382946Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8387499Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8392267Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8397007Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8401634Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8406155Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8410894Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8415593Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8420418Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8425165Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8429904Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8434596Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8474777Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:21.8479911Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8484681Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8489518Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8494181Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8498773Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8503670Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8508227Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8512855Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8517659Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8522525Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8526804Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8531124Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8535700Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8540353Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8545188Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8549844Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8554497Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8559332Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8563974Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8568770Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8573298Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8577811Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8582948Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8587619Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8592112Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8596777Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8601874Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8606165Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8610948Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8615543Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8620424Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8625253Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8629808Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8634695Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8639488Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8644195Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8648987Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8653744Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8658500Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8663425Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8668269Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8672884Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8677726Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8682380Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8687189Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8691925Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8696698Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8701565Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8706443Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8711240Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8716093Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8720840Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8725485Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8730221Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8734922Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8739634Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8744521Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8749266Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8754038Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8758763Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8763510Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8768240Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8772971Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8777720Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8782479Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8787298Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8792082Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8797042Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8801749Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8806497Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8811153Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8815849Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8820568Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8825440Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8830221Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8835103Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8840060Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8844922Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8849688Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8854605Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8859460Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8864339Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8868968Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8873670Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8878654Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8883308Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8887954Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8892760Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8897455Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8902183Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8907100Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8911771Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8916571Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8921349Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8926087Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8930784Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8935471Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8940182Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8945021Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8949808Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8954506Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8959303Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8964080Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8968810Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8973468Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8978217Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8982983Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8987775Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8992503Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.8997315Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9002082Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9006728Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9011406Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9016054Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9020781Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9025596Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9030276Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9034991Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9039750Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9044441Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.9049181Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9053892Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9058571Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9063313Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9068145Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9072958Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9077894Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9082413Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9087204Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9092180Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9097107Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9101571Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9106147Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9110781Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9115528Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9120145Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9124656Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9129312Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9133918Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9138588Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9143301Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9147989Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9152830Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9157531Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9161842Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9166413Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9171193Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9175885Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9180697Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9185245Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9189940Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9194536Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9199404Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9204110Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9208716Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9213360Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9218062Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9222940Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9227413Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9232031Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9236810Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9241379Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9246129Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9251205Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9255829Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9260407Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9265217Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9269773Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9274326Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9278821Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9283461Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9287899Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9292400Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9296834Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9301330Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9305951Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9310419Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9314943Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9319636Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9324696Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9329383Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9334048Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9338886Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9343875Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9348547Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9353863Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9358610Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9363383Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9368297Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9373032Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9378031Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9382246Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9386971Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9391697Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9396520Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9401138Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9405839Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9410575Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9415160Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9419757Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9424580Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9429225Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9433958Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9438817Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9443593Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9448320Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9453022Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9457802Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9462499Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9467371Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9472218Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9477110Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9481774Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9486749Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9491287Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9496119Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9500951Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9505902Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9510682Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9515544Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9520338Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9525142Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9529952Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9534832Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9539627Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9544529Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9549363Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9554236Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9559116Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9563891Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9568740Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9573522Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9578301Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9583230Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9588067Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9592998Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9597929Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9602743Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9607909Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9612620Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9617471Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9622421Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9627280Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9632340Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9637019Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9641782Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9646570Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9651299Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9656214Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9661172Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9666013Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9670833Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9675667Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9680746Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9685283Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9690056Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9695227Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9700318Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9705592Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9710689Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9715875Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9721019Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9726118Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9731268Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9736489Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9741520Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9746775Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9751864Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9757132Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9762318Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9767548Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9772733Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9777947Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9783281Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9788719Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9794104Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9799213Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9804387Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.9809602Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9814959Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9820152Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9825371Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9830866Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9835903Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9840878Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9845527Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9850126Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9855043Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9859844Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9864913Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9869354Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9874193Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9878986Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9883816Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9888664Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9893437Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9898290Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.9903235Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:27:21.9908038Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9913019Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9917849Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9922716Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9927359Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9932077Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9936918Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9941784Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9946694Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9951541Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9956437Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9961224Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9966012Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9970810Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9975653Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9980445Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9985439Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9990156Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9995000Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:21.9999864Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0004698Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0009454Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0014258Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0019055Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0023948Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0028950Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0033676Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0038651Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0043619Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0048465Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0087347Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:22.0092454Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0097208Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0101800Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0106478Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0111268Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0116043Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0120913Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0125840Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0130576Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0135353Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0140022Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0145024Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0149852Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0154481Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0159400Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0164179Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0169023Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0173835Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0178677Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0183936Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0188611Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0193359Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0198248Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0203019Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0207781Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0212552Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0217322Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0221998Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0226966Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0231719Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0236647Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0241123Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0245847Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0250555Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0255290Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0260283Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0264933Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0269663Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0274673Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0279427Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0283701Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0288552Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0293393Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0297971Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0302851Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0307567Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0312297Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0316971Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0321601Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0326223Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0330763Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0335591Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0340279Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0345010Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0349667Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0354278Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0358998Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0363663Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0368347Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0373019Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0377669Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0382387Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0387256Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0392106Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0396905Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0401678Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0406132Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0410817Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0415534Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0420200Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0425064Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0430025Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0434723Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0439668Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0444403Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0449117Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0453827Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0458721Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0463855Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0468282Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0473229Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0478270Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0483052Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0487868Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0493258Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0498363Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0503163Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0507980Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0512649Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0517631Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0522452Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0527143Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0531855Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0536612Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0541368Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0546213Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0550969Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0555821Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0560581Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0565355Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0570070Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0574866Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0579598Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0584467Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0589553Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0594084Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0599065Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0603511Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0608168Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0612930Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0617952Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0622754Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0628195Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0633310Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0638172Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0643056Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0647677Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0652637Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0657203Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0661942Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0667276Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0671939Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0677023Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0681755Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0686329Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0691238Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0695706Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0700358Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0705915Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0711501Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0717051Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0722536Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0727986Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0733778Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0739345Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0744940Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0750411Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0756085Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0761720Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0767240Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0772743Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0778233Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0783907Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0789451Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0794962Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0800750Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0806250Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0811863Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0817407Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0823025Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0828321Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0833993Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0839596Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0844999Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0850488Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0855962Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0861557Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0866831Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0872102Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0877774Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.0882865Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0888298Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0893647Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0898900Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0904194Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0909555Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0914808Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0920229Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0925494Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0930755Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0935980Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0941358Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0946791Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0952147Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0957449Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0962868Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0968140Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0973464Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0978693Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0983794Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0988354Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0992954Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.0997851Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1002466Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1007153Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1012283Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1016621Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1021040Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1025857Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1030631Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1035181Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1040005Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1044566Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1049126Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1053780Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1058614Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1063648Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1068823Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1074188Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1079868Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1085239Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1090699Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1096129Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1101559Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1107168Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1112640Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1118225Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1123691Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1129206Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1134674Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1140183Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1145817Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1151275Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1156945Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1162370Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1168034Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1173345Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1178747Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1184469Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1189839Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1195419Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1200645Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1206185Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1211478Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1216898Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1222483Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1227993Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1233582Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1238233Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1242886Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1247584Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1252186Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1256855Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1261246Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1265950Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1270655Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1275696Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1280208Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1284999Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1289767Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1294563Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1299344Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1304880Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1310275Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1315663Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1321242Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1326615Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1332003Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1338054Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1343145Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1348938Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1354254Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1360281Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1365602Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1370792Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1376107Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1381634Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1386860Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1392206Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1397770Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1403062Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1408255Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1413439Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1418751Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1424205Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1429668Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1434886Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1440150Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1445222Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1450557Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1456061Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1461517Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1466829Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1471693Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1477253Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1482415Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1487761Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1493039Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1498436Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1503647Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1508813Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1514098Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1519443Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1524668Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1530002Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1535363Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1540577Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1545950Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1551460Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1557261Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1562754Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1568259Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1573755Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1579325Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1584972Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1590540Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1596283Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.1601646Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1606808Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1611965Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1617055Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1622125Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1627554Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1632954Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1638106Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1643028Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1648351Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1653576Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1658858Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1664341Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1669614Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1675089Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1680385Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1685799Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1691478Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1696410Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1701765Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1706928Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1712332Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1717487Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1722736Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1727936Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1733044Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1738278Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1743434Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1748821Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1754125Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1759339Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1800897Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:22.1805739Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1810452Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1815114Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1819753Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1824577Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1829255Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1833914Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1838701Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1843397Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1848003Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1852721Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1857393Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1862063Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1866861Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1871466Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1876203Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1881214Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1885980Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1890579Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1895548Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1900494Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1905344Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1910251Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1915551Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1920000Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1924894Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1929649Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1934254Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1939109Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1944052Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1948941Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1953544Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1958228Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1962837Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1967455Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1972389Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1976926Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1981659Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1986582Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1991137Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.1995776Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2000600Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2005078Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2009571Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2014064Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2018595Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2023316Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2028176Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2032561Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2037457Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2042381Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2046721Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2051516Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2056221Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2060973Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2065832Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2070558Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2075500Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2080280Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2084811Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2089511Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2094699Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2099307Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2103937Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2108845Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2113796Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2118493Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2123136Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2127968Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2132703Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2137719Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2142335Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2147197Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2152208Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2157191Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2161654Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2166719Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2172238Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2178092Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2183952Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2189462Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2195319Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2201026Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2206774Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2212646Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2218006Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2223800Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2229460Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2235455Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2241303Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2246791Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2252384Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2257973Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2263868Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2269539Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2274862Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2280595Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2286292Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2291985Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2297463Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2303247Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2308826Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2314292Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2319888Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2325457Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2331190Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2336564Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2342036Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2347614Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2353259Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2359310Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2364628Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2370234Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2375553Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2381071Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2386655Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2392353Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2398394Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2404012Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2409676Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2415622Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2421358Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2427271Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2432774Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2438401Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2444137Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2449683Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2455355Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2460836Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2466460Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2471904Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2477668Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2483083Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2488598Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2493906Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2499630Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2505079Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2510539Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2516132Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2521704Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2527201Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2532756Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2538292Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2543964Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2549438Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2554971Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.2560610Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2566278Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2571851Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2577313Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2582958Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2588423Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2593962Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2599600Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2605125Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2610767Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2616133Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2621644Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2627320Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2632726Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.2638347Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2643925Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2649548Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2655332Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2661069Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2666478Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2672066Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2677937Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2683604Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2689022Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2694705Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2700172Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2705937Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2711542Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2717373Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2723086Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2728716Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2734188Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2739946Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2745951Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2751341Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2756668Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2762042Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2767518Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2773278Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2779215Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2785598Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2791903Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2798724Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2805040Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2811332Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2817627Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2824086Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2830370Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2836495Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2842642Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2848798Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2854974Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2861103Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2867338Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2873599Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2879836Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2886104Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2892589Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2899189Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2905830Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2912183Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2918632Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2925198Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2931681Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2937925Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2944765Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2951125Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2957842Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2964415Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2971123Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2977671Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.2984394Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3000263Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3000808Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3004082Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3010445Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3016582Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3023182Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3029533Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3035996Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3042373Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3049190Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3055903Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3062732Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3069552Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3076276Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3083198Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3089823Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3096631Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3103500Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3110226Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3117194Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3123688Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3130551Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3137620Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3144127Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3150975Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3158169Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3164801Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3171407Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3178002Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3184329Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3190677Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3197094Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3203176Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3209532Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3215949Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3222039Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3228496Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3234915Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3241406Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3247891Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3254214Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3260796Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3267131Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3487743Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.022s) 2022-09-27T16:27:22.3677485Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.019s) 2022-09-27T16:27:22.3683985Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3690159Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3696581Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3703215Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3709872Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3716495Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3722686Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3729012Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3735425Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3741823Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3748166Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3754557Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3761262Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3767309Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3803875Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T16:27:22.3809480Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3815131Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3820741Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3826505Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3832130Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3837879Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3843638Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3849239Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.3854876Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3860571Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3866442Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3872187Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3878034Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3883773Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3889468Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3895200Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3900872Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3906773Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3912515Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.3918385Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3924032Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3929995Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3935569Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3941831Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3947972Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3953744Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3959465Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3965320Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3971126Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3976697Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3982190Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3988070Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3993733Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.3999504Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4005011Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4010730Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4016443Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4021746Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4027605Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4033471Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4039279Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4045030Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4050704Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4056398Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4062124Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4067876Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4073793Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4079528Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4085251Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4090975Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4096722Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4102434Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4108289Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4114223Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4119928Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4125700Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4131616Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4137178Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4143087Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4148663Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4154362Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4160176Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4165913Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4171716Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4177841Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4183501Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4189310Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4195026Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4201033Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4206736Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4212510Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4218242Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4224044Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4229778Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4235548Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4241351Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4247148Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4252904Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4258605Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4264373Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4270138Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4276069Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4281718Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4287390Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4293116Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4298872Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4304675Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4310421Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4316307Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4322138Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4327900Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4333631Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4339353Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4345236Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4350943Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4356809Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4362529Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4368206Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4374044Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4379792Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4385654Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4391420Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4397251Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4403037Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4408754Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4414538Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4420221Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4426076Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4431844Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4437924Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4443551Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4449000Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4454875Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4460334Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4466247Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4471750Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4477423Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4482986Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4488661Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4494306Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4499923Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4505827Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4511408Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4517034Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4522607Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4528192Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4533749Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4539313Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4544975Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4550535Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4556168Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4561782Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4567373Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4573055Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4578568Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4584321Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4589874Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4595699Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4601194Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4606844Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4612550Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4618235Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4623874Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4629337Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4634905Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4640598Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4646186Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4651723Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4657483Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4663097Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4668793Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4674315Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.4680120Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4685702Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4691443Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4696982Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4702736Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4708544Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4714220Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4720269Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4725880Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4731733Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4738249Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4744768Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4751235Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4757689Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4764144Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4770524Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4776891Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4783368Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4789667Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4796080Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4802452Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4808861Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4815251Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4821667Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4828173Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4834530Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4840931Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4847266Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4853678Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4860128Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4866593Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4873025Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4879597Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4885974Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4892474Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4898936Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4905547Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4911956Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4918526Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4924966Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4931633Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4937904Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4944566Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4950840Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4957335Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4963513Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4969682Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4976075Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4982519Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4989021Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.4995539Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5002086Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5008492Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5014907Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5021366Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5027854Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5034266Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5040832Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5047217Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5053723Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5059952Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5066218Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5072699Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5079187Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5085644Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5092099Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5098444Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5105073Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5111569Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5117931Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5124374Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5130834Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5137185Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5143759Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5150233Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5156648Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5163184Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5169793Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.5176245Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5182187Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5189144Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5195374Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5201692Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5207717Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5213897Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5220091Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.5226340Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5232553Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5238829Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5244896Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5251037Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5257247Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5263439Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5269720Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.5275756Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5281913Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5288008Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5294056Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5300291Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5306590Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5312657Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5318907Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5325087Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5331157Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5337314Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5343742Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5349805Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5355799Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5387614Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:27:22.5393174Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5398855Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5404342Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5409848Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5415633Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5421223Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5427499Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5432709Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5438332Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5443869Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5449564Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5455280Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5460983Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5466401Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5472124Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5477792Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5483412Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5488976Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5494607Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5500224Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5506192Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5511990Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5518025Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5523881Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5529659Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5535506Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5541239Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5547132Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5552973Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5558870Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5564696Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5570552Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5576279Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5582065Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5587868Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5593577Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5599497Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5605232Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.5610828Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5616667Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5622436Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5628201Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5633965Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5639759Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5645465Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5651194Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5657326Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5662909Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5668697Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5674471Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5680370Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5686226Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.5691689Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5697437Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.5703038Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5708698Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5714378Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5720489Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5726029Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5731485Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5737425Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5743421Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5749169Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5754729Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5760382Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5766078Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5771763Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5777531Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5783186Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5788856Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5794548Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5800269Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5805820Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5811488Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5817092Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5823091Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5828645Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5834289Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5840273Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5845924Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5851636Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5857230Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5863172Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5868829Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5874757Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5880263Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5885901Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5891783Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5897372Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5903354Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5908849Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5914491Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5920262Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5926091Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5931478Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5937268Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5942773Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5948623Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5954184Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5959916Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5965693Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5971224Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5976764Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5982286Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5987974Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5993456Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.5999274Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6005097Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6011462Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6017638Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6023956Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6030026Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6036643Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6042818Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6049159Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6055373Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6061588Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6067925Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6074178Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6080620Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6086913Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6093214Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6099448Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6105835Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6112101Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6118515Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6124965Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6131186Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6137513Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6144818Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6150283Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.6156749Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6163173Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6169443Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6176038Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6182285Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6188840Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6195350Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6201543Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6208365Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6214648Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6221051Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6227493Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6233954Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6240408Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6246786Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6253011Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6259298Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6265741Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6272044Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6278416Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6284560Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6290847Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6297088Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.6303457Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6309081Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6314781Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6320517Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6326186Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6331821Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6337505Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6342935Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6348983Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6354241Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6360404Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6365842Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6372046Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6377807Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6383777Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6389411Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6395025Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6400786Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6406400Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6411967Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6417526Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6423383Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6428944Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6434635Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6440418Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6446135Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6451943Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6457717Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6463197Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6469165Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6474623Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6480238Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6485930Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6491618Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6497378Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6503149Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6508831Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6514530Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6520390Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6526109Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6531887Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6537500Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6543278Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6548995Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6554800Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6560554Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6566126Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6571809Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6577627Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6583321Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6589246Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6594988Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6600608Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6606225Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6611780Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6617456Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6622993Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6628444Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6634238Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6639842Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6645408Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6650930Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6656705Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6662315Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6668230Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6673783Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6679186Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6684846Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6690626Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6695989Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6701671Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6707440Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6712951Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6718651Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6724323Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6729927Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6735590Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6741327Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.6746802Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6752384Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6757979Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6763278Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.6768585Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T16:27:22.6774108Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6779650Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6785101Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6790593Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6796235Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6801753Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6807263Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6812901Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6818332Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6823924Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6829552Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6835318Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6841060Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6846831Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6852257Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.6857586Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6863564Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6869055Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6874682Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6880383Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6885994Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6891380Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6896748Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6902237Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6935001Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T16:27:22.6941095Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6946621Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6952505Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6958401Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6964427Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6970453Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6976018Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6981521Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6987381Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6993072Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.6998622Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7004620Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7010253Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7015844Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7021365Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7027252Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7033136Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7038727Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7044516Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7050263Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7055987Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7061536Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7067257Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7073034Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7078896Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7084689Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7090455Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7096257Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7101967Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7107669Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7113348Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7119281Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7125093Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7130942Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7136756Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7142612Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7148439Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7154227Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7160067Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7165998Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7171850Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7177681Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7183383Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7189101Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7195171Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7201267Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7207398Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7212831Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7218321Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7224067Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7229605Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7235610Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7241256Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7246711Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7252420Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7258225Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7263747Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7269558Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7275261Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7281230Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7287028Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7292921Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7298401Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7304109Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7309745Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7315966Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7322093Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7328198Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7334307Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7340547Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7346724Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7352853Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7359077Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7365095Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7371232Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7377376Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7383614Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7389737Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7396018Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7402189Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7408320Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7414439Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7420551Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7426757Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7432855Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7439265Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7445295Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7451561Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7457262Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7463195Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7469269Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7475259Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7480979Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7486785Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7492582Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7498388Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7504589Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7510349Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7516203Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7521967Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7527802Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7533602Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7539418Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7545453Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7551294Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7557263Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7563072Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7568864Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7574662Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7580425Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7586386Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7592169Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7598217Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7604014Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7609813Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7615657Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7621570Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7627427Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7633275Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7639127Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7645000Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7650983Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7656623Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7662391Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7668296Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7674109Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7680110Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7685999Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7691716Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7697626Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7703680Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7709341Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7715062Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7720828Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7726820Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7732538Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7738257Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7743946Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7749634Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7755458Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7761268Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7767044Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7772862Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7778624Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7784580Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7790468Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7796400Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7802374Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7808112Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7813952Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7819791Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7825774Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7831616Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7837747Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7843251Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7848750Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7854129Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7859913Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7865594Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7871268Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7876952Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7882661Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7888671Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7894294Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7900022Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7906004Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7911940Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7917868Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7923687Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7929279Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7934998Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7940662Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7946653Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7952455Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7958360Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7964114Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7970028Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7975601Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7981511Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7987069Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7992840Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.7998769Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8004504Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8010232Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8015644Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8021654Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8027389Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8032853Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8038744Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8044509Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8050279Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8055953Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8061507Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8067908Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8073178Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8078536Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8084414Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8089967Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8095470Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8101058Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8106766Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8112384Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8118073Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8123898Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:27:22.8129526Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8135132Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8140703Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8146468Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8152077Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8157752Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8163421Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8169046Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8174658Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8180209Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8185840Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8191500Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8197323Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8203160Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8208930Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8214777Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8220545Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8226509Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8232266Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8238230Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8243941Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8249810Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8255553Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8261277Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8267247Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8273044Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8278949Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8284806Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8290801Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T16:27:22.8344898Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:22.8392192Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:27:22.8479121Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:27:22.8681186Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:27:22.8996998Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:27:22.9325545Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:27:22.9344567Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:22.9363527Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:27:22.9394052Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:22.9422855Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:27:22.9433928Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9444895Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9459783Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9473408Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9486938Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9500212Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9513277Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9526760Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:22.9537623Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:27:23.9094712Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.955s) 2022-09-27T16:27:23.9095624Z 2022-09-27T16:27:23.9096065Z ---------------------------------------------------------------------- 2022-09-27T16:27:23.9096421Z Ran 12394 tests in 281.990s 2022-09-27T16:27:23.9096541Z 2022-09-27T16:27:23.9096616Z OK (skipped=3414) 2022-09-27T16:27:23.9098968Z 2022-09-27T16:27:23.9099673Z Generating XML reports... 2022-09-27T16:27:25.4132529Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927162241.xml 2022-09-27T16:27:26.3140095Z Running test_jit_autocast ... [2022-09-27 16:27:26.313579] 2022-09-27T16:27:26.3140630Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:26.313670] 2022-09-27T16:27:31.6613608Z CUDA not available, skipping tests 2022-09-27T16:27:31.6940317Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:27:31.8231385Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-09-27T16:27:31.8254363Z 2022-09-27T16:27:31.8254481Z Running tests... 2022-09-27T16:27:31.8255263Z ---------------------------------------------------------------------- 2022-09-27T16:27:31.8268491Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8277969Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-09-27T16:27:31.8293463Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-09-27T16:27:31.8298979Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-09-27T16:27:31.8304529Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:27:31.8315114Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8323382Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8329807Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8336102Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8342604Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8352079Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-09-27T16:27:31.8359949Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8368530Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8375214Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8382019Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8391646Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8396623Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:27:31.8401949Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:27:31.8412500Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.8423795Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.9006756Z test_ignore_amp (__main__.TestAutocast) ... ok (0.058s) 2022-09-27T16:27:31.9012459Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:31.9021220Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3020606Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.400s) 2022-09-27T16:27:32.3028905Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3043706Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3057983Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3070411Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3082367Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3089625Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-09-27T16:27:32.3096347Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3102093Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3107725Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3117509Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3124933Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3131068Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3140558Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3149987Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-09-27T16:27:32.3155533Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3161418Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3169294Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3178592Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-09-27T16:27:32.3190393Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3198385Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:27:32.3207012Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-09-27T16:28:45.9475878Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (73.627s) 2022-09-27T16:28:46.5911265Z 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:28:46.5911887Z warnings.warn(msg, FutureWarning) 2022-09-27T16:30:29.7540024Z ok (103.804s) 2022-09-27T16:31:45.0116112Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (75.255s) 2022-09-27T16:31:45.2876126Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.273s) 2022-09-27T16:31:45.2915859Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:31:45.6064434Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.315s) 2022-09-27T16:31:45.8984920Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.289s) 2022-09-27T16:31:45.9041744Z 2022-09-27T16:31:45.9042275Z ---------------------------------------------------------------------- 2022-09-27T16:31:45.9042740Z Ran 52 tests in 254.079s 2022-09-27T16:31:45.9042918Z 2022-09-27T16:31:45.9043803Z OK (skipped=44) 2022-09-27T16:31:45.9043980Z 2022-09-27T16:31:45.9044127Z Generating XML reports... 2022-09-27T16:31:45.9120680Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927162731.xml 2022-09-27T16:31:45.9129246Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927162731.xml 2022-09-27T16:31:46.6002839Z Running test_tensor_creation_ops ... [2022-09-27 16:31:46.599839] 2022-09-27T16:31:46.6003610Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:31:46.599925] 2022-09-27T16:31:50.5325922Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-09-27T16:31:50.5371348Z 2022-09-27T16:31:50.5371427Z Running tests... 2022-09-27T16:31:50.5372334Z ---------------------------------------------------------------------- 2022-09-27T16:31:50.5445362Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.5523635Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.5589768Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.5646758Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:31:50.5701545Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:50.5752899Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:50.5788570Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.5823719Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.5855364Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.5890437Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.5925603Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.6002082Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.6083465Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.6168995Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.6240975Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.6312905Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.6380092Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.6425104Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.6469733Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.6509504Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.6554340Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.6600038Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.6646450Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:50.6728155Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.6812124Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.6884858Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.6956363Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.7148042Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.019s) 2022-09-27T16:31:50.7191967Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7236097Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7274868Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7319499Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7363526Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7433221Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.7472791Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7550620Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.7632152Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:31:50.7701461Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.7770228Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:50.7833975Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:31:50.7873637Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7913584Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.7948241Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.7988938Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.8028816Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.8088668Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:31:50.8122243Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.8170001Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:50.8217530Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:50.8259306Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.8301508Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.8341567Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:31:50.8372719Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.8402924Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.8430264Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.8459038Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.8487699Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:50.8630223Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:50.8693888Z 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:31:50.8694419Z result = torch.asarray(cvt(original), **kwargs) 2022-09-27T16:31:50.8777901Z ok (0.015s) 2022-09-27T16:31:50.8927621Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-09-27T16:31:50.9070140Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:50.9212516Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:50.9354884Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:50.9482470Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:50.9611245Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:50.9735713Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:31:50.9863784Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:50.9991761Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.0000595Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0009360Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0017824Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0026588Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0034999Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0043668Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0052836Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0061544Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0070382Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0078858Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0087380Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.0218881Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.0377541Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:31:51.0536995Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:31:51.0692361Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-09-27T16:31:51.0846510Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-09-27T16:31:51.0995342Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-09-27T16:31:51.1125854Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.1256814Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.1384088Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.1515292Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.1651192Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:51.1659987Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1669151Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1678382Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1687220Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1696019Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1704966Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1713531Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1722016Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1730217Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1738944Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1747081Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.1797878Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:51.1832543Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.1886530Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:51.1941925Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:51.1994984Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:51.2044276Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:51.2090874Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:31:51.2125543Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.2159884Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.2191597Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.2226704Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.2261386Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.2826864Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.056s) 2022-09-27T16:31:51.2941240Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:31:51.3083370Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:51.3224476Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:51.3360015Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.3497885Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-09-27T16:31:51.3630987Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:31:51.3746606Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:31:51.3862326Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:31:51.3974942Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:31:51.4091313Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:31:51.4207081Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:31:51.4233654Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:31:51.4256454Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:31:51.4324707Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:31:51.4335356Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:31:51.4356326Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.4601621Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.024s) 2022-09-27T16:31:51.4905532Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.030s) 2022-09-27T16:31:51.5208801Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.030s) 2022-09-27T16:31:51.5498921Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.029s) 2022-09-27T16:31:51.5787076Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.029s) 2022-09-27T16:31:51.6061340Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.027s) 2022-09-27T16:31:51.6317860Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-09-27T16:31:51.6573462Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-09-27T16:31:51.6832089Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-09-27T16:31:51.7064792Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.023s) 2022-09-27T16:31:51.7297091Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.023s) 2022-09-27T16:31:51.7312291Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7330628Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.7348119Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.7363100Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7377833Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7393012Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7405830Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7418698Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7431626Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7444272Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7457250Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:31:51.7490141Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7521329Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7551915Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7583094Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7613871Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7644080Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7674674Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7704382Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7734684Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7764804Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7794943Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.7840949Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:31:51.7932409Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-09-27T16:31:51.8019953Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-09-27T16:31:51.8089319Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:31:51.8339381Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-09-27T16:31:51.8403268Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:31:51.8441757Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8480774Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8517025Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8556033Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8595310Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8617202Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.8659400Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8702198Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:51.8736837Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.8771379Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.8804544Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:51.8826541Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.8848928Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.8869864Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.8891936Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.8913779Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:31:51.9036735Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:51.9288160Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-09-27T16:31:51.9549166Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-09-27T16:31:51.9764575Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.021s) 2022-09-27T16:31:51.9980708Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.022s) 2022-09-27T16:31:52.0181265Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.020s) 2022-09-27T16:31:52.0301553Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.0423427Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.0529028Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:31:52.0648578Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.0769306Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.0880982Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:31:52.1153499Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.027s) 2022-09-27T16:31:52.1434149Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.028s) 2022-09-27T16:31:52.1651154Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.022s) 2022-09-27T16:31:52.1871533Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.022s) 2022-09-27T16:31:52.2085415Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.021s) 2022-09-27T16:31:52.2203085Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.2320062Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.2425311Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-09-27T16:31:52.2542024Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.2660661Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:31:52.2696051Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.2774321Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:31:52.2853988Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:31:52.2917189Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:31:52.2980183Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:31:52.3041319Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:31:52.3229024Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.019s) 2022-09-27T16:31:52.3407476Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.018s) 2022-09-27T16:31:52.3441505Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.3478528Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:52.3515207Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:31:52.3546503Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.3613994Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:31:52.3682138Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:31:52.3734032Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:31:52.3785867Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:31:52.3835554Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:31:52.3866232Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.3897001Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.3925581Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.3956863Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.3988362Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:31:52.4014481Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:31:52.4029936Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:31:52.4097630Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:31:52.4108188Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:31:52.4169699Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:31:52.4180529Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:31:52.4491178Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:31:52.4835320Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:31:52.5281113Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.045s) 2022-09-27T16:31:52.5396507Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:31:52.5411795Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3323: 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:31:52.5412398Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-09-27T16:31:52.5512448Z ok (0.012s) 2022-09-27T16:31:52.5619139Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:31:52.5700302Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:31:52.5784441Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:31:52.5923212Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:31:52.5950607Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:31:52.6040777Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:31:52.6161572Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:31:52.6295191Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:31:52.6405090Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:31:52.6496587Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:31:52.6583903Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:31:52.6671227Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:31:52.6691933Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:31:59.0628101Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (6.393s) 2022-09-27T16:31:59.0659601Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:31:59.1130285Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.047s) 2022-09-27T16:31:59.2783394Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.165s) 2022-09-27T16:31:59.6032490Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.325s) 2022-09-27T16:31:59.6062436Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:31:59.8961375Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.290s) 2022-09-27T16:31:59.8973057Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:31:59.8984320Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:31:59.8994957Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:31:59.9005529Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:31:59.9042597Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:31:59.9313309Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:31:59.9418869Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:32:00.0067054Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.065s) 2022-09-27T16:32:00.0585078Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-09-27T16:32:00.0638593Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:32:00.1051665Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-09-27T16:32:00.1248258Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:32:00.1375837Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:32:00.1502424Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:32:00.1514296Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:00.1534879Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:32:00.1612826Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:32:00.1693065Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:32:06.1696416Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (6.000s) 2022-09-27T16:32:06.1843574Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:32:06.1875701Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:32:06.1944597Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:32:06.1969814Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:32:06.2013484Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:32:06.2024496Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:32:06.2116993Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:32:06.2127327Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-09-27T16:32:06.2475806Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-09-27T16:32:06.2751584Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:32:06.2858291Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:32:06.2871308Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:32:06.2884113Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:32:06.2915503Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:32:06.3069694Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:32:06.3574196Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-09-27T16:32:06.4039982Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.046s) 2022-09-27T16:32:06.4431175Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:32:06.5225038Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-09-27T16:32:06.6004974Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-09-27T16:32:06.6767995Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:32:06.7522614Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:32:06.8271082Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:32:06.8691796Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:32:06.9112109Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:32:06.9522823Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-09-27T16:32:06.9941786Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:32:07.0359978Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:32:07.0834812Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-09-27T16:32:07.1117575Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:32:07.1147928Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:32:07.1175984Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:32:07.5351880Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.417s) 2022-09-27T16:32:08.9304988Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (1.395s) 2022-09-27T16:32:08.9325916Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9346191Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9365305Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9383931Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9402821Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9421343Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9434950Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:08.9447954Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:08.9460818Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:08.9473421Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:08.9486473Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:08.9499559Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:08.9518427Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9536291Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9554574Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:08.9601774Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:32:09.0239091Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.064s) 2022-09-27T16:32:09.0816558Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:32:09.1294810Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-09-27T16:32:09.2801587Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.151s) 2022-09-27T16:32:09.4318529Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.152s) 2022-09-27T16:32:09.5815669Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.150s) 2022-09-27T16:32:09.7353232Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.154s) 2022-09-27T16:32:09.8835603Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.148s) 2022-09-27T16:32:09.9941533Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.111s) 2022-09-27T16:32:10.1048638Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.111s) 2022-09-27T16:32:10.2149955Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.110s) 2022-09-27T16:32:10.3258191Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.111s) 2022-09-27T16:32:10.4366757Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.111s) 2022-09-27T16:32:11.9731710Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (1.536s) 2022-09-27T16:32:13.2369840Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (1.264s) 2022-09-27T16:32:13.6640371Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.427s) 2022-09-27T16:32:13.6657795Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:13.6672254Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:32:13.8794268Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.212s) 2022-09-27T16:32:13.9159853Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:32:13.9760243Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:32:21.8424813Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (7.866s) 2022-09-27T16:32:29.5095112Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (7.667s) 2022-09-27T16:32:36.9679830Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (7.458s) 2022-09-27T16:32:44.1730967Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (7.205s) 2022-09-27T16:32:44.1911096Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:32:51.4366873Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (7.245s) 2022-09-27T16:32:58.8136012Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (7.377s) 2022-09-27T16:32:58.8289120Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:32:58.8445682Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:32:58.8461592Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:32:58.8471893Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8482032Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8491465Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8501205Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8510990Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8520844Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8530243Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8539608Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8549036Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8558562Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8567731Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:58.8577011Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:32:59.8417175Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.984s) 2022-09-27T16:33:00.6496183Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.808s) 2022-09-27T16:33:01.5485399Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.899s) 2022-09-27T16:33:02.1665405Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.618s) 2022-09-27T16:33:02.6957205Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.529s) 2022-09-27T16:33:02.6970018Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:33:02.6980832Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:33:02.7133901Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:33:02.7523828Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:33:02.7668142Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:02.7804953Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:02.7945016Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:02.8081531Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:02.8220714Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:02.8359283Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:02.8372875Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:02.8382999Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:33:02.8392893Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:33:02.8403055Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:33:02.8413115Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:33:03.7489099Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.907s) 2022-09-27T16:33:04.4815398Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.733s) 2022-09-27T16:33:05.1190863Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.637s) 2022-09-27T16:33:05.1219909Z 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:33:05.1220797Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T16:33:05.1232665Z ok (0.004s) 2022-09-27T16:33:05.1291210Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:33:05.1328028Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:33:05.1343915Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.1572997Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-09-27T16:33:05.1630533Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:33:05.1689854Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:33:05.1741314Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:33:05.1996491Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:33:05.2007337Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:05.2042312Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:05.2252398Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:33:05.2401363Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:33:05.2450016Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:33:05.2460541Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:05.2599860Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:05.2625126Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2643228Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2660780Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2678513Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2695670Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2713120Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2730558Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2750047Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2769431Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2788823Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2807428Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2826550Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2845702Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2865193Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2884247Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.2903563Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:05.9105702Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.620s) 2022-09-27T16:33:06.0131743Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.102s) 2022-09-27T16:33:06.1133008Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.100s) 2022-09-27T16:33:06.2145630Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.101s) 2022-09-27T16:33:06.3162440Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.102s) 2022-09-27T16:33:06.9825692Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.666s) 2022-09-27T16:33:07.6504447Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.668s) 2022-09-27T16:33:07.7390287Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.089s) 2022-09-27T16:33:08.4087896Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.670s) 2022-09-27T16:33:08.9921562Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.583s) 2022-09-27T16:33:08.9952868Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:08.9982945Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0012410Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0041373Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0070305Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0099162Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0128204Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0156697Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0185552Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.0490962Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:33:09.0491936Z t.random_(to_) 2022-09-27T16:33:09.0495153Z ok (0.031s) 2022-09-27T16:33:09.0801497Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:33:09.0802482Z t.random_(to_) 2022-09-27T16:33:09.0805628Z ok (0.031s) 2022-09-27T16:33:09.1111296Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:33:09.1112296Z t.random_(to_) 2022-09-27T16:33:09.1115649Z ok (0.031s) 2022-09-27T16:33:09.1421034Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:33:09.1422022Z t.random_(to_) 2022-09-27T16:33:09.1424407Z ok (0.031s) 2022-09-27T16:33:09.2134646Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-09-27T16:33:09.2843490Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-09-27T16:33:09.3151707Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:33:09.3861998Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-09-27T16:33:09.4444544Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:33:09.4498383Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:33:09.4514966Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:09.4526346Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:09.5009799Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-09-27T16:33:09.5439925Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-09-27T16:33:09.5703650Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-09-27T16:33:09.5948490Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:33:09.6047427Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:33:09.6540914Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-09-27T16:33:09.6830628Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:33:09.6926995Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:33:09.7197970Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:33:09.7479278Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:33:09.7578610Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:33:09.7845876Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:33:09.8095421Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:33:09.8187308Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:09.8221437Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:09.8421219Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:33:09.8632360Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:33:09.9163487Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-09-27T16:33:09.9204247Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:33:09.9252917Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:33:10.3516254Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.426s) 2022-09-27T16:33:10.3596035Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:33:10.3704930Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:33:10.3718594Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:10.3732139Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:33:10.3770874Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:2105: 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:33:10.3771562Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-09-27T16:33:10.3776761Z ok (0.004s) 2022-09-27T16:33:10.3789413Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:10.3813799Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:10.3835351Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:10.3855953Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:10.3876378Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:33:10.3971211Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4061125Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4150705Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4240275Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4329867Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4418951Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4508362Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4597984Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:33:10.4840859Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:33:10.5084445Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:33:10.5305841Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:33:10.5528925Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:33:10.5557542Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:10.5583896Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:33:10.5638355Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:33:10.5687872Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:33:10.5789386Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:33:10.5925303Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:10.6059015Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:33:10.6195973Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:33:10.6319180Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.6436520Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.6559972Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.6682641Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.6807777Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.6932727Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.7057011Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:33:10.7463474Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-09-27T16:33:10.7829986Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-09-27T16:33:10.8131834Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:33:10.9867329Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.173s) 2022-09-27T16:33:11.1568494Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.170s) 2022-09-27T16:33:11.3244024Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.167s) 2022-09-27T16:33:11.4918569Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.167s) 2022-09-27T16:33:11.6677399Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.176s) 2022-09-27T16:33:11.7734619Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.106s) 2022-09-27T16:33:11.8791375Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.106s) 2022-09-27T16:33:11.9841118Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.105s) 2022-09-27T16:33:12.0899623Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.106s) 2022-09-27T16:33:12.1952161Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.105s) 2022-09-27T16:33:12.2055405Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:33:12.2070143Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2083976Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2097104Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2110140Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2122949Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2134981Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2147576Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:33:12.2244159Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:33:12.2244438Z 2022-09-27T16:33:12.2244881Z ---------------------------------------------------------------------- 2022-09-27T16:33:12.2245255Z Ran 538 tests in 81.687s 2022-09-27T16:33:12.2245418Z 2022-09-27T16:33:12.2245533Z OK (skipped=58) 2022-09-27T16:33:12.2245707Z 2022-09-27T16:33:12.2245849Z Generating XML reports... 2022-09-27T16:33:12.2389255Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927163150.xml 2022-09-27T16:33:12.2477171Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927163150.xml 2022-09-27T16:33:12.2484220Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927163150.xml 2022-09-27T16:33:12.2506117Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927163150.xml 2022-09-27T16:33:12.2745802Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927163150.xml 2022-09-27T16:33:12.8886662Z Running test_type_hints ... [2022-09-27 16:33:12.888286] 2022-09-27T16:33:12.8887433Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:33:12.888373] 2022-09-27T16:33:16.5152405Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-09-27T16:33:16.5166168Z 2022-09-27T16:33:16.5166301Z Running tests... 2022-09-27T16:33:16.5167184Z ---------------------------------------------------------------------- 2022-09-27T16:33:16.5182073Z test_doc_examples (__main__.TestTypeHints) 2022-09-27T16:34:14.7885891Z Run documentation examples through mypy. ... ok (58.272s) 2022-09-27T16:34:14.7886856Z 2022-09-27T16:34:14.7887265Z ---------------------------------------------------------------------- 2022-09-27T16:34:14.7914124Z Ran 1 test in 58.272s 2022-09-27T16:34:14.7914427Z 2022-09-27T16:34:14.7914530Z OK 2022-09-27T16:34:14.7914696Z 2022-09-27T16:34:14.7915181Z Generating XML reports... 2022-09-27T16:34:14.7919645Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927163316.xml 2022-09-27T16:34:16.9613131Z Running test_testing ... [2022-09-27 16:34:16.960886] 2022-09-27T16:34:16.9613686Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:16.960972] 2022-09-27T16:34:21.7561854Z Test results will be stored in test-reports/python-unittest/test_testing 2022-09-27T16:34:21.7596743Z 2022-09-27T16:34:21.7596857Z Running tests... 2022-09-27T16:34:21.7597462Z ---------------------------------------------------------------------- 2022-09-27T16:34:21.7645472Z test_bool (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.7701197Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.7900622Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.020s) 2022-09-27T16:34:21.7914467Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:34:21.7962681Z test_matching_atol (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8023421Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.006s) 2022-09-27T16:34:21.8059135Z test_matching_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:34:21.8082577Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8129033Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8143337Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:34:21.8161168Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8210789Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8241344Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:618: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:34:21.8242023Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:34:21.8258716Z ok (0.005s) 2022-09-27T16:34:21.8427821Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.017s) 2022-09-27T16:34:21.8444931Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8465248Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8517537Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8536837Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8592198Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8607801Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8636124Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:34:21.8688565Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8740344Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8750156Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:34:21.8771538Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:34:21.8823532Z test_numpy (__main__.TestAssertClose) ... ok (0.005s) 2022-09-27T16:34:21.8837383Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:34:21.8851169Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:34:21.8888876Z test_scalar (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:34:21.8920104Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:34:21.8932830Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:34:21.8939190Z test_unknown_layout (__main__.TestAssertClose) ... skip: MKLDNN is not available. (0.001s) 2022-09-27T16:34:21.8972701Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:34:21.8981926Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:34:21.8996680Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:34:21.9005893Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:34:21.9018989Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:34:21.9100430Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-09-27T16:34:21.9116661Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:34:21.9218213Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:34:21.9233604Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:34:21.9305735Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-09-27T16:34:21.9377975Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-09-27T16:34:21.9407529Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:34:21.9436444Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:34:21.9684691Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.025s) 2022-09-27T16:34:21.9755992Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-09-27T16:34:21.9833293Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-09-27T16:34:21.9849279Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:34:21.9948237Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:34:22.0039483Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.009s) 2022-09-27T16:34:22.0095679Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.006s) 2022-09-27T16:34:22.0158461Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.006s) 2022-09-27T16:34:22.0175519Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:34:22.0197416Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:34:22.0246494Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-09-27T16:34:22.0329853Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.008s) 2022-09-27T16:34:22.0419358Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.009s) 2022-09-27T16:34:22.0520148Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-09-27T16:34:22.0566585Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-09-27T16:34:22.0655645Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.009s) 2022-09-27T16:34:22.0737780Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.008s) 2022-09-27T16:34:22.0837776Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.010s) 2022-09-27T16:34:22.0882912Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-09-27T16:34:22.0918004Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:34:22.1003599Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.008s) 2022-09-27T16:34:22.1031051Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:34:22.1066119Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:34:22.1153206Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.009s) 2022-09-27T16:34:22.1198506Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-09-27T16:34:22.1279865Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.008s) 2022-09-27T16:34:22.1368786Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.009s) 2022-09-27T16:34:22.1463596Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.009s) 2022-09-27T16:34:22.1508105Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-09-27T16:34:22.1596683Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.009s) 2022-09-27T16:34:22.1869774Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.027s) 2022-09-27T16:34:22.1964861Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.009s) 2022-09-27T16:34:39.9578974Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (17.761s) 2022-09-27T16:34:39.9597213Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:34:44.0533231Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:34:44.1554743Z ok (4.197s) 2022-09-27T16:34:47.9158291Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-09-27T16:34:47.9159583Z self.assertEquals(out, "") 2022-09-27T16:34:47.9160206Z ok (3.760s) 2022-09-27T16:34:47.9193430Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:34:47.9208436Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9222371Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9249813Z test_name_fn (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:34:47.9264331Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9273195Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9282851Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:34:47.9291339Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9310585Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:34:47.9321787Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:34:47.9332293Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:34:47.9343063Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:34:47.9353000Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9363000Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9373753Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:34:47.9383561Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9393463Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:34:47.9404473Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:34:47.9433495Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:34:47.9454424Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:34:47.9473486Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:34:47.9493146Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:34:47.9522700Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:34:48.7845666Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.832s) 2022-09-27T16:34:48.7855645Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:34:48.7866204Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:34:48.7873705Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:34:48.7894299Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:34:48.7905219Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:34:48.7915370Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:34:48.7925670Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:34:48.7935038Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:34:48.7944658Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:34:48.7955071Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:34:48.7964299Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:34:48.7973620Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:34:48.7983819Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:34:48.8000063Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:34:48.8018333Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:34:48.8092991Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:34:48.8188367Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:34:48.8280297Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:34:48.8359689Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:34:48.8438127Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:34:48.8509534Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:34:48.8568305Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:34:48.8627401Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:34:48.8676257Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:34:48.8734150Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:34:48.8792385Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:34:48.8803096Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:34:48.8813758Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:34:48.8824144Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:34:49.0502217Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.168s) 2022-09-27T16:34:49.0660832Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.0817437Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.0973593Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.1129322Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.015s) 2022-09-27T16:34:49.1296649Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.017s) 2022-09-27T16:34:49.1452397Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.1608030Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.1763911Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.1923548Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:34:49.1951467Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:34:49.2180723Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.023s) 2022-09-27T16:34:49.2410896Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.023s) 2022-09-27T16:34:49.2421226Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:34:49.2519049Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.010s) 2022-09-27T16:34:49.2615789Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.010s) 2022-09-27T16:34:49.2698611Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:34:49.2743020Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:34:49.2787742Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:34:49.2832635Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:34:49.2877433Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:34:49.2922214Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:34:49.2935913Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:34:49.2950018Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:34:49.3205805Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.026s) 2022-09-27T16:34:49.3219795Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:34:49.3233663Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:34:49.3250300Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:34:49.3251358Z result = torch.complex(real, imag) 2022-09-27T16:34:49.3252712Z ok (0.002s) 2022-09-27T16:34:49.3335775Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:34:49.3481093Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.014s) 2022-09-27T16:34:49.3621482Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.014s) 2022-09-27T16:34:49.3724405Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.010s) 2022-09-27T16:34:49.3724629Z 2022-09-27T16:34:49.3724920Z ---------------------------------------------------------------------- 2022-09-27T16:34:49.3725154Z Ran 165 tests in 27.613s 2022-09-27T16:34:49.3725284Z 2022-09-27T16:34:49.3727300Z OK (skipped=4, expected failures=12) 2022-09-27T16:34:49.3727547Z 2022-09-27T16:34:49.3727728Z Generating XML reports... 2022-09-27T16:34:49.3782571Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927163421.xml 2022-09-27T16:34:49.3788111Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927163421.xml 2022-09-27T16:34:49.3800628Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927163421.xml 2022-09-27T16:34:49.3806303Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927163421.xml 2022-09-27T16:34:49.3811374Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927163421.xml 2022-09-27T16:34:49.3816369Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927163421.xml 2022-09-27T16:34:49.3823335Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927163421.xml 2022-09-27T16:34:49.3829137Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927163421.xml 2022-09-27T16:34:49.3834149Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927163421.xml 2022-09-27T16:34:49.3836804Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927163421.xml 2022-09-27T16:34:49.3840913Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220927163421.xml 2022-09-27T16:34:49.3862065Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927163421.xml 2022-09-27T16:34:49.3880703Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927163421.xml 2022-09-27T16:34:49.3919503Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927163421.xml 2022-09-27T16:34:50.2784596Z Running test_ao_sparsity ... [2022-09-27 16:34:50.278050] 2022-09-27T16:34:50.2785137Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:50.278140] 2022-09-27T16:34:53.8814374Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-09-27T16:34:53.8845277Z 2022-09-27T16:34:53.8845422Z Running tests... 2022-09-27T16:34:53.8846405Z ---------------------------------------------------------------------- 2022-09-27T16:34:53.8881179Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-09-27T16:34:54.5302134Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.645s) 2022-09-27T16:34:54.5310138Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-09-27T16:34:54.5332750Z Checks if the warning is thrown if the scheduler step is called ... ok (0.003s) 2022-09-27T16:34:54.5465826Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.013s) 2022-09-27T16:34:54.5564002Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.010s) 2022-09-27T16:34:54.5984892Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.042s) 2022-09-27T16:34:54.6097910Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-09-27T16:34:54.6098576Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:34:54.6578805Z ok (0.059s) 2022-09-27T16:34:54.7054563Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.047s) 2022-09-27T16:34:54.7479856Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.042s) 2022-09-27T16:34:54.7520126Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.004s) 2022-09-27T16:34:54.7797301Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.028s) 2022-09-27T16:34:54.7869700Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.007s) 2022-09-27T16:34:54.8137593Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.027s) 2022-09-27T16:34:54.8203838Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.007s) 2022-09-27T16:34:54.8499470Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.029s) 2022-09-27T16:34:54.8623515Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.012s) 2022-09-27T16:34:54.8656922Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:34:54.8678139Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:34:54.8707622Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:34:54.8736209Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:34:54.8765492Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:34:54.8792505Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:34:54.8854491Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-09-27T16:34:54.8874598Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:34:54.8932670Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:34:54.8933248Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:34:56.4742946Z ok (1.587s) 2022-09-27T16:34:58.0205081Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (1.546s) 2022-09-27T16:34:59.5823001Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (1.562s) 2022-09-27T16:34:59.5998500Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.018s) 2022-09-27T16:35:01.1380530Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (1.538s) 2022-09-27T16:35:02.7166314Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (1.578s) 2022-09-27T16:35:02.7482407Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.032s) 2022-09-27T16:35:03.2148385Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.466s) 2022-09-27T16:35:03.2186564Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-09-27T16:35:03.2309629Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.012s) 2022-09-27T16:35:03.2343807Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-09-27T16:35:03.2364210Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:35:04.7168984Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (1.482s) 2022-09-27T16:35:04.7186577Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:35:06.2064969Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (1.490s) 2022-09-27T16:35:06.2080995Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:35:07.6852348Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (1.479s) 2022-09-27T16:35:07.6869335Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:35:07.7254350Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.040s) 2022-09-27T16:35:07.7272555Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:35:09.2024055Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (1.477s) 2022-09-27T16:35:09.2050983Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-09-27T16:35:09.2096383Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.004s) 2022-09-27T16:35:09.2119904Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:35:11.8193917Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (2.607s) 2022-09-27T16:35:12.4518460Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.632s) 2022-09-27T16:35:13.2873961Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.835s) 2022-09-27T16:35:14.1227071Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.835s) 2022-09-27T16:35:14.8657548Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.743s) 2022-09-27T16:35:14.8679005Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:35:14.8679826Z The expectation is post_training_sparse_quantize function ... skip: Skipped under ASAN due to address sanitization (0.002s) 2022-09-27T16:35:14.8697021Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:35:14.8697536Z The expectation is post_training_sparse_quantize function ... skip: Skipped under ASAN due to address sanitization (0.002s) 2022-09-27T16:35:14.8715515Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-09-27 16:35:14,871 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:35:14.8868943Z 2022-09-27 16:35:14,886 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:35:14.8883721Z ok (0.018s) 2022-09-27T16:35:14.8964948Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /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:35:14.8965451Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:35:15.1600565Z ok (0.271s) 2022-09-27T16:35:15.5596328Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.399s) 2022-09-27T16:35:15.5616771Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-09-27T16:35:15.5641542Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:127: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-09-27T16:35:15.5642230Z "calls to the scheduer.step().", UserWarning) 2022-09-27T16:35:15.5642427Z ok (0.002s) 2022-09-27T16:35:15.5650096Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-09-27T16:35:15.5694038Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-09-27T16:35:15.5717405Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-09-27T16:35:15.5723958Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.5785103Z Tests that fqn_to_module operates as inverse ... ok (0.007s) 2022-09-27T16:35:15.5789104Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.5817062Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-09-27T16:35:15.5825222Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.5952636Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.013s) 2022-09-27T16:35:15.5962897Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.6027144Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.007s) 2022-09-27T16:35:15.6033887Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.6074360Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.005s) 2022-09-27T16:35:15.6080630Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.6127307Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.005s) 2022-09-27T16:35:15.6132125Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.6171542Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.004s) 2022-09-27T16:35:15.6175596Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:35:15.6208039Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.004s) 2022-09-27T16:35:15.6231795Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:35:15.6258115Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-09-27T16:35:15.6284137Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-09-27T16:35:15.7133854Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.085s) 2022-09-27T16:35:16.4868444Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.773s) 2022-09-27T16:35:16.5062526Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.019s) 2022-09-27T16:35:16.5063092Z 2022-09-27T16:35:16.5063514Z ---------------------------------------------------------------------- 2022-09-27T16:35:16.5063876Z Ran 70 tests in 22.622s 2022-09-27T16:35:16.5064054Z 2022-09-27T16:35:16.5064433Z OK (skipped=2) 2022-09-27T16:35:16.5064650Z 2022-09-27T16:35:16.5064783Z Generating XML reports... 2022-09-27T16:35:16.5097846Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927163453.xml 2022-09-27T16:35:16.5103156Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927163453.xml 2022-09-27T16:35:16.5108165Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927163453.xml 2022-09-27T16:35:16.5116762Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927163453.xml 2022-09-27T16:35:16.5125481Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927163453.xml 2022-09-27T16:35:16.5133432Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927163453.xml 2022-09-27T16:35:16.5139568Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927163453.xml 2022-09-27T16:35:16.5146840Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927163453.xml 2022-09-27T16:35:16.5152775Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927163453.xml 2022-09-27T16:35:16.5157323Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927163453.xml 2022-09-27T16:35:16.5160026Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927163453.xml 2022-09-27T16:35:16.5164927Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927163453.xml 2022-09-27T16:35:16.5170421Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927163453.xml 2022-09-27T16:35:16.5180119Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927163453.xml 2022-09-27T16:35:16.5187103Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927163453.xml 2022-09-27T16:35:16.5191756Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927163453.xml 2022-09-27T16:35:17.1174896Z Running test_cpp_api_parity ... [2022-09-27 16:35:17.117079] 2022-09-27T16:35:17.1175457Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:17.117167] 2022-09-27T16:35:21.4591403Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:35:29.8919663Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-09-27T16:35:29.8987436Z 2022-09-27T16:35:29.8987715Z Running tests... 2022-09-27T16:35:29.8988160Z ---------------------------------------------------------------------- 2022-09-27T16:35:29.9836050Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.085s) 2022-09-27T16:35:29.9850101Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.0110555Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:30.0113702Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.0337936Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:30.0341397Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.0571471Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.0574507Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.0807459Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.1028272Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:30.1031923Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.1035749Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.1272297Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.1275474Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.1519761Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:30.1523084Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.1750258Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.1753516Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.2017199Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:30.2020191Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.2317974Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:30.2321156Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.2685785Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:35:30.2689197Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.3149172Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:30.3152402Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.3419923Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:30.3422572Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.3651186Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.3654435Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.3911210Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:30.3914107Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.4457342Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.054s) 2022-09-27T16:35:30.4460557Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.4723823Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:30.4727382Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.4999070Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:30.5002752Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.5307986Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:30.5311289Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.5696219Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:35:30.5699460Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.6104919Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:35:30.6108004Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.6659666Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.055s) 2022-09-27T16:35:30.6663005Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.7224389Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.056s) 2022-09-27T16:35:30.7227587Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.7986976Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.076s) 2022-09-27T16:35:30.7989763Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.8235947Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:30.8239056Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.8468581Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.8472190Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.8707403Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.8710484Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.8942277Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:30.8945481Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.9203953Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:30.9207338Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.9457846Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:30.9460952Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.9708017Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:30.9711006Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:30.9974549Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:30.9978287Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.0208976Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:31.0212204Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.0452880Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:31.0456378Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.0715523Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:31.0719035Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.0978591Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:31.0980992Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.1228270Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:31.1231223Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.1508491Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:31.1752795Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:31.1756237Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.1759392Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.2051897Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:31.2055111Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.2311363Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:31.2314511Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.2644435Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:31.2647141Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.2944048Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:31.2946542Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.3177457Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:31.3180879Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.3429581Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:31.3676296Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:31.3679854Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.3683539Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.3977827Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:31.3981387Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.4238400Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:31.4241042Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.4708000Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:35:31.4711080Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.5354943Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.064s) 2022-09-27T16:35:31.5358371Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.5578104Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:31.5581489Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.5795137Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-09-27T16:35:31.5798354Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.6005085Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-09-27T16:35:31.6008564Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.6214048Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-09-27T16:35:31.6216976Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.6428359Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:31.6431613Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.6646387Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:31.6649628Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.6863511Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:31.6867310Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.7075238Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-09-27T16:35:31.7078584Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.7288667Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-09-27T16:35:31.7292253Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.7496586Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-09-27T16:35:31.7500095Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.7715549Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:31.7719062Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.7936900Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:31.7940193Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.8291445Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:31.8294570Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.8564502Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:31.8567904Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.8876452Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:31.8880375Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.9194590Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:31.9197604Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.9452531Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:31.9456006Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.9753613Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:31.9756457Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:31.9971676Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:31.9974390Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.0349274Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:32.0718940Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:32.0722017Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.0725245Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.1099483Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:32.1102543Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.1433377Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:32.1436743Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.1814712Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:35:32.1817926Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.2077657Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:32.2081545Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.2540895Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:32.3003977Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:32.3007324Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.3010669Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.3472649Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:32.3475946Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.3905240Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.043s) 2022-09-27T16:35:32.3908532Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.4365943Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:32.4369186Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.4597810Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:32.4600667Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.4832501Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:32.4835172Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.5031634Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:32.5035238Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.5289517Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:32.5292669Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.5895560Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.060s) 2022-09-27T16:35:32.5899163Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.6163547Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:32.6166779Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.6409420Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:32.6635494Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:32.6638710Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.6898612Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:32.6901848Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.6905282Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.7316386Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:35:32.7782132Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:32.7784969Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.7788451Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.8107121Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:32.8110126Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:32.9600397Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.149s) 2022-09-27T16:35:33.1559845Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.196s) 2022-09-27T16:35:33.1562883Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.1565903Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.2429583Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.086s) 2022-09-27T16:35:33.2433062Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.2798531Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:35:33.3115378Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:33.3118920Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.3122392Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.3470539Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:33.3473640Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.3815889Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:35:33.3819368Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.4171838Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:33.4175379Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.4559569Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:35:33.4563278Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.4911773Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:33.4914199Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.5197952Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:33.5200260Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.5530767Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:33.5553688Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:35:33.5554344Z self.padding, self.dilation, self.groups) 2022-09-27T16:35:33.5886431Z ok (0.036s) 2022-09-27T16:35:33.5889736Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.5892668Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.6259285Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:35:33.6262085Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.6832562Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.057s) 2022-09-27T16:35:33.6835874Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.7133199Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:33.7136410Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.7433425Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:33.7436832Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.7761935Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:33.7765086Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.8021222Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:33.8024305Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.8388324Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:35:33.8391030Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.8761235Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:33.9100926Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:35:33.9103973Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.9107245Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.9477279Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:33.9480588Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:33.9834230Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:33.9837211Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.0266733Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.043s) 2022-09-27T16:35:34.0270483Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.0604457Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:34.0607372Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.1054447Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.045s) 2022-09-27T16:35:34.1057357Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.1384672Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:34.1387548Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.1803157Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:35:34.1806390Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.2308324Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.050s) 2022-09-27T16:35:34.2311981Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.2658307Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:35:34.2661030Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.3073086Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:35:34.3075953Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.3490262Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:35:34.3492672Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.3845834Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:34.3849010Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.4208823Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:35:34.4211743Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.4529260Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:34.4532414Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.4855874Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:34.4858900Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.5198102Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:35:34.5201088Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.5455588Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:34.5458540Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.5851419Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:34.5854512Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.6203461Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:34.6523874Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:34.6526860Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.7011920Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:35:34.7015003Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.7017865Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.7639176Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.062s) 2022-09-27T16:35:34.7642488Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.8013234Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:34.8016235Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.8367737Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:34.8370713Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.8691047Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:34.8694029Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:34.9596777Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.090s) 2022-09-27T16:35:34.9600218Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.0408228Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.081s) 2022-09-27T16:35:35.0411410Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.0914431Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.050s) 2022-09-27T16:35:35.0917543Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.1351656Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.043s) 2022-09-27T16:35:35.1354924Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.1732640Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:35:35.1735578Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.2177409Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.044s) 2022-09-27T16:35:35.2179940Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.2458647Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:35.2461785Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.2883165Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:35:35.2886299Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.3309529Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:35:35.3313140Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.3642384Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:35.3645689Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.4034579Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:35.4037603Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.4312415Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:35.4315499Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.4993542Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.068s) 2022-09-27T16:35:35.4996960Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.5380448Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:35:35.5383289Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.5731892Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:35.5735216Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.6376028Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.064s) 2022-09-27T16:35:35.6379231Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.6984683Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.060s) 2022-09-27T16:35:35.6987767Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.7682598Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.069s) 2022-09-27T16:35:35.7685831Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.8122717Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.043s) 2022-09-27T16:35:35.8125531Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.8365968Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:35.8369775Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.8594251Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:35.8598018Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.8819892Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:35.8823313Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.9044751Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:35.9047870Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.9241769Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:35.9436376Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:35.9439641Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.9633237Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:35.9636297Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:35.9853283Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:35.9855895Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.0133759Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:36.0136401Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.0338701Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.0341814Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.0560698Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:36.0563771Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.0757971Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:36.0760702Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.0957093Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:36.0959974Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.1152234Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:36.1155151Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.1366172Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.1369104Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.1573724Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.1576554Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.1778538Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.1781479Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.1996550Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.1999647Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.2211760Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.2215241Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.2424630Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.2427401Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.2708804Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:36.2711927Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.2910831Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.2913917Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.3113088Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.3115338Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.3312064Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.3315107Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.3521777Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.3524423Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.3722801Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.3725663Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.3934541Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.3937647Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.3940619Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.4136174Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:36.4139516Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.4337887Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.4340931Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.4541239Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:36.4544687Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.4949757Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:35:36.4952535Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.5167186Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:36.5170092Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.5354169Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:35:36.5357035Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.5606191Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:36.6063617Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:35:36.6066087Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.6312881Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:36.6316185Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.6556868Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:36.6559729Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.6799956Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:36.6802938Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.7045762Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:36.7048608Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.7307379Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:36.7310289Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.7562871Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:36.7565968Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.7818412Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:36.7821815Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.7825403Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.8268289Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.044s) 2022-09-27T16:35:36.8271682Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.8976492Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.070s) 2022-09-27T16:35:36.8979445Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.9232583Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:36.9235909Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.9456981Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:36.9460044Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.9700627Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:36.9703726Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:36.9943473Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:36.9946628Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.0167520Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:37.0170623Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.0388284Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:37.0391406Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.0618103Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:37.0620678Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.0842412Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:37.0845135Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.1056927Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:37.1060063Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:37.1288534Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:37.1291078Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.1531326Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:37.1534543Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.1767179Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:37.1770518Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:37.2312067Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.054s) 2022-09-27T16:35:37.2315271Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.2569431Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:37.2572757Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.2803897Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:37.2806849Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.3030334Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:37.3033127Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:37.3458125Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:35:37.3460667Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.3789521Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:37.3792433Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.4106060Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:37.4109015Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:37.4324480Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:37.4327602Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.4512212Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:35:37.4515283Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.4724767Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:37.4727495Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.4986190Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:37.4989288Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.5395597Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:35:37.5680678Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:37.5683674Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.5686916Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.6294657Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.061s) 2022-09-27T16:35:37.6297331Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.6547312Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:37.6550205Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.6770417Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:37.6773321Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.7103538Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:37.7107431Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.8067773Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.096s) 2022-09-27T16:35:37.8070343Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.8319906Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:37.8322956Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.8633432Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:37.8636647Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.9680718Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.104s) 2022-09-27T16:35:37.9683154Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:37.9926255Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:37.9929249Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.0119021Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:38.0122113Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.0334262Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:38.0337669Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.0521814Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:35:38.0524648Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.0726810Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:38.0729621Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.0937982Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:38.0940688Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.1254044Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-09-27T16:35:38.1256644Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.1459869Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-09-27T16:35:38.1462330Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.1664249Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-09-27T16:35:38.1667144Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.1873394Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:38.1877225Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.2077494Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:38.2080062Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.2363385Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:38.2366098Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.2597077Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:38.2600026Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.2897257Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:38.2899540Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.3150496Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:38.3153334Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.3445964Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:38.3448868Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.3708749Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:38.3712177Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.4033120Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:38.4036392Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.4392224Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:38.4395650Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.4788184Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:38.4790982Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.5093519Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:38.5096454Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.5497235Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:35:38.5500180Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.5899312Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:35:38.5902485Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.5913167Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:35:38.5914119Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:35:38.6087723Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:57.) 2022-09-27T16:35:38.6088503Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-09-27T16:35:38.6100805Z ok (0.020s) 2022-09-27T16:35:38.6105020Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.6300269Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:38.6303874Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.6497900Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:38.6501402Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.6703144Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:38.6707330Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.6909542Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:38.6912830Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.7114160Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:38.7118095Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.7362707Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:38.7367182Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.7732289Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:35:38.7735641Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.7987651Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:38.7990483Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.8235760Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:38.8238747Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.8484509Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:38.8487708Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.8799788Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:38.8802606Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.9040294Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:38.9043740Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.9298081Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:38.9300423Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:38.9634324Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:38.9636890Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.3052377Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.341s) 2022-09-27T16:35:39.3056621Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.3345775Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:39.3349506Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.3585974Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:39.3589163Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.3809294Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:39.3812754Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.4006286Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:39.4009015Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.4236910Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:39.4239575Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.4550941Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:39.4553984Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.4830325Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:39.4833368Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.5118251Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:39.5121241Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.5364349Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:39.5367266Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.5690437Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:39.5693708Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.6752678Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.106s) 2022-09-27T16:35:39.6756280Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.6985833Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:39.6989111Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.7177786Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:39.7181167Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.7443739Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:39.7446199Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.7841467Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:39.7844122Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.8034286Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:39.8037046Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.8244834Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:39.8247676Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.8443824Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:39.8446746Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.9650377Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.120s) 2022-09-27T16:35:39.9653299Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:39.9874754Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:39.9877826Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.0112223Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:40.0114880Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.0467745Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:40.0470761Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.0689887Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:40.0692660Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.1188895Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.049s) 2022-09-27T16:35:40.1191706Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.1402984Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.1406050Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.1633660Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:40.1636715Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.1860906Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:40.1864301Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.2089130Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:40.2092221Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.2316939Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:40.2320541Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.2559914Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:40.2562976Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.2799140Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:40.2802053Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.3078607Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:40.3081519Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.3366611Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:40.3369122Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.3557865Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.3560548Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.3753457Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.4075804Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:35:40.4079216Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.4081672Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.4272551Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.4275666Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.4466693Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.4470194Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.4664328Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.4666564Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.4887040Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:40.4889896Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.5104361Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.5106819Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.5319804Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.5322157Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.5530211Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.5532636Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.5754817Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:40.5757656Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.5950852Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.6138525Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.6141727Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.6144639Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.6332977Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.6335806Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.6526535Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:40.6529607Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.6731998Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.6735270Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.6937794Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.7138730Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.7143265Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.7355356Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.7359324Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.7565825Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.7569249Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.7572818Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.7775246Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.7778310Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.7981581Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.7985037Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.8191012Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.8194098Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.8429771Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.023s) 2022-09-27T16:35:40.8432763Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.8670630Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-09-27T16:35:40.8674344Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.8911710Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-09-27T16:35:40.8915698Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.9128303Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:40.9131201Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.9337282Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.9339967Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.9545306Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:40.9548069Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:40.9797388Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:40.9799796Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.0052151Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:41.0055055Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.0342150Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:41.0345693Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.0655925Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:41.0659219Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.1181420Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.052s) 2022-09-27T16:35:41.1184690Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.1728490Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.054s) 2022-09-27T16:35:41.1731855Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.1993767Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:41.1997081Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.2223111Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:41.2441775Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:41.2444853Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.2663126Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:41.2666594Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.2669803Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.2867902Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:41.2870345Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.3099882Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:41.3102902Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.3371263Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:41.3374245Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.3645478Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:41.3648463Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.3861886Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:41.3865472Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.4095730Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:41.4098095Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.4303175Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:41.4306573Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.4515652Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:41.4519129Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.4727211Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:41.4730264Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:41.4964153Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:41.4966691Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:41.5159125Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:41.5161593Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:41.5396991Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:41.5631868Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:41.5634791Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.5823241Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:41.5826793Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.5830089Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.6021130Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:41.6024437Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.6253961Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:41.6474845Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:41.6478091Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.6745034Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:41.6748005Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.6751102Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.7314220Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.056s) 2022-09-27T16:35:41.8268494Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.095s) 2022-09-27T16:35:41.8271793Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.8274898Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.8656404Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:35:41.8659142Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:41.9795838Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.113s) 2022-09-27T16:35:42.1835769Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.204s) 2022-09-27T16:35:42.1838734Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.1842374Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.2538948Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.069s) 2022-09-27T16:35:42.2541796Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.2782271Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:42.2994839Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:42.2997499Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.3244162Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:42.3246540Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.3249030Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.3625584Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:35:42.4162558Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.054s) 2022-09-27T16:35:42.4165507Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.4168964Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.4465371Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:42.4468030Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.5133501Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.066s) 2022-09-27T16:35:42.6195702Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.106s) 2022-09-27T16:35:42.6198669Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.6201821Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.6653387Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.045s) 2022-09-27T16:35:42.6656506Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.6885319Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:42.6888229Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.7079099Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:42.7082377Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.7419730Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:35:42.7423017Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.7722465Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-09-27T16:35:42.7725087Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.8021284Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:42.8024934Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.8238361Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:42.8240377Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.8519753Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:42.8522449Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.8724995Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:42.8729023Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.8937701Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:42.8940584Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.9156173Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:42.9159476Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.9374828Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:42.9377414Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.9591877Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-09-27T16:35:42.9595525Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:42.9801389Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-09-27T16:35:42.9805176Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.0017070Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-09-27T16:35:43.0020921Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.0300214Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:43.0706552Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:35:43.0710341Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.0949330Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:43.0952992Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.0957435Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.1177581Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:43.1181264Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.1467738Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:43.1471694Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.1745013Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:43.1748351Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.2063461Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:35:43.2066666Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.2314814Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:43.2318605Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.2509490Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:43.2513473Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.2848526Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:43.3131749Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:35:43.3135967Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.3578267Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.044s) 2022-09-27T16:35:43.3581774Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.3778173Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:43.3781827Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.3785493Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.4001652Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:43.4005210Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.4214099Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:43.4216756Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.4403078Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:43.4406539Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.4697430Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:35:43.4700794Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.4895882Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:43.4898949Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.5153318Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:43.5156708Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.5350002Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:43.5352565Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.5609246Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:43.5612557Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.5803395Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:43.5806851Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.6067441Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:43.6070155Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.6333609Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:43.6336429Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.6530012Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:43.6532784Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.8115708Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.158s) 2022-09-27T16:35:43.8118645Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:43.9583715Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.146s) 2022-09-27T16:35:43.9587071Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.0649781Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.106s) 2022-09-27T16:35:44.0653738Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.1833385Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.118s) 2022-09-27T16:35:44.1837101Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.6797929Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.496s) 2022-09-27T16:35:44.6801936Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.7032129Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:44.7036051Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.7253775Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:44.7256329Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.7475625Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:44.7478725Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.7723318Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:35:44.7725749Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.7989427Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:44.7992237Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.8259059Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:44.8261528Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.8534239Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:35:44.8933474Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:35:44.8936421Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.8939524Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9155141Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:44.9158321Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9393045Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:44.9396293Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9536015Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:35:44.9539326Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9612787Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:44.9615906Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9763699Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:35:44.9767067Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9845422Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:44.9848695Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:44.9859356Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:35:44.9859806Z warnings.warn(warning.format(ret)) 2022-09-27T16:35:44.9993779Z ok (0.014s) 2022-09-27T16:35:44.9997053Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0139271Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:35:45.0142129Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0218570Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:45.0221883Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0315212Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.0318252Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0409993Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.0413260Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0508570Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.0511641Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0633451Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.0636614Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0760338Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.0763453Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0836047Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.0839311Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.0914108Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.0917344Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1041426Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.1044598Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1166510Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.1169540Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1265813Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.1365130Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.1368195Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1371760Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1446015Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.1449319Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1658500Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:45.1661826Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1736563Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.1739681Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1812307Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.1815465Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1887629Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.1890758Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.1976711Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.1980014Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2071696Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.2074671Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2180040Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.2183636Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2290565Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.2293526Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2383654Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.2387062Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2478106Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.2481397Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2571246Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.2574697Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2665824Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.2669236Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2762596Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.2765982Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2878268Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.2881494Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.2988769Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.2992086Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.3106881Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.3109940Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.3318631Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:45.3321789Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.3513517Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:45.3516666Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.3729923Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:45.3732849Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.3829840Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.3832975Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.3929595Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.3933085Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.4031853Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.4035107Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.4133335Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.4136567Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.4236831Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.4240149Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.4463875Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:35:45.4466651Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.5027106Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.056s) 2022-09-27T16:35:45.5030076Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.5134253Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.5137905Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.5264570Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:45.5267196Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.5365333Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.5368856Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.5616100Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:35:45.5618959Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.5918568Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:35:45.5921703Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6059392Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:35:45.6062498Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6160873Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.6163975Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6286904Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.6289921Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6389264Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.6392228Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6487664Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.6491065Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6564320Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.6568048Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6668138Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.6672317Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6775819Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.6779947Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.6967704Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:45.6971935Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7049097Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:45.7053282Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7315121Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:45.7318302Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7458252Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:35:45.7461972Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7577917Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.7693845Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:35:45.7696865Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7700281Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7807157Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.7914321Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.7917368Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.7920821Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.8112390Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:45.8116243Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.8267185Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:35:45.8270130Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.8535414Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:35:45.8538289Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.8672930Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:45.8676315Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.8788602Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.8900835Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:45.8903964Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.8907130Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9011451Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.9113194Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:45.9116400Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9119837Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9211388Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.9301217Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.9304505Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9307472Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9376522Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.9379476Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9473781Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.9567582Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.9570460Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9573350Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9659301Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:45.9662153Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9754095Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:45.9757219Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:45.9826171Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:45.9829398Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.0013867Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:35:46.0017451Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.0369972Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:35:46.0372372Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.0455027Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:46.0458316Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.0847261Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:46.0850905Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.0935397Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:46.0938581Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.1039491Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:35:46.1042732Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.1371468Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:35:46.1374920Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.1793295Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:35:46.1796369Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.1891231Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:46.1893951Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.2102251Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:35:46.2105762Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.2518627Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:35:46.2522042Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.2918228Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:46.2921453Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.2998258Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:35:46.3001437Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.3394858Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:46.3780727Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:35:46.3784182Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.3787371Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.3988514Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:35:46.4179172Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:35:46.4182231Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.4185585Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.4313655Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:46.4316950Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.4444015Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:46.4447334Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.4678398Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:35:46.4681497Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.4751898Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:46.4755404Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.4865080Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:46.4868161Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.5001258Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:46.5004264Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.5079067Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:46.5082896Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.5170439Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:35:46.5173762Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.5268980Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-09-27T16:35:46.5272629Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.5756186Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:35:46.5760252Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:46.5895139Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:46.5898192Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:46.5968779Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:35:46.5972141Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:46.6130866Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:35:46.6133628Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.6291733Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:35:46.6295154Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:46.6406674Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:46.6409615Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.6518067Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:35:46.6521408Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:35:46.6652785Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:35:46.6655775Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:35:46.6656500Z 2022-09-27T16:35:46.6657096Z ---------------------------------------------------------------------- 2022-09-27T16:35:46.6658291Z Ran 1100 tests in 16.767s 2022-09-27T16:35:46.6658461Z 2022-09-27T16:35:46.6658564Z OK (skipped=550, expected failures=17) 2022-09-27T16:35:46.6658700Z 2022-09-27T16:35:46.6658773Z Generating XML reports... 2022-09-27T16:35:46.7707159Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927163529.xml 2022-09-27T16:35:47.5773096Z Running test_cpp_extensions_open_device_registration ... [2022-09-27 16:35:47.576909] 2022-09-27T16:35:47.5773938Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:47.576996] 2022-09-27T16:35:51.5183982Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:35:51.5227753Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-09-27T16:35:51.5243801Z 2022-09-27T16:35:51.5244037Z Running tests... 2022-09-27T16:35:51.5244649Z ---------------------------------------------------------------------- 2022-09-27T16:35:51.8499007Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:35:51.8499512Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-09-27T16:35:51.9191287Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-09-27T16:35:51.9196468Z Building extension module custom_device_extension... 2022-09-27T16:35:51.9196864Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:35:53.8013819Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o 2022-09-27T16:35:54.8806827Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2022-09-27T16:35:54.8881063Z Loading extension module custom_device_extension... 2022-09-27T16:35:54.9130385Z ok (3.378s) 2022-09-27T16:35:54.9147042Z 2022-09-27T16:35:54.9147407Z ---------------------------------------------------------------------- 2022-09-27T16:35:54.9147798Z Ran 1 test in 3.390s 2022-09-27T16:35:54.9147916Z 2022-09-27T16:35:54.9147979Z OK 2022-09-27T16:35:54.9148073Z 2022-09-27T16:35:54.9148170Z Generating XML reports... 2022-09-27T16:35:54.9187604Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927163551.xml 2022-09-27T16:35:55.6344055Z Running test_vmap ... [2022-09-27 16:35:55.634017] 2022-09-27T16:35:55.6344592Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:55.634103] 2022-09-27T16:35:59.5370193Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-09-27T16:35:59.5396052Z 2022-09-27T16:35:59.5396188Z Running tests... 2022-09-27T16:35:59.5396874Z ---------------------------------------------------------------------- 2022-09-27T16:35:59.5447096Z 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:35:59.5447732Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-09-27T16:35:59.5472206Z 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:35:59.5472764Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-09-27T16:35:59.5480668Z 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:35:59.5481155Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:35:59.5488708Z 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:35:59.5489183Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-09-27T16:35:59.5496761Z 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:35:59.5497246Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-09-27T16:35:59.5504811Z 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:35:59.5505276Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-09-27T16:35:59.5512606Z 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:35:59.5513131Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-09-27T16:35:59.5520552Z 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:35:59.5521097Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-09-27T16:35:59.5528329Z 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:35:59.5528889Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:35:59.5535878Z 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:35:59.5536424Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-09-27T16:35:59.5545164Z ok (0.015s) 2022-09-27T16:35:59.5565639Z 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:35:59.5566556Z vmap(backward_on_vmapped_tensor)(x) 2022-09-27T16:35:59.5601943Z 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:35:59.5602889Z vmap(backward_with_vmapped_grad)(x, grad) 2022-09-27T16:35:59.5627082Z 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:35:59.5627863Z vmap(completely_unrelated_backward)(y) 2022-09-27T16:35:59.5651975Z ok (0.011s) 2022-09-27T16:35:59.5667587Z 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:35:59.5668417Z jacobian = vmap(vjp_mul)(batched_v) 2022-09-27T16:35:59.5682636Z ok (0.003s) 2022-09-27T16:35:59.5692632Z 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:35:59.5693516Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-09-27T16:35:59.5703298Z ok (0.002s) 2022-09-27T16:35:59.5721092Z 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:35:59.5721992Z vmap(torch.mul)(x, y) 2022-09-27T16:35:59.5723097Z 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:35:59.5723905Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:35:59.5725040Z 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:35:59.5726047Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:35:59.5726411Z ok (0.002s) 2022-09-27T16:35:59.5758558Z 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:35:59.5759371Z result = vmap(op, (2, 0))(x, y) 2022-09-27T16:35:59.5775074Z 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:35:59.5775845Z result = vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:35:59.5822148Z 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:35:59.5823431Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:36:00.1703284Z ok (0.598s) 2022-09-27T16:36:00.1723908Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T16:36:00.1753795Z 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:36:00.1754530Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:36:00.3145262Z 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:36:00.3145976Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:36:00.6869157Z ok (0.514s) 2022-09-27T16:36:00.6895818Z 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:36:00.6896392Z result = vmap(torch.var_mean)(tensor) 2022-09-27T16:36:00.6913239Z 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:36:00.6913717Z result = vmap(vmap(torch.var_mean))(tensor) 2022-09-27T16:36:00.6951908Z 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:36:00.6952397Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-09-27T16:36:01.1413781Z ok (0.454s) 2022-09-27T16:36:01.1434431Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T16:36:01.1687679Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.025s) 2022-09-27T16:36:01.1716077Z 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:36:01.1716581Z vmap(op, (0, None))(x, y) 2022-09-27T16:36:01.1758979Z 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:36:01.1759438Z vmap(op, (None, 0))(y, x) 2022-09-27T16:36:01.1799300Z 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:36:01.1799749Z vmap(op)(x, x) 2022-09-27T16:36:01.1840377Z 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:36:01.1840830Z vmap(op, (0, None))(x, y) 2022-09-27T16:36:01.1880574Z 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:36:01.1881228Z vmap(op, (None, 0))(y, x) 2022-09-27T16:36:01.1920657Z 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:36:01.1921198Z vmap(op)(x, x) 2022-09-27T16:36:01.1960943Z ok (0.027s) 2022-09-27T16:36:01.1972633Z 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:36:01.1973306Z vmap(foo)() 2022-09-27T16:36:01.1973973Z 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:36:01.1974443Z vmap(bar)() 2022-09-27T16:36:01.1974618Z ok (0.001s) 2022-09-27T16:36:01.1983776Z 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:36:01.1984313Z result = vmap(functools.partial(torch.mul, x))(y) 2022-09-27T16:36:01.1992149Z ok (0.002s) 2022-09-27T16:36:01.2008663Z 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:36:01.2009535Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:36:01.2038896Z 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:36:01.2039775Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:36:01.2062074Z ok (0.007s) 2022-09-27T16:36:01.2082921Z 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:36:01.2083774Z vmap(foo)(torch.randn([])) 2022-09-27T16:36:01.2084921Z 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:36:01.2085729Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-09-27T16:36:01.2086874Z 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:36:01.2087678Z vmap(foo, in_dims=(-1,))(x) 2022-09-27T16:36:01.2088713Z 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:36:01.2089408Z vmap(foo, in_dims=(2,))(y) 2022-09-27T16:36:01.2090657Z 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:36:01.2091484Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-09-27T16:36:01.2092607Z 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:36:01.2093397Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-09-27T16:36:01.2094547Z 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:36:01.2095398Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-09-27T16:36:01.2095744Z ok (0.003s) 2022-09-27T16:36:01.2112081Z 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:36:01.2112962Z vmap(torch.mul, [0, 0])(x, y) 2022-09-27T16:36:01.2114266Z 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:36:01.2114746Z vmap(torch.mul, set({0, 0}))(x, y) 2022-09-27T16:36:01.2115551Z 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:36:01.2116108Z vmap(torch.mul, 'lol')(x, y) 2022-09-27T16:36:01.2116752Z 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:36:01.2117207Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-09-27T16:36:01.2117851Z 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:36:01.2118281Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:36:01.2118448Z ok (0.002s) 2022-09-27T16:36:01.2150202Z 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:36:01.2150727Z vmap(op, in_dims=(0, None))(x, y) 2022-09-27T16:36:01.2158975Z 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:36:01.2159421Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-09-27T16:36:01.2171736Z 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:36:01.2172325Z vmap(op, in_dims=(None, 0))(x, y) 2022-09-27T16:36:01.2217723Z 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:36:01.2218304Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-09-27T16:36:01.2263530Z 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:36:01.2264021Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-09-27T16:36:01.2309311Z 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:36:01.2309772Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-09-27T16:36:01.2354353Z ok (0.024s) 2022-09-27T16:36:01.2381777Z 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:36:01.2382283Z vmap(op, (2, 0))(x, y) 2022-09-27T16:36:01.2395868Z 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:36:01.2396313Z vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:36:01.2439501Z 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:36:01.2439963Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:36:01.7853888Z ok (0.550s) 2022-09-27T16:36:01.7882830Z 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:36:01.7883366Z result = vmap(op)(x) 2022-09-27T16:36:01.7892879Z 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:36:01.7893349Z result = vmap(op, out_dims=(1,))(x) 2022-09-27T16:36:01.7903161Z 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:36:01.7903611Z result = vmap(vmap(op))(x) 2022-09-27T16:36:01.8003429Z 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:36:01.8003895Z result = vmap(vmap(vmap(op)))(x) 2022-09-27T16:36:03.8600933Z ok (2.075s) 2022-09-27T16:36:03.8621304Z 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:36:03.8622203Z vmap(torch.sum)(x, 0) 2022-09-27T16:36:03.8623237Z 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:36:03.8623872Z vmap(torch.sum, (0, 0))(x, 0) 2022-09-27T16:36:03.8624504Z 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:36:03.8624975Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-09-27T16:36:03.8625634Z 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:36:03.8626088Z vmap(torch.sum, (0, None))(x, 0) 2022-09-27T16:36:03.8627402Z ok (0.003s) 2022-09-27T16:36:03.8638283Z 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:36:03.8638820Z output = vmap(torch.mul)(x, y) 2022-09-27T16:36:03.8646479Z ok (0.002s) 2022-09-27T16:36:03.8662127Z 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:36:03.8662779Z result = vmap(foo, out_dims=(0, 1))(x) 2022-09-27T16:36:03.8675582Z 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:36:03.8676109Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-09-27T16:36:03.8699160Z ok (0.005s) 2022-09-27T16:36:03.8709502Z 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:36:03.8710002Z outputs = vmap(foo)(x) 2022-09-27T16:36:03.8721821Z ok (0.002s) 2022-09-27T16:36:03.8734036Z 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:36:03.8734561Z vmap(returns_tuple_of_tensors)(x) 2022-09-27T16:36:03.8736738Z 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:36:03.8737318Z vmap(returns_list_of_two_tensors)(x) 2022-09-27T16:36:03.8738293Z 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:36:03.8738910Z vmap(returns_list_of_one_tensor)(x) 2022-09-27T16:36:03.8739328Z ok (0.002s) 2022-09-27T16:36:03.8750764Z 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:36:03.8751402Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-09-27T16:36:03.8760289Z ok (0.002s) 2022-09-27T16:36:03.8781608Z 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:36:03.8782134Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-09-27T16:36:03.8792468Z 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:36:03.8792974Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-09-27T16:36:03.8803113Z 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:36:03.8803685Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-09-27T16:36:03.8814332Z 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:36:03.8814916Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-09-27T16:36:03.8825069Z ok (0.006s) 2022-09-27T16:36:03.8840661Z 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:36:03.8841196Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-09-27T16:36:03.8850378Z 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:36:03.8850879Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-09-27T16:36:03.8863016Z ok (0.004s) 2022-09-27T16:36:03.8874368Z 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:36:03.8874874Z output = vmap(vmap(torch.mul))(x, y) 2022-09-27T16:36:03.8881940Z 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:36:03.8882576Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-09-27T16:36:03.8889535Z ok (0.003s) 2022-09-27T16:36:03.8903231Z 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:36:03.8903806Z result = vmap(model)(tensor) 2022-09-27T16:36:03.8920739Z ok (0.003s) 2022-09-27T16:36:03.8941271Z 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:36:03.8941808Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-09-27T16:36:03.8948499Z 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:36:03.8948984Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-09-27T16:36:03.8958186Z 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:36:03.8958654Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-09-27T16:36:03.8966605Z 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:36:03.8967060Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-09-27T16:36:03.8976899Z 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:36:03.8977366Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-09-27T16:36:03.8985597Z ok (0.006s) 2022-09-27T16:36:03.8996943Z 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:36:03.8997469Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-09-27T16:36:03.9000055Z 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:36:03.9000524Z vmap(multiple_outputs)(torch.ones(3)) 2022-09-27T16:36:03.9000985Z ok (0.002s) 2022-09-27T16:36:03.9015710Z 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:36:03.9016212Z output = vmap(lambda x: x, (1,))(tensor) 2022-09-27T16:36:03.9024343Z 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:36:03.9024966Z output = vmap(torch.mul, (0, 1))(x, y) 2022-09-27T16:36:03.9031708Z 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:36:03.9032250Z output = vmap(torch.mul, (1, 0))(x, y) 2022-09-27T16:36:03.9038952Z ok (0.004s) 2022-09-27T16:36:03.9051522Z 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:36:03.9052037Z output = vmap(torch.mul, (0, None))(x, y) 2022-09-27T16:36:03.9060252Z 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:36:03.9060728Z output = vmap(torch.mul, (0, None))(x, 2) 2022-09-27T16:36:03.9067388Z ok (0.003s) 2022-09-27T16:36:03.9096247Z 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:36:03.9096769Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-09-27T16:36:03.9104339Z 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:36:03.9104816Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:36:03.9113695Z 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:36:03.9114285Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-09-27T16:36:03.9123016Z 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:36:03.9123506Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-09-27T16:36:03.9137621Z 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:36:03.9138094Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:36:03.9157620Z 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:36:03.9158072Z result = vmap(foo, out_dims=1)(x, y) 2022-09-27T16:36:03.9175550Z ok (0.011s) 2022-09-27T16:36:03.9185776Z 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:36:03.9186297Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-09-27T16:36:03.9192972Z ok (0.002s) 2022-09-27T16:36:03.9210478Z 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:36:03.9211342Z vmap(torch.mul, (0,))(x, y) 2022-09-27T16:36:03.9212567Z 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:36:03.9213358Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-09-27T16:36:03.9214546Z 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:36:03.9215321Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-09-27T16:36:03.9216243Z 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:36:03.9216852Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-09-27T16:36:03.9217499Z 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:36:03.9217942Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:36:03.9218128Z ok (0.002s) 2022-09-27T16:36:03.9227274Z 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:36:03.9227790Z vmap(lambda x: x, out_dims=3)(x) 2022-09-27T16:36:03.9285030Z 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:36:03.9285542Z vmap(lambda x: x, out_dims=-4)(x) 2022-09-27T16:36:03.9339711Z ok (0.012s) 2022-09-27T16:36:03.9355469Z 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:36:03.9356380Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-09-27T16:36:03.9357482Z 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:36:03.9358138Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-09-27T16:36:03.9358895Z 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:36:03.9359489Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-09-27T16:36:03.9360270Z 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:36:03.9360773Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-09-27T16:36:03.9360966Z ok (0.002s) 2022-09-27T16:36:03.9369702Z 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:36:03.9370268Z expected = vmap(foo, out_dims=1)(tensor) 2022-09-27T16:36:03.9371059Z 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:36:03.9371525Z result = vmap(foo, out_dims=(1,))(tensor) 2022-09-27T16:36:03.9378741Z ok (0.002s) 2022-09-27T16:36:03.9393717Z 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:36:03.9394875Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-09-27T16:36:03.9396065Z 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:36:03.9396992Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-09-27T16:36:03.9398203Z 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:36:03.9399039Z vmap(lambda x: x, out_dims=None)(tensor) 2022-09-27T16:36:03.9400167Z 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:36:03.9400991Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-09-27T16:36:03.9401334Z ok (0.002s) 2022-09-27T16:36:03.9407773Z 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:36:03.9408555Z output = vmap(square)(x) 2022-09-27T16:36:03.9415037Z ok (0.002s) 2022-09-27T16:36:03.9431051Z 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:36:03.9431574Z vmap(torch.ravel)(tensor) 2022-09-27T16:36:03.9471727Z 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:36:03.9472170Z vmap(out_op)(tensor, tensor) 2022-09-27T16:36:03.9513734Z 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:36:03.9514279Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-09-27T16:36:03.9554919Z 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:36:03.9555376Z vmap(torch.Tensor.item)(tensor) 2022-09-27T16:36:03.9603635Z ok (0.019s) 2022-09-27T16:36:03.9720056Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-09-27T16:36:03.9738972Z 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:36:03.9739543Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:36:03.9801273Z ok (0.008s) 2022-09-27T16:36:03.9847898Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-09-27T16:36:04.0066484Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.022s) 2022-09-27T16:36:04.0093610Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.0109295Z 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:36:04.0109843Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:36:04.0157776Z ok (0.006s) 2022-09-27T16:36:04.0274898Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-09-27T16:36:04.0369150Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.009s) 2022-09-27T16:36:04.0417830Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-09-27T16:36:04.0468486Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-09-27T16:36:04.0513969Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:36:04.0587309Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.007s) 2022-09-27T16:36:04.0598850Z 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:36:04.0599409Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:36:04.0620692Z ok (0.003s) 2022-09-27T16:36:04.0652158Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.0683380Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.0847926Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:36:04.0874053Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.0897674Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:36:04.0952202Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-09-27T16:36:04.1001590Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-09-27T16:36:04.1060651Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-09-27T16:36:04.1090696Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.1193853Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.010s) 2022-09-27T16:36:04.1210733Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:36:04.1211519Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:36:04.1211849Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:36:04.1212145Z should be replaced with 2022-09-27T16:36:04.1212512Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:36:04.1212791Z and 2022-09-27T16:36:04.1213090Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:36:04.1213468Z should be replaced with 2022-09-27T16:36:04.1214180Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:36:04.1214847Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T16:36:04.1215562Z 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:36:04.1216043Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:36:04.1287480Z ok (0.009s) 2022-09-27T16:36:04.1313102Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.1341259Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:36:04.1354508Z 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:36:04.1355099Z result = vmap(vjp)(gy) 2022-09-27T16:36:04.1362810Z ok (0.002s) 2022-09-27T16:36:04.1378821Z 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:36:04.1379364Z result = vmap(vjp)(gy) 2022-09-27T16:36:04.1385964Z ok (0.002s) 2022-09-27T16:36:04.1401240Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:36:04.1408849Z 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:36:04.1409393Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:36:04.1413183Z ok (0.001s) 2022-09-27T16:36:04.1710923Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.030s) 2022-09-27T16:36:04.2358648Z test_as_strided (__main__.TestVmapOperators) ... ok (0.065s) 2022-09-27T16:36:04.7233821Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.487s) 2022-09-27T16:36:04.7631416Z test_bmm (__main__.TestVmapOperators) ... ok (0.040s) 2022-09-27T16:36:04.7747511Z test_cat (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T16:36:04.9895301Z test_chunk (__main__.TestVmapOperators) ... ok (0.215s) 2022-09-27T16:36:05.0479254Z test_clamp (__main__.TestVmapOperators) ... ok (0.058s) 2022-09-27T16:36:05.0939283Z test_clone (__main__.TestVmapOperators) ... ok (0.046s) 2022-09-27T16:36:05.2668846Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.173s) 2022-09-27T16:36:05.2927890Z test_conj (__main__.TestVmapOperators) ... ok (0.026s) 2022-09-27T16:36:05.3113101Z test_contiguous (__main__.TestVmapOperators) ... ok (0.018s) 2022-09-27T16:36:05.3252455Z test_diagonal (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:36:05.3566494Z test_dot (__main__.TestVmapOperators) ... ok (0.031s) 2022-09-27T16:36:05.3936035Z test_expand_as (__main__.TestVmapOperators) ... ok (0.037s) 2022-09-27T16:36:05.4441495Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.050s) 2022-09-27T16:36:05.4719902Z test_imag (__main__.TestVmapOperators) ... ok (0.028s) 2022-09-27T16:36:05.4740537Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:36:05.4887914Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:36:05.4908475Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:36:05.5243480Z test_mm (__main__.TestVmapOperators) ... ok (0.033s) 2022-09-27T16:36:05.5523521Z test_movedim (__main__.TestVmapOperators) ... ok (0.028s) 2022-09-27T16:36:05.5839688Z test_mv (__main__.TestVmapOperators) ... ok (0.032s) 2022-09-27T16:36:05.5946008Z test_narrow (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:36:05.5970055Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:36:05.6118615Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:36:05.6165197Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:36:05.8533010Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.237s) 2022-09-27T16:36:05.8824173Z test_real (__main__.TestVmapOperators) ... ok (0.029s) 2022-09-27T16:36:05.9114292Z test_reshape (__main__.TestVmapOperators) ... ok (0.029s) 2022-09-27T16:36:05.9531728Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.042s) 2022-09-27T16:36:05.9672410Z test_result_type (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:36:05.9755811Z test_select (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:36:05.9856563Z test_slice (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:36:06.4264926Z test_split (__main__.TestVmapOperators) ... ok (0.441s) 2022-09-27T16:36:06.4345485Z test_squeeze (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:36:06.4460554Z test_stack (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:36:06.4476066Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:36:06.4640409Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:36:06.4774866Z test_t (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:36:07.3610609Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.883s) 2022-09-27T16:36:07.3722574Z test_to (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:36:07.3805647Z test_trace (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:36:07.3980108Z test_transpose (__main__.TestVmapOperators) ... ok (0.017s) 2022-09-27T16:36:07.7491421Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.351s) 2022-09-27T16:36:08.4254773Z test_unbind (__main__.TestVmapOperators) ... ok (0.676s) 2022-09-27T16:36:08.4342996Z test_unfold (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T16:36:08.4702595Z test_view (__main__.TestVmapOperators) ... ok (0.036s) 2022-09-27T16:36:08.5105106Z test_view_as (__main__.TestVmapOperators) ... ok (0.040s) 2022-09-27T16:36:08.6481086Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.137s) 2022-09-27T16:36:08.6802645Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.032s) 2022-09-27T16:36:08.6818567Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:36:08.6826997Z 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:36:08.6827540Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:36:08.6831450Z ok (0.001s) 2022-09-27T16:36:08.6831997Z 2022-09-27T16:36:08.6832451Z ---------------------------------------------------------------------- 2022-09-27T16:36:08.6833000Z Ran 125 tests in 9.144s 2022-09-27T16:36:08.6833209Z 2022-09-27T16:36:08.6833325Z OK 2022-09-27T16:36:08.6833473Z 2022-09-27T16:36:08.6833638Z Generating XML reports... 2022-09-27T16:36:08.6912526Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927163559.xml 2022-09-27T16:36:08.6941208Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927163559.xml 2022-09-27T16:36:08.6982177Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927163559.xml 2022-09-27T16:36:09.2779707Z Running test_import_stats ... [2022-09-27 16:36:09.277570] 2022-09-27T16:36:09.2780330Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:09.277652] 2022-09-27T16:36:12.8529382Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-09-27T16:36:12.8545348Z 2022-09-27T16:36:12.8545603Z Running tests... 2022-09-27T16:36:12.8545993Z ---------------------------------------------------------------------- 2022-09-27T16:36:16.9433135Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (4.088s) 2022-09-27T16:36:20.7632097Z test_time_import_torch (__main__.TestImportTime) ... ok (3.820s) 2022-09-27T16:36:20.7632332Z 2022-09-27T16:36:20.7632786Z ---------------------------------------------------------------------- 2022-09-27T16:36:20.7633260Z Ran 2 tests in 7.909s 2022-09-27T16:36:20.7633391Z 2022-09-27T16:36:20.7633454Z OK 2022-09-27T16:36:20.7633546Z 2022-09-27T16:36:20.7633631Z Generating XML reports... 2022-09-27T16:36:20.7676493Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927163612.xml 2022-09-27T16:36:21.4173425Z Running backends/xeon/test_launch ... [2022-09-27 16:36:21.416923] 2022-09-27T16:36:21.4174229Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:21.417010] 2022-09-27T16:36:25.0672516Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-09-27T16:36:25.0686034Z 2022-09-27T16:36:25.0686171Z Running tests... 2022-09-27T16:36:25.0686584Z ---------------------------------------------------------------------- 2022-09-27T16:36:25.2221368Z test_cpu_info (__main__.TestTorchrun) ... 2022-09-27 16:36:25,221 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-09-27T16:36:25.2222903Z ok (0.153s) 2022-09-27T16:36:30.3543770Z test_multi_threads (__main__.TestTorchrun) ... ok (5.132s) 2022-09-27T16:36:30.3544158Z 2022-09-27T16:36:30.3544657Z ---------------------------------------------------------------------- 2022-09-27T16:36:30.3544916Z Ran 2 tests in 5.286s 2022-09-27T16:36:30.3545045Z 2022-09-27T16:36:30.3545093Z OK 2022-09-27T16:36:30.3545185Z 2022-09-27T16:36:30.3545279Z Generating XML reports... 2022-09-27T16:36:30.3585788Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927163625.xml 2022-09-27T16:36:30.9163182Z Running test_shape_ops ... [2022-09-27 16:36:30.915913] 2022-09-27T16:36:30.9163712Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:30.915999] 2022-09-27T16:36:34.8125017Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-09-27T16:36:34.8143905Z 2022-09-27T16:36:34.8144051Z Running tests... 2022-09-27T16:36:34.8144453Z ---------------------------------------------------------------------- 2022-09-27T16:36:34.8256078Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:36:34.8298235Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:34.8350205Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:36:34.8629879Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-09-27T16:36:34.8700570Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:36:34.8764402Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:36:34.8789552Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:36:34.8811558Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:36:34.8844007Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:36:34.8879004Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:36:34.8879771Z return torch.as_tensor(tensor_like) 2022-09-27T16:36:34.8946621Z ok (0.010s) 2022-09-27T16:36:34.9469632Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.052s) 2022-09-27T16:36:34.9748029Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-09-27T16:36:35.0314244Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.057s) 2022-09-27T16:36:35.1033221Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.072s) 2022-09-27T16:36:35.1531402Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.050s) 2022-09-27T16:36:35.3734456Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.220s) 2022-09-27T16:36:35.4200506Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-09-27T16:36:35.4473263Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:36:35.4745793Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:36:35.4977719Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:36:35.5248666Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:36:35.5518228Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:36:35.5764976Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-09-27T16:36:35.6005325Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.6250581Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.6497702Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-09-27T16:36:35.6889356Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.039s) 2022-09-27T16:36:35.7134881Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-09-27T16:36:35.7380235Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.7620987Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.7863184Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.8104263Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.8345834Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.8586616Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:36:35.8598666Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:35.9399540Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.080s) 2022-09-27T16:36:35.9597626Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-09-27T16:36:36.0053599Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-09-27T16:36:36.0430197Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-09-27T16:36:36.1052060Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.062s) 2022-09-27T16:36:36.1850109Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.080s) 2022-09-27T16:36:36.2137302Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:36:36.2334437Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-09-27T16:36:36.2533060Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-09-27T16:36:36.2712087Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-09-27T16:36:36.2892555Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-09-27T16:36:36.3073663Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-09-27T16:36:36.3127738Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:36:36.3185287Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:36:36.3212661Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:36:36.3309803Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:36:36.3402903Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:36:36.3495829Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:36:36.3555803Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:36:36.3615538Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:36:36.3646207Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:36:36.3698503Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:36:36.3748930Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:36:36.3798784Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:36:36.8658937Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.486s) 2022-09-27T16:36:37.2681158Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.402s) 2022-09-27T16:36:37.3554634Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.087s) 2022-09-27T16:36:37.4349913Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.079s) 2022-09-27T16:36:37.5133728Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.078s) 2022-09-27T16:36:37.5912608Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.078s) 2022-09-27T16:36:37.5956657Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... test_shape_ops.py:629: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:37.5957486Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-09-27T16:36:37.9553661Z ok (0.364s) 2022-09-27T16:36:37.9589897Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:37.9590644Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:36:37.9707027Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:37.9707628Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:36:37.9819519Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:37.9820129Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:36:38.0044001Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:38.0044673Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:36:38.0156163Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:38.0156778Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:36:38.0268357Z ok (0.071s) 2022-09-27T16:36:38.0970847Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.1671802Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.2376799Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.3079005Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.3777856Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.4477286Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.5178358Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.5878643Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.6579548Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-09-27T16:36:38.6610728Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:36:38.6623461Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:36:38.6632368Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:36:38.7113248Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.048s) 2022-09-27T16:36:38.7148842Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:38.7223454Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:36:38.7295487Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:36:38.7334571Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:38.7373190Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:38.7412178Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:38.7451855Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:38.7490578Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:36:38.7598569Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:36:38.7598860Z 2022-09-27T16:36:38.7599341Z ---------------------------------------------------------------------- 2022-09-27T16:36:38.7599761Z Ran 89 tests in 3.945s 2022-09-27T16:36:38.7599879Z 2022-09-27T16:36:38.7599950Z OK (skipped=1) 2022-09-27T16:36:38.7600046Z 2022-09-27T16:36:38.7600135Z Generating XML reports... 2022-09-27T16:36:38.7699637Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927163634.xml 2022-09-27T16:36:39.3434918Z Running lazy/test_step_closures ... [2022-09-27 16:36:39.343097] 2022-09-27T16:36:39.3435505Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:39.343187] 2022-09-27T16:36:42.9813802Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-09-27T16:36:42.9828349Z 2022-09-27T16:36:42.9828483Z Running tests... 2022-09-27T16:36:42.9828824Z ---------------------------------------------------------------------- 2022-09-27T16:36:43.3050474Z test_asynchronous (__main__.ClosuresTest) ... ok (0.322s) 2022-09-27T16:36:44.3064378Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-09-27T16:36:45.3088145Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-09-27T16:36:45.3101812Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-09-27T16:36:45.3102101Z 2022-09-27T16:36:45.3102527Z ---------------------------------------------------------------------- 2022-09-27T16:36:45.3103093Z Ran 4 tests in 2.327s 2022-09-27T16:36:45.3103264Z 2022-09-27T16:36:45.3103357Z OK 2022-09-27T16:36:45.3103493Z 2022-09-27T16:36:45.3103624Z Generating XML reports... 2022-09-27T16:36:45.3139713Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927163642.xml 2022-09-27T16:36:45.8863614Z Running test_tensorboard ... [2022-09-27 16:36:45.885957] 2022-09-27T16:36:45.8864198Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:45.886040] 2022-09-27T16:36:49.4128396Z /opt/conda/lib/python3.7/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:36:49.4128886Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-09-27T16:36:49.4164326Z /opt/conda/lib/python3.7/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:36:49.4164844Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:36:49.4172791Z /opt/conda/lib/python3.7/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:36:49.4173286Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:36:49.7572277Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-09-27T16:36:49.7598318Z 2022-09-27T16:36:49.7598463Z Running tests... 2022-09-27T16:36:49.7599045Z ---------------------------------------------------------------------- 2022-09-27T16:36:49.7855308Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:36:49.7920082Z ok (0.032s) 2022-09-27T16:36:49.7979160Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:36:49.8044802Z ok (0.012s) 2022-09-27T16:36:49.8057493Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:36:49.8070943Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:36:49.8076813Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:36:49.8079757Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:36:49.8094085Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-09-27T16:36:49.8115522Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-09-27T16:36:49.8119935Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-09-27T16:36:49.8132451Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-09-27T16:36:49.8139017Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-09-27T16:36:49.8180562Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.004s) 2022-09-27T16:36:49.8259067Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.008s) 2022-09-27T16:36:49.8274735Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.002s) 2022-09-27T16:36:49.8289953Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-09-27T16:36:50.2587885Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.429s) 2022-09-27T16:36:50.4767573Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.218s) 2022-09-27T16:36:50.5290783Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.052s) 2022-09-27T16:36:50.6120762Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-09-27T16:36:50.6121452Z Error occurs, No graph saved 2022-09-27T16:36:50.6392541Z ok (0.110s) 2022-09-27T16:36:50.6405149Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-09-27T16:36:50.6623806Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-09-27T16:36:50.6624166Z Error occurs, No graph saved 2022-09-27T16:36:50.6627176Z ok (0.022s) 2022-09-27T16:36:50.6632777Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-09-27T16:36:50.6679713Z ok (0.005s) 2022-09-27T16:36:50.6688297Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.6692692Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-09-27T16:36:50.6699261Z test_float32_image (__main__.TestTensorBoardSummary) 2022-09-27T16:36:50.6702033Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-09-27T16:36:50.6719487Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:36:50.6734966Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.6756200Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:36:50.6829684Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.007s) 2022-09-27T16:36:50.6841595Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.6852276Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.6866909Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.6878186Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.6887361Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-09-27T16:36:50.6888091Z parameter: metric_dict should be a dictionary, nothing logged. 2022-09-27T16:36:50.6911602Z ok (0.003s) 2022-09-27T16:36:50.6936514Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:36:50.7243730Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.031s) 2022-09-27T16:36:50.7262418Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:36:50.7281685Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:36:50.7307009Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:36:50.7311653Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-09-27T16:36:50.7359868Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.005s) 2022-09-27T16:36:50.7372256Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.7381559Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.7386765Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-09-27T16:36:50.7389458Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-09-27T16:36:50.7400083Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:36:50.7417659Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-09-27T16:36:50.7430757Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:36:50.7444616Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:36:50.7454471Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-09-27T16:36:50.8081088Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.062s) 2022-09-27T16:36:51.0272873Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.219s) 2022-09-27T16:36:51.0291520Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-09-27T16:36:51.0913955Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-09-27T16:36:51.0969848Z ok (0.068s) 2022-09-27T16:36:51.0970058Z 2022-09-27T16:36:51.0970560Z ---------------------------------------------------------------------- 2022-09-27T16:36:51.0970966Z Ran 53 tests in 1.337s 2022-09-27T16:36:51.0971111Z 2022-09-27T16:36:51.0971202Z OK (skipped=7) 2022-09-27T16:36:51.0971315Z 2022-09-27T16:36:51.0971399Z Generating XML reports... 2022-09-27T16:36:51.0977739Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927163649.xml 2022-09-27T16:36:51.0985365Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927163649.xml 2022-09-27T16:36:51.0996369Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927163649.xml 2022-09-27T16:36:51.1003867Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927163649.xml 2022-09-27T16:36:51.1025429Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927163649.xml 2022-09-27T16:36:51.1029870Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927163649.xml 2022-09-27T16:36:51.1035055Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927163649.xml 2022-09-27T16:36:51.1037757Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927163649.xml 2022-09-27T16:36:51.1042132Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927163649.xml 2022-09-27T16:36:51.6719821Z Running test_functionalization ... [2022-09-27 16:36:51.671633] 2022-09-27T16:36:51.6720369Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:51.671715] 2022-09-27T16:36:55.2796795Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-09-27T16:36:55.2812216Z 2022-09-27T16:36:55.2812336Z Running tests... 2022-09-27T16:36:55.2812741Z ---------------------------------------------------------------------- 2022-09-27T16:36:55.5657724Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.284s) 2022-09-27T16:36:55.5897239Z test_as_strided (__main__.TestFunctionalization) ... ok (0.024s) 2022-09-27T16:36:55.6208466Z test_cat (__main__.TestFunctionalization) ... ok (0.031s) 2022-09-27T16:36:55.7196657Z test_copy_ (__main__.TestFunctionalization) ... ok (0.099s) 2022-09-27T16:36:55.7486350Z test_diagonal (__main__.TestFunctionalization) ... ok (0.029s) 2022-09-27T16:36:55.7681362Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.019s) 2022-09-27T16:36:55.9564903Z test_everything (__main__.TestFunctionalization) ... ok (0.188s) 2022-09-27T16:36:55.9677589Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.011s) 2022-09-27T16:36:55.9931902Z test_fill_ (__main__.TestFunctionalization) ... ok (0.025s) 2022-09-27T16:36:56.0203284Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.027s) 2022-09-27T16:36:56.0482067Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.028s) 2022-09-27T16:36:56.0700405Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.022s) 2022-09-27T16:36:56.0723441Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:36:56.0840103Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.012s) 2022-09-27T16:36:56.0861083Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:36:56.0882832Z test_multi_out (__main__.TestFunctionalization) ... test_functionalization.py:187: 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-27T16:36:56.0883638Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-09-27T16:36:56.1112463Z ok (0.025s) 2022-09-27T16:36:56.1312151Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.020s) 2022-09-27T16:36:56.1363450Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.005s) 2022-09-27T16:36:56.1511464Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.015s) 2022-09-27T16:36:56.1542069Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.003s) 2022-09-27T16:36:56.1784040Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.024s) 2022-09-27T16:36:56.1999973Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.022s) 2022-09-27T16:36:56.2098168Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.010s) 2022-09-27T16:36:56.2600718Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.050s) 2022-09-27T16:36:56.3430029Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.083s) 2022-09-27T16:36:56.3447261Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:36:56.3710963Z test_scalars (__main__.TestFunctionalization) ... ok (0.026s) 2022-09-27T16:36:56.4020739Z test_simple (__main__.TestFunctionalization) ... ok (0.031s) 2022-09-27T16:36:56.4038741Z test_simple_out (__main__.TestFunctionalization) ... test_functionalization.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:56.4039433Z torch.add(y, tmp, out=z) 2022-09-27T16:36:56.4314072Z ok (0.029s) 2022-09-27T16:36:56.4615269Z test_split (__main__.TestFunctionalization) ... ok (0.030s) 2022-09-27T16:36:56.4917000Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.030s) 2022-09-27T16:36:56.5029365Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.011s) 2022-09-27T16:36:56.5050787Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:36:56.5309571Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.026s) 2022-09-27T16:36:56.5309902Z 2022-09-27T16:36:56.5310417Z ---------------------------------------------------------------------- 2022-09-27T16:36:56.5310824Z Ran 34 tests in 1.250s 2022-09-27T16:36:56.5310926Z 2022-09-27T16:36:56.5310993Z OK 2022-09-27T16:36:56.5311083Z 2022-09-27T16:36:56.5311171Z Generating XML reports... 2022-09-27T16:36:56.5380472Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927163655.xml 2022-09-27T16:36:57.1037305Z Running lazy/test_reuse_ir ... [2022-09-27 16:36:57.103310] 2022-09-27T16:36:57.1038046Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:57.103399] 2022-09-27T16:37:00.8244057Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-09-27T16:37:00.8258764Z 2022-09-27T16:37:00.8259090Z Running tests... 2022-09-27T16:37:00.8259690Z ---------------------------------------------------------------------- 2022-09-27T16:37:01.1095497Z 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.283s) 2022-09-27T16:37:01.1112557Z 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.002s) 2022-09-27T16:37:01.1130614Z 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.002s) 2022-09-27T16:37:01.7987018Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.685s) 2022-09-27T16:37:01.7987302Z 2022-09-27T16:37:01.7987633Z ---------------------------------------------------------------------- 2022-09-27T16:37:01.7987894Z Ran 4 tests in 0.973s 2022-09-27T16:37:01.7988030Z 2022-09-27T16:37:01.7988928Z OK (skipped=3) 2022-09-27T16:37:01.7989051Z 2022-09-27T16:37:01.7989141Z Generating XML reports... 2022-09-27T16:37:01.8022236Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927163700.xml 2022-09-27T16:37:02.3973878Z Running test_model_dump ... [2022-09-27 16:37:02.396994] 2022-09-27T16:37:02.3974406Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:02.397080] 2022-09-27T16:37:05.9812687Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-09-27T16:37:05.9826728Z 2022-09-27T16:37:05.9826881Z Running tests... 2022-09-27T16:37:05.9827315Z ---------------------------------------------------------------------- 2022-09-27T16:37:06.2679245Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.285s) 2022-09-27T16:37:06.3033132Z test_invalid_json (__main__.TestModelDump) ... ok (0.035s) 2022-09-27T16:37:06.3454349Z test_main (__main__.TestModelDump) ... ok (0.042s) 2022-09-27T16:37:06.3476959Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-09-27T16:37:06.3569978Z test_model_with_lists (__main__.TestModelDump) ... ok (0.009s) 2022-09-27T16:37:06.3575650Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.001s) 2022-09-27T16:37:06.3579741Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-09-27T16:37:06.3797566Z test_scripted_model (__main__.TestModelDump) ... ok (0.022s) 2022-09-27T16:37:06.7715058Z test_traced_model (__main__.TestModelDump) ... ok (0.392s) 2022-09-27T16:37:06.7715270Z 2022-09-27T16:37:06.7715570Z ---------------------------------------------------------------------- 2022-09-27T16:37:06.7715831Z Ran 9 tests in 0.789s 2022-09-27T16:37:06.7715944Z 2022-09-27T16:37:06.7716017Z OK (skipped=3) 2022-09-27T16:37:06.7716124Z 2022-09-27T16:37:06.7716195Z Generating XML reports... 2022-09-27T16:37:06.7753356Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927163705.xml 2022-09-27T16:37:07.3328432Z Running test_fx_reinplace_pass ... [2022-09-27 16:37:07.332444] 2022-09-27T16:37:07.3329014Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:07.332532] 2022-09-27T16:37:10.9274338Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-09-27T16:37:10.9288918Z 2022-09-27T16:37:10.9289138Z Running tests... 2022-09-27T16:37:10.9289547Z ---------------------------------------------------------------------- 2022-09-27T16:37:11.2265723Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.297s) 2022-09-27T16:37:11.2343646Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.008s) 2022-09-27T16:37:11.2418684Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.007s) 2022-09-27T16:37:11.2637844Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.022s) 2022-09-27T16:37:11.2716318Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.008s) 2022-09-27T16:37:11.3764242Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.105s) 2022-09-27T16:37:11.4835069Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.107s) 2022-09-27T16:37:11.5132898Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.030s) 2022-09-27T16:37:11.5293979Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.016s) 2022-09-27T16:37:11.5455497Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.016s) 2022-09-27T16:37:11.5549381Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.009s) 2022-09-27T16:37:11.5549689Z 2022-09-27T16:37:11.5550384Z ---------------------------------------------------------------------- 2022-09-27T16:37:11.5550783Z Ran 11 tests in 0.626s 2022-09-27T16:37:11.5550967Z 2022-09-27T16:37:11.5551040Z OK 2022-09-27T16:37:11.5551294Z 2022-09-27T16:37:11.5551435Z Generating XML reports... 2022-09-27T16:37:11.5589171Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927163710.xml 2022-09-27T16:37:12.1340021Z Running test_jit_disabled ... [2022-09-27 16:37:12.133604] 2022-09-27T16:37:12.1340615Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:12.133696] 2022-09-27T16:37:15.7195296Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-09-27T16:37:15.7209861Z 2022-09-27T16:37:15.7210189Z Running tests... 2022-09-27T16:37:15.7210771Z ---------------------------------------------------------------------- 2022-09-27T16:37:16.1319668Z test_attribute (__main__.TestJitDisabled) ... ok (0.411s) 2022-09-27T16:37:16.2308632Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.099s) 2022-09-27T16:37:16.3295025Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.098s) 2022-09-27T16:37:16.3295394Z 2022-09-27T16:37:16.3295842Z ---------------------------------------------------------------------- 2022-09-27T16:37:16.3296212Z Ran 3 tests in 0.608s 2022-09-27T16:37:16.3296405Z 2022-09-27T16:37:16.3296499Z OK 2022-09-27T16:37:16.3296637Z 2022-09-27T16:37:16.3296764Z Generating XML reports... 2022-09-27T16:37:16.3337235Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927163715.xml 2022-09-27T16:37:16.9745138Z Running test_native_mha ... [2022-09-27 16:37:16.974120] 2022-09-27T16:37:16.9745660Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:16.974205] 2022-09-27T16:37:20.9032112Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-09-27T16:37:20.9046340Z 2022-09-27T16:37:20.9046642Z Running tests... 2022-09-27T16:37:20.9047255Z ---------------------------------------------------------------------- 2022-09-27T16:37:20.9261724Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:37:20.9386621Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:37:20.9884476Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... test_native_mha.py:202: 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:37:20.9885054Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-09-27T16:37:21.3375598Z ok (0.399s) 2022-09-27T16:37:21.4040144Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.066s) 2022-09-27T16:37:21.4051828Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:37:21.4052234Z 2022-09-27T16:37:21.4052610Z ---------------------------------------------------------------------- 2022-09-27T16:37:21.4052890Z Ran 5 tests in 0.501s 2022-09-27T16:37:21.4053004Z 2022-09-27T16:37:21.4053123Z OK (skipped=1) 2022-09-27T16:37:21.4053246Z 2022-09-27T16:37:21.4053331Z Generating XML reports... 2022-09-27T16:37:21.4089714Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927163720.xml 2022-09-27T16:37:21.9726733Z Running test_pytree ... [2022-09-27 16:37:21.972290] 2022-09-27T16:37:21.9727239Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:21.972376] 2022-09-27T16:37:25.6296282Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-09-27T16:37:25.6310537Z 2022-09-27T16:37:25.6310936Z Running tests... 2022-09-27T16:37:25.6311307Z ---------------------------------------------------------------------- 2022-09-27T16:37:25.9194171Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.288s) 2022-09-27T16:37:25.9277282Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.008s) 2022-09-27T16:37:25.9309961Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:37:25.9344455Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:37:25.9375468Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:37:25.9390731Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:37:25.9419462Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:37:25.9449857Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:37:25.9473825Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:37:25.9507576Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:37:25.9523735Z test_tree_all_any (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:37:25.9533615Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:37:25.9549173Z test_treemap (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:37:25.9561015Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:37:25.9570506Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:37:25.9570725Z 2022-09-27T16:37:25.9571206Z ---------------------------------------------------------------------- 2022-09-27T16:37:25.9571637Z Ran 15 tests in 0.326s 2022-09-27T16:37:25.9571822Z 2022-09-27T16:37:25.9571889Z OK 2022-09-27T16:37:25.9571984Z 2022-09-27T16:37:25.9572070Z Generating XML reports... 2022-09-27T16:37:25.9613228Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927163725.xml 2022-09-27T16:37:26.5376432Z Running test_per_overload_api ... [2022-09-27 16:37:26.537247] 2022-09-27T16:37:26.5376979Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:26.537330] 2022-09-27T16:37:30.1133192Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-09-27T16:37:30.1146701Z 2022-09-27T16:37:30.1146832Z Running tests... 2022-09-27T16:37:30.1147220Z ---------------------------------------------------------------------- 2022-09-27T16:37:30.4010250Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.286s) 2022-09-27T16:37:30.4033403Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:37:30.4084640Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.005s) 2022-09-27T16:37:30.4084954Z 2022-09-27T16:37:30.4085409Z ---------------------------------------------------------------------- 2022-09-27T16:37:30.4085828Z Ran 3 tests in 0.294s 2022-09-27T16:37:30.4086013Z 2022-09-27T16:37:30.4086093Z OK 2022-09-27T16:37:30.4086239Z 2022-09-27T16:37:30.4086384Z Generating XML reports... 2022-09-27T16:37:30.4118790Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927163730.xml 2022-09-27T16:37:30.9733273Z Running test_type_info ... [2022-09-27 16:37:30.972867] 2022-09-27T16:37:30.9733834Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:30.972956] 2022-09-27T16:37:34.5407654Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-09-27T16:37:34.5422587Z 2022-09-27T16:37:34.5422979Z Running tests... 2022-09-27T16:37:34.5423395Z ---------------------------------------------------------------------- 2022-09-27T16:37:34.8300603Z test_finfo (__main__.TestDTypeInfo) ... ok (0.288s) 2022-09-27T16:37:34.8327311Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.003s) 2022-09-27T16:37:34.8340293Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-09-27T16:37:34.8340636Z 2022-09-27T16:37:34.8341217Z ---------------------------------------------------------------------- 2022-09-27T16:37:34.8341620Z Ran 3 tests in 0.292s 2022-09-27T16:37:34.8341804Z 2022-09-27T16:37:34.8341903Z OK 2022-09-27T16:37:34.8342051Z 2022-09-27T16:37:34.8342176Z Generating XML reports... 2022-09-27T16:37:34.8373863Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927163734.xml 2022-09-27T16:37:35.4041129Z Running test_cpp_extensions_aot_ninja ... [2022-09-27 16:37:35.403730] 2022-09-27T16:37:39.2857084Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:37:39.4078796Z running install 2022-09-27T16:37:39.4080338Z /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:37:39.4080850Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:37:39.4199542Z running build 2022-09-27T16:37:39.4199877Z running build_py 2022-09-27T16:37:39.4250048Z creating build 2022-09-27T16:37:39.4250523Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:37:39.4251126Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:37:39.4251718Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:37:39.4254361Z running build_ext 2022-09-27T16:37:39.5010523Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:37:39.5010968Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-09-27T16:37:39.5731234Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:37:39.5732543Z Compiling objects... 2022-09-27T16:37:39.5732768Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:37:41.7522725Z [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:37:41.7526261Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:37:41.7526849Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13, 2022-09-27T16:37:41.7527373Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:37:41.7527840Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:37:41.7528181Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-09-27T16:37:41.7528776Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:37:41.7529232Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-09-27T16:37:41.7530129Z /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:37:41.7530659Z 1479 | class class_ : public detail::generic_type { 2022-09-27T16:37:41.7530861Z | ^~~~~~ 2022-09-27T16:37:41.7654740Z 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:37:42.5932791Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:37:42.6641772Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:37:42.6649455Z Compiling objects... 2022-09-27T16:37:42.6649687Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:37:44.5786689Z [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:37:44.5788145Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:37:44.5870941Z 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:37:45.4010535Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:37:45.4722989Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:37:45.4724364Z Compiling objects... 2022-09-27T16:37:45.4724781Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:37:47.5116575Z [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:37:47.5118040Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:37:47.5118555Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2022-09-27T16:37:47.5119004Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:37:47.5119421Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:37:47.5119881Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:37:47.5120224Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-09-27T16:37:47.5120709Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-09-27T16:37:47.5121026Z 975 | # pragma unroll 2022-09-27T16:37:47.5121195Z | 2022-09-27T16:37:47.5199245Z 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:37:48.3462562Z running install_lib 2022-09-27T16:37:48.3523044Z creating install 2022-09-27T16:37:48.3523346Z creating install/opt 2022-09-27T16:37:48.3523652Z creating install/opt/conda 2022-09-27T16:37:48.3523959Z creating install/opt/conda/lib 2022-09-27T16:37:48.3524240Z creating install/opt/conda/lib/python3.7 2022-09-27T16:37:48.3524789Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:37:48.3526248Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:37:48.3526786Z 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:37:48.3527897Z 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:37:48.3666744Z 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:37:48.4053034Z 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:37:48.4212916Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-09-27T16:37:48.4214724Z running install_egg_info 2022-09-27T16:37:48.4348259Z running egg_info 2022-09-27T16:37:48.4348637Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:37:48.4393963Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:37:48.4396706Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:37:48.4399433Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:37:48.4401144Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:37:48.4450713Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:37:48.4457686Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:37:48.4458882Z 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:37:48.4464377Z running install_scripts 2022-09-27T16:37:52.9155789Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:37:52.9447310Z running install 2022-09-27T16:37:52.9449894Z /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:37:52.9450534Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:37:52.9570475Z running build 2022-09-27T16:37:52.9570751Z running build_ext 2022-09-27T16:37:53.0544600Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:37:53.0544950Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-09-27T16:37:53.0545509Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-09-27T16:37:53.1225828Z 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:37:53.1226948Z Compiling objects... 2022-09-27T16:37:53.1227357Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:37:53.2770731Z [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:37:53.2772356Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:37:53.2845306Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:37:53.2847588Z 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:37:53.9380585Z running install_lib 2022-09-27T16:37:53.9439153Z creating install 2022-09-27T16:37:53.9439492Z creating install/opt 2022-09-27T16:37:53.9439830Z creating install/opt/conda 2022-09-27T16:37:53.9441157Z creating install/opt/conda/lib 2022-09-27T16:37:53.9441513Z creating install/opt/conda/lib/python3.7 2022-09-27T16:37:53.9442171Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:37:53.9442915Z 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:37:53.9450874Z running install_egg_info 2022-09-27T16:37:53.9586536Z running egg_info 2022-09-27T16:37:53.9586928Z creating no_python_abi_suffix_test.egg-info 2022-09-27T16:37:53.9633837Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:37:53.9635921Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:37:53.9638758Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:37:53.9640020Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:37:53.9687399Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:37:53.9694341Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:37:53.9695507Z 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:37:53.9700863Z running install_scripts 2022-09-27T16:37:54.6220143Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:54.621629] 2022-09-27T16:37:58.8021369Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:37:58.8896786Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-09-27T16:37:58.8915676Z 2022-09-27T16:37:58.8915989Z Running tests... 2022-09-27T16:37:58.8916607Z ---------------------------------------------------------------------- 2022-09-27T16:37:58.9146785Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.023s) 2022-09-27T16:37:58.9153248Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:37:58.9162057Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:37:58.9169118Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:37:58.9175411Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:37:58.9199671Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:37:58.9219457Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:37:58.9236186Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:37:58.9245289Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:37:58.9260358Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:37:58.9291988Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-09-27T16:37:58.9416889Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-09-27T16:37:58.9436886Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:37:58.9493678Z test_rng (__main__.TestRNGExtension) ... ok (0.006s) 2022-09-27T16:37:58.9504913Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:37:58.9505213Z 2022-09-27T16:37:58.9505668Z ---------------------------------------------------------------------- 2022-09-27T16:37:58.9506109Z Ran 15 tests in 0.059s 2022-09-27T16:37:58.9506249Z 2022-09-27T16:37:58.9506323Z OK (skipped=5) 2022-09-27T16:37:58.9506429Z 2022-09-27T16:37:58.9506512Z Generating XML reports... 2022-09-27T16:37:58.9544155Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927163758.xml 2022-09-27T16:37:58.9549392Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927163758.xml 2022-09-27T16:37:58.9551880Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927163758.xml 2022-09-27T16:37:58.9554821Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927163758.xml 2022-09-27T16:37:59.6896800Z Running test_cpp_extensions_aot_no_ninja ... [2022-09-27 16:37:59.689247] 2022-09-27T16:38:03.5470140Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:38:03.6947569Z running install 2022-09-27T16:38:03.6949116Z /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:38:03.6949876Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:38:03.7068710Z running build 2022-09-27T16:38:03.7069044Z running build_py 2022-09-27T16:38:03.7120363Z creating build 2022-09-27T16:38:03.7121587Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:38:03.7122008Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:38:03.7122603Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:38:03.7124949Z running build_ext 2022-09-27T16:38:03.7141824Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:38:03.7142612Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T16:38:03.7146828Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:38:05.4673580Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:38:05.4674431Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13, 2022-09-27T16:38:05.4675126Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:38:05.4675860Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:38:05.4676128Z from extension.cpp:1: 2022-09-27T16:38:05.4676677Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:38:05.4677044Z extension.cpp:36:53: required from here 2022-09-27T16:38:05.4677661Z /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:38:05.4678094Z 1479 | class class_ : public detail::generic_type { 2022-09-27T16:38:05.4678297Z | ^~~~~~ 2022-09-27T16:38:05.4695583Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:38:06.2792447Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:38:06.2797604Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:38:08.3037909Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:38:08.3058129Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:38:09.1306386Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:38:09.1311265Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:38:10.9788687Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:38:10.9789370Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2022-09-27T16:38:10.9789815Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:38:10.9790222Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:38:10.9790677Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:38:10.9790978Z from rng_extension.cpp:6: 2022-09-27T16:38:10.9791414Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-09-27T16:38:10.9791708Z 975 | # pragma unroll 2022-09-27T16:38:10.9791874Z | 2022-09-27T16:38:10.9810117Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:38:11.8048861Z running install_lib 2022-09-27T16:38:11.8110284Z 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:38:11.8263099Z 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:38:11.8664612Z 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:38:11.8839443Z running install_egg_info 2022-09-27T16:38:11.8974115Z running egg_info 2022-09-27T16:38:11.9018385Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:38:11.9026170Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:38:11.9041255Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:38:11.9097996Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:38:11.9106526Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:38:11.9119171Z removing './install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info' (and everything under it) 2022-09-27T16:38:11.9121461Z 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:38:11.9127255Z running install_scripts 2022-09-27T16:38:16.3958937Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:38:16.4351891Z running install 2022-09-27T16:38:16.4354273Z /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:38:16.4355001Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:38:16.4477900Z running build 2022-09-27T16:38:16.4478209Z running build_ext 2022-09-27T16:38:16.5194193Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:38:16.5893975Z 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:38:16.5902077Z Compiling objects... 2022-09-27T16:38:16.5902353Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:38:16.6560413Z ninja: no work to do. 2022-09-27T16:38:16.6625764Z 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:38:17.3091930Z running install_lib 2022-09-27T16:38:17.3157959Z 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:38:17.3164713Z running install_egg_info 2022-09-27T16:38:17.3300495Z running egg_info 2022-09-27T16:38:17.3346423Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:38:17.3354085Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:38:17.3362446Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:38:17.3415060Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:38:17.3422878Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:38:17.3431999Z removing './install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info' (and everything under it) 2022-09-27T16:38:17.3432572Z 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:38:17.3436746Z running install_scripts 2022-09-27T16:38:17.9637365Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:17.963339] 2022-09-27T16:38:22.1321418Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:38:22.2200227Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-09-27T16:38:22.2217887Z 2022-09-27T16:38:22.2217988Z Running tests... 2022-09-27T16:38:22.2219143Z ---------------------------------------------------------------------- 2022-09-27T16:38:22.2450464Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.023s) 2022-09-27T16:38:22.2457041Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:38:22.2465349Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:38:22.2472275Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:38:22.2478462Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:38:22.2501607Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:38:22.2521764Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:38:22.2538318Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:38:22.2546892Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:38:22.2561481Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:38:22.2592583Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-09-27T16:38:22.2717628Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-09-27T16:38:22.2736864Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:38:22.2793818Z test_rng (__main__.TestRNGExtension) ... ok (0.006s) 2022-09-27T16:38:22.2805364Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:38:22.2805555Z 2022-09-27T16:38:22.2805977Z ---------------------------------------------------------------------- 2022-09-27T16:38:22.2806436Z Ran 15 tests in 0.059s 2022-09-27T16:38:22.2806604Z 2022-09-27T16:38:22.2806677Z OK (skipped=5) 2022-09-27T16:38:22.2806785Z 2022-09-27T16:38:22.2806877Z Generating XML reports... 2022-09-27T16:38:22.2844355Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927163822.xml 2022-09-27T16:38:22.2849501Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927163822.xml 2022-09-27T16:38:22.2852119Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927163822.xml 2022-09-27T16:38:22.2855191Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927163822.xml 2022-09-27T16:38:22.9941103Z Running test_jit_llga_fuser ... [2022-09-27 16:38:22.993691] 2022-09-27T16:38:22.9941860Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:22.993771] 2022-09-27T16:38:26.6549299Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-09-27T16:38:26.6571474Z 2022-09-27T16:38:26.6571957Z Running tests... 2022-09-27T16:38:26.6572376Z ---------------------------------------------------------------------- 2022-09-27T16:38:26.6588802Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:38:26.6599738Z test_bn2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6610194Z test_conv2d_bn (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6621537Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6637106Z test_conv2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:38:26.6656551Z test_conv2d_sum (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:38:26.6669525Z test_linear_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6687727Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:38:26.6698966Z test_wildcard (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6702024Z test_vision_alexnet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6705425Z test_vision_densenet121 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6708673Z test_vision_googlenet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6711640Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6715065Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6718495Z test_vision_resnet50 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6721932Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6724905Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6727871Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6731041Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6734020Z test_vision_vgg16 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6737080Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6743096Z test_add (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6748125Z test_add_scalar (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6755830Z test_addmm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6765392Z test_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6770521Z test_bn2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6779429Z test_cat (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6791261Z test_conv2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6799962Z test_eltwise (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6805046Z test_identity_binary (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6810063Z test_layer_norm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:26.6816873Z test_linear (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6826686Z test_max_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6832115Z test_mul (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6839043Z test_softmax (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6846500Z test_typecheck (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6855834Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:26.6856124Z 2022-09-27T16:38:26.6856519Z ---------------------------------------------------------------------- 2022-09-27T16:38:26.6856963Z Ran 37 tests in 0.028s 2022-09-27T16:38:26.6857093Z 2022-09-27T16:38:26.6857166Z OK (skipped=37) 2022-09-27T16:38:26.6857275Z 2022-09-27T16:38:26.6857346Z Generating XML reports... 2022-09-27T16:38:26.6889783Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927163826.xml 2022-09-27T16:38:26.6900931Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927163826.xml 2022-09-27T16:38:26.6915564Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927163826.xml 2022-09-27T16:38:26.6934817Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927163826.xml 2022-09-27T16:38:27.2044481Z Running test_numba_integration ... [2022-09-27 16:38:27.204060] 2022-09-27T16:38:27.2045010Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:27.204145] 2022-09-27T16:38:31.0202271Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-09-27T16:38:31.0215735Z 2022-09-27T16:38:31.0216065Z Running tests... 2022-09-27T16:38:31.0216639Z ---------------------------------------------------------------------- 2022-09-27T16:38:31.0230467Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0231796Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-09-27T16:38:31.0253158Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0253961Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-09-27T16:38:31.0269755Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0270349Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.002s) 2022-09-27T16:38:31.0294481Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0295247Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-09-27T16:38:31.0321677Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0322502Z 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.003s) 2022-09-27T16:38:31.0336246Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0337183Z 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:38:31.0347597Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0348228Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-09-27T16:38:31.0356492Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:38:31.0357487Z 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:38:31.0358081Z 2022-09-27T16:38:31.0358441Z ---------------------------------------------------------------------- 2022-09-27T16:38:31.0358887Z Ran 8 tests in 0.014s 2022-09-27T16:38:31.0359119Z 2022-09-27T16:38:31.0359229Z OK (skipped=8) 2022-09-27T16:38:31.0359338Z 2022-09-27T16:38:31.0359424Z Generating XML reports... 2022-09-27T16:38:31.0396116Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927163831.xml 2022-09-27T16:38:31.6238648Z Running test_vulkan ... [2022-09-27 16:38:31.623468] 2022-09-27T16:38:31.6239170Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:31.623554] 2022-09-27T16:38:35.2128753Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-09-27T16:38:35.2143559Z 2022-09-27T16:38:35.2143887Z Running tests... 2022-09-27T16:38:35.2144536Z ---------------------------------------------------------------------- 2022-09-27T16:38:35.2190339Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.005s) 2022-09-27T16:38:35.2190846Z 2022-09-27T16:38:35.2191258Z ---------------------------------------------------------------------- 2022-09-27T16:38:35.2191656Z Ran 1 test in 0.005s 2022-09-27T16:38:35.2191839Z 2022-09-27T16:38:35.2191961Z OK (skipped=1) 2022-09-27T16:38:35.2192136Z 2022-09-27T16:38:35.2192272Z Generating XML reports... 2022-09-27T16:38:35.2222104Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927163835.xml 2022-09-27T16:38:35.7307018Z Running lazy/test_bindings ... [2022-09-27 16:38:35.730297] 2022-09-27T16:38:35.7307642Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:35.730384] 2022-09-27T16:38:39.5079539Z Running test_cuda_primary_ctx ... [2022-09-27 16:38:39.507517] 2022-09-27T16:38:39.5080114Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:39.507608] 2022-09-27T16:38:43.0948317Z CUDA not available, skipping tests 2022-09-27T16:38:43.5804886Z Running test_fx_backends ... [2022-09-27 16:38:43.580089] 2022-09-27T16:38:43.5805660Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:43.580170] 2022-09-27T16:38:47.4936992Z CUDA not available, skipping tests 2022-09-27T16:38:47.4964178Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-09-27T16:38:47.4976682Z 2022-09-27T16:38:47.4976813Z Running tests... 2022-09-27T16:38:47.4977462Z ---------------------------------------------------------------------- 2022-09-27T16:38:47.4977629Z 2022-09-27T16:38:47.4977825Z ---------------------------------------------------------------------- 2022-09-27T16:38:47.4978068Z Ran 0 tests in 0.000s 2022-09-27T16:38:47.4978182Z 2022-09-27T16:38:47.4978243Z OK 2022-09-27T16:38:47.4978334Z 2022-09-27T16:38:47.4978410Z Generating XML reports... 2022-09-27T16:38:48.0578921Z Running doctests ... [2022-09-27 16:38:48.057518] 2022-09-27T16:38:48.0871360Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-09-27T16:38:48.0871666Z Listing tests 2022-09-27T16:38:54.1321680Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-09-27T16:38:54.1322771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-09-27T16:38:54.1323730Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-09-27T16:38:54.1324841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-09-27T16:38:54.1325855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-09-27T16:38:54.1326705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-09-27T16:38:54.1327592Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-09-27T16:38:54.1328439Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-09-27T16:38:54.1329168Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-09-27T16:38:54.1329872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-09-27T16:38:54.1330541Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-09-27T16:38:54.1331337Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-09-27T16:38:54.1332169Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-09-27T16:38:54.1332589Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-09-27T16:38:54.1333031Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-09-27T16:38:54.1333483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-09-27T16:38:54.1334138Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-09-27T16:38:54.1334879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-09-27T16:38:54.1335418Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-09-27T16:38:54.1335846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-09-27T16:38:54.1336286Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-09-27T16:38:54.1336791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-09-27T16:38:54.1337633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-09-27T16:38:54.1338289Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-09-27T16:38:54.1339100Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-09-27T16:38:54.1339890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-09-27T16:38:54.1340661Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-09-27T16:38:54.1341295Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-09-27T16:38:54.1341929Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-09-27T16:38:54.1342833Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-09-27T16:38:54.1343567Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-09-27T16:38:54.1344285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-09-27T16:38:54.1345016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-09-27T16:38:54.1345818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-09-27T16:38:54.1346331Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-09-27T16:38:54.1346748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-09-27T16:38:54.1347170Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-09-27T16:38:54.1347601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-09-27T16:38:54.1348027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-09-27T16:38:54.1348469Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-09-27T16:38:54.1348913Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-09-27T16:38:54.1349360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-09-27T16:38:54.1349807Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-09-27T16:38:54.1350257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-09-27T16:38:54.1350705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-09-27T16:38:54.1351136Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-09-27T16:38:54.1351560Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-09-27T16:38:54.1351968Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-09-27T16:38:54.1352396Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-09-27T16:38:54.1352834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-09-27T16:38:54.1353293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-09-27T16:38:54.1353827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-09-27T16:38:54.1354284Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-09-27T16:38:54.1354725Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-09-27T16:38:54.1355251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-09-27T16:38:54.1355678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-09-27T16:38:54.1356189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-09-27T16:38:54.1356629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-09-27T16:38:54.1357057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-09-27T16:38:54.1357504Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-09-27T16:38:54.1357963Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-09-27T16:38:54.1358423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-09-27T16:38:54.1358863Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-09-27T16:38:54.1359317Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-09-27T16:38:54.1359770Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-09-27T16:38:54.1360228Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-09-27T16:38:54.1360688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-09-27T16:38:54.1361159Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-09-27T16:38:54.1361633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-09-27T16:38:54.1362094Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-09-27T16:38:54.1362586Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-09-27T16:38:54.1363101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-09-27T16:38:54.1363609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-09-27T16:38:54.1364088Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-09-27T16:38:54.1364560Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-09-27T16:38:54.1365024Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-09-27T16:38:54.1365500Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-09-27T16:38:54.1365967Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-09-27T16:38:54.1366443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-09-27T16:38:54.1366915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-09-27T16:38:54.1367374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-09-27T16:38:54.1367818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-09-27T16:38:54.1368273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-09-27T16:38:54.1368784Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-09-27T16:38:54.1369277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-09-27T16:38:54.1369778Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-09-27T16:38:54.1370269Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-09-27T16:38:54.1370760Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-09-27T16:38:54.1371274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-09-27T16:38:54.1371777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-09-27T16:38:54.1372257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-09-27T16:38:54.1372710Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-09-27T16:38:54.1373176Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-09-27T16:38:54.1373652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-09-27T16:38:54.1374164Z 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:38:54.1374671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-09-27T16:38:54.1375190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-09-27T16:38:54.1375665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-09-27T16:38:54.1376145Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-09-27T16:38:54.1376610Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-09-27T16:38:54.1377063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-09-27T16:38:54.1377540Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-09-27T16:38:54.1378011Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-09-27T16:38:54.1378499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-09-27T16:38:54.1378967Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-09-27T16:38:54.1379441Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-09-27T16:38:54.1379915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-09-27T16:38:54.1380384Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-09-27T16:38:54.1380833Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-09-27T16:38:54.1381330Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-09-27T16:38:54.1381970Z 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:38:54.1382787Z 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:38:54.1383534Z 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:38:54.1384232Z 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:38:54.1385154Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-09-27T16:38:54.1386359Z 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:38:54.1387491Z 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:38:54.1388415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-09-27T16:38:54.1389220Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-09-27T16:38:54.1390199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-09-27T16:38:54.1391144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-09-27T16:38:54.1391677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-09-27T16:38:54.1392146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-09-27T16:38:54.1392873Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-09-27T16:38:54.1393751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-09-27T16:38:54.1394613Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-09-27T16:38:54.1395519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-09-27T16:38:54.1396551Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-09-27T16:38:54.1397525Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-09-27T16:38:54.1398064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-09-27T16:38:54.1398497Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-09-27T16:38:54.1398911Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-09-27T16:38:54.1399348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-09-27T16:38:54.1399792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-09-27T16:38:54.1400215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-09-27T16:38:54.1400641Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-09-27T16:38:54.1401067Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-09-27T16:38:54.1401604Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-09-27T16:38:54.1402045Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-09-27T16:38:54.1402540Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-09-27T16:38:54.1402993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-09-27T16:38:54.1403431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-09-27T16:38:54.1403851Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-09-27T16:38:54.1404300Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-09-27T16:38:54.1404742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-09-27T16:38:54.1405184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-09-27T16:38:54.1405616Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-09-27T16:38:54.1406058Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-09-27T16:38:54.1406493Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-09-27T16:38:54.1406943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-09-27T16:38:54.1407403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-09-27T16:38:54.1407864Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-09-27T16:38:54.1408342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-09-27T16:38:54.1408809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-09-27T16:38:54.1409292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-09-27T16:38:54.1409770Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-09-27T16:38:54.1410266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-09-27T16:38:54.1410751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-09-27T16:38:54.1411229Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-09-27T16:38:54.1411706Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py _all_gather_base:0 2022-09-27T16:38:54.1412195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-09-27T16:38:54.1412675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-09-27T16:38:54.1413147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-09-27T16:38:54.1413625Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-09-27T16:38:54.1414098Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-09-27T16:38:54.1414590Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-09-27T16:38:54.1415092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-09-27T16:38:54.1415524Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-09-27T16:38:54.1415992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-09-27T16:38:54.1416478Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-09-27T16:38:54.1417016Z 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:38:54.1417556Z 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:38:54.1418072Z 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:38:54.1418584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-09-27T16:38:54.1419087Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-09-27T16:38:54.1419612Z 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:38:54.1420131Z 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:38:54.1420683Z 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:38:54.1421228Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-09-27T16:38:54.1421769Z 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:38:54.1422276Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-09-27T16:38:54.1422888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-09-27T16:38:54.1423405Z 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:38:54.1423939Z 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:38:54.1424484Z 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:38:54.1425020Z 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:38:54.1425571Z 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:38:54.1426127Z 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:38:54.1426688Z 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:38:54.1427238Z 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:38:54.1427789Z 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:38:54.1428418Z 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:38:54.1428995Z 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:38:54.1429640Z 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:38:54.1430215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-09-27T16:38:54.1430824Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-09-27T16:38:54.1431396Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-09-27T16:38:54.1431905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-09-27T16:38:54.1432406Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-09-27T16:38:54.1432941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-09-27T16:38:54.1433571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-09-27T16:38:54.1434107Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-09-27T16:38:54.1434650Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-09-27T16:38:54.1435212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-09-27T16:38:54.1435814Z 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:38:54.1436419Z 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:38:54.1437031Z 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:38:54.1437661Z 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:38:54.1438316Z 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:38:54.1438965Z 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:38:54.1439523Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-09-27T16:38:54.1440019Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-09-27T16:38:54.1440520Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-09-27T16:38:54.1441053Z 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:38:54.1441552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-09-27T16:38:54.1442093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-09-27T16:38:54.1442637Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-09-27T16:38:54.1443194Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-09-27T16:38:54.1443714Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-09-27T16:38:54.1444229Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-09-27T16:38:54.1444703Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-09-27T16:38:54.1445162Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-09-27T16:38:54.1445592Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-09-27T16:38:54.1446035Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-09-27T16:38:54.1446477Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-09-27T16:38:54.1446905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-09-27T16:38:54.1447368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-09-27T16:38:54.1447904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-09-27T16:38:54.1448485Z 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:38:54.1448977Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-09-27T16:38:54.1449419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-09-27T16:38:54.1449868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-09-27T16:38:54.1450334Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-09-27T16:38:54.1450777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-09-27T16:38:54.1451219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-09-27T16:38:54.1451691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-09-27T16:38:54.1452211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-09-27T16:38:54.1452684Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-09-27T16:38:54.1453159Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-09-27T16:38:54.1453645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-09-27T16:38:54.1454105Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-09-27T16:38:54.1454541Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-09-27T16:38:54.1454992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-09-27T16:38:54.1455444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-09-27T16:38:54.1455924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-09-27T16:38:54.1456402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-09-27T16:38:54.1456905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-09-27T16:38:54.1457360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-09-27T16:38:54.1457809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-09-27T16:38:54.1458273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-09-27T16:38:54.1458753Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-09-27T16:38:54.1459292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-09-27T16:38:54.1459815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-09-27T16:38:54.1460304Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-09-27T16:38:54.1460806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-09-27T16:38:54.1461277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-09-27T16:38:54.1461748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-09-27T16:38:54.1462217Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-09-27T16:38:54.1462802Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-09-27T16:38:54.1463292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-09-27T16:38:54.1463818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-09-27T16:38:54.1464307Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-09-27T16:38:54.1464771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-09-27T16:38:54.1465234Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-09-27T16:38:54.1465759Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-09-27T16:38:54.1466252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-09-27T16:38:54.1466878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-09-27T16:38:54.1467595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-09-27T16:38:54.1468421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-09-27T16:38:54.1469177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-09-27T16:38:54.1469891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-09-27T16:38:54.1470610Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-09-27T16:38:54.1471353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-09-27T16:38:54.1472190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-09-27T16:38:54.1473089Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-09-27T16:38:54.1474110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-09-27T16:38:54.1474884Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-09-27T16:38:54.1475588Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-09-27T16:38:54.1476452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-09-27T16:38:54.1477372Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-09-27T16:38:54.1478245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-09-27T16:38:54.1479033Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-09-27T16:38:54.1479924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-09-27T16:38:54.1480838Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-09-27T16:38:54.1481745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-09-27T16:38:54.1482685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-09-27T16:38:54.1483646Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-09-27T16:38:54.1484560Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-09-27T16:38:54.1485393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-09-27T16:38:54.1486269Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-09-27T16:38:54.1487119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-09-27T16:38:54.1488038Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-09-27T16:38:54.1488881Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-09-27T16:38:54.1489801Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-09-27T16:38:54.1490665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-09-27T16:38:54.1491505Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-09-27T16:38:54.1492351Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-09-27T16:38:54.1493253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-09-27T16:38:54.1493856Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-09-27T16:38:54.1494362Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-09-27T16:38:54.1494926Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-09-27T16:38:54.1495419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-09-27T16:38:54.1495941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-09-27T16:38:54.1496433Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-09-27T16:38:54.1496943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-09-27T16:38:54.1497493Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-09-27T16:38:54.1498071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-09-27T16:38:54.1498653Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-09-27T16:38:54.1499217Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-09-27T16:38:54.1499795Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-09-27T16:38:54.1500340Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-09-27T16:38:54.1500878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-09-27T16:38:54.1501402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-09-27T16:38:54.1501941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-09-27T16:38:54.1502468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-09-27T16:38:54.1503245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-09-27T16:38:54.1504156Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-09-27T16:38:54.1505150Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-09-27T16:38:54.1506158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-09-27T16:38:54.1507233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-09-27T16:38:54.1508235Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-09-27T16:38:54.1509165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-09-27T16:38:54.1510195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-09-27T16:38:54.1511245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-09-27T16:38:54.1512268Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-09-27T16:38:54.1513325Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-09-27T16:38:54.1514443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-09-27T16:38:54.1515574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-09-27T16:38:54.1516644Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-09-27T16:38:54.1517804Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-09-27T16:38:54.1518811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-09-27T16:38:54.1519735Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-09-27T16:38:54.1520671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-09-27T16:38:54.1521594Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-09-27T16:38:54.1522508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-09-27T16:38:54.1523423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-09-27T16:38:54.1524416Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-09-27T16:38:54.1525462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-09-27T16:38:54.1526418Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-09-27T16:38:54.1527311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-09-27T16:38:54.1528216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-09-27T16:38:54.1529127Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-09-27T16:38:54.1530007Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-09-27T16:38:54.1530905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-09-27T16:38:54.1531827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-09-27T16:38:54.1532714Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-09-27T16:38:54.1533564Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-09-27T16:38:54.1534453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-09-27T16:38:54.1535348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-09-27T16:38:54.1536211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-09-27T16:38:54.1537046Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-09-27T16:38:54.1537900Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-09-27T16:38:54.1538763Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-09-27T16:38:54.1539648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-09-27T16:38:54.1540561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-09-27T16:38:54.1541478Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-09-27T16:38:54.1542394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-09-27T16:38:54.1543376Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-09-27T16:38:54.1544264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-09-27T16:38:54.1545368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-09-27T16:38:54.1546490Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-09-27T16:38:54.1547691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-09-27T16:38:54.1548714Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-09-27T16:38:54.1549678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-09-27T16:38:54.1550609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-09-27T16:38:54.1551583Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-09-27T16:38:54.1552554Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-09-27T16:38:54.1553594Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-09-27T16:38:54.1554581Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-09-27T16:38:54.1555564Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-09-27T16:38:54.1556521Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-09-27T16:38:54.1557483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-09-27T16:38:54.1558429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-09-27T16:38:54.1559410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-09-27T16:38:54.1560378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-09-27T16:38:54.1561325Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-09-27T16:38:54.1562492Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-09-27T16:38:54.1563410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-09-27T16:38:54.1564380Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-09-27T16:38:54.1565367Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-09-27T16:38:54.1566364Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-09-27T16:38:54.1567319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-09-27T16:38:54.1568313Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-09-27T16:38:54.1569342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-09-27T16:38:54.1570355Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-09-27T16:38:54.1571303Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-09-27T16:38:54.1572280Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-09-27T16:38:54.1573252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-09-27T16:38:54.1574196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-09-27T16:38:54.1575170Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-09-27T16:38:54.1576256Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-09-27T16:38:54.1577317Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-09-27T16:38:54.1578297Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-09-27T16:38:54.1579282Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-09-27T16:38:54.1580290Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-09-27T16:38:54.1581408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-09-27T16:38:54.1582488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-09-27T16:38:54.1583530Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-09-27T16:38:54.1584083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-09-27T16:38:54.1584518Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-09-27T16:38:54.1584974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-09-27T16:38:54.1585435Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-09-27T16:38:54.1585896Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-09-27T16:38:54.1586354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-09-27T16:38:54.1586798Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-09-27T16:38:54.1587238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-09-27T16:38:54.1587668Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-09-27T16:38:54.1588102Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-09-27T16:38:54.1588545Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-09-27T16:38:54.1589012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-09-27T16:38:54.1589452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-09-27T16:38:54.1589883Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-09-27T16:38:54.1590310Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-09-27T16:38:54.1590724Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-09-27T16:38:54.1591169Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-09-27T16:38:54.1591638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-09-27T16:38:54.1592101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-09-27T16:38:54.1592556Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-09-27T16:38:54.1592984Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-09-27T16:38:54.1593410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-09-27T16:38:54.1594001Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-09-27T16:38:54.1594418Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-09-27T16:38:54.1594886Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-09-27T16:38:54.1595323Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-09-27T16:38:54.1595776Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-09-27T16:38:54.1596199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-09-27T16:38:54.1596626Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-09-27T16:38:54.1597041Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-09-27T16:38:54.1597486Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-09-27T16:38:54.1597937Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-09-27T16:38:54.1598400Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-09-27T16:38:54.1598851Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-09-27T16:38:54.1599294Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-09-27T16:38:54.1599744Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-09-27T16:38:54.1600230Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-09-27T16:38:54.1600697Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-09-27T16:38:54.1601135Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-09-27T16:38:54.1601595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-09-27T16:38:54.1602032Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-09-27T16:38:54.1602477Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-09-27T16:38:54.1602927Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-09-27T16:38:54.1603401Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-09-27T16:38:54.1603865Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-09-27T16:38:54.1604324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-09-27T16:38:54.1604781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-09-27T16:38:54.1605236Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-09-27T16:38:54.1605695Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-09-27T16:38:54.1606163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-09-27T16:38:54.1606635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-09-27T16:38:54.1607090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-09-27T16:38:54.1607570Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-09-27T16:38:54.1608009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-09-27T16:38:54.1608492Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-09-27T16:38:54.1608945Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-09-27T16:38:54.1609404Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-09-27T16:38:54.1609846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-09-27T16:38:54.1610309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-09-27T16:38:54.1610769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-09-27T16:38:54.1611231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-09-27T16:38:54.1611663Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-09-27T16:38:54.1612124Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-09-27T16:38:54.1612594Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-09-27T16:38:54.1613034Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-09-27T16:38:54.1613477Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-09-27T16:38:54.1613911Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-09-27T16:38:54.1614354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-09-27T16:38:54.1614785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-09-27T16:38:54.1615229Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-09-27T16:38:54.1615670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-09-27T16:38:54.1616101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-09-27T16:38:54.1616521Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-09-27T16:38:54.1616985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-09-27T16:38:54.1617461Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-09-27T16:38:54.1617919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-09-27T16:38:54.1618347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-09-27T16:38:54.1618811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-09-27T16:38:54.1619275Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-09-27T16:38:54.1619728Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-09-27T16:38:54.1620193Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-09-27T16:38:54.1620659Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-09-27T16:38:54.1621167Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-09-27T16:38:54.1621587Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-09-27T16:38:54.1622030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-09-27T16:38:54.1622437Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-09-27T16:38:54.1623017Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-09-27T16:38:54.1623430Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-09-27T16:38:54.1623847Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-09-27T16:38:54.1624277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-09-27T16:38:54.1624738Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-09-27T16:38:54.1625203Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-09-27T16:38:54.1625686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-09-27T16:38:54.1626161Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-09-27T16:38:54.1626624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-09-27T16:38:54.1627111Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-09-27T16:38:54.1627593Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-09-27T16:38:54.1628089Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-09-27T16:38:54.1628584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-09-27T16:38:54.1629057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-09-27T16:38:54.1629532Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-09-27T16:38:54.1630020Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-09-27T16:38:54.1630488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-09-27T16:38:54.1630987Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-09-27T16:38:54.1631517Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-09-27T16:38:54.1632059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-09-27T16:38:54.1632611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-09-27T16:38:54.1633192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-09-27T16:38:54.1633848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-09-27T16:38:54.1634427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-09-27T16:38:54.1634937Z 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:38:54.1635452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-09-27T16:38:54.1635937Z 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:38:54.1636467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-09-27T16:38:54.1636938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-09-27T16:38:54.1637429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-09-27T16:38:54.1637888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-09-27T16:38:54.1638330Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-09-27T16:38:54.1638766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-09-27T16:38:54.1639214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-09-27T16:38:54.1639660Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-09-27T16:38:54.1640092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-09-27T16:38:54.1640542Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-09-27T16:38:54.1640969Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-09-27T16:38:54.1641391Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-09-27T16:38:54.1641818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-09-27T16:38:54.1642253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-09-27T16:38:54.1642688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-09-27T16:38:54.1643123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-09-27T16:38:54.1643544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-09-27T16:38:54.1643993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-09-27T16:38:54.1644466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-09-27T16:38:54.1644915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-09-27T16:38:54.1645367Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-09-27T16:38:54.1645826Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-09-27T16:38:54.1646300Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-09-27T16:38:54.1646829Z 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:38:54.1647328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-09-27T16:38:54.1647772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-09-27T16:38:54.1648228Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-09-27T16:38:54.1648666Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-09-27T16:38:54.1649144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-09-27T16:38:54.1649598Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-09-27T16:38:54.1650070Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-09-27T16:38:54.1650504Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-09-27T16:38:54.1650948Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-09-27T16:38:54.1651409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-09-27T16:38:54.1651862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-09-27T16:38:54.1652320Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-09-27T16:38:54.1652817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-09-27T16:38:54.1653362Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-09-27T16:38:54.1653834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-09-27T16:38:54.1654251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-09-27T16:38:54.1654679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-09-27T16:38:54.1655125Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-09-27T16:38:54.1655675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-09-27T16:38:54.1656114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-09-27T16:38:54.1656542Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-09-27T16:38:54.1656985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-09-27T16:38:54.1657417Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-09-27T16:38:54.1657862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-09-27T16:38:54.1658330Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-09-27T16:38:54.1658822Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-09-27T16:38:54.1659336Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-09-27T16:38:54.1659845Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-09-27T16:38:54.1660334Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-09-27T16:38:54.1660782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-09-27T16:38:54.1661241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-09-27T16:38:54.1661696Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-09-27T16:38:54.1662129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-09-27T16:38:54.1662557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-09-27T16:38:54.1663199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-09-27T16:38:54.1663676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-09-27T16:38:54.1664201Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-09-27T16:38:54.1664642Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-09-27T16:38:54.1665114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-09-27T16:38:54.1665602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-09-27T16:38:54.1666081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-09-27T16:38:54.1666534Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-09-27T16:38:54.1667000Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-09-27T16:38:54.1667484Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-09-27T16:38:54.1667956Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-09-27T16:38:54.1668458Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-09-27T16:38:54.1668982Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-09-27T16:38:54.1669514Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:38:54.1670036Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-09-27T16:38:54.1670552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-09-27T16:38:54.1671061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-09-27T16:38:54.1671592Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-09-27T16:38:54.1672120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-09-27T16:38:54.1672647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-09-27T16:38:54.1673184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-09-27T16:38:54.1673800Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-09-27T16:38:54.1674324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-09-27T16:38:54.1674845Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-09-27T16:38:54.1675361Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-09-27T16:38:54.1675878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-09-27T16:38:54.1676399Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-09-27T16:38:54.1677010Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-09-27T16:38:54.1677574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-09-27T16:38:54.1678102Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:38:54.1678620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-09-27T16:38:54.1679134Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-09-27T16:38:54.1679648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-09-27T16:38:54.1680183Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-09-27T16:38:54.1680686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-09-27T16:38:54.1681176Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-09-27T16:38:54.1681664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-09-27T16:38:54.1682152Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-09-27T16:38:54.1682638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-09-27T16:38:54.1683139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-09-27T16:38:54.1683641Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-09-27T16:38:54.1684142Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-09-27T16:38:54.1684648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-09-27T16:38:54.1685149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-09-27T16:38:54.1685643Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-09-27T16:38:54.1686143Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-09-27T16:38:54.1686635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-09-27T16:38:54.1687140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-09-27T16:38:54.1687685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-09-27T16:38:54.1688240Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-09-27T16:38:54.1688759Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-09-27T16:38:54.1689264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-09-27T16:38:54.7394066Z 2022-09-27T16:38:54.7394478Z real 64m24.887s 2022-09-27T16:38:54.7394849Z user 147m1.183s 2022-09-27T16:38:54.7395174Z sys 4m55.945s 2022-09-27T16:38:54.7395451Z + assert_git_not_dirty 2022-09-27T16:38:54.7396207Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:38:54.7396686Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-09-27T16:38:54.7397249Z ++ git status --porcelain 2022-09-27T16:39:05.3792788Z + git_status= 2022-09-27T16:39:05.3793134Z + [[ -n '' ]] 2022-09-27T16:39:05.3864355Z Prepare all required actions 2022-09-27T16:39:05.3864664Z Getting action download info 2022-09-27T16:39:05.5631808Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:39:05.5632023Z with: 2022-09-27T16:39:05.5632352Z github-token: *** 2022-09-27T16:39:05.5632508Z env: 2022-09-27T16:39:05.5632678Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:05.5632861Z ##[endgroup] 2022-09-27T16:39:05.5658999Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:39:05.5659236Z with: 2022-09-27T16:39:05.5659381Z shell: bash 2022-09-27T16:39:05.5659555Z timeout_minutes: 10 2022-09-27T16:39:05.5659735Z max_attempts: 5 2022-09-27T16:39:05.5659899Z retry_wait_seconds: 30 2022-09-27T16:39:05.5660277Z 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:39:05.5660846Z polling_interval_seconds: 1 2022-09-27T16:39:05.5661026Z warning_on_retry: true 2022-09-27T16:39:05.5661215Z continue_on_error: false 2022-09-27T16:39:05.5661394Z env: 2022-09-27T16:39:05.5661553Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:05.5661856Z GITHUB_TOKEN: *** 2022-09-27T16:39:05.5662031Z ##[endgroup] 2022-09-27T16:39:05.8882618Z 2022-09-27T16:39:05.8927083Z + python3 -m pip install requests==2.26.0 2022-09-27T16:39:06.4156252Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:39:06.4372921Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:39:06.4502784Z 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:39:06.4531509Z 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:39:06.4695142Z 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:39:06.4707790Z 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:39:06.6403351Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0d97a11386406dc08 2022-09-27T16:39:10.2908901Z + GHA_WORKFLOW_JOB_ID=8576257215 2022-09-27T16:39:10.2909609Z + echo '::set-output name=job-id::8576257215' 2022-09-27T16:39:10.8981565Z Command completed after 1 attempt(s). 2022-09-27T16:39:10.8981831Z 2022-09-27T16:39:10.9086925Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:39:10.9087151Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:39:10.9104601Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:10.9104830Z env: 2022-09-27T16:39:10.9104994Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:10.9118978Z MONITOR_SCRIPT_PID: 12386 2022-09-27T16:39:10.9119228Z ##[endgroup] 2022-09-27T16:39:10.9197613Z Prepare all required actions 2022-09-27T16:39:10.9197857Z Getting action download info 2022-09-27T16:39:11.0897604Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:39:11.2415184Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:39:11.2415404Z with: 2022-09-27T16:39:11.2415614Z file-suffix: test-default-5-5-linux.2xlarge_8576257215 2022-09-27T16:39:11.2415833Z env: 2022-09-27T16:39:11.2416010Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:11.2416182Z ##[endgroup] 2022-09-27T16:39:11.2439915Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:39:11.2440194Z # Remove any previous test jsons if they exist 2022-09-27T16:39:11.2440503Z rm -f test-jsons-*.zip 2022-09-27T16:39:11.2440732Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:39:11.2451774Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:11.2452026Z env: 2022-09-27T16:39:11.2452193Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:11.2452435Z FILE_SUFFIX: test-default-5-5-linux.2xlarge_8576257215 2022-09-27T16:39:11.2452659Z ##[endgroup] 2022-09-27T16:39:11.2573432Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:39:11.2600319Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:39:11.2606170Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:39:11.2607174Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:39:11.2612481Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:39:11.2630907Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:39:11.2631200Z # Remove any previous test reports if they exist 2022-09-27T16:39:11.2631439Z rm -f test-reports-*.zip 2022-09-27T16:39:11.2631675Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:39:11.2641925Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:11.2642141Z env: 2022-09-27T16:39:11.2642303Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:11.2642545Z FILE_SUFFIX: test-default-5-5-linux.2xlarge_8576257215 2022-09-27T16:39:11.2642768Z ##[endgroup] 2022-09-27T16:39:11.3080798Z adding: test/test-reports/python-pytest/test_ops/test_ops.xml (deflated 97%) 2022-09-27T16:39:11.3081680Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154718.xml (deflated 85%) 2022-09-27T16:39:11.3149319Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154718.xml (deflated 96%) 2022-09-27T16:39:11.3150325Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927160201.xml (deflated 52%) 2022-09-27T16:39:11.3150997Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927160201.xml (deflated 53%) 2022-09-27T16:39:11.3151797Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927160201.xml (deflated 42%) 2022-09-27T16:39:11.3152657Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927160201.xml (deflated 40%) 2022-09-27T16:39:11.3153147Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927160201.xml (deflated 88%) 2022-09-27T16:39:11.3153720Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927160201.xml (deflated 70%) 2022-09-27T16:39:11.3186957Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220927160201.xml (deflated 95%) 2022-09-27T16:39:11.3202486Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927160201.xml (deflated 95%) 2022-09-27T16:39:11.3203378Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927160201.xml (deflated 84%) 2022-09-27T16:39:11.3204237Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927160201.xml (deflated 73%) 2022-09-27T16:39:11.3247500Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927160741.xml (deflated 97%) 2022-09-27T16:39:11.3248419Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927161020.xml (deflated 81%) 2022-09-27T16:39:11.3249185Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927161020.xml (deflated 75%) 2022-09-27T16:39:11.3250101Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927161217.xml (deflated 80%) 2022-09-27T16:39:11.3263878Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927161217.xml (deflated 94%) 2022-09-27T16:39:11.3369869Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927161326.xml (deflated 98%) 2022-09-27T16:39:11.3370732Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927161326.xml (deflated 75%) 2022-09-27T16:39:11.3372020Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927161341.xml (deflated 89%) 2022-09-27T16:39:11.3373006Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220927161353.xml (deflated 56%) 2022-09-27T16:39:11.3373918Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927161400.xml (deflated 52%) 2022-09-27T16:39:11.3374798Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927161400.xml (deflated 89%) 2022-09-27T16:39:11.3375336Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927161400.xml (deflated 38%) 2022-09-27T16:39:11.3375896Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927161400.xml (deflated 60%) 2022-09-27T16:39:11.3376843Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927161406.xml (deflated 88%) 2022-09-27T16:39:11.3377846Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927161406.xml (deflated 55%) 2022-09-27T16:39:11.3378453Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927161406.xml (deflated 69%) 2022-09-27T16:39:11.3379079Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927161411.xml (deflated 52%) 2022-09-27T16:39:11.3511499Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927162241.xml (deflated 97%) 2022-09-27T16:39:11.3512510Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927162731.xml (deflated 89%) 2022-09-27T16:39:11.3513420Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927162731.xml (deflated 67%) 2022-09-27T16:39:11.3515206Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927163150.xml (deflated 95%) 2022-09-27T16:39:11.3516519Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927163150.xml (deflated 95%) 2022-09-27T16:39:11.3517607Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927163150.xml (deflated 75%) 2022-09-27T16:39:11.3518344Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927163150.xml (deflated 84%) 2022-09-27T16:39:11.3523137Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927163150.xml (deflated 92%) 2022-09-27T16:39:11.3524015Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927163316.xml (deflated 42%) 2022-09-27T16:39:11.3524930Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927163421.xml (deflated 84%) 2022-09-27T16:39:11.3526003Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927163421.xml (deflated 70%) 2022-09-27T16:39:11.3527012Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927163421.xml (deflated 84%) 2022-09-27T16:39:11.3528040Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927163421.xml (deflated 69%) 2022-09-27T16:39:11.3529050Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927163421.xml (deflated 69%) 2022-09-27T16:39:11.3529969Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927163421.xml (deflated 69%) 2022-09-27T16:39:11.3530884Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927163421.xml (deflated 75%) 2022-09-27T16:39:11.3531985Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927163421.xml (deflated 69%) 2022-09-27T16:39:11.3532984Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927163421.xml (deflated 69%) 2022-09-27T16:39:11.3533941Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927163421.xml (deflated 41%) 2022-09-27T16:39:11.3534830Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220927163421.xml (deflated 48%) 2022-09-27T16:39:11.3535770Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927163421.xml (deflated 88%) 2022-09-27T16:39:11.3536861Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927163421.xml (deflated 88%) 2022-09-27T16:39:11.3537877Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927163421.xml (deflated 89%) 2022-09-27T16:39:11.3538767Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927163453.xml (deflated 54%) 2022-09-27T16:39:11.3539445Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927163453.xml (deflated 71%) 2022-09-27T16:39:11.3540099Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927163453.xml (deflated 65%) 2022-09-27T16:39:11.3540729Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927163453.xml (deflated 80%) 2022-09-27T16:39:11.3541327Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927163453.xml (deflated 82%) 2022-09-27T16:39:11.3541962Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927163453.xml (deflated 74%) 2022-09-27T16:39:11.3542610Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927163453.xml (deflated 73%) 2022-09-27T16:39:11.3543437Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927163453.xml (deflated 80%) 2022-09-27T16:39:11.3544113Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927163453.xml (deflated 75%) 2022-09-27T16:39:11.3544789Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927163453.xml (deflated 69%) 2022-09-27T16:39:11.3545455Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927163453.xml (deflated 50%) 2022-09-27T16:39:11.3546117Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927163453.xml (deflated 57%) 2022-09-27T16:39:11.3546799Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927163453.xml (deflated 66%) 2022-09-27T16:39:11.3547426Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927163453.xml (deflated 78%) 2022-09-27T16:39:11.3548093Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927163453.xml (deflated 78%) 2022-09-27T16:39:11.3548756Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927163453.xml (deflated 72%) 2022-09-27T16:39:11.3555336Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927163529.xml (deflated 96%) 2022-09-27T16:39:11.3556292Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927163551.xml (deflated 55%) 2022-09-27T16:39:11.3559663Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927163559.xml (deflated 94%) 2022-09-27T16:39:11.3560767Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927163559.xml (deflated 85%) 2022-09-27T16:39:11.3561816Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927163559.xml (deflated 86%) 2022-09-27T16:39:11.3562778Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927163612.xml (deflated 52%) 2022-09-27T16:39:11.3563339Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927163625.xml (deflated 47%) 2022-09-27T16:39:11.3564479Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927163634.xml (deflated 90%) 2022-09-27T16:39:11.3565423Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927163642.xml (deflated 67%) 2022-09-27T16:39:11.3566415Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927163649.xml (deflated 61%) 2022-09-27T16:39:11.3567421Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927163649.xml (deflated 76%) 2022-09-27T16:39:11.3568453Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927163649.xml (deflated 73%) 2022-09-27T16:39:11.3569380Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927163649.xml (deflated 64%) 2022-09-27T16:39:11.3570343Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927163649.xml (deflated 84%) 2022-09-27T16:39:11.3571377Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927163649.xml (deflated 64%) 2022-09-27T16:39:11.3572410Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927163649.xml (deflated 65%) 2022-09-27T16:39:11.3573393Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927163649.xml (deflated 41%) 2022-09-27T16:39:11.3574362Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927163649.xml (deflated 60%) 2022-09-27T16:39:11.3575370Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927163655.xml (deflated 83%) 2022-09-27T16:39:11.3576334Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927163700.xml (deflated 73%) 2022-09-27T16:39:11.3577251Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927163705.xml (deflated 76%) 2022-09-27T16:39:11.3578221Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927163710.xml (deflated 81%) 2022-09-27T16:39:11.3579250Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927163715.xml (deflated 60%) 2022-09-27T16:39:11.3580150Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927163720.xml (deflated 63%) 2022-09-27T16:39:11.3580652Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927163725.xml (deflated 84%) 2022-09-27T16:39:11.3581165Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927163730.xml (deflated 63%) 2022-09-27T16:39:11.3581683Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927163734.xml (deflated 61%) 2022-09-27T16:39:11.3582234Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927163758.xml (deflated 80%) 2022-09-27T16:39:11.3582956Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927163758.xml (deflated 67%) 2022-09-27T16:39:11.3583492Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927163758.xml (deflated 40%) 2022-09-27T16:39:11.3584041Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927163758.xml (deflated 41%) 2022-09-27T16:39:11.3584592Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927163822.xml (deflated 80%) 2022-09-27T16:39:11.3585141Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927163822.xml (deflated 67%) 2022-09-27T16:39:11.3585683Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927163822.xml (deflated 40%) 2022-09-27T16:39:11.3586229Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927163822.xml (deflated 41%) 2022-09-27T16:39:11.3586788Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927163826.xml (deflated 42%) 2022-09-27T16:39:11.3587338Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927163826.xml (deflated 82%) 2022-09-27T16:39:11.3587833Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927163826.xml (deflated 88%) 2022-09-27T16:39:11.3588313Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927163826.xml (deflated 88%) 2022-09-27T16:39:11.3588815Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927163831.xml (deflated 75%) 2022-09-27T16:39:11.3589353Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927163835.xml (deflated 43%) 2022-09-27T16:39:11.3605359Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:39:11.3605650Z # Remove any previous test reports if they exist 2022-09-27T16:39:11.3605882Z rm -f usage-log-*.zip 2022-09-27T16:39:11.3606153Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:39:11.3606444Z # so check to see if the file exists first 2022-09-27T16:39:11.3606669Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:39:11.3606911Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:39:11.3607114Z fi 2022-09-27T16:39:11.3617256Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:11.3617474Z env: 2022-09-27T16:39:11.3617637Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:11.3617881Z FILE_SUFFIX: test-default-5-5-linux.2xlarge_8576257215 2022-09-27T16:39:11.3618104Z ##[endgroup] 2022-09-27T16:39:11.3848848Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:39:11.3883349Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:39:11.3883560Z with: 2022-09-27T16:39:11.3883760Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:39:11.3884037Z retention-days: 14 2022-09-27T16:39:11.3884234Z if-no-files-found: warn 2022-09-27T16:39:11.3884462Z path: test-jsons-*.zip 2022-09-27T16:39:11.3884715Z name: artifact 2022-09-27T16:39:11.3884882Z s3-bucket: gha-artifacts 2022-09-27T16:39:11.3885068Z region: us-east-1 2022-09-27T16:39:11.3885228Z env: 2022-09-27T16:39:11.3885383Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:11.3885569Z ##[endgroup] 2022-09-27T16:39:11.7386102Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:39:11.7386641Z With the provided path, there will be 1 file uploaded 2022-09-27T16:39:11.7386964Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:39:11.7431909Z Starting upload of test-jsons-test-default-5-5-linux.2xlarge_8576257215.zip 2022-09-27T16:39:11.8952008Z Finished upload of test-jsons-test-default-5-5-linux.2xlarge_8576257215.zip 2022-09-27T16:39:11.9068984Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:39:11.9069199Z with: 2022-09-27T16:39:11.9069408Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:39:11.9069611Z retention-days: 14 2022-09-27T16:39:11.9069804Z if-no-files-found: error 2022-09-27T16:39:11.9070005Z path: test-reports-*.zip 2022-09-27T16:39:11.9070176Z name: artifact 2022-09-27T16:39:11.9070355Z s3-bucket: gha-artifacts 2022-09-27T16:39:11.9070540Z region: us-east-1 2022-09-27T16:39:11.9070700Z env: 2022-09-27T16:39:11.9070855Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:11.9071035Z ##[endgroup] 2022-09-27T16:39:12.2108322Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:39:12.2108865Z With the provided path, there will be 1 file uploaded 2022-09-27T16:39:12.2109156Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:39:12.2115154Z Starting upload of test-reports-test-default-5-5-linux.2xlarge_8576257215.zip 2022-09-27T16:39:12.3555424Z Finished upload of test-reports-test-default-5-5-linux.2xlarge_8576257215.zip 2022-09-27T16:39:12.3681689Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:39:12.3681914Z with: 2022-09-27T16:39:12.3682119Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:39:12.3682324Z retention-days: 14 2022-09-27T16:39:12.3682515Z if-no-files-found: ignore 2022-09-27T16:39:12.3682714Z path: usage-log-*.zip 2022-09-27T16:39:12.3682879Z name: artifact 2022-09-27T16:39:12.3683062Z s3-bucket: gha-artifacts 2022-09-27T16:39:12.3683251Z region: us-east-1 2022-09-27T16:39:12.3683412Z env: 2022-09-27T16:39:12.3683569Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:12.3683750Z ##[endgroup] 2022-09-27T16:39:12.6738617Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:39:12.6739174Z With the provided path, there will be 1 file uploaded 2022-09-27T16:39:12.6739510Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:39:12.6745833Z Starting upload of usage-log-test-default-5-5-linux.2xlarge_8576257215.zip 2022-09-27T16:39:12.8672989Z Finished upload of usage-log-test-default-5-5-linux.2xlarge_8576257215.zip 2022-09-27T16:39:12.8790350Z ##[group]Run set -x 2022-09-27T16:39:12.8790561Z set -x 2022-09-27T16:39:12.8790772Z python3 -m pip install -r requirements.txt 2022-09-27T16:39:12.8791024Z python3 -m pip install boto3==1.19.12 2022-09-27T16:39:12.8791317Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:39:12.8802642Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:12.8802866Z env: 2022-09-27T16:39:12.8803044Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:12.8803240Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:39:12.8803435Z BRANCH: pull/85462 2022-09-27T16:39:12.8803620Z TEST_CONFIG: default 2022-09-27T16:39:12.8803788Z SHARD_NUMBER: 5 2022-09-27T16:39:12.8804023Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T16:39:12.8804253Z PR_NUMBER: 85462 2022-09-27T16:39:12.8804428Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:39:12.8804640Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:39:12.8804895Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:39:12.8805077Z TAG: 2022-09-27T16:39:12.8805246Z WORKFLOW_ID: 3133193930 2022-09-27T16:39:12.8805566Z GITHUB_TOKEN: *** 2022-09-27T16:39:12.8805757Z GHA_WORKFLOW_JOB_ID: 8576257215 2022-09-27T16:39:12.8805932Z ##[endgroup] 2022-09-27T16:39:12.8830214Z + python3 -m pip install -r requirements.txt 2022-09-27T16:39:13.0864060Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:39:13.1114004Z 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:39:13.1138871Z 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:39:13.1146810Z 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:39:13.1156146Z 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:39:13.1519694Z 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:39:13.1527681Z 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:39:13.1604158Z 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:39:13.1611501Z 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:39:13.1817598Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:39:13.1983471Z 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:39:13.1991748Z 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:39:13.1997514Z 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:39:13.2006488Z 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:39:13.2026707Z 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:39:13.2049851Z 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:39:13.2297540Z 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:39:13.2307360Z 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:39:13.2323077Z 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:39:13.2331439Z 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:39:13.2351435Z 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:39:13.2502998Z 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:39:13.2514219Z 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:39:13.3087406Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:39:13.5129218Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:39:13.5303659Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:39:13.5352363Z 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:39:13.5364460Z 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:39:13.5390331Z 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:39:13.5441585Z 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:39:13.5461803Z 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:39:13.5615177Z 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:39:13.7174867Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:39:42.6278794Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:39:42.6279831Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage":"RequestId: 63296817-59cd-4163-9eef-050a48d94fbf Error: Runtime exited with error: signal: killed","errorType":"Runtime.ExitError"} 2022-09-27T16:39:42.6281236Z 2022-09-27T16:39:42.6282593Z ----- Historic stats comparison result ------ 2022-09-27T16:39:42.6282916Z 2022-09-27T16:39:42.6283213Z job: linux-focal-py3.7-clang7-asan 2022-09-27T16:39:42.6283525Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:39:42.6283666Z 2022-09-27T16:39:42.6283815Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:39:42.6284010Z 2022-09-27T16:39:42.6284068Z : (master) 2022-09-27T16:39:42.6284227Z | 2022-09-27T16:39:42.6284437Z | * 52424e2bf3 (HEAD) total time 4411.51s 2022-09-27T16:39:42.6284625Z | | 2022-09-27T16:39:42.6284778Z | : (4 commits) 2022-09-27T16:39:42.6284937Z |/ 2022-09-27T16:39:42.6285232Z * c7c2578f93 (base) 5 reports, total time 4767.80s ± 689.21s 2022-09-27T16:39:42.6285764Z * 99ad8a3048 5 reports, total time 4812.72s ± 737.83s 2022-09-27T16:39:42.6286082Z * 34296e2f4c 5 reports, total time 4681.99s ± 534.69s 2022-09-27T16:39:42.6286391Z * 4523ac7aa1 5 reports, total time 4790.72s ± 755.21s 2022-09-27T16:39:42.6286687Z * f21e77d9a6 5 reports, total time 4841.94s ± 769.82s 2022-09-27T16:39:42.6286994Z * 26a861cb27 5 reports, total time 4910.73s ± 895.35s 2022-09-27T16:39:42.6287298Z * 56a41b5998 5 reports, total time 5078.65s ± 740.57s 2022-09-27T16:39:42.6287589Z * 1910c5847e 5 reports, total time 4965.20s ± 759.35s 2022-09-27T16:39:42.6287893Z * caa0ab557d 5 reports, total time 5012.18s ± 764.34s 2022-09-27T16:39:42.6288108Z * 0336308be5 0 reports 2022-09-27T16:39:42.6288282Z | 2022-09-27T16:39:42.6288416Z : 2022-09-27T16:39:42.6288507Z 2022-09-27T16:39:42.6288624Z Removed (across 575 suites) 0 tests, totaling 0.00s 2022-09-27T16:39:42.6288886Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:39:42.6289126Z Added (across 110 suites) 61965 tests, totaling +4411.51s 2022-09-27T16:39:42.7403200Z Prepare all required actions 2022-09-27T16:39:42.7422945Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:39:42.7423183Z with: 2022-09-27T16:39:42.7423321Z env: 2022-09-27T16:39:42.7423491Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:42.7423676Z ##[endgroup] 2022-09-27T16:39:42.7438119Z ##[group]Run set -eou pipefail 2022-09-27T16:39:42.7438342Z set -eou pipefail 2022-09-27T16:39:42.7438524Z  2022-09-27T16:39:42.7438746Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:39:42.7438995Z for _ in $(seq 1440); do 2022-09-27T16:39:42.7439283Z  # Break if no ssh session exists anymore 2022-09-27T16:39:42.7439486Z  if [ "$(who)" = "" ]; then 2022-09-27T16:39:42.7439668Z  break 2022-09-27T16:39:42.7439837Z  fi 2022-09-27T16:39:42.7440006Z  echo "." 2022-09-27T16:39:42.7440167Z  sleep 5 2022-09-27T16:39:42.7440391Z done 2022-09-27T16:39:42.7451585Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:42.7451804Z env: 2022-09-27T16:39:42.7451980Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:42.7452155Z ##[endgroup] 2022-09-27T16:39:42.7476220Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:39:42.7536031Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:39:42.7536345Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:39:42.7536594Z # shellcheck disable=SC2046 2022-09-27T16:39:42.7536806Z docker stop $(docker ps -q) || true 2022-09-27T16:39:42.7537037Z # Prune all of the docker images 2022-09-27T16:39:42.7537251Z docker system prune -af 2022-09-27T16:39:42.7547788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:39:42.7548009Z env: 2022-09-27T16:39:42.7548186Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:39:42.7548366Z ##[endgroup] 2022-09-27T16:39:43.1249458Z 701ba09460c1 2022-09-27T16:39:43.7574604Z Deleted Containers: 2022-09-27T16:39:43.7574963Z 701ba09460c1116b4b6924a436cf2743de8e6eb8f0af09421cf48011f420a97a 2022-09-27T16:39:43.7575124Z 2022-09-27T16:39:45.5234302Z Deleted Images: 2022-09-27T16:39:45.5235063Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:39:45.5235863Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T16:39:45.5236372Z deleted: sha256:bae62e4b152ed013284beab204e466e1d44eb90a6c14469065fbb86d6e8d6732 2022-09-27T16:39:45.5236694Z deleted: sha256:d0629bd966f09bc309b4a1ab1092015e6a2a96fe6c4fe57dc0441b252c853b2e 2022-09-27T16:39:45.5237021Z deleted: sha256:ceea15c0f95cbb47a111e5119060e96b5ec6b961e074c178c67eed1a0ab3d367 2022-09-27T16:39:45.5237399Z deleted: sha256:93a76c739cdb4e6876d28fb95d4ce8abaa7462b0d790e07f4fcb8a5dead056ae 2022-09-27T16:39:45.5237871Z deleted: sha256:eaca1f998e1e556d450d4ffa972381356a30ca976663370ef87c2874b5ec6fe2 2022-09-27T16:39:45.5238353Z deleted: sha256:33b961c09c82bcbf33bc5a41293311348242f062f65cd188ff3b8292b02d1904 2022-09-27T16:39:45.5238787Z deleted: sha256:768e964b98825527ef7ba88c700ab2175491182c4d0c5d0114394800a03255a8 2022-09-27T16:39:45.5239218Z deleted: sha256:6464f01529a7ba0c1989a172591db9703a3986412c2c7de8c9882096da5fcaf6 2022-09-27T16:39:45.5239682Z deleted: sha256:75b410f4adb44117159519a5ca9f41a07f7eddc5f63f11988052aad2e50eddec 2022-09-27T16:39:45.5240198Z deleted: sha256:74d4093890e1b4b7ad5e23cd42dd8e484e3024cd797a24b7c589e8fc48da992c 2022-09-27T16:39:45.5240704Z deleted: sha256:b7ed0134ab95ccea0763cc9bd6b4d16cab9140ba825f7d25a218113d24c28e19 2022-09-27T16:39:45.5241201Z deleted: sha256:ea0d45d7839846e22f9651f1a65453f4a8c7a54b3ce5f1daa9d571c407a47afc 2022-09-27T16:39:45.5241927Z deleted: sha256:fb0e6fdef4dc72f06fa60bb5abc8990d9699cbdc9119fa0dcb0bc7a64ca75cdd 2022-09-27T16:39:45.5242497Z deleted: sha256:7079b46bddc066eeaf77e82bf4e30081ed0139b2859ea259f11c0a4e76cf1dae 2022-09-27T16:39:45.5242985Z deleted: sha256:8d314452f7c71341893bf80370ce31928cc81e716ea80b4830a5aaefefbb4c8b 2022-09-27T16:39:45.5243461Z deleted: sha256:5039c4ca6881dda4919022db568d9ae8151af02381eda99ded65fb9136190759 2022-09-27T16:39:45.5243950Z deleted: sha256:11c684adb708623306fe568b051e6bd915ed9f7bf45bad4a5c478465ffab4431 2022-09-27T16:39:45.5244456Z deleted: sha256:be0a44b48c8d8b2b24c5a2463882ea68ac55b95f8dc06078f04f869cd98fb07d 2022-09-27T16:39:45.5244968Z deleted: sha256:db78585f5cb3691e1b52ea3ef725f1abccb498c994f8e5ea9ea538225d9fe706 2022-09-27T16:39:45.5245625Z deleted: sha256:34c8047a4ef7b1dfa97bbb861ec6d2e18db766fa53af7dacdb3aa01fd097b336 2022-09-27T16:39:45.5246159Z deleted: sha256:23f490ee97bc0b8aa5e6b6b26849b420635f4fe3b81280156a2e9607ce832b4e 2022-09-27T16:39:45.5246629Z deleted: sha256:589154deb334a30c0b8527f8ba76a9cb875048d75d538e91f4cac4577d75b9b9 2022-09-27T16:39:45.5247101Z deleted: sha256:c17b57103d245397a51dc7bd5f1881ca03ed1e110ff36e474d34e2edf3e1f510 2022-09-27T16:39:45.5247577Z deleted: sha256:35b3d7470985ecc176e41ab93c8c419688e56a25b9d0275b190e2a3b99c55389 2022-09-27T16:39:45.5248051Z deleted: sha256:f337e2202e3f3bbdbcb131605df9652a0e9c8d3bec06a16832a26a4eba465cf8 2022-09-27T16:39:45.5248537Z deleted: sha256:157803eec6550eb89a72f637f7aeb7ea3bedbb39dc5324f07cf3babd153ff98e 2022-09-27T16:39:45.5249045Z deleted: sha256:78de954431fc2e64ad21e6ace62a4a20ad19ef9f7c102cc09cf901eb0cc4c84b 2022-09-27T16:39:45.5249543Z deleted: sha256:5752bf1008ba04333b1c296aacd5eb52122470ca8ef27dcc5df622fcf87f7e2e 2022-09-27T16:39:45.5250039Z deleted: sha256:889f11c07ede77523af01dad42f407dd6c80ff6415142019a404a07c1e7c7a73 2022-09-27T16:39:45.5250541Z deleted: sha256:cdaaf9beeac7ee420c948070a92a97f1b7eaf6c384f8e4cc54163a1ed8ae0838 2022-09-27T16:39:45.5251049Z deleted: sha256:c44f52362db589a3f6981653d4a786ebe262fba22c393f0eb02d2445d1ce64b3 2022-09-27T16:39:45.5251536Z deleted: sha256:e5e77a0c018c247c92fbebb7d5f8baa1b13f3e37abc763c1602b322b8f05c302 2022-09-27T16:39:45.5251998Z deleted: sha256:03ec43da4cc31a35baf08f69544f724e41c419949f22dc299115ed7c09278785 2022-09-27T16:39:45.5252470Z deleted: sha256:0c18e2482b15c28cb1fd06992d844f36c6099dea031a2198266f960e86dc28db 2022-09-27T16:39:45.5252955Z deleted: sha256:19edb2aaf791591d0542eacdda85e67f15cd7b3891a7c8fa9054c8c009c85cca 2022-09-27T16:39:45.5253422Z deleted: sha256:b4b879b1601355c78f7a78dd66a332d1686bd82c69f0a114431855dcbb99e390 2022-09-27T16:39:45.5253878Z deleted: sha256:eb2804a64e074efa49227c8eed394dba0c0c216599804f0f772b7ab176ecf202 2022-09-27T16:39:45.5254361Z deleted: sha256:7fbd2ae4513583c4ee82c1f3493e008a229f9f7e5dcd4aa50bf377b10f672d61 2022-09-27T16:39:45.5254841Z deleted: sha256:ad91f94bead5c950eccb58cb12b059c85a65920209d91b327fa468ce5c11dd72 2022-09-27T16:39:45.5255321Z deleted: sha256:ca06c1e04b7425d5566343e16f69b6238dbd6388afed6cb3d4adb20cad541d64 2022-09-27T16:39:45.5255822Z deleted: sha256:9a70ee3fa9aec4a66c7c6155f9b84642368a7d8bebf1f3fb9bba24ade105488f 2022-09-27T16:39:45.5256309Z deleted: sha256:9ff6cca032c1a70a2d5c81b99ee3804a8569950b1898ea9244187fca2e99712d 2022-09-27T16:39:45.5256803Z deleted: sha256:e0c9ba43f325598ccc75b86ba1312647948f2bee547a97210fb95a09f79ad72f 2022-09-27T16:39:45.5257251Z deleted: sha256:6cf3138a8debfcc74b1780853570789261259722674708e2c506e266e5c5e5e1 2022-09-27T16:39:45.5257718Z deleted: sha256:411cb3636cd4ccd8798460bc3f21c0fca28435dd51ff340673c6c2d5fe96bb82 2022-09-27T16:39:45.5258194Z deleted: sha256:6d7b29dce5a236fd56d3f81cf7a8422a622f8d16e3b12782874da96f546e9c75 2022-09-27T16:39:45.5258656Z deleted: sha256:fdd9de12b48735d5aa0db12d522a6d80fd590d99d1ca932e2baee50052379f1b 2022-09-27T16:39:45.5259138Z deleted: sha256:0691d38aa8080365dff7848fd434a7bedc2e318b2705da15ccf859df432fd0d6 2022-09-27T16:39:45.5259630Z deleted: sha256:fdbaf8438f7d28eac1915f62a38ddd665a5f30abc1506a36f6af1862b929339b 2022-09-27T16:39:45.5260193Z deleted: sha256:07545dfc53bc0b0572923cd454172d5d2b4033ff2aa5af44feb37d805cf91dcc 2022-09-27T16:39:45.5260660Z deleted: sha256:ac8ad6e46bb7afaf0367407e20463d31f629efcf1221b9aaae3dd549c59a4b8d 2022-09-27T16:39:45.5261128Z deleted: sha256:a3fab5328befaac6625aa74420ee88ed07e59b9db5b6109de56922dcee73dbf5 2022-09-27T16:39:45.5261463Z deleted: sha256:a4516ff6869b15fa0c0f4b3247d82c7e3ce59b6a42d379761cbad6821bdf3d7e 2022-09-27T16:39:45.5261774Z deleted: sha256:2b2d32d65b0a60ec23beeb499c19d396b5f8b52dd4e2471651a594a33d740b90 2022-09-27T16:39:45.5262187Z deleted: sha256:cdbd445e9f20be8a0708cd8eb0a2dfc3a0d54c20c4b6a02e65db552622ffae72 2022-09-27T16:39:45.5262808Z deleted: sha256:0c4480b52b1b309cbe25cad85094c719bdf8cd840ddf13c42dfc1e76de5c163d 2022-09-27T16:39:45.5263410Z deleted: sha256:b2b4d94145b2b914720547b8d74d010028f06d75b5a2b764752b830f9a9c838d 2022-09-27T16:39:45.5263763Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T16:39:45.5263933Z 2022-09-27T16:39:45.5279329Z Total reclaimed space: 8.283GB 2022-09-27T16:39:45.5338910Z Post job cleanup. 2022-09-27T16:39:45.5373315Z Post job cleanup. 2022-09-27T16:39:45.9430045Z [command]/usr/bin/git version 2022-09-27T16:39:45.9477705Z git version 2.37.1 2022-09-27T16:39:45.9558146Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9242c130-5a6c-469d-9be0-bbd6303a2c9b' before making global git config changes 2022-09-27T16:39:45.9558587Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:39:45.9564337Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:39:45.9602160Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:39:45.9633423Z [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:39:45.9915831Z Entering 'android/libs/fbjni' 2022-09-27T16:39:45.9961794Z Entering 'third_party/FP16' 2022-09-27T16:39:46.0003814Z Entering 'third_party/FXdiv' 2022-09-27T16:39:46.0051272Z Entering 'third_party/NNPACK' 2022-09-27T16:39:46.0099709Z Entering 'third_party/QNNPACK' 2022-09-27T16:39:46.0147251Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:39:46.0180240Z Entering 'third_party/XNNPACK' 2022-09-27T16:39:46.0279950Z Entering 'third_party/benchmark' 2022-09-27T16:39:46.0324333Z Entering 'third_party/cpuinfo' 2022-09-27T16:39:46.0372326Z Entering 'third_party/cub' 2022-09-27T16:39:46.0420008Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:39:46.0457706Z Entering 'third_party/cutlass' 2022-09-27T16:39:46.0496605Z Entering 'third_party/eigen' 2022-09-27T16:39:46.0557294Z Entering 'third_party/fbgemm' 2022-09-27T16:39:46.0614470Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:39:46.0677848Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:39:46.0732319Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:39:46.0787820Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:39:46.0834037Z Entering 'third_party/flatbuffers' 2022-09-27T16:39:46.0868461Z Entering 'third_party/fmt' 2022-09-27T16:39:46.0916951Z Entering 'third_party/foxi' 2022-09-27T16:39:46.0956641Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:39:46.1004599Z Entering 'third_party/gloo' 2022-09-27T16:39:46.1051101Z Entering 'third_party/googletest' 2022-09-27T16:39:46.1100537Z Entering 'third_party/ideep' 2022-09-27T16:39:46.1159663Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:39:46.1230158Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:39:46.1308714Z Entering 'third_party/ios-cmake' 2022-09-27T16:39:46.1350092Z Entering 'third_party/ittapi' 2022-09-27T16:39:46.1381696Z Entering 'third_party/kineto' 2022-09-27T16:39:46.1413753Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:39:46.1446627Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:39:46.1480189Z Entering 'third_party/nccl/nccl' 2022-09-27T16:39:46.1531023Z Entering 'third_party/neon2sse' 2022-09-27T16:39:46.1573526Z Entering 'third_party/nlohmann' 2022-09-27T16:39:46.1606539Z Entering 'third_party/onnx' 2022-09-27T16:39:46.1723989Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:39:46.1787096Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:39:46.1832111Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:39:46.1891063Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:39:46.1977700Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:39:46.2041911Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:39:46.2106007Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:39:46.2157958Z Entering 'third_party/pocketfft' 2022-09-27T16:39:46.2189439Z Entering 'third_party/protobuf' 2022-09-27T16:39:46.2273294Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:39:46.2333555Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:39:46.2384295Z Entering 'third_party/psimd' 2022-09-27T16:39:46.2424708Z Entering 'third_party/pthreadpool' 2022-09-27T16:39:46.2475002Z Entering 'third_party/pybind11' 2022-09-27T16:39:46.2524267Z Entering 'third_party/python-enum' 2022-09-27T16:39:46.2564517Z Entering 'third_party/python-peachpy' 2022-09-27T16:39:46.2610839Z Entering 'third_party/python-six' 2022-09-27T16:39:46.2651760Z Entering 'third_party/sleef' 2022-09-27T16:39:46.2701601Z Entering 'third_party/tbb' 2022-09-27T16:39:46.2736128Z Entering 'third_party/tensorpipe' 2022-09-27T16:39:46.2801596Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:39:46.2864292Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:39:46.2917309Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:39:46.2972091Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:39:46.3031406Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:39:46.3082256Z Entering 'third_party/zstd' 2022-09-27T16:39:46.3145754Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:39:46.3171286Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3179016Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:39:46.3210647Z [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:39:46.3453072Z Entering 'android/libs/fbjni' 2022-09-27T16:39:46.3472508Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3498933Z Entering 'third_party/FP16' 2022-09-27T16:39:46.3518128Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3543923Z Entering 'third_party/FXdiv' 2022-09-27T16:39:46.3562938Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3588434Z Entering 'third_party/NNPACK' 2022-09-27T16:39:46.3607327Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3633131Z Entering 'third_party/QNNPACK' 2022-09-27T16:39:46.3652036Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3677997Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:39:46.3697381Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3723445Z Entering 'third_party/XNNPACK' 2022-09-27T16:39:46.3743197Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3778344Z Entering 'third_party/benchmark' 2022-09-27T16:39:46.3797441Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3823195Z Entering 'third_party/cpuinfo' 2022-09-27T16:39:46.3842404Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3870426Z Entering 'third_party/cub' 2022-09-27T16:39:46.3889906Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3915574Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:39:46.3935318Z http.https://github.com/.extraheader 2022-09-27T16:39:46.3966049Z Entering 'third_party/cutlass' 2022-09-27T16:39:46.3986182Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4017490Z Entering 'third_party/eigen' 2022-09-27T16:39:46.4036823Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4064193Z Entering 'third_party/fbgemm' 2022-09-27T16:39:46.4083514Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4108932Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:39:46.4127512Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4153016Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:39:46.4171334Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4197536Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:39:46.4217040Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4242774Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:39:46.4261978Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4288803Z Entering 'third_party/flatbuffers' 2022-09-27T16:39:46.4307394Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4334327Z Entering 'third_party/fmt' 2022-09-27T16:39:46.4353559Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4377937Z Entering 'third_party/foxi' 2022-09-27T16:39:46.4397383Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4423191Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:39:46.4442018Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4467463Z Entering 'third_party/gloo' 2022-09-27T16:39:46.4486746Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4512651Z Entering 'third_party/googletest' 2022-09-27T16:39:46.4531866Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4557202Z Entering 'third_party/ideep' 2022-09-27T16:39:46.4577354Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4602862Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:39:46.4621407Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4647917Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:39:46.4667806Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4698334Z Entering 'third_party/ios-cmake' 2022-09-27T16:39:46.4717648Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4743154Z Entering 'third_party/ittapi' 2022-09-27T16:39:46.4762011Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4787483Z Entering 'third_party/kineto' 2022-09-27T16:39:46.4807189Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4832680Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:39:46.4851117Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4876602Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:39:46.4895464Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4923992Z Entering 'third_party/nccl/nccl' 2022-09-27T16:39:46.4942906Z http.https://github.com/.extraheader 2022-09-27T16:39:46.4967851Z Entering 'third_party/neon2sse' 2022-09-27T16:39:46.4987046Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5011847Z Entering 'third_party/nlohmann' 2022-09-27T16:39:46.5031357Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5057366Z Entering 'third_party/onnx' 2022-09-27T16:39:46.5077043Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5113533Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:39:46.5132450Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5157809Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:39:46.5177022Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5204687Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:39:46.5223881Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5247744Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:39:46.5267243Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5296561Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:39:46.5315717Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5340969Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:39:46.5359617Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5385282Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:39:46.5404039Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5433505Z Entering 'third_party/pocketfft' 2022-09-27T16:39:46.5452705Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5477796Z Entering 'third_party/protobuf' 2022-09-27T16:39:46.5497356Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5525811Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:39:46.5544595Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5569493Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:39:46.5588192Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5615269Z Entering 'third_party/psimd' 2022-09-27T16:39:46.5634993Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5660036Z Entering 'third_party/pthreadpool' 2022-09-27T16:39:46.5679786Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5703848Z Entering 'third_party/pybind11' 2022-09-27T16:39:46.5723034Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5748899Z Entering 'third_party/python-enum' 2022-09-27T16:39:46.5767485Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5792811Z Entering 'third_party/python-peachpy' 2022-09-27T16:39:46.5811635Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5837175Z Entering 'third_party/python-six' 2022-09-27T16:39:46.5856062Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5881584Z Entering 'third_party/sleef' 2022-09-27T16:39:46.5900920Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5927131Z Entering 'third_party/tbb' 2022-09-27T16:39:46.5946463Z http.https://github.com/.extraheader 2022-09-27T16:39:46.5972765Z Entering 'third_party/tensorpipe' 2022-09-27T16:39:46.5991562Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6017712Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:39:46.6038023Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6062568Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:39:46.6081532Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6106042Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:39:46.6124861Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6150979Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:39:46.6169701Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6194776Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:39:46.6213225Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6240019Z Entering 'third_party/zstd' 2022-09-27T16:39:46.6258925Z http.https://github.com/.extraheader 2022-09-27T16:39:46.6487558Z Cleaning up orphan processes